@font-face {
    font-family: 'Lyrics_sans';
    src: url('../fonts/lyricsregular-webfont.eot');
    src: url('../fonts/lyricsregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lyricsregular-webfont.woff2') format('woff2'),
         url('../fonts/lyricsregular-webfont.woff') format('woff'),
         url('../fonts/lyricsregular-webfont.ttf') format('truetype'),
         url('../fonts/lyricsregular-webfont.svg#gorditaregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lyrics_sans';
    src: url('../fonts/lyricsmedium-webfont.eot');
    src: url('../fonts/lyricsmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lyricsmedium-webfont.woff2') format('woff2'),
         url('../fonts/lyricsmedium-webfont.woff') format('woff'),
         url('../fonts/lyricsmedium-webfont.ttf') format('truetype'),
         url('../fonts/lyricsmedium-webfont.svg#gorditamedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lyrics_sans';
    src: url('../fonts/lyricsbold-webfont.eot');
    src: url('../fonts/lyricsbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lyricsbold-webfont.woff2') format('woff2'),
         url('../fonts/lyricsbold-webfont.woff') format('woff'),
         url('../fonts/lyricsbold-webfont.ttf') format('truetype'),
         url('../fonts/lyricsbold-webfont.svg#gorditabold') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
  font-family: 'Lyrics_sans', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  font-weight: 400;
}

a {
  transition-property: all;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lyrics_sans', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  font-weight: 700;
}

#home-hero {
  background: rgb(213,213,213);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(213,213,213,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(45deg, rgba(213,213,213,1) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(45deg, rgba(213,213,213,1) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(213,213,213,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(45deg, rgba(213,213,213,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#ffffff',GradientType=1 );
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 450px;
  margin: 0 auto;
}

#home-hero .glass-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/glass-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
}

.top-bar {
  background: none;
  height: 61px;
  padding: 5px 20px;
  text-align: left;
}

.top-bar .title-area {
  padding: 10px 0 15px 0;
}

#white-navigation .title-area {
  padding-top: 13px;
}

.top-bar .name {
  height: auto;
  margin-right: 15px;
}

.top-bar .toggle-topbar.menu-icon {
  top: 24px;
  right: 0;
  margin-top: 0;
}

.top-bar .toggle-topbar.menu-icon a::after {
  display: none;
}

.top-bar-section ul li > a.downloadAppButton {
  color: #f60;
}

.top-bar-section ul li:hover:not(.has-form) > a.downloadAppButton {
  color: #f60;
}

nav .downloadAppButton:before, #download-page .down-btn, #mobile-download .down-btn {
  background-image: url(../img/sprite-icon.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  float: left;
  width: 8px;
  height: 9px;
  margin: 7px 8px 0 0;
}

.top-bar .toggle-topbar.menu-icon a .icon-bar {
  background-color: #000;
  width: 25px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition-property: all;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
}

.top-bar .toggle-topbar.menu-icon a .icon-bar:nth-child(2) {
  top: 7px;
}

.top-bar .toggle-topbar.menu-icon a .icon-bar:last-child {
  top: 14px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 18px;
}

.expanded .toggle-topbar.menu-icon a .icon-bar {
  top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.expanded .toggle-topbar.menu-icon a .icon-bar:nth-child(2) {
  top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.expanded .toggle-topbar.menu-icon a .icon-bar:last-child {
  opacity: 0;
}

.top-bar.expanded .title-area {
  background: none;
}

.top-bar-section ul {
  background: #fff;
}

.top-bar-section ul li > a {
  background: none;
  color: #7f7f7f;
  font-family: 'Lyrics_sans', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 13px;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  color: #333;
  background: none;
}

.top-bar-section ul li > a:hover, .top-bar-section ul li.selected a {
  color: #333 !important;
}

.home-slide {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 560px;
}

.devices-image {
  text-align: center;
}

.mobile-app .devices-image img {
  width: 370px;
}

h1 {
  text-align: center;
  font-size: 32px;
  line-height: 33px;
  margin: 40px 0 20px 0;
  letter-spacing: -0.5px;
}

h1 span {
    display: block;
  }

strong {
  font-weight: 500;
}

.download_buttons {
  margin: 20px auto 35px;
}

.download_buttons li a {
  background-image: url(../img/home/sprite-badge.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}

.glass-app .inline-list {
  text-align: center;
}

.download_buttons li.glass-link {
  display: inline-block;
  float: none;
}

.download_buttons li.glass-link a, #desktop-download .download-glass .down-btn {
  background-image: url(../img/glass-link.png);
  background-position: 0 0;
  background-size: 86px 30px;
  width: 86px;
  height: 30px;
  text-indent: -9999px;
}

.download_buttons li a:hover {
  opacity: .75;
}

.download_buttons li.app-store a {
  background-position: 1px -1px;
  width: 135px;
  height: 38px;
  margin-top: 2px;
}

.download_buttons li.google-play a {
  background-position: -134px 0;
  width: 111px;
  height: 38px;
}

.download_buttons li.windows-phone a {
  background-position: -245px 0;
  width: 147px;
  height: 38px;
}

.inline-list > li {
  margin-left: 15px;
}

.download_buttons li.spotify-app a, #desktop-download .download-spotify .down-btn {
  background-position: 0 -107px;
  width: 113.5px;
  height: 35px;
}

.download_buttons li.windows-store a, #desktop-download .download-windows-8 .down-btn {
  background-position: -135px -79px;
  width: 137px;
  height: 36px;
}

.download_buttons li.chrome-extension a, #desktop-download .download-chrome .down-btn {
  background-position: -128px -36px;
  width: 172px;
  height: 42px;
}

a.border-btn {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 18px;
}

a.border-btn:hover {
  background-color: #fff;
  color: #333;
}

.top-bar-section ul li {
  border-bottom: 1px solid #f0f0f0;
}

#home-hero .bx-controls {
  display: none;
}

.bx-wrapper img {
  display: inline-block;
}

.download-only-mobile {
  margin: 45px 0;
  display: none;
}

body.mobile-view .download-only-mobile {
  display: block;
}

.download-only-mobile .downloadAppButton {
  color: #fff;
  text-transform: uppercase;
  background: #f63;
  display: inline-block;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
}

.download-only-mobile .downloadAppButton span:before {
  background-image: url(../img/sprite-icon.png);
  background-position: -59px 0;
  background-repeat: no-repeat;
  content: '';
  display: block;
  float: left;
  width: 8px;
  height: 9px;
  margin: 2px 10px 0 0;
}

.left-hero {
  padding: 0;
  clear: both;
}

#footer {
  font-size: 0.9em;
  clear: both;
  background: #333;
  padding: 30px 0 15px 0;
  text-align: left;
  z-index: 99;
}

#footer .column {
  float: left;
}

#footer .footer-links {
  float: none;
  margin: 0 auto;
}

