@font-face {
  font-family: "Gotham Pro Bold";
  src: url('fonts/GothaProBol.otf'); }
@font-face {
  font-family: "Gotham Pro Light";
  src: url('fonts/GothaProLight.otf'); }
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #1c1c1c;
  text-align: center;
  color: #000; }
  @media handheld {
    body {
      text-align: center !important; } }

h1 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 21px;
  font-weight: 500; }

h4 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 25px; }

h5 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 500 !important; }

nav {
  display: none !important; }

@media (max-width: 1280px) {
  section {
    margin: 0 !important;
    width: 100% !important; } }
@media (min-width: 1281px) {
  section {
    min-width: 1280px !important; } }

@media (max-width: 991px) {
  .md-pull-reset {
    float: none !important;
  }
}
.fm-n1 {
  background-color: #000;
  text-align: left;
  background-image: url(images/bg-freemusic.jpg);
  background-size: cover;
  max-height: 576px;
  z-index: 9999; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .fm-n1 {
      background-image: url(images/bg-freemusic@2x.jpg); } }
@media(min-width: 992px) {
  .fm-n1 {
    background-image: none;
  }
}

.fm-n2 {
  background-color: #fff; }

.fm-n3 {
  background-color: #000;
  background-image: url(images/bg-freemusic.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(images/bg-freemusic-2.jpg);
  background-size: 1282px 335px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .fm-n3 {
      background-image: url(images/bg-freemusic-2@2x.jpg); } }

.fm-sharing {
  min-height: 600px;
  text-align: center;
  overflow: hidden;
  position: relative; }

.logo-container {
  height: 125px; }

.ios-logo {
  position: absolute;
  top: 0;
  left: 0; }

.text-logo-container {
  text-align: left;
  margin-left: 125px; }

.text-logo {
  display: block;
  color: #fff;
  font-family: "Gotham Pro Bold", serif;
  font-size: 54px;
  line-height: 54px; }
  @media (max-width: 991px) {
    .text-logo {
      font-size: 35px;
      line-height: 35px; } }

.gotham-light {
  font-family: "Gotham Pro Light", serif !important; }

.text-header {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  text-align: left;
  font-weight: 500;
  line-height: 28px; }

.text-bottom-fm, .text-bottom-fm-big {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  max-width: 720px; }

.text-bottom-fm {
  font-size: 17px;
  line-height: 30px;
  margin: 0 auto; }

.text-bottom-fm-big {
  margin: 0 auto 30px;
  font-size: 34px;
  line-height: 40px; }

.appstore-row {
  width: 420px;
  position: relative;
  height: 95px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 500px) {
    .appstore-row {
      width: 100%; } }

.appstore-button {
  position: absolute;
  top: 0;
  left: 0; }

.rating-img {
  position: absolute;
  top: -5px;
  left: 225px; }

.iphone-text {
  width: 690px;
  padding: 0 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #505050;
  font-size: 16px;
  font-weight: 500; }
  @media (max-width: 690px) {
    .iphone-text {
      width: 100%; } }

.iphone-text h2 {
  color: #000;
  font-size: 34px !important;
  font-weight: 500 !important; }

@media (min-width: 992px) {
  .text-align-right {
    text-align: right;
    margin-left: 100px; } }

@media (min-width: 992px) {
  .text-align-left {
    text-align: left;
    margin-right: 100px; } }

.feature-block {
  margin-top: 90px;
  width: 100%;
  height: 60px; }

.feature-text {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #707070;
  font-weight: 500;
  line-height: 25px; }
  @media (max-width: 767px) {
    .feature-text {
      text-align: center; } }

.feature-text h3 {
  color: #000;
  font-size: 21px;
  font-weight: 500 !important; }

  .iphone-img {
    margin: 0 auto;
    height: auto;
    max-height: 650px;
    max-width: 432px;
    position: relative;
  }
  .iphone-img video {

    position: absolute;
    top: 16%;
    left: 22%;
    width: 56%;
  }
@media (max-width: 991px) {
  .iphone-img video {
    display: none;
    } }
.learn-more-button {
  width: 220px;
  height: 50px;
  font-size: 16px !important;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff !important;
  background-color: #fd8825;
  border-style: none;
  border-radius: 3px; }

.learn-more-button:hover {
  background-color: #fdb425;
  color: #fff !important; }




.footer-new p {
  margin: 25px auto;
}
.ftr-links {
  display: inline-block;
}
.footer-new span, .footer-new a {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #707070;
  font-weight: 500;
  line-height: 25px;

}
.footer-new a {
  display: inline-block;
  text-decoration: underline;
}


@media (max-width: 991px) {
  .appstore-bottom {
  margin-top: 40px;
}
}


@media(max-width: 1279px) {
  .footer-new .logo {
  margin: 0 auto 10px !important;
  display: block;
  }
}

@media (max-width: 991px) {
  .sm-center-block {
    margin: 0 auto !important; } }

.bg-blur {
  position: absolute;
  top: 0;
  z-index: 1;
  margin: -20px;
  height: 110%;
  width: 110%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/images/album_artwork.jpg);
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  background-size: cover; }

.content {
  z-index: 9999;
  height: 100%;
  width: 100%;
  position: relative; }

.content p {
  text-align: center;
  position: relative;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px; }

.album-cover {
  height: 250px;
  width: 250px; }

.content .track-artist {
  font-size: 40px;
  line-height: 40px; }

.content .track-name {
  font-size: 25px;
  line-height: 25px; }

.appstore-block {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 750px;
  min-height: 105px;
  padding: 0px 155px; }
  @media (max-width: 992px) {
    .appstore-block {
      padding: 0; } }

.appstore-block .text-logo-container {
  padding: 25px 10px;
  width: 270px;
  margin: 0 auto;
  height: 110px; }

.appstore-block .hint-text {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 23px;
  font-size: 13px;
  color: #fff; }

.appstore-block .text-logo {
  display: inline;
  font-size: 24px;
  line-height: 33px;
  margin: 0; }

.appstore-block .appstore-button {
  padding: 33px 10px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 992px) {
    .appstore-block .appstore-button {
      padding: 0 10px 33px; } }

.text-logo-block {
  display: block; }

.layer-animated {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;

}
@media (max-width: 991px) {
  .layer-animated {
    display: none;
  }
}
.bg-none, .iphone-none {
  opacity: 0;
}
.bg-animated {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: fadein linear 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein linear 2s; /* Firefox < 16 */
  -ms-animation: fadein linear 2s; /* Internet Explorer */
  -o-animation: fadein linear 2s; /* Opera < 12.1 */
  animation: fadein linear 2s;
}

.iphone-animated {
  position: absolute;
  bottom: -15px;
  right: 60px;
  z-index: 2;
  -webkit-animation: popup ease-out 0.7s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: popup ease-out 0.7s; /* Firefox < 16 */
  -ms-animation: popup ease-out 0.7s; /* Internet Explorer */
  -o-animation: popup ease-out 0.7s; /* Opera < 12.1 */
  animation: popup ease-out 0.7s;
}


@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}




@keyframes popup {
  from { opacity: 0; bottom: -110px; }
  to   { opacity: 1; bottom: -15px; }
}

/* Firefox < 16 */
@-moz-keyframes popup {
  from { opacity: 0; bottom: -110px; }
  to   { opacity: 1; bottom: -15px; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes popup {
  from { opacity: 0; bottom: -110px; }
  to   { opacity: 1; bottom: -15px;}
}

/* Internet Explorer */
@-ms-keyframes popup {
  from { opacity: 0; bottom: -110px; }
  to   { opacity: 1; bottom: -15px;}
}

/* Opera < 12.1 */
@-o-keyframes popup {
  from { opacity: 0; bottom: -110px;}
  to   { opacity: 1; bottom: -15px; }
}
