body {
  background-color: #f7f7f7;
  font-family: sofia-pro, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  padding-bottom: 275px;
  background-image: url('../images/back_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.img2 {
  background-image: url('../images/back_2.jpg');
}

.hero.img3 {
  background-image: url('../images/back_1.jpg');
}

.navbar {
  padding-right: 30px;
  background-color: rgba(17, 20, 39, .95);
}

.nav-link {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.nav-link:hover {
  padding-bottom: 28px;
  border-bottom: 2px solid #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  color: #fff;
  text-decoration: none;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2bc1b;
}

.btn {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #017bb7;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.btn:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
}

.btn.login {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #017bb7;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #017bb7;
}

.btn.login:hover {
  background-color: #017bb7;
  color: #fff;
}

.nav-button {
  margin-top: 22px;
  margin-left: 20px;
  float: right;
}

.hero-title {
  margin-top: 145px;
  margin-bottom: 60px;
  margin-left: 1px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.video-container {
  display: block;
  width: 726px;
  margin: -130px auto 0px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.hero-search {
  position: relative;
  display: block;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.hero-search-textbox {
  height: 60px;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-style: none;
  background-image: url('../images/Icon-2.svg');
  background-position: 96% 50%;
  background-repeat: no-repeat;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.hero-search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: right;
  background-color: transparent;
}

.hero-search-form {
  position: relative;
}

.usp {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}

.usp-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.usp-list {
  display: block;
  width: 800px;
  margin: 20px auto;
}

.usp-text {
  margin-left: 15px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.3px;
}

.usp-item {
  margin: 22px 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.audio-player-container {
  position: relative;
  height: 400px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.audio-player-title {
  margin-top: 0px;
  color: #797979;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.audio-player-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: -1px;
  border: 1px solid #dfdfdf;
}

.audio-play-container {
  width: 50px;
  height: 50px;
  padding-top: 9px;
  padding-left: 9px;
  border-right: 1px solid #dfdfdf;
}

.audio-player-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.audio-player-song-name {
  padding-left: 18px;
  float: left;
  line-height: 48px;
}

.audio-player-time {
  padding-right: 15px;
  float: right;
  line-height: 48px;
}

.audio-player-now-playing {
  display: none;
  margin-top: 12px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
  color: #797979;
  font-size: 12px;
  line-height: 25px;
}

.audio-player-now-playing.show {
  display: block;
}

.piyano {
  padding-top: 60px;
  padding-bottom: 60px;
}

.popular-tabs-menu {
  text-align: center;
}

.popular-tab-link {
  background-color: transparent;
}

.popular-tab-link.w--current {
  z-index: 999;
  padding-top: 8px;
  padding-right: 29px;
  padding-left: 29px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background-color: #fff;
}

.popular-tab-pane {
  height: 240px;
  margin-top: -1px;
  border-top: 1px solid #dfdfdf;
  background-color: #fff;
}

.video-player-player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 695px;
  height: 460px;
  margin-bottom: 15px;
  float: none;
}

.video-player-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-player-list-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 183px;
  height: 180px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  cursor: pointer;
}

.video-player-list-item.popular {
  display: inline-block;
  overflow: visible;
}

.play-list-item-thumb {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #0098ff;
  max-height: 140px;
}

.play-list-item-play {
  position: absolute;
  left: 68px;
  top: 46px;
  width: 45px;
  height: 45px;
}

.popular-mask {
  height: 217px;
  margin-right: 30px;
  margin-left: 30px;
}

.popular-slide {
  width: 200px;
  margin: 20px 10px;
}

.popular-slider {
  height: 185px;
  background-color: transparent;
}

.popular-arrow {
  width: 48px;
  height: 48px;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 6px;
  border-radius: 50%;
  background-color: #f5f5f5;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.popular-arrow:hover {
  background-color: #e2bc1b;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #111427;
  text-align: center;
}

.popular-content-item-title {
  margin-top: 0px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.footer-links {
  color: #fff;
}

.footer-link-item {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer-link-item:hover {
  text-decoration: underline;
}

.footer-copyright-text {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
}

.footer-social-item {
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-item:hover {
  opacity: 1;
}

.user_name {
  margin-left: 30px;
  color: #fff;
  font-weight: 400;
}

.icone {
  margin-left: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 15px;
}

.line {
  display: block;
  width: 215px;
  height: 1px;
  margin: 10px auto;
  background-color: #111427;
}

.drop-down {
  padding-right: 60px;
  padding-left: 60px;
  background-image: url('../images/Rectangle-11.png');
  background-position: 30px 55%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.drop-down.w--open {
  z-index: 9999;
  background-position: 30px 56%;
}

.drop-down-playlist {
  margin-bottom: 20px;
  opacity: 0.45;
  color: #111427;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.audio-and-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.audio-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.video-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.drop-down-audio {
  margin-bottom: 0px;
  direction: ltr;
  color: #111427;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.drop-down-link {
  padding-right: 53px;
  padding-left: 33px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.drop-down-link:hover {
  background-color: rgba(0, 0, 0, .1);
}

.drop-down-list.w--open {
  top: 0px;
  z-index: 999;
  padding-top: 80px;
  padding-bottom: 15px;
  background-color: #e2bc1b;
}

.name {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.drop-down-audio-main {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.drop-down-audio-main:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, .1);
}

.play-list-slider-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.play-list-slider-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #f5f5f5;
}

.play-list-slider-arrows:hover {
  background-color: #e2bc1b;
}

.play-list-slider-maske {
  margin-right: 50px;
  margin-left: 50px;
}

.play-list-slider-main {
  display: block;
  height: 100%;
  background-color: #fff;
}

.slider-items {
  width: 199px;
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 0px;
  }
  .nav-link {
    color: #017bb7;
    text-align: center;
  }
  .nav-link:hover {
    background-color: #0098ff;
  }
  .nav-button {
    float: none;
  }
  .video-container {
    height: auto;
  }
  .usp-list {
    width: 100%;
  }
  .audio-player-container {
    margin-bottom: 30px;
  }
  .video-player-player {
    width: 100%;
    height: auto;
  }
  .video-player-list {
    overflow: hidden;
    width: 100%;
    height: 132px;
    margin-top: 15px;
  }
  .video-player-list-item {
    display: inline-block;
    width: 180px;
    height: 132px;
    margin-right: 15px;
    margin-bottom: 0px;
  }
  .play-list-item-play {
    left: 70px;
    top: 41px;
  }
  .player-image {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .popular-mask {
    height: 209px;
  }
  .menu-button {
    padding: 28px;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #017bb7;
  }
  .nav-menu {
    padding-bottom: 30px;
    background-color: #fff;
  }
  .user_name {
    color: #017bb7;
  }
  .icone {
    color: #017bb7;
  }
  .drop-down {
    color: #017bb7;
  }
  .drop-down-list.w--open {
    margin-top: -80px;
  }
  .name {
    color: #017bb7;
  }
}

@media (max-width: 767px) {
  .video-container {
    width: 100%;
  }
  .usp-list {
    text-align: left;
  }
  .usp-text {
    margin-top: 15px;
    margin-left: 0px;
  }
  .video-player-list-item {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .popular-mask {
    display: block;
    width: 80%;
    height: 225px;
    margin-right: auto;
    margin-left: auto;
  }
  .popular-slide {
    width: 50%;
    margin-right: 0px;
    margin-left: 10px;
  }
  .popular-arrow {
    margin-right: 10px;
    margin-left: 10px;
  }
  .popular-content-item-title {
    margin-top: 10px;
  }
  .footer-links {
    line-height: 40px;
  }
  .slider-items {
    width: 50%;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .hero {
    padding-bottom: 185px;
  }
  .hero-title {
    margin-top: 65px;
    font-size: 26px;
    line-height: 34px;
  }
  .hero-search {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .usp {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .usp-title {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 34px;
  }
  .audio-player-container.add {
    height: 200px;
  }
  .audio-player-now-playing.show {
    display: none;
  }
  .ad {
    line-height: 170px;
  }
  .popular-tab-link.w--current {
    width: auto;
  }
  .video-player-list-item.popular {
    margin-right: 0px;
  }
  .play-list-item-thumb {
    display: block;
  }
  .popular-mask {
    width: 60%;
    height: 226px;
  }
  .popular-slide {
    width: 100%;
    margin-left: 0px;
  }
  .play-list-slider-maske {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-items {
    width: 100%;
    margin-left: 0px;
  }
  div.piyano,
  div.audio-player-container {
    display: none;
  }
}

.remodal a {
  color: #428bca;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}    