#footer #footlogo {
  height: 60px;
  display: block;
  background: url('../img/footer-logo.png') no-repeat;
  background-size: 170px;
}

.left-hero h2 {
  font-family: 'Lyrics_sans', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #777;
  text-align: center;
  margin: 0 20px 30px 20px;
}

#spotify-integration {
  background-color: #222326;
  text-align: center;
}

#spotify-integration h1 {
  color: #fff;
  margin: 20px 40px 20px 40px;
}

#spotify-integration h2 {
  color: #a7a7a7;
  font-family: 'Lyrics_sans', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  font-weight: 400;
  color: #777;
  text-align: center;
  margin: 0 20px 10px 20px;
}

#spotify-integration .devices-image, #tv-feature .devices-image {
  margin-bottom: 30px;
}

#spotify-integration p { color: #777; }

.inline-list .cta a {
    color: #fff;
    text-transform: uppercase;
    background: rgb(47, 189, 89);
    display: inline-block;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    text-indent: 0;
}

#spotify-integration ul {
  text-align: center;
}

#spotify-integration li,
#translations-feature li {
  display: inline-block;
  float:none
}

#apple-music {
  background-color: #f6f6f6;
}

#apple-music .left-hero {
  text-align: center;
}

#apple-music #applemusic-logo,
#spotify-integration #spotify-logo {
  margin-top: 40px;
}

#spotify-integration #spotify-logo {
  margin-bottom: 0;
}

#apple-music h1 {
  margin: 20px 60px 20px 60px;
}

#apple-music .download_buttons {
  width: 225px;
}

#apple-music .inline-list .cta a {
  background-color: #FF2951;
}

#apple-music .inline-list .cta a:hover {
  background-color: #DD163C;
}

#apple-music #iphones {
  width: 80%;
}

#other-features {
  background-color: #f6f6f6;
}

#features-list {
  list-style-type: none;
  text-align: center;
  margin: 20px 30px;
}

#features-list li {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}

#features-list li:last-child {
  border: none;
  margin-bottom: 40px;
}

#features-list .feature-image {
  margin: 0 60px 20px 60px;
}

#features-list p {
  margin: 0 20px;
  font-size: 14px;
  line-height: 17px;
  color: #777;
}

.devices-image img {
  max-width: 700px;
  width: 100%;
}

.email-link {
  margin-top: 25px;
  text-align: center;
}

