<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-nav {
    background: #093870;
    height: 30px;
    width: 100%;
    display: inline-block;
}

body {
    overflow-x: hidden;
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 14px;
}

.main-menu {
    width: 100%;
    margin: 0 auto;
}

div#top-navigation {
    float: right;
    display: inline-block;
    z-index: 999;
}

    div#top-navigation .navbar-inverse {
        background-color: #000;
        margin-top: 20px;
    }

header#header {
    width: 100%;
    background-color: #000;
    /*display: inline-block;*/
}

.logo_container {
    float: left;
}

nav#top-menu-nav ul li {
    float: left;
    padding: 0px 15px;
}

    nav#top-menu-nav ul li a {
        color: #666;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        transition: 0.3s;
    }

        nav#top-menu-nav ul li a:hover {
            color: #000;
            transition: 0.3s;
        }

nav#top-menu-nav {
    position: relative;
    top: 35px;
}

.no-margin {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.banner img {
    width: 100%;
}

.graybg {
    background: #d6d8d7;
    padding: 15px 0;
}

    .graybg p {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        padding-left: 25px;
    }

.whitebg {
    background: white;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.services-boxs {
    width: 100%;
    display: inline-block;
    margin: 50px 0px;
    text-align: center;
}

.seperator {
    background: url(../images/divider.jpg) center no-repeat;
    width: 100%;
    height: 9px;
}

.genre h2 {
    color: #000;
}

.genre h4 {
    color: #f8b123;
    font-weight: 600;
}

.lesson p {
    padding-bottom: 15px;
    font-size: 16px;
}

.instrument .block.blk-last {
    max-width: 100%;
}

.instrument .block.blk-first {
    margin-left: 0px;
}

.instrument h2 {
    font-size: 22px;
}

.instrument {
    margin: 30px 0;
}

    .instrument .block {
        max-width: 140px;
        min-height: 310px;
        display: inline-block;
        margin-left: 8px;
        text-align: center;
        background: #eaeaea;
        padding: 0px 0px 30px 0px;
        border: #e2dede 1px solid;
        margin-bottom: 30px;
    }

.home-testimonial {
    background: url(../images/testimonials_bg.jpg) no-repeat;
    background-size: cover !important;
}

    .home-testimonial .quote {
        color: #fff;
        font-size: 20px;
        font-weight: 100;
        padding: 0px 15px;
    }

    .home-testimonial .qlast {
        padding-top: 0px;
    }

    .home-testimonial .name {
        display: block;
        padding-top: 10px;
    }

    .home-testimonial h2 {
        padding: 10px 15px 10px;
        font-size: 35px;
        color: #fff;
    }

.navbar-inverse {
    background-color: #fff;
    border-color: rgba(8, 8, 8, 0);
    border: none;
    border-radius: 0;
}

ul.nav.navbar-nav {
    margin-top: 25px;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
    background-color: #fff;
    color: #666;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
}

    .navbar-inverse .navbar-nav &gt; li &gt; a:focus, .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
        color: #efefef;
        background-color: transparent;
    }

.services-boxs .block {
    max-width: 350px;
    display: inline-block;
    margin-left: 25px;
    text-align: center;
    background: #f0f0f0;
    padding: 0px 0px 30px 0px;
    min-height: 200px;
    border: #e2dede 1px solid;
}

.services-boxs h2 {
    font-weight: 400;
    font-size: 25px;
    color: #242424;
}

.services-boxs p {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    line-height: 22px;
    padding: 0 15px;
}

.services-boxs a:hover {
    transition: 0.3s;
    background: #fff;
    color: #000;
    border: 0px solid;
}

.services-boxs a {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 4px;
    transition: 0.3s;
}

    .services-boxs a:hover {
        background: #ff9900;
        color: #fff;
    }

.footer-credit {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 30px 30px 5px;
    text-align: center;
}

    .footer-credit ul {
        /*width: 600px;*/
        margin: 0 auto;
        text-align: center;
    }

    .footer-credit p {
        display: inline-block;
        margin-top: 30px;
        text-align: center;
        width: 100%;
    }

    .footer-credit ul li {
        /*float: left;
	padding: 0px 15px;*/
    }

        .footer-credit ul li a {
            color: #fff;
            text-decoration: none;
        }

#footer-nav ul {
    margin: 0 auto;
    text-align: center;
}

.home {
    margin-bottom: 30px;
    background: white !important;
    background: none !important;
}

.sidebar .col-sm-4 {
    float: left;
    display: inline-block;
    background: #F9F9F9;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    height: 1140px;
}

.innerpage-content {
    margin-top: 0px;
}

.sidebar li {
    /*border: 1px solid #ddd;*/
    padding: 10px 10px;
}

    .sidebar li span {
        float: right;
        position: relative;
        top: -18px;
    }

    .sidebar li h3 {
        margin: 0;
        color: #640b0d;
        font-size: 23px;
        font-weight: bold;
    }

    .sidebar li a {
        text-decoration: none;
    }

