/* gentium-basic-regular - latin-ext_latin */
@font-face {
  font-family: "Gentium Basic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gentium-basic-v9-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Gentium Basic"), local("GentiumBasic"), url("../fonts/gentium-basic-v9-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gentium-basic-v9-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/gentium-basic-v9-latin-ext_latin-regular.woff") format("woff"), url("../fonts/gentium-basic-v9-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/gentium-basic-v9-latin-ext_latin-regular.svg#GentiumBasic") format("svg");
  /* Legacy iOS */
}
/* gentium-basic-700 - latin-ext_latin */
@font-face {
  font-family: "Gentium Basic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gentium-basic-v9-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Gentium Basic Bold"), local("GentiumBasic-Bold"), url("../fonts/gentium-basic-v9-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/gentium-basic-v9-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/gentium-basic-v9-latin-ext_latin-700.woff") format("woff"), url("../fonts/gentium-basic-v9-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/gentium-basic-v9-latin-ext_latin-700.svg#GentiumBasic") format("svg");
  /* Legacy iOS */
}
/* gentium-basic-italic - latin-ext_latin */
@font-face {
  font-family: "Gentium Basic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/gentium-basic-v9-latin-ext_latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Gentium Basic Italic"), local("GentiumBasic-Italic"), url("../fonts/gentium-basic-v9-latin-ext_latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gentium-basic-v9-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/gentium-basic-v9-latin-ext_latin-italic.woff") format("woff"), url("../fonts/gentium-basic-v9-latin-ext_latin-italic.ttf") format("truetype"), url("../fonts/gentium-basic-v9-latin-ext_latin-italic.svg#GentiumBasic") format("svg");
  /* Legacy iOS */
}
/* gentium-basic-700italic - latin-ext_latin */
@font-face {
  font-family: "Gentium Basic";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/gentium-basic-v9-latin-ext_latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Gentium Basic Bold Italic"), local("GentiumBasic-BoldItalic"), url("../fonts/gentium-basic-v9-latin-ext_latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gentium-basic-v9-latin-ext_latin-700italic.woff2") format("woff2"), url("../fonts/gentium-basic-v9-latin-ext_latin-700italic.woff") format("woff"), url("../fonts/gentium-basic-v9-latin-ext_latin-700italic.ttf") format("truetype"), url("../fonts/gentium-basic-v9-latin-ext_latin-700italic.svg#GentiumBasic") format("svg");
  /* Legacy iOS */
}
body {
  font-size: 16px;
  font-family: "Gentium Basic";
  font-weight: 400;
  color: #fff;
  background-color: #000;
  position: relative;
}

* {
  outline: none !important;
}

a.red-btn {
  padding: 5px 15px;
  border: 2px solid #ad3046;
  color: #ad3046;
  font-size: 24px;
  background-color: transparent;
  transition: color, background-color 0.3s;
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
}
a.red-btn:hover {
  background-color: #ad3046;
  color: #fff;
  text-decoration: none;
}

h2 {
  text-transform: uppercase;
  color: #ad3046;
  font-size: 38px;
  margin-bottom: 50px;
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
}

p a {
  color: #894752;
}
p a:hover {
  text-decoration: none;
  color: #67363e;
}

.navbar-wrap {
  position: fixed;
  z-index: 9999;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 2px;
  transition: padding-top 0.3s;
}
.navbar-wrap::after {
  position: absolute;
  background-image: url("../images/bg_edge_down_menu.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
  background-position: 50% 100%;
  content: " ";
}
.navbar-wrap .logo {
  z-index: 999;
}
.navbar-wrap img {
  width: 90%;
  max-width: 500px;
}
.navbar-wrap .menu button {
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #fff;
}
.navbar-wrap .menu button .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.navbar-wrap .menu button .line.one {
  top: 8px;
}
.navbar-wrap .menu button .line.two {
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar-wrap .menu button .line.three {
  bottom: 8px;
}
.navbar-wrap .menu .navbar-brand {
  flex: 0 0 80%;
  max-width: 80%;
  margin-right: 0;
}
.navbar-wrap .menu .navbar {
  transition: all 0.3s;
  background-color: #000;
}
.navbar-wrap .menu #navbarText {
  justify-content: flex-end;
}
.navbar-wrap .menu #navbarText .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  transition: font-size 0.3s;
}
.navbar-wrap .menu #navbarText .nav-item .nav-link::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background-color: #fff;
  height: 2px;
  bottom: 0px;
  content: " ";
  transition: width 0.4s;
}
.navbar-wrap .menu #navbarText .nav-item .nav-link:hover::after {
  width: 80%;
}
.navbar-wrap .menu #navbarText .nav-item .nav-link.active::after {
  width: 80%;
}