.show-email-form {
  display: inline-block;
  text-transform: uppercase;
  color: #f63;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 20px 40px;
  cursor: pointer;
}

.show-email-form:before {
  background-image: url(../img/home/sprite-badge.png);
  background-repeat: no-repeat;
  background-position: -150px -83px;
  content: '';
  width: 13px;
  height: 11px;
  display: inline-block;
  margin-right: 8px;
}

.show-email-form:hover {
  color: #f63;
  opacity: 0.7;
}

#sendAppForm {
  display: none;
  background-color: #fff;
  position: relative;
  border: 1px solid #dcdcdc;
  height: 40px;
  margin: 0;
  border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
}

#emailInput {
  background: none;
  margin: 0;
  border: none;
  padding: 0 15px;
  line-height: 40px;
  box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
  border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
}

#sendAppForm #submit {
  background-color: #f63;
  width: 26px;
  height: 26px;
  border: none;
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
}

.aws-logo {
  background: url(../img/amazon-logo-white.png) no-repeat;
  height: 38px;
  width: 100px;
  display: block;
}

.aws-black {
  background-image: url(../img/amazon-logo-black.png);
  height: 46px;
  width: 120px;
  margin-bottom: 20px;
}

.desktop-yep {
  display: none;
}

#spotify-integration .mobile-yep {
  text-align: center;
}

#spotify-integration .mobile-yep img,
#translations-feature .mobile-yep img {
  width: 85%;
}

#floatinglyrics-feature .mobile-yep img {
  width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #footer #footlogo { background-image: url(../img/footer-logo@2x.png); }
}

#footer .column h5 {
  text-transform: uppercase;
  font-size: 10px;
  color: #e2e3e4;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 2px;
}

#footer .column ul {
  margin: 0;
  padding: 0;
}

#footer .column ul li {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 14px;
}

.footnote span {
  display: block;
}

#footer .column ul li a {
  color: #777e83;
}

#footer .column ul li a .beta {
  display: inline-block;
  background: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 0 0.5em;
  border-radius: 3px;
  margin-left: 0.5em;
}


#footer .column ul li a:hover {
  color: #fff;
}

#footer .column ul li a:hover .beta {
  color: #777e83;
}

#footer .footnote {
  clear: both;
  margin: 50px auto 0 auto;
  padding-top: 15px;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  border-top: 1px solid #3a3e40;
  color: #777e83;
  position: relative;
}

#footer .footnote p {
  font-size: 13px;
  margin: 0;
}

.footlogo-hide {
  display: none;
}

#companyNav {
  background: #fff;
  text-align: center;
}

#companyNav a {
  display: inline-block;
  margin-right: 30px;
  color: #333;
  font-size: 1.2em;
  text-transform: uppercase;
}

#companyNav .container {
  padding: 30px;
}

#companyNav a.selected {
  color: #f60;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

.row {
  max-width: none;
}

.bx-viewport {
  max-height: 540px;
  float: left;
}

.television-app img {
  width: 500px;
}

.television-app .download_buttons {
  width: 131px;
}

.goto-bar {
  text-align: center;
  background: #fff;
  font-family: 'Lyrics_sans', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #666;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.goto-bar a {
  color: #666;
  display: block;
  padding: 8px 0;
}

.goto-bar a:hover {
  color: #f63;
}

.download_buttons .spotify-link a {
  background-image: url(../img/home/sprite-badge.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-position: -1px -82px;
  width: 127px;
  height: 44px;
}

.download_buttons .video {
  /*padding: 10px 20px;*/
}

.download_buttons .video a {
  background: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  text-indent: 0;
}

.download_buttons .video a:before {
  background-image: url(../img/home/sprite-badge.png);
  background-repeat: no-repeat;
  background-position: -133px -82px;
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 8px;
}

#apple-music .download_buttons .video, #apple-music .inline-list {
  padding: 0;
  margin: 0;
}

#apple-music .download_buttons .video a:before {
  background-image: url(../img/home/preview-applemusic.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  content: '';
  width: 170px;
  height: 95px;
  display: inline-block;
  margin-right: 8px;
}

p#success {
  display: none;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

#white-navigation {
  height: 64px;
  z-index: 999;
}

.top-bar-section .right li a {
  font-size: 15px;
  letter-spacing: .5px;
  text-transform: none;
}

#spotify-integration .download_buttons {
  width: 200px;
}

#spotify-integration .download_buttons .spotify-link {
   display: none;
}

.download_buttons .airplay span, .download_buttons .chromecast span, .download_buttons .fire span {
  background-image: url(../img/home/sprite-badge.png);
  background-repeat: no-repeat;
  background-position: -247px -40px;
  text-indent: -99999px;
  width: 104px;
  height: 18px;
}

