/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a, a:visited {
    /*color: #000;*/
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent;
}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}

/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'Argon PERSONAL';
  font-style: normal;
  font-weight: 400;
  src: local('Argon PERSONAL'),
       url('../fonts/ArgonPERSONAL-Regular.woff2') format('woff2'), 
       url('../fonts/ArgonPERSONAL-Regular.woff') format('woff'),
       url('../fonts/ArgonPERSONAL-Regular.ttf') format('ttf'),
       url('../fonts/ArgonPERSONAL-Regular.eot') format('eot');
}

@font-face {
  font-family: 'Gotham Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('Gotham Narrow Book'),
       url('../fonts/GothamNarrow-Book.woff2') format('woff2'), 
       url('../fonts/GothamNarrow-Book.woff') format('woff'),
       url('../fonts/GothamNarrow-Book.ttf') format('ttf'),
       url('../fonts/GothamNarrow-Book.eot') format('eot');
}

@font-face {
  font-family: 'Gotham Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('Gotham Narrow Bold'),
       url('../fonts/GothamNarrow-Bold.woff2') format('woff2'), 
       url('../fonts/GothamNarrow-Bold.woff') format('woff'),
       url('../fonts/GothamNarrow-Bold.ttf') format('ttf'),
       url('../fonts/GothamNarrow-Bold.eot') format('eot');
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background-color: #f5f5f5;
    /*font-family: 'Open Sans',Helvetica,Arial,sans-serif;*/
    font-family: 'Argon PERSONAL';
    font-weight:100;
    font-size: 1.4rem;
}

body, html {
    width: 100%;
    height: 100%;
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
    font-size: 3rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

h2 {
    font-size: 4.5rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
}

h3 {
    font-size:2.2rem;
    font-weight: 700;
    font-family: 'Gotham Narrow';
    position: relative;
    z-index: 100;    
}

h4 {
    font-size:1em;
    font-weight: 400;
}

input, select, th, td {font-size:1em;}


.wrapper {
    width:100%;
    overflow: hidden;
    position: relative;
}

.wrapper.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);    
}

.prehome {
    /* color: #fff; */
    top: 0;
    left: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    width: 100%;
    display: block;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(255,255,255,0.65);
    z-index: 9999;

visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    /* -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s; */
    /* transition: transform 0.5s, visibility 0s 0.5s; */
}

.prehome.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
}

.prehome__content {
    color: #fff;
    padding: 65px 0;
    margin: auto;
    display: inline-block;
    width: 80%;
    /* max-width: 95%; */
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   
}



.prehome__content input {
    font-family: 'Gotham Narrow';
    -webkit-appearance: none;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    border: 0;
    /* background-color: rgba(255,255,255,0.4); */
    /* background-color: #373737; */
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: 0;
    border-radius: 0;
    /* border-radius: 0em; */
    height: 50px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    vertical-align: bottom;
    text-align: left;
    text-transform: none;
    font-size: 1.6rem;
    margin: 0.8em auto;
    padding-left: 15px;
    font-weight: 600;

}

.prehome__content .okBtn {
    border: 0px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    width: 300px;
    background-color: #000;
    padding: 0;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
}


section {
    position: relative;
    min-height: calc(100vh - 95px);

    padding:0; 
}

section#home {
    
    position: relative;
    z-index: 500;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*justify-content: center;*/
  -webkit-justify-content: space-around;
  justify-content: space-around;

    align-content: stretch;
    /*align-items: center;*/
  -webkit-align-items: stretch;
  align-items: stretch;    

/*  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
*/

}


section#home.push-right {
    -webkit-transform: translateX(92%);
    transform: translateX(92%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
    cursor: pointer;
}
section#home.push-left {
    -webkit-transform: translateX(-92%);
    transform: translateX(-92%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
    cursor: pointer;
}
section#home.push-top {
    -webkit-transform: translateY(-92%);
    transform: translateY(-92%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
    cursor: pointer;
}
section#home.push-bottom {
    -webkit-transform: translateY(92%);
    transform: translateY(92%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
    cursor: pointer;
}

section#home.push .play {
    opacity: 0;
}

section#home.push:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.5);
    z-index: 100;

    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;    
}

section#home:not(.push) .play {
     -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;    
}

