@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.woff2') format('woff2'), url('../fonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

figure {
    margin: 0;
}

a, button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Bahnschrift';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.slick-track, .slick-initialized {
    opacity: 1 !important;
}

.slick-slider {
    opacity: 0;
}

.slick-initialized.slick-slider {
    opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1065px;
}

h1, h2 {
    font-family: 'Noto Serif HK';
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.topbar {
    padding: 10px 0;
}

    .topbar ul {
        display: flex;
        align-items: center;
    }

        .topbar ul li {
            margin-right: 30px;
        }

            .topbar ul li:last-child {
                margin: 0;
            }

            .topbar ul li a {
                font-size: 8px;
                font-weight: 400;
                color: #90191D;
                display: block;
            }

                .topbar ul li a:hover {
                    color: #111;
                }

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

    .navbar-brand img {
        max-width: 100%;
        height: 50px;
    }

.navbar {
    background: #90191D;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

    .navbar.nav-new {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-light .navbar-nav {
    margin: 0 0;
}

    .navbar-light .navbar-nav li {
        margin-right: 50px;
    }

        .navbar-light .navbar-nav li:last-child {
            margin-right: 0;
        }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0px;
        color: #fff;
        font-size: 11px;
        font-family: "Barlow", sans-serif;
        font-weight: 500;
        position: relative;
        transition: 0.4s linear;
        -webkit-transition: 0.4s linear;
    }

        .navbar-light .navbar-nav .nav-link:after {
            position: absolute;
            content: '';
            width: 0%;
            height: 1px;
            background: #fff;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            transition: .4s linear;
            -webkit-transition: .4s linear;
        }

        .navbar-light .navbar-nav .nav-link:before {
            position: absolute;
            content: '';
            width: 0%;
            height: 1px;
            background: #fff;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            transition: .4s linear;
            -webkit-transition: .4s linear;
        }

        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link:hover {
            color: rgba(255, 255, 255, 0.70);
        }

            .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .nav-link.active:after, .navbar-light .navbar-nav .nav-link:hover:after,
            .navbar-light .navbar-nav .nav-link:hover:before {
                width: 100%;
                height: 1px;
            }
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: auto;
    padding: 0;
}

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: unset;
    }

.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 2px;
        background-color: #fff;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
/* **** End toggler **** */


/* **** Home Page **** */
.hero-banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-banner-img {
    width: 50%;
    position: relative;
}

    .hero-banner-img img {
        width: 100%;
        height: calc(100vh - 79px);
        object-fit: cover;
    }

.musician-img-box {
    position: absolute;
    top: 0;
    left: -220px;
}