.download_buttons .chromecast span {
  background-position: -247px -62px;
  width: 147px;
  height: 21px;
}

.download_buttons .fire span {
  background-position: -247px -86px;
  width: 122px;
  height: 27px;
}

#tv-feature .download_buttons {
  margin: 30px auto 40px;
  width: 140px;
  text-align: center;
}

#tv-feature .download_buttons li {
  float: none;
  margin-top: 20px;
}

#tv-feature .download_buttons li span {
  display: inline-block;
}

.download_buttons p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 10px;
}

.download_buttons .ios_icon, .download_buttons .android_icon {
  color: #777777;
  font-weight: bold;
}

.download_buttons .ios_icon:hover, .download_buttons .android_icon:hover {
  color: #000;
}

.download_buttons .ios_icon:before, .download_buttons .android_icon:before {
  content: '';
  width: 14px;
  height: 16px;
  display: inline-block;
  background-image: url('../img/os_icons.png');
  top: 2px;
  position: relative;
  margin-right: 5px;
  margin-left: 1px;
}

.download_buttons .android_icon:before {
  background-position: -14px 0;
  height: 17px;
  width: 15px;
  top: 3px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

  .download_buttons .ios_icon:before, .download_buttons .android_icon:before {
    background-image: url('../img/os_icons@2x.png');
    background-size: 29px 17px;
  }

}

#home-hero iframe {
  width:100%;
  height: 305px;
  border:none;
}

#download-only-mobile2 {
  display: none;
}

#text-me-the-app {
  display: none;
}

body.mobile-view .store-badges {
  display: none;
}

#floatinglyrics-feature .mobile-yep {
  padding: 0;
}

#floatinglyrics-feature .download_buttons li {
  width: 100%;
}

#floatinglyrics-feature .download_buttons img {
  margin: 0 auto;
}

#translations-feature {
  background-color: #F7F8FA;
  padding: 50px 0 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#translations-feature .inline-list .cta a {
  background-color: #FFC208;
}

#translations-feature:before {
  background-color: #F1C40F;
  content: '';
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  -ms-transform: rotate(60deg); /* IE 9 */
  -webkit-transform: rotate(60deg); /* Chrome, Safari, Opera */
  transform: rotate(60deg);
}


#imessage {
  padding: 50px 0 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#imessage .devices-image img,
#imessage .mobile-yep img {
  width: 329px;
}

#imessage h1 span {
  display:block;
}

#imessage .inline-list {
  display:inline-block;
}

#imessage .inline-list .cta a {
  background-color: #ff6633;
}

#imessage .download_buttons {
  text-align: center;
}

#imessage .mobile-yep {
  margin-bottom: -95px;
}

#imessage .container {
  overflow: visible;
  position: relative;
}

#imessage .container:before {
  content: url('../img/home/group.png');
  position: absolute;
  bottom: -590px;
  left: -190px;
}

#imessage .tm {
  display: inline-block;
  bottom: 14px;
  position: relative;
  font-size: 9px;
  line-height: 1.6;
  color: #222222;
  font-weight: normal;
}

@media screen and (min-width: 35.063em) {

  #apple-music h1 {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    width: 450px;
    margin: 0 auto;
  }

  .download_buttons {
    width: 416px;
  }

  .desktop-app .download_buttons {
    width: 480px;
  }

  #press-banner {
    background-color: #fff;
    height: 100px;
    overflow: hidden;
  }

  #press-banner h2 {
    float: left;
    font-size: 13px;
    color: #999;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 100px;
    text-transform: uppercase;
  }

  #press-banner ul li {
    float: left;
    margin-top: 15px;
    list-style: none;
  }

  #press-banner ul li a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 130px;
    height: 34px;
    text-indent: -9999em;
    opacity: 0.3;
    cursor: default;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    margin-left: 34px;
    padding: 33px 0;
  }

  #press-banner .press-banner-logo-mashable {
    background-image: url('../img/mashable_logo.png');
    width: 157px;
  }

  #press-banner .press-banner-logo-tnw {
    background-image: url('../img/press-logo-tnw.png');
    width: 100px;
  }

  #press-banner .press-banner-logo-forbes {
    background-image: url('../img/press-logo-forbes.png');
    width: 92px;
  }
  #press-banner .press-banner-logo-techcrunch {
    background-image: url('../img/press-logo-techcrunch.png');
    width: 55px;
  }
  #press-banner .press-banner-logo-business {
    background-image: url('../img/press-logo-business.png');
    width: 134px;
  }
  #press-banner .press-banner-logo-billboard {
    background-image: url('../img/press-logo-billboard.png');
    width: 147px;
  }

  #press-banner .press-banner-logo-nbc {
    background-image: url('../img/nbc_logo.png');
    background-size: 50px;
    width: 50px;
  }

  #footer {
    padding-top: 70px;
  }

  .footnote span {
    display: inline;
  }

  .bx-viewport {
    max-height: none;
  }

  h1 {
    font-size: 37px;
    line-height: 41px;
    padding: 0;
  }

  .chrome-ext h1 {
    font-size: 47px;
    line-height: 52px;
  }

  .mobile-app .devices-image img {
    width: 569px;
  }

  .bxslider-devices img {
    width: 700px;
  }

  .home-slide {
    height: 800px;
    width: 100%;
  }

  #white-navigation .top-bar-section ul li > a:hover, #white-navigation .top-bar-section ul li.selected a {
    color: #fff !important;
  }

  #tv-feature .download_buttons {
    width: 432px;
  }

  #tv-feature .download_buttons li {
    margin-left: 40px;
    float: left;
  }

  #tv-feature .download_buttons li:first-child {
    margin-left: 0;
  }

  #spotify-integration h1 {
    margin-left: 0;
    margin-right: 0;
  }

}

