body,
html {
   overflow-x: hidden;
}
a, a:hover{
   text-decoration: none;
   color: inherit;
}
body {
   font-family: 'Roboto Condensed', sans-serif;
   background-color: #000;
   overflow: hidden;
}
sup{
   color: red;
}
.section {
   position: relative;
   z-index: 1;
   /*padding: 60px 0;*/
}
p,
li {
   line-height: 1.6em;
}
iframe {
   border: none;
}
a,
button {
   outline: none;
}
a:focus {
   outline: none;
   outline-offset: -2px;
}
.navbar-nav > li > a,
.navbar-form a,
.btn {
   font-size: 12px;
}
.navbar-fixed-top {
   top: -300px;
   z-index: 1000;
   backface-visibility: hidden;
   -webkit-transition: all .6s ease-in-out;
   -moz-transition: all .6s ease-in-out;
   -ms-transition: all .6s ease-in-out;
   -o-transition: all .6s ease-in-out;
   transition: all .6s ease-in-out;
}
.show-nav {
   top: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
   background: #fff;
   color: #111;
}
.navbar-default .navbar-nav > li > a,
.navbar-form a {
   text-transform: uppercase;
   color: #b1b1b1;
   font-size: 14px;
   font-weight: 600;
   outline: none;
   font-family: 'Roboto Condensed', sans-serif;
}
.navbar-default {
   background-color: #FFF;
   border-color: #FFF;
}
.banner {
   color: #fff;
   margin-bottom: -60px;
   position: relative;
   z-index: 20;
}
.logo {
   /*margin-bottom: 30px;*/
   display: block;
}
.musicacademy{
   font-size: 20px; 
   margin-bottom: 30px;
   height: 50px; 
   /*line-height: 20px;*/
}
.logo_padding{
   padding-top: 250px;
}
.top_academy_heading{
   padding-top: 80px; 
   padding-bottom: 20px;
}
.top_heading{
   padding-top: 100px; 
   padding-bottom: 50px;
}
.address_top_heading{
    padding-left:30px;
   padding-top: 10px; 
   padding-bottom: 50px;
   height: 450px;
   font-size: 16px;
}
.overlay-pattern:after {
   /*position: fixed;*/
   backface-visibility: hidden;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 0;
   content: '';
   /*background: url(../img/Bg-Pattern4.png) repeat;*/
   opacity: 0.6;
   filter: alpha(opacity=60);
}
.social {
   margin: 0;
   padding-top: 30px;
}
.social li {
   display: inline-block;
   list-style: none;
   margin: 0 4px;
   padding: 0;
}
.social li a {
   display: inline-block;
   outline: none;
   color: #FFF;
}
.social li:nth-child(1) a:hover{
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
   color: #00b9f2;
   -webkit-transition:  all .2s ease-in-out;
   -o-transition:  all .2s ease-in-out;
   transition:  all .2s eas
   e-in-out;   
}
.social li:nth-child(2) a:hover{
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
   color: #ee413a;
   -webkit-transition:  all .2s ease-in-out;
   -o-transition:  all .2s ease-in-out;
   transition:  all .2s ease-in-out;   
}
.social li:nth-child(3) a:hover{
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
   color: #fff;
   -webkit-transition:  all .2s ease-in-out;
   -o-transition:  all .2s ease-in-out;
   transition:  all .2s ease-in-out;   
}
/* For Icons over Links*/
.fa-fw{
   top: -30px;
   right: -50px;
   position: relative;
}
.home .fa-fw{
   top: -30px;
   right: -40px;
   /*margin-bottom: 30px;*/
   position: relative;
}
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
   font-family: "Glyphicons Halflings";
  /*font-family: FontAwesome;*/
  display: inline-block;
}

input[type=checkbox] + label:before { 
   /*content: "\E183";*/
   content:"\e036";
   font-size: 22px; 
   } /* unchecked icon */
input[type=checkbox]:checked + label:before { 
   /*content: "\E185"; */
   content:"\e038";
   font-size: 22px;
} /* checked icon */
.alt .banner .logo {
   text-align: center;
   outline: none;
}
.alt .banner h1 {
   font-size: 100px;
   text-align: center;
   font-weight: 700;
   text-transform: uppercase;
}
.alt .banner {
   margin-bottom: 0;
   text-align: center;
}
.alt .cta-btns {
   margin: 40px auto 80px;
}
.alt .cta-btns a{
   padding: 12px 25px;
   color: #FFF;
   text-transform: uppercase; 
   font-size: 18px; 
   font-weight: 500; 
   text-decoration: none; 
   letter-spacing: 1px;
   /*margin-top: 30px;*/
}
.alt .cta-btns a:hover > i:not(a) {
   color: #ee413a;
   -webkit-transform: scale(1.5);
   -ms-transform: scale(1.5);
   -o-transform: scale(1.5);
   transform: scale(1.5);
   -webkit-transition:  all .2s ease-in-out;
   -o-transition:  all .2s ease-in-out;
   transition:  all .2s ease-in-out;

}

