/* COMMONS */
html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #000;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
}

.container {
    width: 1375px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 1300px) and (max-width: 1680px) {
    .container {
        width: 1000px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
    .container {
        width: 700px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: auto;
    }
}


.hidden {
    display: none;
}

header {
    width: 100%;
    height: 40px;
    background-image: linear-gradient(#404756, #2a2e38);
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

header .logo {
    margin: 3px 0 0 12px;
    width: 488px;
}

header .share {
    float: right;
    padding-top: 8px;
}

header .share a{
    margin: 0 15px;
}

header .share a.facebook{
    padding: 0 4px;
}

@media screen and (max-width: 767px) {

    header .logo {
        margin: 9px 0 0 8px;
        width: 210px;
    }

    header .share {
        padding-top: 10px;
    }

    header .share a{
        margin: 0 8px;
    }

    header .share img{
        height: 15px;
    }
}

section#home {
    min-height:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

section#home:after {
    content: " ";
    display: block;
    width: 100%;
    height: 95px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('images/ondulation.png') no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 999px) {
    section#home:after {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    section#home:after {
        position: static;
    }
}

section#home .title {
    position: absolute;
    top: 250px;
    right: 150px;
    width: 650px;
}



section#home .title h1{
    text-transform:uppercase;
    text-shadow: 4px 4px 8px #000;
    font-family: 'Tandelle', sans-serif;
    font-size: 138px;
    letter-spacing: 7px;
    font-weight: 400;
    line-height: 130px;
    margin: 0;
}

section#home .title h2{
    text-transform:uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 10px;
    color: #ebf402;
    text-align: center;
    margin: 0;
    text-shadow: 4px 4px 8px #000;
}

@media screen and (min-width: 1500px) and (max-width: 1850px) {
    section#home .title {
        right: 50px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1499px) {
    section#home .title {
        top: 150px;
        right: 50px;
        width: 500px;
    }

    section#home .title h1{
        font-size: 100px;
        letter-spacing: 5px;
        line-height: 95px;
    }

    section#home .title h2{
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 5px;
        margin: 0 100px 0 20px;
    }
}

@media screen and (max-width: 1299px) {
   section#home .title {
    right: 0px;
      top: 100px;
        width: 400px;
    }
}


@media screen and (max-width: 999px) {
    section#home .title {
        position: static;
        margin: 0 auto;
        padding: 70px 0;
    }

    section#home .title h1{
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
    section#home .title {
        width: 500px;
    }

    section#home .title h1{
        font-size: 100px;
        letter-spacing: 5px;
        line-height: 95px;
    }

    section#home .title h2{
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 5px;
        margin: 0 50px;
    }
}



@media screen and (min-width: 768px) and (max-width: 991px) {
    section#home .title {
        width: 500px;
    }

    section#home .title h1{
        font-size: 100px;
        letter-spacing: 5px;
        line-height: 95px;
    }

    section#home .title h2{
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 5px;
        margin: 0 50px;
    }
}

@media screen and (max-width: 767px) {
    section#home .title {
        width: 300px;
        padding: 70px 0 35px;
    }

    section#home .title h1 {
        font-size: 55px;
        line-height: 55px;
        letter-spacing: 6px;
    }

    section#home .title h2{
        padding: 0;
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 5px;
    }
}

section#home .launchExplore {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
}

section#home .launchExplore .start {
    display: inline-block;
    cursor: pointer;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    background: url('images/start.png') no-repeat center top;
    padding-top: 165px;
    text-transform: uppercase;
    color: #f6ff00;
    text-shadow: 4px 4px 8px #000;
    font-size: 26px;
    letter-spacing: 6px;
}

section#home .launchExplore .start:hover {
    background: url('images/start-hover.png') no-repeat center top;
}

@media screen and (max-width: 999px) {
    section#home .launchExplore {
        position: static;
        margin-bottom: 40px;
    }
}

section#home .launchPodcast {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
}
section#home .launchPodcast .podcast {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    border: 2px solid #fff;
    padding: 6px 15px 6px 34px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    background: url('images/podcast.png') rgba(0, 0, 0, 0.5) no-repeat 10px center;
    margin-bottom: 40px;
}

@media screen and (max-width: 1299px) {
    section#home .launchPodcast {
        position: static;
    }

    section#home .launchPodcast .podcast {
        margin-bottom: 0;
    }
}

section#explore {
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

section#explore #exploreVideo {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/14)  and (max-aspect-ratio: 16/8){
    section#explore #exploreVideo {
        height: 300%;
        top: -100%;
    }
}

section#explore .controls .mute {
    background: url('images/mute.png');
    width: 44px;
    height: 44px;
    position: absolute;
    top: 75px;
    left: 45px;
    cursor: pointer;
}

section#explore .controls .mute.muted {
    background: url('images/sound.png');
}

section#explore .controls .next {
    background: url('images/next.png');
    width: 52px;
    height: 56px;
    position: absolute;
    bottom: 350px;
    left: 0;
    cursor: pointer;
    z-index: 5;
}

section#explore .controls .prev {
    background: url('images/prev.png');
    width: 52px;
    height: 56px;
    position: absolute;
    bottom: 300px;
    left: 0;
    cursor: pointer;
    z-index: 5;
}

section#explore .controls .volume {
    background: url('images/volume.png');
    width: 75px;
    height: 117px;
    position: absolute;
    bottom: 300px;
    right: 0;
}

section#explore .controls .volume canvas#volume {
    display: block;
    margin: 18px 0 0 25px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {

    section#explore .controls .mute {
        top: 55px;
        left: 10px;
    }

    section#explore .controls .next {
        bottom: 25px;
        right: 0;
        left: auto;
    }

    section#explore .controls .prev {
        bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    section#explore .controls .volume {
        display: none;
    }
}