@media screen and (min-width: 40.063em) {

  .top-bar-section .right {
    display: none;
  }

  .container {
    max-width: 1200px;
    width: auto;
    margin: 0 30px;
    overflow: hidden;
  }

  #sendAppForm {
    width: 340px;
  }

  .top-bar {
    background-color: transparent;
  }

  .top-bar .title-area {
    border: none;
  }

  .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section ul, .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: none;
  }

  .top-bar-section .left {
    margin: 13px 0;
  }

  .top-bar-section .right {
    margin: 11px 0;
  }

  .top-bar-section ul li > a.downloadAppButton {
    display: none;
  }

  .left-hero h2 {
    margin: 0 auto 40px auto;
    font-size: 18px;
    line-height: 27px;
    width: 380px;
  }

  .top-bar-section ul li {
    border: none;
  }

  #white-navigation .top-bar-section ul li > a {
		color: rgba(255, 255, 255, 0.8);
	}

  #home-hero #bx-pager {
    background: #fff;
    height: 45px;
/*    width: 870px; */
    width: 720px;
    position: relative;
    margin: 20px auto 30px auto;
    clear: both;
    border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
  }

  #home-hero #bx-pager a {
/*    width: 20%;*/
    width: 25%;
    float: left;
    text-align: center;
    height: 100%;
    color: #777;
    text-transform: uppercase;
    font-size: 17px;
    padding: 14px 0;
    font-weight: 600;
    position: relative;
    z-index: 89;
    transition-property: all;
    transition-duration: .5s;
      -webkit-transition-property: all;
      -webkit-transition-duration: .5s;
      -o-transition-property: all;
      -o-transition-duration: .5s;
      -moz-transition-property: all;
      -moz-transition-duration: .5s;
  }

  #home-hero #bx-pager a.active {
    color: #fff;
  }

  #home-hero #bx-pager a:before {
    background-image: url(../img/sprite-icon.png);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 9px;
    transition-property: all;
    transition-duration: .5s;
      -webkit-transition-property: all;
      -webkit-transition-duration: .5s;
      -o-transition-property: all;
      -o-transition-duration: .5s;
      -moz-transition-property: all;
      -moz-transition-duration: .5s;
  }

  #home-hero #bx-pager a.active:before {
    background-image: url(../img/sprite-icon-active.png);
  }

  #home-hero #bx-pager a.enjoy-mobile:before {
    width: 13px;
    height: 23px;
    background-position: -8px 0;
    top: -3px;
  }

  #home-hero #bx-pager a.enjoy-desktop:before {
    width: 26px;
    height: 16px;
    background-position: -21px 0;
    top: -2px;
  }

  #home-hero #bx-pager a.enjoy-tv:before {
    width: 24px;
    height: 17px;
    background-position: -109px -88px;
    top: 0;
  }

  #home-hero #bx-pager a.enjoy-yt:before {
    width: 24px;
    height: 17px;
    background-position: -68px 0;
    top: -1px;
  }

  #home-hero #bx-pager a.enjoy-glass:before {
    background-image: url(../img/glass-icon.png);
    width: 25px;
    height: 25px;
    top: -2px;
  }

  #home-hero #bx-pager a.enjoy-wear:before {
    background-image: url(../img/wear-icon.png);
    width: 11px;
    height: 18px;
    top: -2px;
  }

  #home-hero #bx-pager a.enjoy-wear.active:before {
    background-image: url(../img/wear-icon-active.png);
  }

  #home-hero #bx-pager .orange-bg {
    position: absolute;
    background-color: #f60;
