﻿
.row {    
    margin: 0 auto;
}

.trow {
    width: 100%;
}

.title-tracks {
    width: 370px;
    max-width: 370px;
}

@media only screen and (max-width: 768px) {
    #inner-footer .footer-menu .footer-menu-section {
        min-width: 100px;
    }

    #inner-footer .footer-menu {
        min-width: 350px;
    }

    aside {
        /*display: none !important;*/
    }

    .table-head-top.ca p {
        height: 40px;
    }

    .pl-0.pr-0.col-lg-5.col-md-5.col-sm-12 {
        width: 100%;
        text-align: center;
    }

    .title-buy {
        display: inline-block;
    }

    .title-tracks {
        width: calc(100vw - 130px);
    }

    .title-player-1, .title-player-2, .title-player-3 {
        padding-top: 0px;
    }

    .title-collapse {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .title-tracks {
        width: 280px;
        max-width: 280px;
    }

    .title-buy {
        width: 250px;
        max-width: 250px;
    }

    #inner-footer .footer-menu .footer-menu-section {
        min-width: 150px;
    }

    #inner-footer .footer-menu {
        min-width: 550px;
    }
}

@media(min-width: 1200px) {
    
    #inner-footer .footer-menu .footer-menu-section {
        min-width: 150px;
    }

    #inner-footer .footer-menu {
        min-width: 750px;
    }
}

.breadcrumb {
    background-color: #FF5274;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb, .page-title {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 14px;
}

div.breadcrumb.square {
    font-size: 16px !important;
}

    div.breadcrumb.square a {
        margin-right: 5px;
    }

    div.breadcrumb.square span {
        margin-left: 5px;
    }

#page-content {
    padding-left: 0px;
}

.right-nav aside {
    padding-right: 0px;
}

aside .composer-browse, aside .contact-details, aside .featured-item {
    width: auto;
}


.right-nav section {
    padding-right: 15px;
}

div.table-head-top.ca, div.type.ca, div.table-head-top.ct {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


div.filter-foot.cb {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


div.featured-item a img {
    max-width: 264px;
}

#page-content ul.select-list li {
    float: left;
    height: 24px;
}
#page-content ul.select-list li a {
    padding: 3px 8px;
    font-size: 12px;
}