@-webkit-keyframes fadeInFromNone {
    0% {
        /*display: none;*/
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        /*display: none;*/
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        /*display: none;*/
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        /*display: none;*/
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

section#home.push-right:after {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 40px 0;
    border-color: transparent #ffffff transparent transparent;
    z-index: 100;
}
section#home.push-left:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
width: 0;
height: 0;
border-style: solid;
border-width: 40px 0 40px 40px;
border-color: transparent transparent transparent #ffffff;
    z-index: 100;
}
section#home.push-top:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);    
width: 0;
height: 0;
border-style: solid;
border-width: 40px 40px 0 40px;
border-color: #ffffff transparent transparent transparent;
    z-index: 100;
}
section#home.push-bottom:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);    
width: 0;
height: 0;
border-style: solid;
border-width: 0 40px 40px 40px;
border-color: transparent transparent #ffffff transparent;
    z-index: 100;
}


.container {
    position: relative;
    margin: auto;
    z-index: 1;
    width: 80%;
    max-width: 1000px;
    text-align: center;
}

.month {
/*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;*/

    width: 50%;
    padding: 20px;
    background: #000;
    color: #fff;
    position: relative;
    /*display: block;*/
}

.sep, .dec, .fev, .juil {
    background: #d4b77f;
}
.oct, .mar, .mai, .aou {
    background: #fbbec6;
}
.jan, .nov, .avr, .jui {
    background: #157790;
}

@media screen and (max-width: 1060px) {

    .sep, .dec, .mar, .jui {
        background: #d4b77f;
    }
    .oct, .jan, .avr, .juil {
        background: #fbbec6;
    }
    .fev, .nov, .mai, .aou {
        background: #157790;
    }

}

h2 {
    display: inline-block;
    padding-bottom: 0px;
}
.month__container {
    height: 100%;
    
/*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;  */
}

.img__container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px auto auto auto;
    height: 100px;

    width: 75%;
    display: block;
}


.sep .img__container {
    background-image: url(../images/sep.png);
}
.oct .img__container {
    background-image: url(../images/oct.png);
}
.nov .img__container {
    background-image: url(../images/nov.png);
}
.dec .img__container {
    background-image: url(../images/dec.png);
}

.jan .img__container {
    background-image: url(../images/jan.png);
}
.fev .img__container {
    background-image: url(../images/fev.png);
}

.mar .img__container {
    background-image: url(../images/mar.png);
}
.avr .img__container {
    background-image: url(../images/avr.png);
}

.mai .img__container {
    background-image: url(../images/mai.png);
}
.jui .img__container {
    background-image: url(../images/jui.png);
}

.juil .img__container {
    background-image: url(../images/juil.png);
}
.aou .img__container {
    background-image: url(../images/aou.png);
}



section#home .play {
    display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 26.0px;
border-color: transparent transparent transparent #ffffff;   
padding-right: 5px 
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 20px;
}



section#home .playing .overlay {
    display: inline-block;
}

section#home .playing .play, .playing h2 {
    visibility: hidden;
}

.overlay__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
}

@media screen and (max-width: 1060px) {

}

@media screen and (min-width: 1060px) {
    .month__container {
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        /*justify-content: center;
        align-content: center;
        align-items: center;*/

        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
    }    
    .img__container {
        display: none;
    }
    .month {
        width: 25%;
    }
    section#home .play {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 30px 52.0px;
        border-color: transparent transparent transparent #ffffff;    
    }    
    h2 {
        padding-bottom: 20px;
    }

}

#playlist {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    /*min-height: calc(100vh - 95px);*/
    left: 0;
    top: 95px;
    padding: 8% 10%;

    background-image: url(../images/decor.png);
    background-repeat: no-repeat;
    background-position: left bottom ;
    background-size: 16%;    
}

#playlist.mar, #playlist.avr {
    background-position: 8% bottom;
}

.playlist__desc {
    display: inline-block;
    position: relative;
    width: 35%;
    background: rgba(255,255,255,.3);
    border-right: 3px solid #fff;
    padding: 20px;
    color: #fff;
    vertical-align: top;
}

.playlist__desc:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -30px;
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
}

.playlist__container {
    display: inline-block;
    position: relative;
    width: 60%;
    vertical-align: top;
    padding-left: 50px;
}