/*    width: 20%;*/
    width: 25%;
    top: 3px;
    bottom: 3px;
    z-index: 88;
    left: 3px;
    border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
    transition-property: all;
    transition-duration: .5s;
      -webkit-transition-property: all;
      -webkit-transition-duration: .5s;
        -o-transition-property: all;
        -o-transition-duration: .5s;
          -moz-transition-property: all;
          -moz-transition-duration: .5s;
    transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
  }

  #home-hero .desktop-app .right-images .bx-controls {
    display: block;
    text-align: center;
    position: relative;
    z-index: 88;
  }

  #home-hero .desktop-app .right-images .bx-controls .bx-controls-direction {
    display: none;
  }

  .desktop-app .right-images .bx-controls .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
  }

  .desktop-app .right-images .bx-controls .bx-pager-item a {
    background-color: #fff;
    float: left;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
      -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
      -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  }

  .desktop-app .right-images .bx-controls .bx-pager-item a.active {
    background-color: #777;
    box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
  }

  .television-app .download_buttons {
    width: auto;
  }

  .air-play span {
    margin-left: 18px;
  }

  #home-hero .devices-image {
    margin-bottom: 40px;
  }

  #other-features .download_buttons a {
    background-image: url(../img/home/sprite-badge.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -99999px;
    display: inline-block;
  }

  #other-features .chrome-extension a {
    background-position: -117px -40px;
    width: 129px;
    height: 40px;
  }

  #other-features .windows-app a {
    background-position: -245px 0;
    width: 147px;
    height: 38px;
  }

  #other-features .glass-app a {
    background-position: -1px -40px;
    width: 115px;
    height: 40px;
  }

  #spotify-integration .left-hero, #tv-feature .left-hero {
    margin-top: 30px;
  }

  #spotify-integration .devices-image {
    margin-top: 40px;
  }

  #spotify-integration .download_buttons .spotify-link {
    display: block;
  }

  #spotify-integration h2 {
    margin: 0 auto;
  }

}

@media screen and (min-width: 61.063em) {

  #imessage .tm {
    display: inline-block;
    bottom: 16px;
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    color: #222222;
  }

  #imessage .container:before {
    bottom: -680px;
    left: 20px;
  }

  #imessage .left-hero {
    text-align: left;
    padding-top: 70px;
  }

  #imessage .download_buttons {
    text-align: left;
  }

  .top-bar-section .right {
    display: block;
  }

  .email-link {
    text-align: left;
    margin-left: 15px;
  }

  .top-bar-section ul li > a.downloadAppButton {
    display: block;
  }

  #footer .footer-links {
    float: left;
    margin: 0;
  }

  #tv-feature .download_buttons {
    width: auto;
  }

  #tv-feature .download_buttons li:first-child {
    margin-left: 20px;
  }

  #floatinglyrics-feature {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }

  #floatinglyrics-feature .devices-image img {
    max-width: none;
    width: 690px;
    margin-left: -220px;
  }

  #floatinglyrics-feature .download_buttons img {
    width: 300px;
    margin: 0;
  }

  #floatinglyrics-feature .left-hero {
    margin-top: 60px;
  }

  #translations-feature {
    padding: 0;
    text-align: left;
  }

  #translations-feature:before {
    width: 45%;
    height: 200%;
    right: 0;
    left: auto;
  }

  #translations-feature .devices-image img {
    height: 500px;
    width: auto;
    margin-left: -30px;
  }

  #translations-feature .left-hero {
    margin-top: 60px;
  }

}

