/* line 1, ../scss/sass/_common.scss */
.hero-main-wrapper {
  height: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  /* line 1, ../scss/sass/_common.scss */
  .hero-main-wrapper {
    height: calc(100% - 190px);
  }
}
/* line 7, ../scss/sass/_common.scss */
.hero-main-wrapper ul {
  height: 100% !important;
}
/* line 10, ../scss/sass/_common.scss */
.hero-main-wrapper ul li {
  position: relative;
  height: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 17, ../scss/sass/_common.scss */
.hero-main-wrapper ul li .stay-in-touch {
  color: #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  /* line 22, ../scss/sass/_common.scss */
  .hero-main-wrapper ul li#slide1 {
    background-position-x: 56%;
  }
}
/* line 27, ../scss/sass/_common.scss */
.hero-main-wrapper ul li#slide1 .stay-in-touch {
  top: 50%;
  left: 20%;
}
@media screen and (max-width: 767px) {
  /* line 27, ../scss/sass/_common.scss */
  .hero-main-wrapper ul li#slide1 .stay-in-touch {
    top: 39%;
    left: 10%;
  }
}
/* line 38, ../scss/sass/_common.scss */
.hero-main-wrapper ul li#slide2 .buyalbum {
  background-color: transparent;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  /* line 38, ../scss/sass/_common.scss */
  .hero-main-wrapper ul li#slide2 .buyalbum {
    margin-top: 30px;
  }
}
/* line 46, ../scss/sass/_common.scss */
.hero-main-wrapper ul li#slide2 .stay-in-touch {
  top: 28%;
  right: 6%;
}
@media screen and (max-width: 767px) {
  /* line 46, ../scss/sass/_common.scss */
  .hero-main-wrapper ul li#slide2 .stay-in-touch {
    bottom: 30px;
    top: auto;
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 58, ../scss/sass/_common.scss */
  .hero-main-wrapper ul li#slide2 .stay-in-touch .titulo:before {
    margin: auto auto 25px;
  }
}

/* line 69, ../scss/sass/_common.scss */
.stay-in-touch {
  font-size: 60px;
  line-height: 65px;
}
@media screen and (max-width: 992px) {
  /* line 73, ../scss/sass/_common.scss */
  .stay-in-touch .titulo {
    font-size: 40px;
    line-height: 40px;
  }
}

/* line 84, ../scss/sass/_common.scss */
.dark-version .latest-album.dark .disc-tracklist li.no-audio {
  cursor: default;
}
/* line 87, ../scss/sass/_common.scss */
.dark-version .latest-album.dark .disc-tracklist li.no-audio a:hover {
  cursor: default;
  background-color: transparent;
}
/* line 91, ../scss/sass/_common.scss */
.dark-version .latest-album.dark .disc-tracklist li.no-audio a:hover .track-info {
  border-color: #fff;
}
/* line 94, ../scss/sass/_common.scss */
.dark-version .latest-album.dark .disc-tracklist li.no-audio a:hover .track-info p {
  color: #fff;
}
/* line 100, ../scss/sass/_common.scss */
.dark-version .latest-album.dark .disc-tracklist li.no-audio a:after {
  display: none;
}

/* line 108, ../scss/sass/_common.scss */
.contacts-left-bg-img-wrapper,
.contacts-left-bg-img-wrapper-mobile {
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 114, ../scss/sass/_common.scss */
.contacts-left-bg-img-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  background-position: center;
}

/* line 121, ../scss/sass/_common.scss */
.contacts-left-bg-img-wrapper-mobile {
  display: none;
  min-height: 500px;
  background-position: top center;
}
@media screen and (max-width: 992px) {
  /* line 121, ../scss/sass/_common.scss */
  .contacts-left-bg-img-wrapper-mobile {
    display: block;
  }
}

/* line 132, ../scss/sass/_common.scss */
.section.contact .contact-item h2 {
  font-size: 40px;
  line-height: 1;
}

/* line 140, ../scss/sass/_common.scss */
.section.stay-in-touch label {
  margin-bottom: 15px;
}
/* line 144, ../scss/sass/_common.scss */
.section.stay-in-touch input,
.section.stay-in-touch textarea {
  border-bottom: solid 1px #fff;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
}
/* line 151, ../scss/sass/_common.scss */
.section.stay-in-touch input.errors,
.section.stay-in-touch textarea.errors {
  border: solid 1px red;
}
/* line 157, ../scss/sass/_common.scss */
.section.stay-in-touch input#stay-in-touch-email.errors {
  border: transparent;
  border-bottom: solid 1px red;
}
/* line 163, ../scss/sass/_common.scss */
.section.stay-in-touch input[type="checkbox"] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: auto;
  margin-right: 7px;
}
/* line 172, ../scss/sass/_common.scss */
.section.stay-in-touch input[type="submit"] {
  padding: 15px 30px;
}
/* line 176, ../scss/sass/_common.scss */
.section.stay-in-touch textarea {
  border: solid 1px #fff;
}
/* line 180, ../scss/sass/_common.scss */
.section.stay-in-touch .ajax-response-msg {
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
  display: none;
}
/* line 186, ../scss/sass/_common.scss */
.section.stay-in-touch .ajax-response-msg.show {
  display: block;
}

