@font-face {
  font-family: 'KlavikaMedium-OSF';
  src: url("fonts/KlavikaMedium-OSF.eot?#iefix") format("embedded-opentype"), url("fonts/KlavikaMedium-OSF.otf") format("opentype"), url("fonts/KlavikaMedium-OSF.woff") format("woff"), url("fonts/KlavikaMedium-OSF.ttf") format("truetype"), url("fonts/KlavikaMedium-OSF.svg#KlavikaMedium-OSF") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Catull-Regular';
  src: url("fonts/Catull-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Catull-Regular.woff") format("woff"), url("fonts/Catull-Regular.ttf") format("truetype"), url("fonts/Catull-Regular.svg#Catull-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'AvenirNextLTPro-Demi';
  src: url("fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextLTPro-Demi.otf") format("opentype"), url("fonts/AvenirNextLTPro-Demi.woff") format("woff"), url("fonts/AvenirNextLTPro-Demi.ttf") format("truetype"), url("fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Aller';
  src: url("fonts/Aller.eot?#iefix") format("embedded-opentype"), url("fonts/Aller.woff") format("woff"), url("fonts/Aller.ttf") format("truetype"), url("fonts/Aller.svg#Aller") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?e7d1u7");
  src: url("fonts/icomoon.eot?e7d1u7#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?e7d1u7") format("truetype"), url("fonts/icomoon.woff?e7d1u7") format("woff"), url("fonts/icomoon.svg?e7d1u7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down-chevron:before {
  content: "\e900";
  font-family: 'icomoon' !important; }

.icon-facebook:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\e904"; }

.icon-youtube-symbol:before {
  content: "\e905"; }

/*breakpoint*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Apply a CSS3 box-rotate
 * @include rotate(10deg);
 */
/*
 * Apply a CSS3 box-rotate
 * @include translate(10px,10px);
 */
/*
 * Apply a CSS3 transform-origin
 * @include transform-origin(left top);
 */
/*
* Apply a CSS3 transform-origin
* @include backface-visibility(hidden);
*/
/*
 * Apply a CSS3 box-rotate
 * @include translateX(10px);
 */
/*
 * Apply a CSS3 skewX
 * @include skewX(10deg);
 */
/*
 * Apply a CSS3 skewY
 * @include skewY(10deg);
 */
/*
 * Apply a CSS3 box-rotate
 * @include translateY(10px);
 */
/*
 * Apply a CSS3 box-rotate
 * @include scale(0);
 */
/*
 * Apply a CSS3 transition
 *
 * $property The property you want to animate, eg opacity
 * $duration The duration of the animation, eg 1s
 * $ms Include -ms-transition; default is false because IE does not support transitionEnd callback
 *
	@include transition(all, 0.5s, ease-out);
 */
/*
 * Apply a CSS3 transition-delay
 * @include transitionDelay(2s);
 */
/*
 * Apply a CSS3 transition-duration
 * @include transitionDuration(1s);
 */
/*
 * Apply a CSS3 transition-property
 * @include transitionProperty(opacity);
 * @include transitionProperty((height, width)); Multiple properties can be passed in surrounded by brackets
 */
/*
 * Apply a CSS3 transition-timing-function
 * @include transitionTimingFunction(easing);
 */
header.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 3;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
  header.site-header .custom-logo-link img {
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s; }
  header.site-header.sticky {
    background-color: #ffffff; }
    header.site-header.sticky .searchsection .serchbox {
      width: 355px; }
      header.site-header.sticky .searchsection .serchbox input[type="text"] {
        border-color: #0c0c0c;
        background-color: #ffffff; }
    header.site-header.sticky .searchsection a.search {
      color: #0c0c0c;
      background-position: 47px -18px;
      -webkit-transition: all ease-out 0.3s;
      -moz-transition: all ease-out 0.3s;
      -o-transition: all ease-out 0.3s;
      transition: all ease-out 0.3s; }
      header.site-header.sticky .searchsection a.search:hover {
        color: #887676;
        background-position: 47px 1px; }
    header.site-header.sticky .main-navigation a {
      color: #0c0c0c;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
      header.site-header.sticky .main-navigation a:hover {
        color: #887676; }
        header.site-header.sticky .main-navigation a:hover:after {
          background-color: #887676; }
    header.site-header.sticky input[type="text"]::-webkit-input-placeholder {
      color: #0c0c0c; }
    header.site-header.sticky input[type="text"]::-moz-placeholder {
      color: #0c0c0c; }
    header.site-header.sticky input[type="text"]:-ms-input-placeholder {
      color: #0c0c0c; }
    header.site-header.sticky input[type="text"]:-moz-placeholder {
      color: #0c0c0c; }
  header.site-header .main-navigation a {
    text-transform: uppercase;
    font-family: "Aller";
    font-size: 12px;
    font-weight: normal;
    position: relative;
    color: #ffffff;
    padding: 0;
    margin: 0 0.875em;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    header.site-header .main-navigation a:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 2px;
      background-color: #ffffff;
      -webkit-transition: width ease-out 0.3s;
      -moz-transition: width ease-out 0.3s;
      -o-transition: width ease-out 0.3s;
      transition: width ease-out 0.3s; }
    header.site-header .main-navigation a:hover {
      color: #0c0c0c; }
      header.site-header .main-navigation a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
        background-color: #0c0c0c; }

.searchsection {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1.899rem 1.7987rem 0 0; }
  .searchsection a.search {
    font-family: "Aller";
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    padding-right: 1.7987rem;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 47px -38px;
    background-size: 15%;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s; }
    .searchsection a.search:hover {
      color: #0c0c0c;
      background-position: 47px -18px; }
  .searchsection .serchbox {
    -webkit-transition: width ease 0.3s;
    -moz-transition: width ease 0.3s;
    -o-transition: width ease 0.3s;
    transition: width ease 0.3s;
    position: absolute;
    right: 12px;
    width: 200px;
    bottom: -23px; }
    .searchsection .serchbox input[type="text"] {
      height: 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      background-color: transparent;
      border: 1px solid #ffffff; }

input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Aller";
  font-weight: normal;
  font-size: 12px; }

input[type="text"]::-moz-placeholder {
  color: #ffffff;
  font-family: "Aller";
  font-weight: normal;
  font-size: 12px; }

input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Aller";
  font-weight: normal;
  font-size: 12px; }

input[type="text"]:-moz-placeholder {
  color: #ffffff;
  font-family: "Aller";
  font-weight: normal;
  font-size: 12px; }

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hamRotate.active {
  transform: rotate(45deg); }

.hamRotate180.active {
  transform: rotate(180deg); }

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #887676;
  stroke-width: 5.5;
  stroke-linecap: round; }

.ham7 .top {
  stroke-dasharray: 40 82; }

.ham7 .middle {
  stroke-dasharray: 40 111; }

.ham7 .bottom {
  stroke-dasharray: 40 161; }

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px; }

.ham7.active .middle {
  stroke-dashoffset: 23px; }

.ham7.active .bottom {
  stroke-dashoffset: -83px; }

.menu-toggle.toggled-on {
  position: relative;
  z-index: 3; }

.site-header-menu.toggled-on {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  background-color: #0c0c0c;
  margin: 0; }
  .site-header-menu.toggled-on .main-navigation {
    margin: 5rem 0 0 0; }
    .site-header-menu.toggled-on .main-navigation ul {
      margin: 0 0 0 3rem;
      padding: 10rem 0 0 0; }
      .site-header-menu.toggled-on .main-navigation ul li {
        margin-bottom: 2rem; }
        .site-header-menu.toggled-on .main-navigation ul li a {
          font-size: 22px;
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -o-transform: translateY(0%);
          transform: translateY(0%); }
.site-header-menu .main-navigation ul li {
  overflow: hidden; }
  @media screen and (max-width: 909px) {
    .site-header-menu .main-navigation ul li a {
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all ease 1s;
      -moz-transition: all ease 1s;
      -o-transition: all ease 1s;
      transition: all ease 1s; } }
  @media screen and (max-width: 909px) {
    .site-header-menu .main-navigation ul li:nth-of-type(1) a {
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -ms-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
      transition-delay: 0.2s; } }
  @media screen and (max-width: 909px) {
    .site-header-menu .main-navigation ul li:nth-of-type(2) a {
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -ms-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -ms-transition-delay: 0.4s;
      transition-delay: 0.4s; } }
  @media screen and (max-width: 909px) {
    .site-header-menu .main-navigation ul li:nth-of-type(3) a {
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -ms-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      -ms-transition-delay: 0.6s;
      transition-delay: 0.6s; } }
  @media screen and (max-width: 909px) {
    .site-header-menu .main-navigation ul li:nth-of-type(4) a {
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -ms-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-delay: 0.8s;
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      -ms-transition-delay: 0.8s;
      transition-delay: 0.8s; } }
  @media screen and (max-width: 909px) {
    .site-header-menu .main-navigation ul li:nth-of-type(5) a {
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -ms-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-delay: 0.85s;
      -moz-transition-delay: 0.85s;
      -o-transition-delay: 0.85s;
      -ms-transition-delay: 0.85s;
      transition-delay: 0.85s; } }

.page-id-3 .searchsection a.search:hover {
  color: #887676;
  background-position: 47px 0; }
.page-id-3 header.site-header .main-navigation a:hover {
  color: #887676; }
  .page-id-3 header.site-header .main-navigation a:hover:after {
    background-color: #887676; }

.loader {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.spinner {
  animation: rotator 1.4s linear infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@keyframes colors {
  0% {
    stroke: #0c0c0c; }
  25% {
    stroke: #887676; }
  50% {
    stroke: #0c0c0c; }
  75% {
    stroke: #887676; }
  100% {
    stroke: #0c0c0c; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }
.tax-artists_category header.site-header .rightsec {
  position: relative;
  width: 50%; }
  .tax-artists_category header.site-header .rightsec:after {
    content: '';
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 17vh;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .tax-artists_category header.site-header .rightsec .site-header-menu {
    float: right;
    position: relative;
    z-index: 1; }
  .tax-artists_category header.site-header .rightsec .main-navigation a {
    color: #0c0c0c; }
    .tax-artists_category header.site-header .rightsec .main-navigation a:hover {
      color: #887676; }
      .tax-artists_category header.site-header .rightsec .main-navigation a:hover:after {
        background-color: #887676; }
  .tax-artists_category header.site-header .rightsec .searchsection {
    top: -1.7987rem;
    margin: 0rem -1rem 0 0;
    z-index: 1; }
    .tax-artists_category header.site-header .rightsec .searchsection a.search {
      color: #0c0c0c;
      background-position: 47px -19px; }
      .tax-artists_category header.site-header .rightsec .searchsection a.search:hover {
        color: #887676;
        background-position: 47px 0px; }
    .tax-artists_category header.site-header .rightsec .searchsection .serchbox input[type="text"] {
      border-color: #0c0c0c; }
.tax-artists_category header.site-header.sticky {
  background-color: transparent; }
  .tax-artists_category header.site-header.sticky .rightsec:after {
    min-height: 11vh; }

footer nav ul li a {
  font-family: "Aller";
  font-weight: normal;
  font-size: 12px;
  color: #0c0c0c;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-transform: uppercase; }
  footer nav ul li a:hover {
    color: #887676; }
footer ul.linksocial {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  footer ul.linksocial li {
    margin: 0 0.2rem; }
    footer ul.linksocial li a {
      font-size: 30px;
      color: #0c0c0c;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      footer ul.linksocial li a:hover {
        color: #887676; }

.page-id-3 .site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  .page-id-3 .site-footer ul.linksocial li a {
    color: #ffffff; }
    .page-id-3 .site-footer ul.linksocial li a:hover {
      color: #887676; }
  .page-id-3 .site-footer .social-navigation ul li a {
    color: #ffffff; }
    .page-id-3 .site-footer .social-navigation ul li a:hover {
      color: #887676; }

.tax-artists_category .site-footer {
  background-color: #ffffff;
  position: relative;
  padding-top: 0.8rem; }

.home-banner .vc_column-inner {
  padding: 0; }

.homerbanner {
  position: relative; }
  .homerbanner .downarrow {
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }

.mrebtn {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  position: relative; }
  .swiper-container span.downarrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #ffffff; }
  .swiper-container .swiper-slide {
    overflow: hidden; }
    .swiper-container .swiper-slide .slide-inner {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-size: cover;
      background-position: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: colmun;
      -moz-flex-direction: colmun;
      -ms-flex-direction: colmun;
      flex-direction: colmun;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }

a.btn {
  color: #0c0c0c;
  border: 1px solid #0c0c0c;
  display: inline-block;
  padding: 0.5rem 0rem;
  width: 200px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
  font-family: "AvenirNextLTPro-Demi";
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase; }
  a.btn:hover {
    color: #ffffff; }
    a.btn:hover:after {
      bottom: 0%; }
  a.btn:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0c0c;
    -webkit-transition: bottom ease 0.5s;
    -moz-transition: bottom ease 0.5s;
    -o-transition: bottom ease 0.5s;
    transition: bottom ease 0.5s; }
  a.btn span {
    position: relative;
    z-index: 2; }

.innertext {
  text-align: center; }
  .innertext h2 {
    font-family: "KlavikaMedium-OSF";
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase; }
  .innertext a {
    color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 0.5rem 3rem;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
    font-family: "AvenirNextLTPro-Demi";
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase; }
    .innertext a:hover {
      color: #0c0c0c; }
      .innertext a:hover:after {
        bottom: 0%; }
    .innertext a:after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      -webkit-transition: bottom ease 0.5s;
      -moz-transition: bottom ease 0.5s;
      -o-transition: bottom ease 0.5s;
      transition: bottom ease 0.5s; }
    .innertext a span {
      position: relative;
      z-index: 2; }

.listplayback {
  text-align: center;
  display: none; }

.col-md-3 {
  width: 33.333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3.6789rem; }

.clear {
  clear: both; }

.row.playlist {
  padding: 0 5.5789rem;
  margin: 4.6789rem 0 0 0;
  text-align: center; }
  .row.playlist .col-md-3 {
    width: 33.333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3.6789rem; }
    .row.playlist .col-md-3 .boxitem {
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    .row.playlist .col-md-3 a.btnplay {
      display: inline-block;
      font-family: "AvenirNextLTPro-Demi";
      font-weight: normal;
      color: #887676;
      border: 1px solid #887676;
      margin: 1.3789rem 0 0 0;
      width: 150px;
      padding: 0.5rem 0;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      overflow: hidden;
      position: relative; }
      .row.playlist .col-md-3 a.btnplay:hover {
        color: #ffffff; }
        .row.playlist .col-md-3 a.btnplay:hover:after {
          bottom: 0%; }
      .row.playlist .col-md-3 a.btnplay:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #887676;
        -webkit-transition: bottom ease 0.5s;
        -moz-transition: bottom ease 0.5s;
        -o-transition: bottom ease 0.5s;
        transition: bottom ease 0.5s; }
      .row.playlist .col-md-3 a.btnplay span {
        position: relative;
        z-index: 2; }
    .row.playlist .col-md-3 p, .row.playlist .col-md-3 .artistdetails .artistright .artboxright .listart a, .artistdetails .artistright .artboxright .listart .row.playlist .col-md-3 a {
      font-family: "Catull-Regular";
      font-weight: normal;
      font-size: 25px;
      color: #887676;
      text-align: center;
      padding: 0 1.289rem;
      margin: 1.1789rem 0 0 0;
      line-height: normal; }
    .row.playlist .col-md-3 h5 {
      margin: 3.5789rem 0 0 0;
      padding: 0;
      text-align: center;
      font-family: "AvenirNextLTPro-Demi";
      font-weight: normal;
      color: #0c0c0c;
      font-size: 20px;
      text-transform: uppercase; }
    .row.playlist .col-md-3 h2 {
      font-family: "KlavikaMedium-OSF";
      font-weight: normal;
      font-size: 30px;
      color: #0c0c0c;
      text-transform: uppercase;
      text-align: center;
      margin: 1.1789rem 0 0 0; }

h2.ctatitle {
  font-family: "KlavikaMedium-OSF";
  text-transform: uppercase; }

.inline_content h4 {
  font-family: "KlavikaMedium-OSF";
  font-size: 18px;
  font-weight: normal;
  color: #0c0c0c;
  text-align: center;
  margin: 0; }
.inline_content h2 {
  font-family: "Aller";
  font-size: 20px;
  font-weight: normal;
  color: #0c0c0c;
  text-align: center;
  margin: 0; }
.inline_content p, .inline_content .artistdetails .artistright .artboxright .listart a, .artistdetails .artistright .artboxright .listart .inline_content a {
  font-family: "Catull-Regular";
  font-size: 15px;
  font-weight: normal;
  color: #887676;
  text-align: center;
  margin: 0; }

.innerpage {
  background-position: center -200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 70vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .innerpage h2 {
    font-family: "KlavikaMedium-OSF";
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0.99px;
    font-size: 5vw;
    text-transform: uppercase;
    overflow: hidden; }
    .innerpage h2 span {
      display: block; }

.watchlist {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  .watchlist:hover {
    background-color: #887676; }
  .watchlist h2 {
    text-transform: uppercase;
    font-family: "KlavikaMedium-OSF";
    font-size: 30px;
    color: #0c0c0c;
    margin: 0.1789rem 0 0 0;
    overflow: hidden; }

.watch {
  padding: 4.6789rem 5.5789rem 0;
  margin: 0 0 0 0;
  text-align: center;
  background-color: #ebebeb;
  overflow: hidden; }
  .watch .col-md-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3.6789rem; }
    .watch .col-md-3 .boxitem {
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      min-height: 30vh;
      position: relative; }
    .watch .col-md-3 a.btnplay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: inline-block;
      font-family: "AvenirNextLTPro-Demi";
      font-weight: normal;
      color: #887676;
      border: 1px solid #887676;
      margin: 0 0 0 0;
      width: 100%;
      padding: 0rem 0;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      overflow: hidden; }

.networksec {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .networksec .networktitle {
    text-align: center; }
    .networksec .networktitle a {
      text-align: center;
      font-family: "KlavikaMedium-OSF";
      font-weight: normal;
      color: #ffffff;
      font-size: 6vw;
      line-height: 1.3;
      width: 27%;
      margin: 0 3rem;
      display: block;
      float: left;
      overflow: hidden; }
      .networksec .networktitle a span {
        display: block; }

.ann-network:after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-id-3 .swiper-container .swiper-slide .slide-inner {
  position: relative; }

.artistdetails {
  position: relative; }
  .artistdetails .artistleft {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    min-height: 100vh;
    background-color: #F0FFF0; }
    .artistdetails .artistleft .innertext {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .artistdetails .artistleft .innertext h2 {
        font-family: "AvenirNextLTPro-Demi";
        font-size: 5vw; }
      .artistdetails .artistleft .innertext p, .artistdetails .artistleft .innertext .artistright .artboxright .listart a, .artistdetails .artistright .artboxright .listart .artistleft .innertext a {
        font-family: "Catull-Regular";
        font-size: 25px;
        color: #ffffff;
        font-weight: normal;
        padding: 0 5rem;
        line-height: normal; }
  .artistdetails .artistright {
    min-height: 100vh; }
    .artistdetails .artistright .artboxright h2 {
      font-family: "AvenirNextLTPro-Demi";
      font-size: 25px;
      color: #0c0c0c;
      text-align: center; }
    .artistdetails .artistright .artboxright p, .artistdetails .artistright .artboxright .listart a {
      font-family: "Catull-Regular";
      font-size: 18px;
      color: #887676;
      padding: 0 5rem;
      margin: 3rem 0 5rem 0;
      text-align: center; }
    .artistdetails .artistright .artboxright .listart {
      margin-top: 0;
      text-align: center;
      color: #887676;
      font-family: "Catull-Regular"; }
      .artistdetails .artistright .artboxright .listart a {
        padding: 0;
        text-decoration: underline; }

html body .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.home-swiper-container {
  width: 100%;
  height: 100%; }
  .home-swiper-container .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.home-swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.contactsec, .aboutfirst {
  min-height: 70vh !important; }

.page-id-26 .vc_parallax-content-moving .vc_column-inner:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: -100%;
  width: 100%;
  min-height: 100vh;
  left: 0;
  z-index: 1;
  visibility: visible !important; }
.page-id-26 .vc_parallax-content-moving .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 2; }

.wpcf7 {
  width: 50%;
  margin: 0 auto !important; }
  .wpcf7 label {
    font-family: "Aller";
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #0c0c0c; }

body.smallactive {
  overflow-y: hidden; }

@media screen and (max-width: 768px) {
  .custom-logo-link {
    position: relative;
    z-index: 1; } }

@media screen and (max-width: 909px) {
  .site-header-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    background-color: #0c0c0c;
    margin: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); } }
@media screen and (max-width: 909px) {
  .site-header-menu.toggled-on {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@media screen and (max-width: 909px) {
  .site-header-menu .main-navigation ul {
    margin: 0 0 0 3rem;
    padding: 10rem 0 0 0; } }

@media screen and (max-width: 767px) {
  .searchsection {
    display: none; } }

@media screen and (max-width: 480px) {
  .row.playlist {
    padding: 0 0.5789rem; } }
@media screen and (max-width: 768px) {
  .row.playlist .col-md-3 {
    max-width: 100%;
    width: 100%; } }
@media screen and (max-width: 768px) {
  .row.watch .col-md-3 {
    max-width: 100%;
    width: 100%;
    float: none; } }

@media screen and (max-width: 768px) {
  footer ul.linksocial {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

@media screen and (max-width: 768px) {
  .site-footer {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .site-footer .social-navigation li {
    float: none;
    display: inline-block; } }

@media screen and (max-width: 909px) {
  .menu-toggle {
    position: relative;
    z-index: 1;
    float: right; } }

.tax-artists_category header.site-header .rightsec:after {
  background-color: transparent; }
@media screen and (max-width: 909px) {
  .tax-artists_category header.site-header .rightsec .site-header-menu {
    position: fixed; } }
@media screen and (max-width: 909px) {
  .tax-artists_category header.site-header .rightsec .site-header-menu .main-navigation a {
    color: #ffffff; } }
@media screen and (max-width: 909px) {
  .tax-artists_category header.site-header .rightsec .searchsection a.search {
    color: #ffffff;
    background-position: 47px -38px; } }
@media screen and (max-width: 909px) {
  .tax-artists_category header.site-header.sticky {
    background-color: #ffffff; } }

@media screen and (max-width: 909px) {
  .artistdetails .artistleft {
    position: relative;
    width: 100%; } }
@media screen and (max-width: 909px) {
  .artistdetails .artistright {
    margin-left: 0 !important;
    padding-top: 35px !important;
    padding-left: 2rem;
    padding-right: 2rem; } }

/*# sourceMappingURL=styles.css.map */