@media screen and (min-width: 1400px) {
    .playlist__desc {
        width: 30%;
    }    
    .playlist__container {
        width: 65%;
    }    
}
@media screen and (min-width: 1500px) {
    .playlist__desc {
        width: 27%;
    }    
    .playlist__container {
        width: 68%;
    }    
}
/*@media screen and (min-width: 1600px) {
    .playlist__desc {
        width: 20%;
    }    
    .playlist__container {
        width: 75%;
    }    
}*/

.playlist__desc .img__container {
    display: inline-block;
    position: absolute;
    top: 15%;
    right: 20px;
    width: 30%;
    height: 70%;
    /* padding: 0; */
    margin: 0;
    /* background-size: 80%; */
    /* padding: 20px; */
}

.text {
    margin: 10px 0;
}

.equalizer {
    display: none;
}

.playing .equalizer {
    overflow: hidden;
    position: absolute;
    z-index: 500;
    display: inline-block;
    height: 80px;
    width: 39px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.75;
}

.equalizerBar {
    background-color: #fff;
    
    width: 10px;
    height: 80px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}

.equalizerBar1 {
    -webkit-animation: equalizeranim1 linear .8s infinite alternate;
    -moz-animation: equalizeranim1 linear .8s infinite alternate;
    -o-animation: equalizeranim1 linear .8s infinite alternate;
    animation: equalizeranim1 linear .8s infinite alternate;
}

.equalizerBar2 {
    left: 13px;
    -webkit-animation: equalizeranim2 linear .9s infinite alternate;
    -moz-animation: equalizeranim2 linear .9s infinite alternate;
    -o-animation: equalizeranim2 linear .9s infinite alternate;
    animation: equalizeranim2 linear .9s infinite alternate;
}

.equalizerBar3 {
    left: 26px;
    -webkit-animation: equalizeranim3 linear .7s infinite alternate;
    -moz-animation: equalizeranim3 linear .7s infinite alternate;
    -o-animation: equalizeranim3 linear .7s infinite alternate;
    animation: equalizeranim3 linear .7s infinite alternate;
}

@-webkit-keyframes equalizeranim1{
  0%{height:50px;}
  50%{height:10px;}
  100%{height:50px;}
}

@-moz-keyframes equalizeranim1{
  0%{height:50px;}
  50%{height:10px;}
  100%{height:50px;}
}

@-webkit-keyframes equalizeranim2{
  0%{height:40px;}
  50%{height:20px;}
  100%{height:40px;}
}

@-moz-keyframes equalizeranim2{
  0%{height:40px;}
  50%{height:20px;}
  100%{height:40px;}
}

@-webkit-keyframes equalizeranim3{
  0%{height:60px;}
  50%{height:22px;}
  100%{height:60px;}
}

@-moz-keyframes equalizeranim3{
  0%{height:60px;}
  50%{height:22px;}
  100%{height:60px;}
}


p {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 10px 0;
}