.alt .cta-btns a:hover{
   color: #00b9f2;
   -webkit-transition:  all .3s ease-in-out;
   -o-transition:  all .3s ease-in-out;
   transition:  all .3s ease-in-out;
}
/*Updated Today*/
.home-footer{
   position: absolute;
   bottom: 20px;
   left: 20px;
   text-align: left;
}
.navbar-brand-bg{
   background-color: #FFF;
   padding: 0px 15px;
}
.bg{
   background:url(../img/bg-1.jpg) 50% 0 no-repeat fixed;
   position: static;
   background-size:cover;
}
.bg-odd-test{

   font-family: 'Roboto Condensed', sans-serif;
   background: url(../img/5octave-pattern.png) repeat; 
   background-color: #e0e0e0;
}
.bg-odd{
   background-color: #e0e0e0;
   font-family: 'Roboto Condensed', sans-serif;
}
.5octavepattern{
   background-image: url(../img/5octave-pattern.png) repeat;
}
.bg-even{
   background-color: #eeeeee;
   font-family: 'Roboto Condensed', sans-serif;
}
.grid-item{
   margin-bottom: 30px;
}

ul.high li{
    list-style-type : none;
}

.highlighterli{
    padding: 15px;
    list-style-type: none;
    background-color: grey;
    color: white;
    border-left: 7px solid orange;
    margin:8px;
}

.addressbigfont{
    font-size: 20px;
    padding-left:30px;
}

.address19px{
    font-size: 19px;
    padding-left:30px;
    line-height:25px;
}

.addressHeader{
    background-color: #aeaeae;
    padding: 5px;
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: white;
    margin-bottom: 3px;
    margin-right: 60px;
    letter-spacing: 1px;
    padding-left: 20px;
    text-transform: uppercase;
}

