/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: white;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: white;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%,0%) !important;
  -moz-transform: translate(-50%,0%) !important;
  -op-transform: translate(-50%,0%) !important;

}


@media screen and (min-width: 320px) and (max-width: 1024px) {
    .owl-theme .owl-dots {
        display: none !important;
    }

    .owl-theme .owl-dots .owl-dot {

    }
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 5px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}


.music-sec {    background: rgba(242, 242, 242, 1);
    display: inline-block;
    width: 100%;
    padding: 30px 50px;
}

.music-sec-l {
    width: 22%; float: left;
}

.music-sec-l h2 {
    color: #1D1D1B;
    font-family: 'robotoblack'; margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px;
}

.music-sec-l ul {
    padding: 0 !important;
    margin-left:0 !important;
}

.music-sec-l ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}

.music-sec-m {
    width: 54%;
    float: left;
}
.music-sec-m ul {
    padding: 0;
    display: inline-block;
    width: 100%;
}
.music-sec-m ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px;
    display: flex
;
    align-items: anchor-center;
    width: 32%;
}
.music-sec-m-c h4 {
    margin: 0;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
}

.music-sec-r {
    width: 22%;
    float: right;
}
.music-sec-r ul {
    padding: 0;
    display: inline-block;
    width: 100%;
}
.music-sec-r ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px;
}
.music-sec-r-i img {
    width: 100%;
}
.music-sec-r-c h4 {
    margin: 0;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
}
.music-sec-r-c {
    margin: 20px 0;
}
.music-sec-r-c h4 {
    margin:  0;
    font-size: 15px;
    font-weight: 550;
}
.music-sec-m-i img {
    width: 85px !important;
    height:65px;
}
.music-sec-m-c h4{
    font-weight: 550;
}
.music-sec-r .music-sec-r-i .portadasong {
    background-image: url(http://www.taicoproductions.com/wp-content/uploads/2018/03/true.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}
.music-sec-m ul li{
    border: 2px solid #fff;
}
.music-sec-m ul li.active, .music-sec-m ul li:hover{    
    border: 2px solid rgba(74, 189, 218, 1);
}