.banner-center {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner-data {
    position: relative;
    z-index: 1;
    max-width: 320px;
}

    .banner-data h1 {
        font-size: 48px;
        font-weight: 600;
        color: #000;
        margin: 0 0 15px;
    }

    .banner-data h2 {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 34px;
        margin: 0 0 35px;
    }

    .banner-data h6 {
        display: table;
        padding: 7px 14px;
        border-radius: 30px;
        background: #EC2029;
        font-size: 12px;
        font-weight: 500;
        font-family: "Barlow", sans-serif;
        color: #fff;
        margin: 0 0 10px;
    }

    .banner-data h3 {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        margin: 0 0 40px;
        display: flex;
        align-items: center;
    }

        .banner-data h3 a.btn-play {
            min-width: 22px;
            width: 22px;
            height: 22px;
            border-radius: 100%;
            background: #EC2029;
            line-height: 24px;
            color: #fff;
            font-size: 8px;
            text-align: center;
            margin: 0 0 0 10px;
            position: relative;
        }

            .banner-data h3 a.btn-play:after {
                position: absolute;
                content: '';
                width: 20px;
                height: 20px;
                background: transparent;
                border-radius: 100%;
                border: 1px solid #fff;
                top: 1px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

            .banner-data h3 a.btn-play:hover {
                background: #000;
            }

    .banner-data a.btn-gallery {
        display: table;
        font-size: 12px;
        font-weight: normal;
        color: #EC2029;
        text-decoration: underline;
    }

        .banner-data a.btn-gallery:hover {
            color: #111;
        }


.portrait-wrp {
    padding: 60px 0;
    position: relative;
    background: #EC2029;
}

    .portrait-wrp .row {
        margin: 0 -7px;
    }

        .portrait-wrp .row .col-md-5 {
            padding: 0 7px;
        }

        .portrait-wrp .row .col-md-6,
        .portrait-wrp .row .col-md-4,
        .portrait-wrp .row .col-md-8,
        .portrait-wrp .row .col-md-7 {
            padding: 0 7px;
        }

.gallery-box {
    margin: 0 0 14px;
}

    .gallery-box img {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

.big-gallery-bx.gallery-box img {
    height: auto;
}

.portrait-box {
    padding: 25px 35px;
    background: #fff;
    height: calc(100% - 14px);
    display: flex;
    flex-flow: column;
    margin: 0 0 14px;
}

    .portrait-box h2 {
        font-size: 48px;
        font-weight: 600;
        color: #90191D;
        line-height: 58px;
        margin: 0 0 30px;
    }

    .portrait-box p {
        font-size: 12px;
        font-weight: normal;
        color: #39383D;
        line-height: 18px;
        margin: 0 0 15px;
        max-width: 515px;
    }

.btn-main {
    padding: 7px 14px;
    background: #EC2029;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    font-family: "Barlow", sans-serif;
    color: #fff;
    display: table;
    width: fit-content;
}

    .btn-main:hover {
        background: #000;
        color: #fff;
    }

.news-wrp {
    padding: 105px 0;
    position: relative;
}

.titlebar {
    margin: 0 0 75px;
}

    .titlebar h2 {
        margin: 0;
        font-size: 48px;
        font-weight: 600;
        color: #90191D;
    }

.news-row {
    padding: 50px 0;
    border-bottom: 1px solid #90191D;
}

    .news-row:last-child {
        border: none;
    }

    .news-row .row {
        align-items: center;
    }

.news-img img {
    width: 100%;
}

.news-img {
    height: 300px;
}

.news-data {
    padding: 0 25px;
}

    .news-data h3 {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 34px;
        margin: 0 0 25px;
        font-family: 'Noto Serif HK';
    }

    .news-data h4 {
        font-size: 12px;
        font-weight: normal;
        color: #39383D;
        margin: 0 0 15px;
    }

    .news-data p {
        font-size: 12px;
        font-weight: normal;
        color: #39383D;
        line-height: 18px;
        margin: 0 0 15px;
    }

        .news-data p strong {
            display: block;
            font-weight: 600;
            color: #39383D;
        }

.musician-wrp {
    padding: 70px 0;
    background: #90191D;
    position: relative;
}

    .musician-wrp .titlebar h2 {
        color: #fff;
    }

.musician-row {
    margin: 0 0 64px;
}

    .musician-row:last-child {
        margin: 0;
    }

    .musician-row .btn-group {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .musician-row .btn-group .btn-main {
            min-width: 250px;
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            padding: 10px 30px;
        }

.musician-blocks {
    padding: 35px 0 35px 50px;
    background: #fff;
    margin: 0 0 32px;
    overflow: hidden;
}

    .musician-blocks h3 {
        font-size: 24px;
        font-weight: 600;
        font-family: 'Noto Serif HK';
        color: #90191D;
        margin: 0 0 30px;
    }

.musician-slider .slick-slide {
    margin: 0 10px;
}

.musician-slider .slick-list {
    margin: 0 -10px;
}

.musician-box {
    padding: 20px 20px 40px;
    background: #39383D;
    position: relative;
}

    .musician-box .iru-tiny-player {
        margin: 0;
        position: absolute;
        bottom: 10px;
        right: 15px;
        min-width: 30px;
        width: 30px;
        height: 30px;
    }

        .musician-box .iru-tiny-player .song-main-info {
            font-size: 10px;
        }

    .musician-box h4 {
        font-size: 16px;
        font-weight: 600;
        font-family: 'Noto Serif HK';
        color: #fff;
        line-height: 24px;
        margin: 0 0 5px;
    }

    .musician-box h6 {
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        margin: 0 0 15px;
    }

    .musician-box h5 {
        font-size: 10px;
        font-weight: normal;
        color: #fff;
        margin: 0 0 15px;
        min-height: 12px;
    }

    .musician-box p {
        margin: 0;
        font-size: 10px;
        font-weight: normal;
        color: #fff;
        max-width: 80%;
    }

    .musician-box .btn-play {
        min-width: 32px;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        background: #EC2029;
        line-height: 35px;
        color: #fff;
        font-size: 11px;
        text-align: center;
        position: absolute;
        bottom: 10px;
        right: 15px;
    }

        .musician-box .btn-play:hover {
            background: #90191D;
        }

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.musician-slider .slick-list {
    padding-left: 0px !important;
}

.latest-recordsbx h4 {
    padding: 5px 17px;
    background: #EC2029;
    border-radius: 25px;
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    color: #fff;
    width: fit-content;
}

.recording-cover img {
    width: 100%;
}

.cover-big-img img {
    width: 100%;
}

footer {
    background: #90191D;
}

.footer-top {
    padding: 80px 0;
    border-bottom: 1px solid #fff;
}

.contact-addbox h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}

.contact-addbox p {
    font-size: 12px;
    font-weight: normal;
    color: #EEEEEE;
    line-height: 18px;
    margin: 0;
}

    .contact-addbox p a {
        color: #EEEEEE;
    }

        .contact-addbox p a:hover {
            text-decoration: underline;
        }

        .contact-addbox p a:hover {
            color: #fff;
        }

    .contact-addbox p strong {
        font-weight: 500;
    }

.copyright {
    padding: 15px 0;
}

    .copyright ul {
        display: flex;
        align-items: center;
    }

        .copyright ul li {
            margin-right: 25px;
        }

            .copyright ul li:last-child {
                margin: 0;
            }

            .copyright ul li a {
                font-size: 12px;
                font-weight: 400;
                color: #fff;
                display: block;
            }

                .copyright ul li a:hover {
                    opacity: 0.70;
                }
/* **** End Home Page **** */

/* **** Musical Activities Page **** */
.musical-banner .hero-banner-img {
    width: 50%;
}

    .musical-banner .hero-banner-img img {
        height: 500px;
    }

    .musical-banner .hero-banner-img .musician-img-box {
        bottom: 0;
        top: auto;
        left: -120px;
    }

        .musical-banner .hero-banner-img .musician-img-box img {
            height: auto;
        }

.musical-banner .banner-data h1 {
    margin: 0;
    line-height: 62px;
}

.activites-wrp {
    padding: 55px 0 75px;
    position: relative;
}

    .activites-wrp ul {
        position: relative;
        padding: 0 0 0 30px;
    }

        .activites-wrp ul:after {
            position: absolute;
            content: '';
            width: 2px;
            height: 40%;
            background: #90191D;
            top: -20%;
            left: 30px;
        }

        .activites-wrp ul li {
            padding: 0 0 40px 75px;
            position: relative;
            display: flex;
            align-items: flex-start;
        }

            .activites-wrp ul li:after {
                position: absolute;
                content: '';
                width: 2px;
                height: 100%;
                background: #90191D;
                top: 19px;
                left: 0;
            }

            .activites-wrp ul li:before {
                position: absolute;
                content: '';
                width: 75px;
                height: 2px;
                background: #90191D;
                top: 19px;
                left: 0;
            }

            .activites-wrp ul li:last-child:after {
                display: none;
            }

            .activites-wrp ul li label {
                margin: 0 30px 0 0;
                padding: 6px 20px;
                background: #EC2029;
                border-radius: 25px;
                font-size: 18px;
                font-weight: 500;
                font-family: "Barlow", sans-serif;
                min-width: 118px;
                text-align: center;
                color: #fff;
            }

.activites-data {
    max-width: 450px;
}

    .activites-data h2 {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 34px;
        margin: 0;
    }

.activity-img {
    margin: 30px 0 0;
}

    .activity-img img {
        width: 100%;
    }
/* **** End Musical Activities Page **** */

/* **** Compositions Page **** */
.compositions-banner .banner-data h4 {
    font-size: 12px;
    font-weight: normal;
    color: #EC2029;
    margin: 25px 0 0;
}

.filter-wrp {
    padding: 40px 0;
    position: relative;
}

.filter-rw {
    margin: 0 0 40px;
}

    .filter-rw h3 {
        font-size: 12px;
        color: #000;
        font-weight: normal;
        margin: 0 0 13px;
    }

    .filter-rw .btn-group {
        display: flex;
        align-items: center;
    }

        .filter-rw .btn-group button {
            padding: 7px 20px;
            background: #EC2029;
            border-radius: 25px;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            border: none;
            margin-right: 15px;
        }

            .filter-rw .btn-group button:last-child {
                margin: 0;
            }

            .filter-rw .btn-group button:hover {
                background: #90191D;
                color: #fff;
            }

.subfilter-rw .btn-group button {
    border: 1px solid #EC2029;
    background: #fff;
    color: #EC2029;
}

    .subfilter-rw .btn-group button:hover {
        background: #EC2029;
        color: #fff;
    }

.filter-search {
    margin: 0 0 30px;
    max-width: 270px;
    position: relative;
}

    .filter-search h3 {
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        margin: 0 0 20px;
    }

    .filter-search .form-group {
        position: relative;
        margin: 0;
    }

        .filter-search .form-group .form-control {
            padding: 10px 40px;
            background: #FAFAFA;
            border-radius: 10px;
            border: none;
            height: auto;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            font-weight: normal;
            color: #ADADAD;
            line-height: 22px;
        }

        .filter-search .form-group i.fa-search {
            position: absolute;
            top: 12px;
            left: 10px;
            color: #3C3C43;
            opacity: 0.50;
            font-size: 16px;
        }

        .filter-search .form-group button {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #3C3C43;
            background: transparent;
            border: none;
            opacity: 0.50;
            font-size: 18px;
        }

.filter-table-wrp table {
    margin: 0;
}

    .filter-table-wrp table thead th {
        padding: 7px 15px;
        border: none;
        border-bottom: 1px solid #000;
        font-size: 12px;
        font-weight: 600;
        color: #000;
    }

    .filter-table-wrp table tbody tr td {
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #C6C6C6;
        font-size: 12px;
        font-weight: 500;
        vertical-align: middle;
        color: #EC2029;
        vertical-align: middle;
    }

        .filter-table-wrp table tbody tr td .iru-tiny-player {
            margin: 0;
        }

        .filter-table-wrp table tbody tr td.expand-td {
            padding: 0;
            border: none;
        }

        .filter-table-wrp table tbody tr td h5,
        .filter-table-wrp table tbody tr td h4 {
            padding: 7px 14px;
            background: #90191D;
            border-radius: 25px;
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            margin: 0;
            display: block;
            width: fit-content;
        }

        .filter-table-wrp table tbody tr td h5 {
            background: #EC2029;
        }

.inner-grp {
    display: flex;
    align-items: center;
}

.filter-table-wrp table tbody tr td .inner-grp h5 {
    margin: 0 10px 0 0;
}

    .filter-table-wrp table tbody tr td .inner-grp h5:last-child {
        margin: 0;
    }

.filter-table-wrp table tbody tr td .ply-btn {
    min-width: 22px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #EC2029;
    line-height: 24px;
    color: #fff;
    font-size: 7px;
    text-align: center;
    position: relative;
    display: block;
}

    .filter-table-wrp table tbody tr td .ply-btn:hover {
        background: #000;
    }

.filter-table-wrp table tbody tr td .expand-btn {
    position: relative;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
    color: #EC2029;
    padding: 0 15px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .filter-table-wrp table tbody tr td .expand-btn:after {
        position: absolute;
        content: "\f106";
        font-family: "Font Awesome 5 Pro";
        color: #EC2029;
        font-size: 14px;
        right: 0;
        top: 0px;
    }

    .filter-table-wrp table tbody tr td .expand-btn.collapsed:after {
        content: "\f107";
    }

    .filter-table-wrp table tbody tr td .expand-btn.collapsed span.nrmltxt {
        display: block;
    }

    .filter-table-wrp table tbody tr td .expand-btn.collapsed span.closetxt {
        display: none;
    }

    .filter-table-wrp table tbody tr td .expand-btn span.nrmltxt {
        display: none;
    }

    .filter-table-wrp table tbody tr td .expand-btn span.closetxt {
        display: block;
    }

.exp-data-wrp {
    padding: 15px 15px;
    background: #EC2029;
}

.exp-top-row {
    padding: 0 100px 0 0;
}

.scores-box h3 {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px;
}

.scores-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

    .scores-box ul li {
        width: 25%;
        padding: 0 4px;
    }

.preview-bx {
    position: relative;
}

    .preview-bx img {
        width: 100%;
    }

    .preview-bx h6 {
        margin: 0;
        padding: 5px 6px;
        background: #90191D;
        border-radius: 25px;
        font-family: "Barlow", sans-serif;
        font-size: 8px;
        font-weight: 500;
        color: #fff;
        position: absolute;
        bottom: 5px;
        left: 5px;
    }

.scores-box ul li .btn-main {
    background: #90191D;
    font-size: 8px;
    padding: 3px 8px;
    margin: 10px 0 0;
    display: block;
}

    .scores-box ul li .btn-main:hover {
        background: #000;
        color: #fff;
    }

.recording-inbox h3 {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 10px;
}

.records-box {
    position: relative;
    overflow: hidden;
}

    .records-box img {
        width: 100%;
    }

    .records-box .iru-tiny-player {
        position: absolute !important;
        top: 50%;
        left: 50%;
        z-index: 5;
        font-size: 6px;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

.recording-slider .slick-prev,
.recording-slider .slick-next {
    position: absolute;
    right: -25px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

    .recording-slider .slick-prev:before,
    .recording-slider .slick-next:before {
        width: 20px;
        height: 20px;
        content: "\f054";
        font-family: 'Font Awesome 5 Pro';
        color: #fff;
        background: transparent;
        font-weight: 400;
        line-height: 20px;
        display: block;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        transition: .4s linear;
        -webkit-transition: .4s linear;
    }

.recording-slider .slick-prev {
    left: -25px;
    right: auto;
}

    .recording-slider .slick-prev:before {
        content: "\f053";
    }

    .recording-slider .slick-prev:hover:before,
    .recording-slider .slick-next:hover:before {
        color: #000;
    }

.exp-slide-rw {
    padding: 0 0 0 30px;
}

    .exp-slide-rw .col-md-6 {
        padding: 0 30px;
    }

.exp-data-wrp .btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 16px 0 0;
}

    .exp-data-wrp .btn-group .btn-main {
        background: #90191D;
        font-size: 12px;
        padding: 7px 16px;
        display: block;
    }

        .exp-data-wrp .btn-group .btn-main:hover {
            background: #000;
            color: #fff;
        }
/* **** End Compositions Page **** */

