.music-section-image-main {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.music-section .right-wrapper {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.music-section {
    font-size: 0;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
}

.music-section:last-child {
    margin-right: 0;
}

.music-section .music-title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.music-section .spotifybutton {
    /*float: right;
  
  
  
       display: inline-block;
  
  
  
       width: 99px;*/
    display: block;
    width: 99px;
    margin: 20px auto 0;
}

.music-section .left-wrapper {
    max-width: 410px;
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.music-section .music-section-image {
    font-size: 0;
    margin-top: 17px;
}

.music-section-image a.selected img {
    /* box-shadow: 0px -1px 30px 0px rgba(255, 255, 255, 0.3); */
}

.music-section .right-wrapper {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0;
}

ul.streamItems a {
    margin-bottom: 0px;
}

ul.streamItems li {
    display: none;
    transition: display 0.3s ease-in-out;
}

ul.streamItems li.activeStream {
    display: block;
}

ul.streamItems li.activeStream a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    border: 1px solid #404040;
    display: block;
    cursor: pointer;
}

ul.streamItems li.activeStream a:hover {
    background: transparent;
    color: #FF0A00;
}

ul.streamItems li.activeStream a:after {
    color: #fff;
}

ul.streamItems li.activeStream a:hover:after {
    color: #FF0A00;
}

ul.streamItems li a {
    color: #FFF;
    border: 1px solid #404040;
    display: block;
    cursor: pointer;
    font-size: 16px;
    padding-left: 15px;
    height: 48px;
    line-height: 48px;
    background: #000;
    border-top: 0;
}

ul.streamItems li a.active {
    display: none;
}

ul.streamItems li a:hover {
    color: #FF0A00;
}

ul.streamItems:hover li {
    display: block;
    font-size: 20px;
    color: #fff;
}

ul.streamItems li.activeStream a:after {
    content: "";
    width: 22px;
    height: 13px;
    background: url("../images/dropdown.png");
    float: right;
    margin-top: 18px;
    margin-right: 16px;
}

ul.streamItems li.activeStream a:hover:after {
    color: #e78a8a;
}

ul.streamEmbeds {
    padding-top: 50px;
}

.streamingServices {
    position: relative;
}

ul.streamItems {
    position: absolute;
    width: 100%;
}

ul.streamEmbeds li iframe {
    display: none;
}

ul.streamEmbeds li.activeStream iframe {
    display: block;
}

div.streamText {
    font-size: 16px;
    margin-bottom: 35px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.music-section .download-wrapper {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    margin-top: 41px;
    text-align: center;
}

.music-section .download-section,
.music-section .stream-section {
    display: inline-block;
    max-width: 160px;
    width: 100%;
    margin-right: 25px;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.music-section .stream-section {
    margin-right: 0;
}

.music-section .download-section:hover,
.music-section .stream-section:hover {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.music-section .store-section {
    margin-right: 0;
}

.music-section .download-section .label,
.music-section .stream-section .label {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    text-decoration: none;
}

.music-section .streaming-links a {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff;
    background: #000;
}

.music-section .download-section .streaming-links a,
.music-section .stream-section .streaming-links a,
.music-section .store-section .streaming-links a {
    display: none;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.music-section .download-section .streaming-links a:hover,
.music-section .stream-section .streaming-links a:hover,
.music-section .store-section .streaming-links a:hover {
    background: #000;
    color: #ffffff;
}

.music-section .download-section:hover .label,
.music-section .stream-section:hover .label,
.music-section .store-section:hover .label {
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    background: #ffffff;
    color: #000000;
}

.music-section .streaming-links {
    position: absolute;
    max-width: 221px;
    width: 100%;
    z-index: 10;
}


/**Music CSS**/

.music-wrapper h2,
.mailinglist-wrapper h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-size: 56px;
}

.music-wrapper h2 {
    margin-top: 50px;
    margin-bottom: 9px;
}

.spotifybutton iframe {
    width: 94px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    /*.music-section-image {
  
  
  
          max-width: 700px;
  
          margin: 0 auto;
  
      }*/
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .music-section .download-section,
    .music-section .stream-section {
        max-width: 139px;
        margin-right: 15px;
    }
    .music-section .download-section .label,
    .music-section .stream-section .label {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .music-topsection {
        max-width: 300px;
    }
    .music-section {
        max-width: 300px;
        margin: 0 auto !important;
        display: block;
    }
    .music-section .download-section .label,
    .music-section .stream-section .label {
        font-size: 18px;
    }
    .music-section .download-section,
    .music-section .stream-section {
        max-width: 47%;
        width: 100%;
        margin-right: 6%;
    }
    .music-section .stream-section {
        margin-right: 0% !important;
    }
    ul.streamEmbeds li.activeStream iframe {
        width: 100%;
    }
    .music-section .right-wrapper {
        max-width: 100%;
    }
    .music-section .left-wrapper {
        max-width: 100%;
    }
    .music-section-image img {
        width: 100%;
    }
    div.streamText {
        margin-top: 20px;
    }
    .music-section-image a img {
        width: 79px;
        height: 79px;
    }
    ul.music-section-image {
        padding: 0;
        margin: 0;
        height: auto;
        text-align: center;
    }
    ul.music-section-image li {
        display: inline-block;
        margin-right: 6px;
    }
    ul.music-section-image li a.selected {
        display: none;
    }
    .music-section-image-main {
        display: inline-block;
        width: 120px;
        vertical-align: middle;
        margin: 0;
    }
    .music-section .download-wrapper {
        margin-top: 17px;
    }
}

.music-section .download-section .label.showed,
.music-section .stream-section .label.showed,
.music-section .store-section .label.showed {
    display: block;
}

.music-section-image-wrapper {
    position: relative;
}

.arrows {
    position: absolute;
    width: 100%;
    max-width: 1023px;
    top: 212px;
}

a#prev {
    background: url("../images/keyboard_arrow_left.svg") 0 0 transparent;
    width: 47px;
    height: 47px;
    display: inline-block;
    background-size: cover;
}

a#next {
    background: url("../images/keyboard_arrow_right.svg") 0 0 transparent;
    width: 47px;
    height: 47px;
    display: inline-block;
    background-size: cover;
    float: right;
}

@media only screen and (max-width: 767px) {
    .arrows {
        display: none;
    }
    .music-section-image-wrapper {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    ul.music-section-image li a.selected {
        display: block;
    }
}

.owl-carousel .owl-item a {
    cursor: pointer;
}

.owl-carousel .owl-nav div.owl-prev {
    text-align: left;
}

.owl-carousel .owl-nav div.owl-next {
    text-align: right;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    padding: 0;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0.5;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-prev,
.owl-next {
    font-size: 20px;
    color: #670616;
}

.owl-carousel .owl-item .musicTitle img {
    width: auto;
    text-align: center;
    margin: 0 auto;
}

.owl-prev.disabled,
.owl-next.disabled {
    display: none;
}

.owl-carousel .owl-item.active {
    opacity: 1;
    /* pointer-events: auto; */
}

.owl-carousel .owl-item {
    opacity: 0.5;
    /* pointer-events: none; */
}

.owl-carousel .owl-nav>div {
    color: transparent;
}

@media only screen and (min-width: 1024px) {
    .owl-nav>div {
        width: 146px;
        margin: 0 auto;
    }
    .owl-next,
    .owl-prev {
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .owl-prev {
        left: -28%;
        text-align: right;
    }
    .owl-next {
        right: -28%;
        text-align: left;
    }
}

@media only screen and (max-width: 1024px) {
    /*.owl-carousel .owl-stage-outer{
   overflow-x:hidden;
   }*/
    .splashWrapper,
    html,
    body {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1023px) {
    .owl-nav {
        margin-top: 0;
        display: block;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 100%;
    }
    .owl-prev,
    .owl-next {
        width: 50%;
        display: inline-block;
    }
}

@media all and (max-width: 1023px) {
    .video-section .owl-nav {
        top: 35%;
    }
    ul.video-list.owl-carousel .owl-nav div.owl-prev,
    ul.video-list.owl-carousel .owl-nav div.owl-next {
        width: auto;
        height: 40px;
    }
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
    .video-section .owl-nav {
        top: 47%;
    }
}