section#explore .loading {
    background: url('images/loading.gif') no-repeat center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: none;
}

section#explore .timeline {
    bottom: 175px;
    left: 0;
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1680px) {
    section#explore .timeline {
        bottom: 70px;
    }
}

@media screen and (max-width: 991px) {
    section#explore .timeline {
        bottom: 43px;
    }
}

section#explore .timeline .play {
    background: url('images/pause.png') no-repeat center;
    width: 24px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -4px;
    left: -85px;
    z-index: 5;
}

section#explore .timeline .play.pause {
    background: url('images/play.png') no-repeat center;
}

section#explore .timeline .currentTime {
    position: absolute;
    top: 0;
    left: -48px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #fef02c;
}

section#explore .timeline .remainingTime {
    position: absolute;
    top: 0;
    right: -58px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

section#explore .timeline .rewind {
    background: url('images/rewind.png') no-repeat center;
    width: 32px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: -110px;
}

@media screen and (max-width: 991px) {
    section#explore .timeline .play {
        top: -80px;
        left: 0;
        width: 100%
    }

    section#explore .timeline .currentTime {
        display: none;
    }

    section#explore .timeline .remainingTime {
        display: none;
    }

    section#explore .timeline .rewind {
        display: none;
    }
}


/* seek bar */
section#explore .timeline .progress {
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

section#explore .timeline .progress .line {
    background-color: rgba(255, 255, 255, 0.7);
    height: 2px;
    width: 100%;
}

section#explore .timeline .progress .line:before {
    content: " ";
    background-color: rgba(254, 240, 44, 0.9);
    border-radius: 6px;
    display: block;
    height: 6px;
    position: absolute;
    left: -3px;
    top: 8px;
    width: 6px;
}
section#explore .timeline .progress .line:after {
    content: " ";
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    display: block;
    height: 6px;
    position: absolute;
    right: -3px;
    top: 8px;
    width: 6px;
}

section#explore .timeline .progress .line .current {
    background-color: rgba(254, 240, 44, 0.8);
    height: 100%;
    width: 0;
    position: relative;
    z-index: 2;
}

section#explore .timeline .progress .line .current:after {
    content: " ";
    background-color: rgba(254, 240, 44, 0.9);
    border-radius: 6px;
    display: block;
    height: 6px;
    position: absolute;
    right: -3px;
    top: -2px;
    width: 6px;
    z-index: 3;
    box-shadow: 0 0 8px #fef02c;
}

@media screen and (max-width: 991px) {
    section#explore .timeline .progress {
        display: none;
    }
}

section#explore .timeline .seekbar .chapter {
    position: absolute;
    top: -45px;
    width: 100px;
    transition: all 1s;
    cursor: pointer;
    z-index: 4;
}

section#explore .timeline .seekbar .chapter:nth-child(2n) {
    top: 48px;
}

section#explore .timeline .seekbar .chapter span {
    position: absolute;
    top: 0;
    left: -50px;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 1px;
    transition: all 1s;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
    section#explore .timeline .seekbar .chapter span {
        font-size: 12px;
    }
}

section#explore .timeline .seekbar .chapter span:before {
    content: " ";
    display: block;
    position: absolute;
    top: 38px;
    left: 50px;
    width: 1px;
    height: 0;
    transition: all 1s;
}
section#explore .timeline .seekbar .chapter span:after {
    content: " ";
    display: block;
    position: absolute;
    top: 32px;
    left: 29px;
    width: 42px;
    height: 45px;
    background: url('images/chapter.png') no-repeat center;
    transition: all 1s;
}
section#explore .timeline .seekbar .chapter:nth-child(2n) span:after {
    top: -61px;
}

section#explore .timeline .seekbar .chapter.done span {
    color: #fef02c;
}
section#explore .timeline .seekbar .chapter:hover span:after,
section#explore .timeline .seekbar .chapter.done span:after {
    background: url('images/chapter-done.png') no-repeat center;
}

section#explore .timeline .seekbar .chapter.current {
    top: -160px;
    cursor: auto;
}
section#explore .timeline .seekbar .chapter.current span {
    color: #fef02c;
    font-size: 18px;
    line-height: 21px;
    left: -90px;
    width: 180px;
}
section#explore .timeline .seekbar .chapter.current span:before {
    left: 90px;
    height: 100px;
    background-color: #fef02c;
}
section#explore .timeline .seekbar .chapter.current span:after {
    top: 147px;
    background: url('images/chapter-current.png') no-repeat center;
    left: 70px;
}

@media screen and (max-width: 991px) {
    section#explore .timeline .seekbar .chapter {
        display: none !important;
    }

    section#explore .timeline .seekbar .chapter.current {
        display: block !important;
        width: 100%;
        top: -22px;
        left: 0 !important;
        text-align: center;
    }

     section#explore .timeline .seekbar .chapter.current span {
        position: static;
    }

    section#explore .timeline .seekbar .chapter.current span:before {
        display: none;
    }
    section#explore .timeline .seekbar .chapter.current span:after {
        display: none;
    }
}

section#explore .timeline .spectrum {
    display: block;
    position: absolute;
    left:0;
}

section#explore .timeline .spectrum#spectrumPos{
    bottom: 12px;
}
section#explore .timeline .spectrum#spectrumNeg{
    top: 12px;
}

@media screen and (max-width: 991px) {
    section#explore .timeline .spectrum#spectrumPos{
        bottom: 10px;
    }
    section#explore .timeline .spectrum#spectrumNeg{
        top: -10px;
    }
}

/* TEXTS */
@font-face {
    font-family: Tandelle;
    src: url(fonts/tandelle_regular.ttf);
}

a {
    color: #fff;
    text-decoration: none;
}