.reveal-animate {
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;    */ 
    
    /*animation-timing-function: cubic-bezier(.75,0,.25,1);
    -webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;   

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;      
}

/*--------------------------------------------------------------
Tracklists
--------------------------------------------------------------*/

.tracklist {
    background: transparent;
    width: 100%;
    display: block;
    position: relative;
    /*padding: 15px;*/
    margin: 0;
    font-family: 'Gotham Narrow';
}

.DZtracklistWrapper {
    height: 500px;
    /*height: calc(100vh - 95px);*/
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
}

.DZtracklist {
    text-transform: none;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
    padding-right: 30px;
}

.col {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col0 {
    float: left;
    width: 5%;
    min-height: 10px;
    text-align: center;
    position: relative;
    margin-top: -2px;    
}
.col1 {
    float: left;
    width: 5%;
    min-height: 10px;
    text-align: center;
    position: relative;
    margin-top: -2px;    
}
.col2 {
    float: left;
    width: 20%;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.col3 {
    float: left;
    width: 35%;
    padding-right: 20px;
}
.col4 {
    float: left;
    width: 25%;
    padding-right: 20px;
}
.col5 {
    float: left;
    width: 10%;
    text-align: center;
}

.DZtrack {
    color: #fff;
    display: block;
    padding: 0 0 0 0;
    /* background-color: #fff; */
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    /* border-bottom: 1px solid rgba(255,255,255,1); */
    height: 40px;
    padding-top: 2px;
}

.DZtrack img {
    height: 30px;
    width: auto;
    vertical-align: middle;
    margin-right: 10px;    
    display: inline-block;
}

.addtrack .fas {
    /*display: none;*/
}
.play:hover, .addtrack:not(.active):hover {
    color: #000;
}
.addtrack.active {
    cursor: default;
    color: #000;
}

.addtrack.active .fas {
    display: inline-block;
}
.addtrack.active .far {
    display: none;
}

.DZtrack a {
    color: #fff;
}

.DZtrack.playing, .DZtrack.playing a {
    color: #000;
}

.DZtrackTitleCol {
    color: #f5e768;
    text-transform: uppercase;
    border-bottom: 1px solid #f5e768;
}

.pair {
    background: rgba(255,255,255,.3);
}

.DZtrack.pair .fa {
    /* color: #fff; */
}

.DZtrack i {
    line-height: 40px;
    font-size: 1.0rem;
}

.DZtrack.playing .fa-play {
    display: none;
}

.DZtrack.playing .fa-pause {
    display: block;
}

.DZtrack .fa-pause {
    display: none;
}

.tracklist-actions {
    display: block;
    margin-top: 5px;
    text-align: left;
}

.tracklist-actions-inner {

}

a.tracklist-action {
    display: inline-block;
    color: #fff;
    font-family: 'Futura',sans-serif;
    text-transform: none;
    font-size: 0.8em;
    font-weight: 600;  
    padding: 5px 10px 5px 0px;
}
a.tracklist-action i {
    padding-right: 8px;
    font-size: 130%;
    vertical-align: middle;
}
a.tracklist-action.active {
    cursor: default;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    /*border: 1px solid #fff;*/
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
    opacity: .3;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #fff;
    filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; 
}

.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    position: relative;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    padding: 20px 20px;
    display: block;
    text-align: center;
}

header .brand {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 110px;
}

header .brand img {
    max-width: 100%;
    height: auto;
    display: block;
}


@media screen and (max-width: 1060px) {
    header {
        text-align: right;
    }
    header .brand {
        max-width: 70px;
        display: inline-block;
        position: relative;
        width: 25%;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        top: auto;
        bottom: 0;  
        right: auto;      
    } 
    h1 {
        display: inline-block;
        width: 70%;        
    }

}

/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

#main-nav-container {
}

ul#main-nav-list li {
    margin: 0 12px;
    display: inline-block;
}

ul#main-nav-list li:first-child {
    margin-left: 0;
}

ul#main-nav-list li:last-child {
    margin-right: 0;
}

.main-nav-item a {
    display: block;
    position: relative;    
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(62,88,119,.2);
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.main-nav-item a:hover, .main-nav-item.active a { 
    color: #000;
}

@media screen and (max-width: 1060px) {
    #main-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);        
    }   
    ul#main-nav-list li {
        margin: 20px 0;
        display: block;
        text-align: center;
    }   
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 100px 0;
    background: #fff;
    position: relative;
    color: rgba(62,88,119,.2);
}

footer ul#main-nav-list li {
    margin: 0 5px;
}

footer .main-nav-item a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}

#loading .ripple1 {
    background-color: rgba(251,190,198,0.1);
}

#loading .ripple2 {
    animation-delay: -250ms;
    background-color: rgba(251,190,198,0.3);
}

#loading .ripple3 {
    animation-delay: -500ms;
    background-color: rgba(251,190,198,0.5);
}

#loading .ripple4 {
    animation-delay: -750ms;
    background-color: rgba(251,190,198,0.7);
}

#loading .ripple {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    animation-name: ripple;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    transform: scale(0);
    opacity: 0.6;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }    
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }     
}

/*--------------------------------------------------------------
General Media Queries
--------------------------------------------------------------*/


@media screen and (min-width: 1060px) {
    h1 {
        font-size: 4.8rem;
    }
    h2 {
        font-size: 8rem;
        line-height: 6rem;
    } 
    #playlist h2 {
        font-size: 7rem;
        line-height: 6rem;
    }    
    h3 {
        font-size: 2.0rem;
        font-weight: 300;
    }         
}