.grid-img{
   background-size:cover !important;
   overflow:hidden;
   width: 350px;
   height: 200px;
   border-radius: 5px;
   text-align: center;
   /*margin: 0 auto;*/
}
.overlay{
   background:rgba(0,0,0,.75);
   text-align:center;
   opacity:0;
   -webkit-transition: opacity .25s ease;
   -moz-transition: opacity .25s ease;
   border-radius: 4px;
   height: 100%;
   width: 100%;
   display: table;
   cursor: pointer;
}
.octavescont{
   padding: 30px;
   font-size: 18px;
   text-align: justify;
}
.tabs-heading{
   font-size: 18px;
}
/*5Octave Page Tabs*/
.nav.nav-justified > li > a { 
   position: relative; 
}
.academy-content .nav.nav-justified > li > a:hover,
.academy-content .nav.nav-justified > li > a:focus { background-color: transparent; }
.academy-content .nav.nav-justified > li.active > a > .quote { opacity: 1; }
.academy-content .nav.nav-justified > li > a > p { width: 150px; height: 150px; border-radius: 150px; box-shadow: 0 0 0 5px #999; }
.academy-content .nav.nav-justified > li > a > p { 
   max-width: 100%; 
   opacity: .3; 
   padding-top: 65px;
   margin: 0 auto;
   -webkit-transform: scale(.8,.8);
           transform: scale(.8,.8);
   -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.academy-content .nav.nav-justified > li.active > a > p,
.academy-content .nav.nav-justified > li:hover > a > p,
.academy-content .nav.nav-justified > li:focus > a > p { 
   opacity: 1; 
   -webkit-transform: none;
      transform: none;
   -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab-pane .tab-inner { padding: 30px 0 20px; }

/* Nav Border Reset*/

.nav-tabs.nav-justified > li > a {
   border-radius: 0px 0px 0px 0px;
}
.nav-tabs.nav-justified> li> a:first-of-type{
   background-color: #ccc;
   box-shadow: 1px 0px 0px 0px rgba(35, 35, 35, 0.9);
   margin-right: 1px;
}
.nav-tabs.nav-justified> li.active> a{
   background-color: #fff;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
   border: 0px solid #DDD;
}
/*Academy Page Animation*/
.ch-grid {
   margin: 20px 0 0 0;
   padding: 0;
   list-style: none;
   display: block;
   text-align: center;
   width: 100%;
}

.ch-grid:after,
.ch-item:before {
   content: '';
   display: table;
}

.ch-grid:after {
   clear: both;
}

.ch-grid li {
   width: 150px;
   height: 150px;
   display: inline-block;
   margin: 20px;
}
.ch-item {
   width: 100%;
   height: 100%;
   position: relative;
   box-shadow: 0 1px 2px rgba(0,0,0,0.1);
   cursor: default;
}
.ch-info-wrap, 
.ch-info{
   position: absolute;
   width: 150px;
   height: 150px;
}
.ch-info > div {
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   background-position: center center;
   
   -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}
.ch-info .ch-info-front {
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
   opacity: 0;

   background: rgba(0,0,0,0.9);
   pointer-events: none;
   cursor: pointer;
   
   -webkit-transform: scale(1.5);
   -moz-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
   transform: scale(1.5);
   
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 { 
   background-image: url(../img/academy/guitar.png);
}
.ch-img-2 { 
   background-image: url(../img/academy/Keyboard.png);
}
.ch-img-3 { 
   background-image: url(../img/academy/Piano.png);
}
.ch-img-4 { 
   background-image: url(../img/academy/Violin.png);
}
.ch-img-5 { 
   background-image: url(../img/academy/keyboardprogramming.jpg);
}

.ch-img-6 { 
   background-image: url(../img/academy/drummer.jpg);
}

.ch-img-7 { 
   background-image: url(../img/academy/bass-guitar.jpg);
}
.ch-img-8 { 
   background-image: url(../img/academy/flute.png);
}
.ch-img-9 { 
   background-image: url(../img/academy/mridangam.png);
}
.ch-info h3 {
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 16px;
   margin-top: 70px;
   text-shadow: 
      0 0 1px #fff, 
      0 1px 2px rgba(0,0,0,0.3);
}
.ch-item:hover .ch-info-front {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   
   opacity: 0;
} 
.ch-item:hover .ch-info-back {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
   pointer-events: auto;
}
.modal-guitar{
   background-color: #db9909;
   color: #FFF;
   font-size: 15px;
}
.modal-keyboard{
   background-color: #965A77;
   color: #FFF;
   font-size: 15px;
}
.modal-piano{
   background-color: #A7B338;
   color: #FFF;
   font-size: 15px;
}
.modal-violin{
   background-color: #D63930;
   color: #FFF;
   font-size: 15px;
}
.modal-keyboardprogram{
   background-color: #202b41;
   color: #fff;
   font-size: 15px;
}
.modal-header{
   border-bottom: 1px solid #999;
}
.academy-bg{
   background-color: rgba(66,46,34,0.8);
   color: #FFF;
   border: none;
   padding: 20px 20px 0px 20px;
}
.overlay .play-button{
   display: table-cell;
   color: #fff;
   vertical-align: middle;
   font-size: 80px;

}
.gallery_video_title{
   width: 350px; 
   height: 50px; 
   background-color: #fff; 
   position: relative; 
   padding-top: 10px;
   text-align: center;
}
.grid-img:hover .overlay{
   opacity:1;
}
.close {
   font-size: 34px;
   font-weight: 300;
   line-height: 24px;
   opacity: 0.6;
   transition: all 0.2s ease 0s;
}
#KeyboardProgramming .close{
   color: #FFF;
}
.modal-content {
   border-radius: 3px;
}
body.modal-open, .modal-open {
   margin-right: -17px;
}
.gmap {
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: 1;
}
#contact .tab-content{
   margin-top: 30px;
}
.overlap{
   position: relative;
   z-index:2;
   margin-top: 150px;
   padding: 0px;
   background: rgba(255,255,255,0.9);
}
#enquiries label{
   font-size: 16px;
}
#enquiries .form-control{
   border-radius: 2px;
}
/*For Hiding The Background Controls Over Video.js*/
.vjs-default-skin .vjs-progress-control,
.vjs-default-skin .vjs-control,
.vjs-default-skin .vjs-time-controls,
.vjs-default-skin .vjs-time-divider,
.vjs-default-skin .vjs-captions-button,
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-control,
.vjs-default-skin .vjs-menu,
.vjs-default-skin .vjs-fullscreen-control,
.vjs-font-family,
.vjs-control-bar,
.vjs-default-button,
.vjs-done-button,
.vjs-edge-style,.vjs-tracksetting {
   display: none !important; 
}
@media screen and (max-width: 767px) {
   .logo_padding{
      padding-top: 90px;
   }
   .alt .cta-btns {
      margin: 40px auto 80px;
   }
   .alt .cta-btns a{
      padding: 12px 25px;
      color: #FFF;
      text-transform: uppercase; 
      font-size: 14px; 
      font-weight: 500; 
      display: block;
      text-decoration: none; 
      letter-spacing: 1px;
   }
   .fa-fw{
      top: -20px;
      right: -40px;
      position: relative;
   }
   .home .fa-fw{
      top: -20px;
      right: -30px;
      position: relative;
   }
   .grid-img,.gallery_video_title {
      margin: 0 auto;
   }
   .grid-img{
      background-size:cover !important;
      overflow:hidden;
      width: 280px;
      height: 200px;
      border-radius: 0px;
      text-align: center;
   }
   .gallery_video_title{
      width: 280px; 
      height: 50px; 
      background-color: #fff; 
      position: relative; 
      padding-top: 10px;
      text-align: center;
   }
}
@media (min-width: 768px) and (max-width: 979px) {
   .alt .cta-btns a{
      padding: 12px 25px;
      color: #FFF;
      text-transform: uppercase; 
      font-size: 16px; 
      font-weight: 500; 
      text-decoration: none; 
      letter-spacing: 1px;
   }
}
@media(min-width: 980px) and (max-width: 1200px){

}