.up-img {
  position: relative;
}
.up-img::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  content: " ";
  background-image: url("../images/bg_edge_down_section.png");
  background-repeat: repeat-x;
  background-position: 50% 0%;
}

.down-img {
  position: relative;
}
.down-img::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  content: " ";
  background-image: url("../images/bg_edge_up_section.png");
  background-repeat: repeat-x;
  background-position: 50% 0%;
}

.header {
  background-image: url("../images/bg_header.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 700px;
  max-height: 60vw;
}
.header img.logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  min-width: 300px;
  top: 18%;
}
.header .social-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  width: 80%;
  text-align: center;
}
.header .social-wrap a {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.header .social-wrap a .social-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 80%;
  height: 80%;
  transition: background-color 0.3s;
  z-index: -1;
}
.header .social-wrap a:hover .social-bg {
  background-color: #111;
}
.header .social-wrap a:hover img.hover-img {
  opacity: 1;
}
.header .social-wrap a.bc img {
  width: 85px;
  margin-left: -6px;
}
.header .social-wrap img {
  width: 73px;
}
.header .social-wrap img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.news-item-wrap {
  padding: 20px !important;
}

.news-wrap {
  padding-top: 60px;
  padding-bottom: 80px;
}

.news-item {
  padding: 35px;
  position: relative;
}
.news-item .bg-img {
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.news-item .news-main {
  z-index: 999;
  position: relative;
}
.news-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.news-item .pubdate {
  color: #894752;
  margin-bottom: 15px;
  font-weight: 700;
}
.news-item .content p {
  margin-bottom: 10px;
}
.news-item .content img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 25px 0;
  width: 50%;
  min-width: 270px;
}
.news-item .video-wrap {
  margin: 30px 0;
}

.live-wrap {
  background-image: url("../images/bg_live.png");
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 120px;
  padding-top: 80px;
}
.live-wrap .events-wrap {
  position: relative;
}
.live-wrap .events-wrap .bit-widget-container {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.videos-wrap {
  padding-top: 50px;
  padding-bottom: 100px;
}

.video-wrap {
  padding-bottom: 56.25%;
  margin: 0;
  padding-top: 25px;
  height: 0;
  border: 1px solid #fff;
  position: relative;
  width: 95%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photos-wrap {
  background-image: url("../images/bg_photos.png");
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 120px;
  padding-top: 80px;
}
.photos-wrap .img-wrap {
  position: relative;
}
.photos-wrap .img-wrap img {
  width: 100%;
}
.photos-wrap .img-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  content: " ";
  transition: opacity 0.3s;
  pointer-events: none;
}
.photos-wrap .img-wrap::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  opacity: 0;
  content: "+";
  border-radius: 50%;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 54px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.photos-wrap .img-wrap:hover::before, .photos-wrap .img-wrap:hover::after {
  opacity: 1;
}

.music-wrap {
  padding-top: 50px;
  padding-bottom: 100px;
}
.music-wrap .nav-tabs {
  display: flex;
  wrap: wrap;
  border: none;
  margin-bottom: 40px;
}
.music-wrap .nav-tabs .nav-item {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.music-wrap .nav-tabs .nav-item .nav-link {
  border: none;
  display: block;
  position: relative;
}
.music-wrap .nav-tabs .nav-item .nav-link::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  content: " ";
  transition: opacity 0.3s;
  pointer-events: none;
}
.music-wrap .nav-tabs .nav-item .nav-link:hover .tune-in-wrap {
  opacity: 1;
}
.music-wrap .nav-tabs .nav-item .nav-link:hover::before {
  opacity: 1;
}
.music-wrap .nav-tabs .nav-item .nav-link .wrap-for-wrap {
  position: relative;
}
.music-wrap .nav-tabs .nav-item .nav-link .tune-in-wrap {
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.music-wrap .nav-tabs .nav-item .nav-link .tune-in-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.music-wrap .nav-tabs .nav-item .nav-link p {
  color: transparent;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  transition: color 0.3s;
}
.music-wrap .nav-tabs .nav-item .nav-link:hover p {
  color: #fff;
}
.music-wrap .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.music-wrap .nav-tabs .nav-item .nav-link.active .tune-in-wrap {
  opacity: 1;
}
.music-wrap .nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.music-wrap .nav-tabs .nav-item .nav-link.active p {
  color: #fff;
}
.music-wrap .nav-tabs .nav-item img {
  width: 100%;
  transition: all 0.3s;
}
.music-wrap .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.music-wrap .tab-content > .tab-pane.active {
  height: auto;
  padding: 20px;
}
.music-wrap .tab-content > .tab-pane iframe {
  max-width: 100% !important;
}
.music-wrap .tab-content > .tab-pane h3 {
  font-size: 28px;
  color: #ad3046;
  font-weight: 700;
}
.music-wrap .tab-content > .tab-pane .rls-date {
  margin: 15px 0;
  color: #894752;
}

.bio-wrap {
  background-image: url("../images/bg_bio.png");
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 120px;
  padding-top: 80px;
}
.bio-wrap .bio-text {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 25px;
}
.bio-wrap .nav-tabs {
  display: flex;
  wrap: wrap;
  border: none;
}
.bio-wrap .nav-tabs .nav-item {
  flex: 0 0 33%;
  max-width: 33%;
  position: relative;
}
.bio-wrap .nav-tabs .nav-item:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.bio-wrap .nav-tabs .nav-item #nav-ssoge {
  display: inline-block;
  clear: both;
  margin-top: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  border: 2px solid #ad3046;
  color: #ad3046;
  font-size: 24px;
  background-color: transparent;
  transition: color, background-color 0.3s;
  margin-top: 30px;
  font-weight: 700;
}
.bio-wrap .nav-tabs .nav-item #nav-ssoge:hover {
  background-color: #ad3046;
  color: #fff;
}
.bio-wrap .nav-tabs .nav-item #nav-ssoge.active {
  display: none;
}
.bio-wrap .nav-tabs .nav-item .nav-link {
  border: none;
  display: block;
  position: relative;
  padding: 0;
}
.bio-wrap .nav-tabs .nav-item .nav-link img {
  width: 100%;
}
.bio-wrap .nav-tabs .nav-item .nav-link .hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 0 10px;
}
.bio-wrap .nav-tabs .nav-item .nav-link .hover-bg .name {
  top: 40px;
  text-transform: uppercase;
  font-size: 19px;
  position: absolute;
  left: 0;
  width: 100%;
}
.bio-wrap .nav-tabs .nav-item .nav-link .hover-bg .instrument {
  bottom: 40px;
  position: absolute;
  left: 0;
  width: 100%;
}
.bio-wrap .nav-tabs .nav-item .nav-link:hover {
  background-color: transparent;
}
.bio-wrap .nav-tabs .nav-item .nav-link:hover .hover-bg {
  opacity: 1;
}
.bio-wrap .nav-tabs .nav-item .nav-link.active .hover-bg {
  opacity: 1;
}

