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

.owl-nav {
    position: relative;
}

.owl-carousel .owl-nav div.owl-prev {
    text-align: left;
    left: 0;
    background: url(../images/svgs/arrow-leftB.svg) no-repeat #fff;
    border: 1px solid #000;
    width: 70px;
    height: 45px;
    display: inline-block;
    font-size: 0;
    background-position: center;
}

.owl-carousel .owl-nav div.owl-next {
    text-align: right;
    right: 0;
    background: url(../images/svgs/arrow-rightB.svg) no-repeat #fff;
    border: 1px solid #000;
    width: 70px;
    height: 45px;
    display: inline-block;
    font-size: 0;
    background-position: center;
    top: auto;
    transform: translateY(-90px);
    right: -8px;
}

.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: hidden;
    -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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-dot {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.owl-dot:last-child {
    margin-right: 0;
}

.owl-dot.active {
    background: #fff;
}

.owl-dots {
    position: absolute;
    right: 0;
    bottom: 5vh;
    margin-right: 40px;
}

.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: 1;
    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: 1;
    /* pointer-events: none; */
}

@media only screen and (min-width: 768px) {
    .owl-next,
    .owl-prev {
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

@media only screen and (max-width: 1024px) {
    /*.owl-carousel .owl-stage-outer{
	 overflow-x:hidden;
	 }*/
    .splashWrapper,
    html,
    body {
        overflow-x: hidden;
    }
    .owl-dot {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin-right: 12px;
    }
}

@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%;
    }
}

@media only screen and (max-width:767px) {
    .owl-prev,
    .owl-next {
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

#music-section ul.music-carousel li {
    flex: 0 0 calc(100%/3);
    list-style: none;
}

#music-section ul.music-carousel {
    display: flex;
    flex-wrap: wrap;
}

#music-section .owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

#music-section .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    z-index: 2;
    opacity: 0.5;
}

#music-section .owl-carousel .owl-item.active.center {
    transform: scale(1);
    -ms-transform: scale(1);
    z-index: 3;
}

#music-section .owl-carousel .owl-item.active.center {
    opacity: 1;
}

#music-section .owl-carousel .owl-item .album-title,
#music-section .owl-carousel .owl-item .album-link {
    display: none;
}

#music-section .owl-carousel .owl-item.center .album-title,
#music-section .owl-carousel .owl-item.center .album-link {
    display: block;
}
#music-section .owl-carousel .owl-item.center .album-link {	
	/*margin-left: 40px;*/
}
@media only screen and (min-width: 2000px) {
    .owl-dots {
        bottom: 4vh;
    }
}