img {
    border: 0;
    outline: none;
}

a:focus, :focus {
    outline: none;
}

a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

form {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    outline: none;
}

a:active, a:focus {
    outline: none;
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

hr {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
}

body {
    font-family: 'Calibri', sans-serif;
    color: #fff;
    font-size: 100%;
}
.nicescroll-rails{z-index: 9999!important;}

/* Loading Effects*/
#loading {
    background-color: rgba(244, 195, 7, 1);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1050;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.object:nth-child(2n+0) {
    margin-right: 0px;
}

#object_one {
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}

#object_two {
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}

#object_three {
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}

#object_four {
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@-webkit-keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@-webkit-keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@-webkit-keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}

@keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}

/* Common CSS */
.navbar {
    min-height: 60px;
}

.navbar-default {
    background: none;
    border: 0;
    box-shadow: none;
}

.navbar-header {
    background: #ffcc00;
    margin-top: 52px;
    padding: 0 15px 20px 49px;
}

.navbar-brand {
    margin-top: -17px;
}

.nav {
    background: #ffcc00;
    margin-top: 52px;
}

.nav > li {
    display: inline-block;
}

.nav > li > a {
    color: #000;
    border-radius: 0;
    line-height: 50px;
    font-size: 2.083em;
    font-family: 'Nilland Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 22px;
    word-spacing: 1px;
}

.nav > li.active > a, .nav > li.active > a:hover, .nav > li.active > a:focus {
    color: #247389;
    background-color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.header-links {
    position: absolute;
    right: 0;
    top: 0;
}

.music-player-main {
    position: absolute;
    right: 150px;
    top: 0;
}

.music-player-main ul {
    margin: 10px 20px 0 0;
    padding: 0;
    list-style: none;
}

.header-links ul {
    margin: 10px 20px 0 0;
    padding: 0;
    list-style: none;
}

.header-links ul li {
    background: url(../images/social.png);
    margin-right: 8px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.header-links ul li a {
    display: block;
    text-indent: -999em;
    line-height: 30px;
}

.header-links ul li.youtube {
    background-position: 0 0;
}

.header-links ul li.twitter {
    background-position: -39px 0;
}

.header-links ul li.facebook {
    background-position: -78px 0;
}

h1 {
    font-family: 'Nilland Bold', sans-serif;
    font-size: 5em;
    word-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    margin-top: 120px;
    margin-bottom: 20px;
}

p {
    font-family: 'Calibri', sans-serif;
    text-align: justify;
    font-size: 1.5em;
    padding-bottom: 5px;
}

.video-container {
    margin-top: 10px;
}

#saxowinds .video-container {
    margin-top: 130px;
}

.home-banner {
    width: 100%;
}

.home-banner img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.blue-bg {
    background: url(../images/blue-bg.gif);
}

.green-bg {
    background: url(../images/green-bg.gif);
}

.drak-green-bg {
    background: url(../images/drak-green-bg.gif);
}

.violet-bg {
    background: url(../images/violet-bg.gif);
}

.pink-bg {
    background: url(../images/pink-bg.gif);
}

.yellow-bg {
    background: url(../images/yellow-bg.gif);
}

.about-content-block {
    padding-bottom: 135px;
}

.black-bg {
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 0;
}

.list-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.list-item ul li {
    display: inline;
    background: url(../images/micon.png) no-repeat 0 5px;
    font-family: 'Nilland Bold', sans-serif;
    font-size: 1.82em;
    line-height: 35px;
    padding: 5px 2px 5px 18px;
}

.list-item ul li:first-child {
    background: none;
}

.next-event {
    text-align: center;
    font-family: 'Nilland Bold', sans-serif;
    font-size: 2.2em;
    word-spacing: 1px;
    margin: 90px 0;
    color: #000;
}

.black{
    color: #000;
}

#events h1 {
    margin-left: 15px;
}

.events-img-block {
    text-align: center;
}

.events-img-block img {
    max-width: 70%;
    height: auto;
}

.event-item {
    text-align: center;
    font-family: 'Nilland Bold', sans-serif;
    font-size: 2.083em;
    word-spacing: 1px;
    line-height: 35px;
}

.pad-head {
    padding-top: 68px;
}

.pad-20 {
    padding-top: 45px;
}

#saxowinds {
    background: url(../images/about-bg.jpg) repeat-x;
    background-size: 100% 100%;
}

.saxowinds-content-block {
    margin-bottom: 150px;
}

.songs-container {
    margin-top: 30px;
}

.songs-list-head {
    font-family: 'Nilland Bold', sans-serif;
    font-size: 2.6em;
    word-spacing: 1px;
    color: #000;
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
}

.songs-list-content {
    text-align: justify;
    font-size: 1.5em;
    color: #000;
}

.songs-list-content span {
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-bg {
    background: url(../images/contact-bg.jpg) repeat-x;
    background-size: 100% 100%;
}

.contact-content-block {
    margin-top: 30px;
    margin-bottom: 100px;
    float: right;
    margin-right: 50px;
}

.contact-content-block h1 {
    font-size: 4em;
    margin-top: 20px;
}

.contact-content-block p {
    font-size: 1.8em;
}

.copyright-container p {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    line-height: 20px;
    font-weight: bold;
}

.copyright-container p a {
    color: #fff;
    text-decoration: none;
}

.copyright-container p a:hover {
    opacity: 0.9;
}

.contact-map {
    height: 530px;
    overflow: hidden;
}

.common-form h2 {
    margin-top: 60px;
    font-size: 2.6em;
    margin-left: 10px;
    margin-bottom: 15px;
}

.common-form form {
    font-family: 'Nilland Bold', Arial, Helvetica, sans-serif;
}

.common-form form p {
    color: #000;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

.common-form form label {
    font-weight: normal;
}

.common-form .form-control {
    font-size: 2.083em;
    border-radius: 2px;
    border: 1px solid #211e1e;
    line-height: 40px;
    height: 40px;
    color: #323232;
    background: #fff;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.common-form textarea.form-control {
    font-size: 2.083em;
    border: 1px solid #211e1e;
    line-height: 20px;
    height: 100px;
    color: #323232;
    border-radius: 2px;
    background: #fff;
}

.common-form .form-btn {
    text-align: left;
    margin-top: 152px;
}

.form-submit-btn {
    background: #4f0006;
    border-radius: 5px;
    font-family: 'Nilland Bold', Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 18px;
    border: none;
    text-align: center;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.form-submit-btn:hover {
    color: #fff;
}

.common-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a9a9a9;
}

.common-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a9a9a9;
    opacity: 1;
}

.common-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a9a9a9;
    opacity: 1;
}

.common-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a9a9a9;
}

.keyword {
    color: #FFCC00;
    font-size: 1.5em !important;
    font-weight: bold;
    font-family: inherit;
    text-transform: none;
    text-shadow: none;
    line-height: 1.42857;
    margin-top: 0;
    margin-bottom: 0;
    clear: none !important;
}