.contacts-wrap {
  padding-top: 50px;
  padding-bottom: 100px;
}
.contacts-wrap h2 {
  margin-bottom: 30px;
}
.contacts-wrap h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
}
.contacts-wrap p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 21px;
}
.contacts-wrap p a {
  font-weight: 700;
}

.shop-wrap {
  padding-top: 50px;
  width: 100%;
  padding-bottom: 56%;
  height: 0;
  background-image: url("../images/bg_shop.png");
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  min-height: 700px;
}
.shop-wrap .content {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.shop-wrap h2 {
  color: #000;
  font-size: 28px;
  margin-bottom: 0;
  text-transform: none;
}
.shop-wrap .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
}

@media (max-width: 767px) {
  a.red-btn {
    font-size: 22px;
  }

  .navbar-wrap {
    padding-top: 0;
  }
  .navbar-wrap::after {
    bottom: -10px;
  }
  .navbar-wrap img {
    width: 80%;
    margin-left: 10px;
    max-height: 50px !important;
  }

  .header {
    min-height: 500px;
    background-size: 150%;
    background-repeat: no-repeat;
  }
  .header img.logo {
    top: 130px;
  }
  .header .social-wrap {
    width: 90%;
    max-width: 350px;
    text-align: center;
    bottom: 50px;
    display: flex;
  }
  .header .social-wrap a {
    margin-right: 5px;
    flex: 0 0 19%;
    max-width: 19%;
  }
  .header .social-wrap a.bc img {
    width: 120%;
    margin: -5px;
  }
  .header .social-wrap img {
    width: 100%;
  }

  .news-item-wrap {
    padding: 0 !important;
  }
}
@media (max-width: 460px) {
  .bio-wrap .nav-tabs .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .music-wrap .nav-tabs .nav-item {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .shop-wrap h2 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .music-wrap .nav-tabs .nav-item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .navbar-wrap .menu {
    position: relative;
  }
  .navbar-wrap .menu .navbar-brand {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*# sourceMappingURL=style_2018062101.css.map */
