.delay1 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.delay2 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.delay3-0 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.delay3-1 {
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

.delay3-2 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.delay3-3 {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.delay3-4 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.delay3-5 {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.centered {
  margin: 0 auto;
}

.orange-button {
  background-color: #f63;
  border-radius: 25px;
  color: white;
  line-height: 40px;
  height: 40px;
  text-align: center;
}

.spotify .section {
  text-align: center;
}

.spotify .jumbotron .logo {
  display: inline-block;
  margin-bottom: 25px;
}

.spotify .container {
  max-width: 100%;
}

h1 {
  line-height: 39px;
}

.spotify h1, .spotify .subtitle {
  color: white;
  margin-top:0;
  text-align: center;
}

.spotify .jumbotron {
  margin-top: 80px;
  background: transparent;
}

.spotify h1 {
  margin-bottom: 20px;
}

.subtitle {
  opacity:0.8;
  margin: 0 auto;
  line-height: 22px;
  margin-bottom: 30px
}

.spotify .cellphone {
  width: 300px;
  height: auto;
  display: none;
}

.spotify .cellphone.mobile {
  display: inline-block;
}

/**
 *  TOP BAR
 */

.spotify .expanded {
  overflow: visible;
}

/*.spotify .top-bar .name {
  margin-right: 5px;
}

.spotify .top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 5px;
}*/

.spotify .top-bar .toggle-topbar.menu-icon a .icon-bar {
  background-color: #fff;
}

.spotify .top-bar-section {
    position: absolute;
    top: 66px;
    right: 20px;
    left: 20px !important;
}

.spotify #white-navigation .top-bar-section ul li > a:hover, .top-bar-section ul li.selected a {
    color: #333 !important;
}

/*.spotify .top-bar-section ul li > a {
  color: #cdcfd0;
}*/

/**
 *  HERO
 */

.spotify .hero {
  display:block;
  text-align: center;
  padding-bottom: 120px;
  position: relative;
}

.spotify .hero .arrow {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: 10px;
}


.spotify .hero h1 {
  margin: 0 auto;
  margin-bottom: 20px;
}

.spotify .hero .subtitle {
  width: 320px;
}

.spotify .hero .watch-film {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  width: 194px;
}

.spotify .hero .watch-film:hover {
  background-color: #f53d00;
  color: #fff;  
}

.spotify .hero .play-button {
  opacity: .7;
}

.spotify .hero .play-button img {
  margin-top: 0;
}

.spotify .hero .play-button:hover {
  background-color: transparent;
  opacity: 1;
}

.spotify .hero .mouse-icon {
  display:none;
  margin-bottom: 14px
}

.spotify .hero .discover {
  display:none;
  font-size: 0.81em;
  color:white;
  width:62px;
  position:absolute;
  bottom:20px;
  left:50%;
  margin-left: -31px;
}

.spotify .hero .video-contain {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: url(../img/header-image-mobile.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -100;
}

.spotify .hero .video-contain video{
  display: none;
}

.spotify .hero .video-contain:after {
   content: "";
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   background-image: linear-gradient(0deg, rgb(23, 24, 27) 0%, rgba(23, 24, 27, 0.8) 18%, rgba(23, 24, 27, 0.0980392) 100%);
}

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/**
 *  SPOTIFY MUSIC
 */

.spotify .spotify-music {
  background-color: #17181b;
  padding-top: 60px;
  text-align:center;
}

.spotify .spotify-music .container {
  position:relative;
  overflow: hidden;
}

.spotify .spotify-music h1 {
  color: white;
}

.spotify .spotify-music .subtitle {
  color: rgba(255, 255, 255, 0.8);
  width: 250px;
}

.spotify .spotify-music .container:before {
  content: url('../img/green-shape.png');
  position:absolute;
  bottom: -180px;
  left: -190px;
}

/**
 *  ALL MUSIC
 */

.spotify .all-music {
  background-color: rgb(243, 243, 243);
  padding-top: 60px;
}

.spotify .all-music .container {
  position:relative;
  overflow: visible;
  z-index: 100;
}

.spotify .all-music h1 {
  color: black;
}

.spotify .all-music .subtitle {
  color: rgba(0, 0, 0, 0.8);
}

.spotify .all-music .cellphone-container {
  display:none;
}

/**
 *  LYRICS
 */

.spotify .lyrics {
  background-color: #372737;
}

.spotify .lyrics .container {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.spotify .lyrics .container:before {
  content: url('../img/purple-shape.png');
  position:absolute;
  top: 0;
  left: -160px;
}

/**
 *  EVERY MOMENTS
 */

.spotify .every-moments {
  background-image: url(../img/moments-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*padding-top: 205px;*/
}

.spotify .every-moments h1 {
  width: 350px;
  margin: 0 auto;
  margin-top: 120px;
}

.spotify .every-moments .container {
  position:relative;
  height: 460px;
  overflow: hidden;
}

.spotify .every-moments .subtitle {
  width:250px;
  margin: 0 auto;
  margin-bottom:168px;
}

.spotify .every-moments .row {
  overflow: hidden;
}

.spotify .every-moments .playlist-list {
  position:absolute;
  bottom:0;
  width: 861px;
}

.spotify .every-moments .playlist {
  display: inline-block;
  width:140px
}

/**
 *  DEVICES
 */

.spotify .devices {
  display:none;
  padding-top: 115px;
  text-align: center;
  background-color: white
}

.spotify .devices h1 {
  color: black;
  text-align: center;
  margin-bottom: 50px
}

.spotify .devices .devices-image {
  margin-bottom: 90px
}

.spotify .devices .devices-box {
  margin-bottom: 90px;
  padding: 0 80px;
}

.spotify .devices .devices-box .subtitle {
  color: #7f8c8d;
}

/**
 *  DOWNLOAD
 */

.spotify .download {
  background-color: #f6f6f6;
  text-align: center;
  margin-top: -35px;
  padding: 40px;
}

.spotify .download h1 {
  color: black;
  margin: 30px 0;
}

.spotify .download .badge-contain {
  display: inline-block;
}

.download-link-header .badge-contain {
  margin-top: 30px;
}

.download-link-header .badge-contain img {
  height: 50px;
}

.download-link-header .badge-contain .apple-store {
  margin-right: 20px;
}

@media screen and (min-width: 35.063em) {

  .spotify .container {
    width: 100%;
    margin: 0;
    max-width: 100%
  }

}

@media screen and (min-width: 40.063em) {

  .spotify #white-navigation .top-bar-section ul li > a:hover, .top-bar-section ul li.selected a {
    color: #fff !important;
  }

  .spotify h1 {
    font-size: 43px;
  }

  .spotify .container {
    margin: 0 auto;
    max-width: 1200px;
  }

  .spotify .top-bar-section {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto;
  }

  .spotify .top-bar-section .right {
    padding-top: 2px;
  }

  .spotify .logo {
    margin-bottom: 38px;
  }

  .spotify .subtitle {
    font-size: 18px;
    line-height: 23px;
    width: 400px;
  }

  .spotify .hero h1 {
    width: 100%;
    margin-bottom: 10px;
    line-height: 60px;
  }

  .spotify .hero .subtitle {
    width: 450px;
    margin-bottom: 30px;
  }

  .spotify .hero .discover {
    /*display: block;*/
  }

  /**
   *  SPOTIFY MUSIC
   */

  .spotify .spotify-music .subtitle {
    width: 400px;
    margin-bottom: 30px;
  }

  /**
   *  ALL MUSIC
   */

   .spotify .all-music .cellphone-container {
     display: none;
   }

  .spotify .all-music .subtitle {
    margin-bottom: 30px;
  }

  /*
  * LYRICS
  */
  .spotify .every-moments {
      padding-top: 50px;
  }

  .spotify .lyrics {
    background-color: #372737;
  }

  .spotify .lyrics .container {
    overflow: hidden;
  }

  .spotify .lyrics .container:before {
    bottom:79px;
  }

  /**
   * DOWNLOAD
   */

  .spotify .download {
    margin-top: -34px;
  }

  .spotify .download .apple-store {
     margin-right: 20px;
  }

}

@media screen and (min-width: 48.063em) {


  /*.spotify .top-bar .name {
    margin-right: 15px;
  }

  .spotify .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
  }*/

}

@media screen and (min-width: 63.063em) {

  .spotify .hero .video-contain {
  background-image: url(../img/header-image.jpg);
}

  .spotify h1 {
    font-size: 58px;
    line-height: 63px;
  }

  .spotify .logo {
    margin-bottom: 38px
  }

  .spotify .cellphone {
    display:inline-block;
    width: 400px;
    height: auto;
  }

  .spotify .cellphone.mobile {
    display:none;
  }

  .spotify .subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  /**
   *  HERO
   */

   .spotify .hero {
    height: 100vh;
   }

   .spotify .jumbotron {
    margin-top: 12%;
   }

   .spotify .hero .arrow {
    bottom: 40px;
   }

  .spotify .hero .subtitle {
    width: 520px;
  }

  video#bgvid {
    display: inline-block;
  }

  /**
   * SPOTIFY MUSIC
   */

   .spotify .spotify-music {
    height: 730px;
   }

   .spotify .spotify-music .right {
     float:right;
   }

   .spotify .spotify-music .left {
     float:left;
   }

   .spotify .spotify-music h1 {
     padding-top: 150px;
     text-align: left;
     margin-bottom: 30px;
   }

   .spotify .spotify-music .subtitle {
     text-align: left;
     margin: 0;
   }

   .spotify .spotify-music .container {
     overflow:visible;
   }
   .spotify .spotify-music .container:before {
     bottom: 87px;
   }

   .spotify .spotify-music .left {
     z-index:100
   }

   /**
    * ALL MUSIC
    */

    .spotify .all-music {
      padding-top: 105px;
      height: 800px;
    }

    .spotify .all-music .text-box {
      margin-left: 80px
    }

    .spotify .all-music h1 {
      margin-top: 150px;
      text-align: left;
      margin-bottom: 30px;
    }

    .spotify .all-music .subtitle {
      text-align: left;
      margin: 0;
    }

    .spotify .all-music .container {
      overflow:hidden;
    }

    .spotify .all-music .cellphone-container {
      display:block;
      z-index: 100;
      margin-left: -150px;
      margin-top: -30px;
    }

    .spotify .all-music .cellphone-container-mobile {
      display: none;
    }

    .spotify .all-music .cellphone {
      width:773px;
      max-width: none;
    }

    /**
     *  LYRICS
     */


    .spotify .lyrics {
      height: 710px;
    }

    .spotify .lyrics .container {
      position: inherit;
      overflow: visible;
      position: relative;
    }

    .spotify .lyrics h1 {
        padding-top: 150px;
        text-align: left;
        margin-bottom: 30px;
    }

    .spotify .lyrics .subtitle {
        text-align: left;
        margin: 0;
    }

    .spotify .lyrics .cellphone {
      margin-top: -35px;
    }


    /**
     *  EVERY MOMENTS
     */

     .spotify .every-moments {
       margin-top: 0;
       padding-top: 180px;
     }

     .spotify .every-moments h1 {
       margin-top: 0px;
       width: 100%;
     }

    .spotify .every-moments .subtitle {
      width: 390px;
    }

    .spotify .every-moments .playlist-list {
      width: 1171px;
    }

    .spotify .every-moments .playlist {
      width: 190px
    }

    .spotify .every-moments .subtitle {
      margin-bottom: 125px;
    }

    /**
     *  DEVICES
     */

     /*.spotify .devices {
       display: block;
       position: relative;
       z-index: -2;
     }*/

     /**
      *
      */
     .spotify .download {
       margin-top: -47px;
       padding: 120px 80px;
     }
}


@media screen and (min-width: 85.000em) {

  .spotify .lyrics .container:before {
    left: 0;
  }

}

@media screen and ( max-height: 680px ) and ( min-width: 1024px ) {
    .spotify .hero {
      height: 770px
    }

    .spotify .hero .video-contain {
      height: 770px
    }
}

/* Retina display ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

  @media only screen and (min-width: 40.063em) {

    .spotify .every-moments {
      background-image: url(../img/moments-bg@2x.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

  }

}