@media screen and (min-width: 63.063em) {

  #spotify-integration {
    text-align: left;
  }

  #spotify-integration .download_buttons {
    width: auto;
  }

  #spotify-integration ul {
    text-align: left;
  }

  #spotify-integration .download_buttons {
    margin-left: 20px;
  }

  .container {
    padding: 0 10px;
    margin: 0 auto;
  }

  .top-bar-section .right {
    margin: 13px 0;
  }

  nav .downloadAppButton:before {
    margin: 17px 8px 0 0;
  }

  .footlogo-hide {
    display: block;
  }

  .left-hero {
    padding: 0 20px;
  }

  h1 {
    text-align: left;
  }

  #spotify-integration h1 {
    text-align: left;
  }

  #spotify-integration h2 {
    width: 380px;
    margin: 0;
    text-align: left;
  }

  .glass-app h1 {
    text-align: center;
  }

  .left-hero h2 {
    text-align: left;
    margin: 0;
  }

  #home-hero .left-hero {
    margin-top: 40px;
  }

  .download_buttons {
    margin: 45px 0 20px;
    width: auto;
  }

  .mobile-app {
    background: url(../img/mobile-devices.png) no-repeat center right;
    background-size: 470px;
  }

  .television-app {
    background: url(../img/appletv-device-3.png) no-repeat center right;
    background-size: 540px;
  }

  .wear-app {
    background-image: url(../img/wear-mockup.png);
    background-repeat:  no-repeat;
    background-position: 470px center;
  }

  .wear-app h1 {
    margin-left: 60px;
  }

  .desktop-app .left-hero {
    float: left;
  }

  .mobile-app .row, .desktop-app .row, .television-app .row, .wear-app .row {
    position: absolute;
    top: 50%;
    margin-top: -172px;
  }

  #home-hero #bx-pager {
    margin: 0 auto;
    clear: both;
  }

  .inline-list > li.app-store {
    margin-left: 34px;
  }

  .inline-list > li.spotify-app {
    margin-left: 31px;
  }


  .inline-list > li {
    margin-left: 20px;
  }

  .large-6 {
    width: 50%;
  }

  #home-hero, #spotify-integration {
    height: 550px;
    overflow: hidden;
  }

  #tv-feature {
    overflow: hidden;
  }

  #spotify-integration {
    height: auto;
  }

  #home-hero .devices-image img {
    width: 780px;
    max-width: none;
  }

  #tv-feature .devices-image img {
    width: 876px;
    max-width: none;
    margin-left: -83%;
  }

  #spotify-integration .mobile-device {
    text-align: center;
  }

  #spotify-integration .spotify-cta {
    padding: 20px 0 40px;
  }

  #spotify-integration .mobile-device img {
    width: 400px;
  }

  #spotify-integration .left-hero,
  #floatinglyrics-feature .left-hero {
    float: right;
    margin-top: 90px;
  }

  #tv-feature .left-hero {
    margin-top: 120px;
    float: right;
  }

  #spotify-integration .devices-image,
  #floatinglyrics-feature .devices-image {
    float: left;
  }

  #spotify-integration .inline-list li {
    margin-left: 0;
  }

  #tv-feature .devices-image {
    margin-top: 70px;
    float: left;
  }

  #features-list li {
    float: left;
    width: 33.33%;
    border: none;
  }

  #features-list .inner-feature {
    padding: 0 30px;
  }

  #features-list .feature-image {
    margin: 0;
    height: 160px;
    margin-bottom: 20px;
  }

  #features-list p {
    margin: 0;
  }

  #features-list h3 {
    font-size: 23px;
    line-height: 25px;
  }

  #apple-music {
    padding: 50px 0;
  }

  #apple-music .left-hero {
    text-align: left;
    margin-top: 150px;
  }

  #apple-music .download_buttons {
    width: auto;
    margin-left: 0;
  }

  #apple-music .devices-image {
    float: right;
  }

  #apple-music #iphones {
    width: auto;
    max-width: 100%;
  }

  .desktop-yep {
    display: block;
  }

  .mobile-yep {
    display: none;
  }

  #apple-music .inline-list > li {
    margin-left: 0;
  }

  #spotify-integration li {
    display: block;
  }

  #spotify-integration li.video {
    margin-top: 30px;
    margin-left: 5px;
  }

  body.mobile-view #download-only-mobile2 {
    display: block;
  }
  body.mobile-view #download-only-mobile {
    display: none;
  }

  body.mobile-view #text-me-the-app {
    display: none;
  }

  #text-me-the-app {
    display: block;
  }

  .store-badges {
    display: none;
  }

  #floatinglyrics-feature .container,
  #translations-feature .container {
    overflow: visible;
  }

  #floatinglyrics-feature:before {
    background-image: linear-gradient(180deg, #54CCC4 0%, #708FC4 50%, #3C3DC4 140%);
    content: '';
    position: absolute;
    width: 1000px;
    height: 700px;
    left: -410px;
    bottom: -610px;
    -ms-transform: rotate(-60deg); /* IE 9 */
    -webkit-transform: rotate(-60deg); /* Chrome, Safari, Opera */
    transform: rotate(-60deg);
  }

}