/* line 193, ../scss/sass/_common.scss */
#jHeader .navbar {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  /* line 193, ../scss/sass/_common.scss */
  #jHeader .navbar {
    display: block;
  }
}
/* line 209, ../scss/sass/_common.scss */
#jHeader .navbar .navbar-header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  /* line 209, ../scss/sass/_common.scss */
  #jHeader .navbar .navbar-header .navbar-brand {
    padding-top: 14px;
    padding-bottom: 8px;
    width: 150px;
  }
}
/* line 221, ../scss/sass/_common.scss */
#jHeader .navbar .collapse.navbar-collapse.navbar-ex1-collapse {
  flex: 1;
}
/* line 227, ../scss/sass/_common.scss */
#jHeader .navbar #navbar-muziq ul li.lang-selector {
  display: flex;
  margin-left: 20px;
  margin-right: 15px;
  align-items: baseline;
  position: relative;
  top: 1px;
  justify-content: center;
}
/* line 236, ../scss/sass/_common.scss */
#jHeader .navbar #navbar-muziq ul li.lang-selector a,
#jHeader .navbar #navbar-muziq ul li.lang-selector span {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
}
/* line 245, ../scss/sass/_common.scss */
#jHeader .navbar #navbar-muziq ul li.lang-selector a:after, #jHeader .navbar #navbar-muziq ul li.lang-selector a:before {
  display: none;
}
/* line 250, ../scss/sass/_common.scss */
#jHeader .navbar #navbar-muziq ul li.lang-selector a.active {
  text-decoration: underline;
}
/* line 255, ../scss/sass/_common.scss */
#jHeader .navbar #navbar-muziq ul li.lang-selector span {
  color: #fff;
}

@media screen and (max-width: 992px) {
  /* line 264, ../scss/sass/_common.scss */
  .disc-tracklist li a {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 270, ../scss/sass/_common.scss */
  .section.stay-in-touch {
    background-image: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 275, ../scss/sass/_common.scss */
  .section.stay-in-touch .voffset190 {
    margin-bottom: 40px !important;
  }
}

/* line 282, ../scss/sass/_common.scss */
.stay-in-touch-mobile-pic {
  display: none;
  min-height: 500px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  /* line 282, ../scss/sass/_common.scss */
  .stay-in-touch-mobile-pic {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  /* line 294, ../scss/sass/_common.scss */
  footer ul.menu-footer {
    float: none;
  }
}

@media screen and (max-width: 992px) {
  /* line 301, ../scss/sass/_common.scss */
  .section.contact .contacts-left-bg-img-wrapper {
    display: none;
  }
}
/* line 307, ../scss/sass/_common.scss */
.section.contact .title-wrapper {
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 307, ../scss/sass/_common.scss */
  .section.contact .title-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 314, ../scss/sass/_common.scss */
  .section.contact .contact-item {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 320, ../scss/sass/_common.scss */
  .section.contact .row.social {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  /* line 327, ../scss/sass/_common.scss */
  .biography-description {
    padding: 20px 15px !important;
  }
}

/* line 333, ../scss/sass/_common.scss */
.actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  /* line 333, ../scss/sass/_common.scss */
  .actions-wrapper {
    width: 60%;
    margin: auto;
  }
}

/* line 343, ../scss/sass/_common.scss */
.spotify-wrapper {
  margin: 40px 0;
  padding-left: 90px;
}
@media screen and (max-width: 992px) {
  /* line 343, ../scss/sass/_common.scss */
  .spotify-wrapper {
    padding-left: 0;
  }
}
/* line 350, ../scss/sass/_common.scss */
.spotify-wrapper p {
  text-align: center;
  margin: 40px 0;
  font-size: 27px;
}
/* line 356, ../scss/sass/_common.scss */
.spotify-wrapper a {
  display: block;
  width: 45%;
  margin: auto;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  /* line 356, ../scss/sass/_common.scss */
  .spotify-wrapper a {
    width: 80%;
  }
}