.main-image img {
    width: 100%;
    height: auto;
}

.bredcuram {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}

    .bredcuram ul li {
        float: left;
        padding: 10px 2px;
        font-size: 14px;
    }

        .bredcuram ul li a {
            color: #777;
            text-decoration: none;
        }

.info h1 {
    color: #000;
    font-weight: 100;
}

.info .maroon {
    color: #640b0d;
    font-size: 14px;
    display: inline;
}

.info span {
    color: #640b0d;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1px;
}

.info .fpara {
    font-size: 17px;
}

.info ul {
    margin: 30px 0;
}

.gap {
    height: 50px;
}

.info p {
    font-size: 14px;
    color: #000;
}

.info ul li::before {
    background: url(../images/bullet.jpg);
    width: 22px;
    height: 22px;
    content: " ";
    position: absolute;
    left: 6px;
    margin: 0 20px;
}

.info ul li {
    line-height: 26px;
    color: #640b0d;
    padding-left: 20px;
    font-weight: 600;
    margin-left: 30px;
}

.sidebar a {
    color: #777;
}

.bredcuram ul {
    float: right;
}

.head-image {
    background: #ddd;
    box-shadow: inset 31px 3px 45px 12px #fff;
}

.read {
    color: #fb9f10;
    font-weight: bold;
    border-bottom: 1px solid #fb9f10;
    float: right;
    position: relative;
    bottom: 20px;
}

    .read:hover {
        color: #fb9f10;
        text-decoration: none;
    }
/*-----------------------media-----------------------------*/
@media only screen and (max-width:1200px) {
    .services-boxs .col-sm-4 {
        width: 278px;
    }

    .services-boxs h2 {
        font-weight: 400;
        color: #333;
        font-size: 24px;
    }

    .services-boxs p {
        font-size: 13px;
        font-weight: 600;
        color: #444;
        line-height: 20px;
    }
}

@media only screen and (max-width:1199px) {
    .services-boxs .col-sm-4 {
        width: 214px;
    }

    .services-boxs h2 {
        font-size: 18px;
    }

    .services-boxs .block {
        margin-left: 20px;
        max-width: 288px;
    }

    .services-boxs p {
        line-height: 16px;
    }

    .sidebar li h3 {
        font-size: 18px;
    }

    .contact h2 {
        font-size: 18px;
    }

    .info h1 {
        font-size: 28px;
    }

    .info span {
        font-size: 16px;
        line-height: 20px;
    }

    .info ul li {
        font-size: 12px;
    }

    .sidebar .col-sm-4 {
        height: 1241px;
    }
}

@media only screen and (max-width:1023px) {
    .services-boxs .block {
        margin-left: 20px;
        max-width: 330px;
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a {
        font-size: 12px;
        padding: 10px 13px;
    }
}

@media only screen and (max-width:767px) {
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-inverse .navbar-toggle {
        background: #ff9900;
        position: relative;
        top: 22px;
        border: 0px;
        border-radius: none !important;
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a {
        color: #fff !important;
    }


    .footer-credit ul {
        /*width: 460px;*/
        margin: 0 auto;
        text-align: center;
    }



        .footer-credit ul li {
            padding: 0px auto;
            text-align: center;
            display: inline-block;
            float: none;
        }

    button.navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }

    .services-boxs .block {
        margin-left: 25px;
        max-width: 265px;
    }

    div#myNavbar {
        position: absolute;
        top: 70px;
        width: 300px;
        right: 10px;
        height: 200px;
        z-index: 999;
        background: #000;
    }

    .services-boxs .col-sm-4 {
        width: 100%;
        margin-left: 0;
    }

    .sidebar .col-sm-4 {
        height: auto;
        width: 100%;
    }

    .info ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width:700px) {
    .footer-credit ul {
        width: 100%;
        margin: 0 auto;
    }

        .footer-credit ul li {
            padding: 0px 7px;
        }

    .services-boxs {
        margin: 30px 0px;
    }

        .services-boxs .block {
            margin-left: 25px;
            max-width: 255px;
        }
}

@media only screen and (max-width:579px) {
    .nopad, .info {
        padding: 0px;
    }

    .testimonial h2 {
        padding: 10px 15px 10px;
        font-size: 25px;
        color: #fff;
    }

    .testimonial .quote {
        color: #fff;
        font-size: 15px;
        font-weight: 100;
        padding: 0px 15px;
    }

    .testimonial .qlast {
        padding: 20px 15px;
    }

    .services-boxs .block {
        margin-left: 20px;
        max-width: 90%;
    }

    .instrument .block {
        max-width: 100%;
        width: 100%;
        margin: 10px 0;
    }

    .bredcuram {
        position: relative;
        top: -270px;
    }

    .sidebar {
        margin-top: 60px;
    }

    .read {
        float: none;
        bottom: 0px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .instrument .block {
        max-width: 48%;
        margin: 10px 5px 10px 0;
    }

        .instrument .block.blk-last {
            max-width: 48%;
        }
}
</pre></body></html>