@media screen and (min-width: 64.063em) {

  .chrome-ext h1 {
    font-size: 50px;
    line-height: 55px;
    margin-left: 30px;
  }

  .mobile-app, .desktop-app {
    background-size: inherit;
  }

  .home-slide li.single-slide {
    min-height: 500px;
    max-height: 722px;
  }

  .television-app {
    background-size: 550px;
  }

  .bxslider-devices img {
    width: 750px;
  }

  .desktop-app .right-images {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 750px;
  }

  .home-slide li.single-slide {
    width: 1190px;
  }

  .wear-app {
    background-position: 590px center;
  }

  #home-hero .container {
    overflow: visible;
  }

  #spotify-integration .container {
    overflow: visible;
  }

  #tv-feature .container {
    overflow: visible;
  }

  #press-banner .container {
    overflow: hidden;
  }

  #home-hero, #spotify-integration, #tv-feature {
    height: 600px;
  }

  #spotify-integration {
    height: auto;
  }

  #home-hero .devices-image img {
    width: 930px;
    margin-left: -80px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  #tv-feature .devices-image img {
    margin-left: -78%;
  }

  #features-list .inner-feature {
    padding: 0 45px;
  }

  #features-list .feature-image {
    height: 180px;
  }

  #features-list {
    margin: 60px 40px;
  }

  #spotify-integration .mobile-device img {
    width: 430px;
  }

  #floatinglyrics-feature .devices-image img {
    width: 800px;
    margin-left: -340px;
  }

  #floatinglyrics-feature:before {
    width: 1300px;
    height: 1300px;
    right: -480px;
    bottom: -1040px;
  }

  #apple-music #iphones {
    height: 626px;
  }

}

@media screen and (min-width: 85.000em) {

  #home-hero, #spotify-integration, #tv-feature {
    height: 700px;
  }

  #spotify-integration {
    height:auto;
  }

  #home-hero .devices-image img {
    width: 1060px;
  }

  h1 {
    font-size: 47px;
    line-height: 60px;
  }

  #tv-feature .devices-image img {
    width: 930px;
    margin-left: -65%;
  }

  #spotify-integration .desktop-device img {
    margin-left: -15%;
  }

  #spotify-integration .mobile-device img {
    margin-top: 45px;
  }

  #home-hero .download_buttons {
    margin-top: 60px;
  }

  #translations-feature:before {
    width: 1200px;
    height: 2200px;
  }

  #translations-feature .devices-image img {
    height: 640px;
    width: auto;
    margin-left: 0px;
  }

  #translations-feature .left-hero {
    margin-top: 130px;
  }

  #translation-icon {
    width: 55px;
  }

}

/* Retina display ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

  nav .downloadAppButton:before, #home-hero #bx-pager a:before, .download-only-mobile .downloadAppButton span:before, #download-page .down-btn, #mobile-download .down-btn {
    background-image: url(../img/sprite-icon@2x.png);
    background-size: 300px;
  }

  .download_buttons li a, .download_buttons .airplay span, .download_buttons .chromecast span, .download_buttons .fire span, #other-features .download_buttons a, .show-email-form:before, .download_buttons .spotify-link a, .download_buttons .video a:before {
    background-image: url(../img/home/sprite-badge@2x.png);
    background-size: 395px;
  }

  #apple-music .download_buttons .video a:before {
    background-image: url(../img/home/preview-applemusic@2x.png);
  }

  #home-hero #bx-pager a.active:before {
    background-image: url(../img/sprite-icon-active@2x.png);
    background-size: 300px;
  }

  .air-play span {
    background-image: url(../img/airplay@2x.png);
    background-size: 96px 35px;
  }

  #home-hero #bx-pager a.enjoy-glass:before {
    background-image: url(../img/glass-icon@2x.png);
    background-size: 25px 25px;
  }

  .download_buttons li.glass-link a, #desktop-download .download-glass .down-btn {
    background-image: url(../img/glass-link@2x.png);
  }

  #home-hero .glass-bg {
    background-image: url(../img/glass-bg@2x.jpg);
  }

  #home-hero #bx-pager a.enjoy-wear:before {
    background-image: url(../img/wear-icon@2x.png);
    background-size: 11px 18px;
  }

  #home-hero #bx-pager a.enjoy-wear.active:before {
    background-image: url(../img/wear-icon-active@2x.png);
  }

  .aws-logo {
    background-image: url(../img/amazon-logo-white@2x.png);
    background-size: 100px 38px;
  }

  .aws-black {
    background-image: url(../img/amazon-logo-black@2x.png);
    background-size: 120px 46px;
  }

  @media only screen and (min-width: 63.063em) {

    .mobile-app {
      background: url(../img/mobile-devices@2x.png) no-repeat center right;
      background-size: 470px;
    }

    .television-app {
      background: url(../img/appletv-device-3@2x.png) no-repeat center right;
      background-size: 550px;
    }

    .wear-app {
      background-image: url(../img/wear-mockup@2x.png);
      background-size: 464px;
    }

  }

  @media only screen and (min-width: 64.063em) {

  .mobile-app {
      background: url(../img/mobile-devices@2x.png) no-repeat center right;
      background-size: 537px;
    }

  }


}
