/* -------------------------
	  Table of Contents
----------------------------

01. General
02. Header
03. Navigation
04. Slider
05. Banner
06. Footer
07. Media Stylesheet

/* ---------------------------
	01. General
--------------------------- */
/* Fonts Stylesheet */

@import url('font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,900,400italic|Satisfy' rel='stylesheet' type='text/css');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css');

@font-face {
    font-family: 'Graphite Std';
    src: url('../fonts/GraphiteStd-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/ufonts.com_century-gothic.ttf');
    font-weight: normal;
    font-style: normal;
}

/* Fonts */
body, html {
	background-size: contain;
	font-family: 'Century Gothic', sans-serif;
	font-weight: 400;
  	font-style: normal; 
}
ul{
	list-style: none;
	border:none;
	outline: none;
	margin:0px;
	padding:0px;
}
a, a:hover, a:focus{
	text-decoration: none;
}

/* Preloader */
#preloader {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(154, 11, 77,1);
}
.middle-header{
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.sticky{
	position: fixed;
    right: 0px;
    left: 0px;
	top: 0px;
	z-index: 9;
}
.container-fluid{
	text-align:center;
    max-width: 3990px;
    width: 100%;
}
.header .container {
	max-width: 3990px;
    width: 100%;
}
.no-padding{
	padding:0px!important;
}
.clear{ clear:both;}
/* ---------------------------
	00. new menu
--------------------------- */
.nav-menu {
	position:relative;
}
.header-menu {
    clear: both;
    width: 100%
	display:inline-block;
}
.header-menu>li {
	display:inline-block;
	padding: 38px 4px;
}
.header-menu>li>a {
	font-family: 'Century Gothic', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #959595!important;
    padding: 0px;
	text-align:left;
}

.header-menu>li>a .right-icon,
.mobile-menu {
    display: none
}

.header-menu>li:first-child {
    padding-left: 0
}

.header-menu>li:last-child a {
    padding-right: 0;
    border: none
}

@media only screen and (min-width:1140px) {
    .header-menu>li>a:hover {
        color: #ee1c25;
    }
    .header-menu>li:hover {
        background-image: url(images/menu.png);
        background-position: center bottom;
        background-repeat: no-repeat
    }
    .header-menu li:hover>.sub-menu {
        display: block
    }
    .sub-menu {
        position: absolute;
        display: none;
        width: auto;
        margin: 0px;
		margin-top: 15px;
		z-index: 99;
	    padding: 10px 20px;
		background: rgb(96, 5, 49);
		background: -webkit-linear-gradient(rgba(154, 11, 77,0.8), rgba(96, 5, 49,0.8));
		background: -o-linear-gradient(rgba(154, 11, 77,0.8), rgba(96, 5, 49,0.8));
		background: -moz-linear-gradient(rgba(154, 11, 77,0.8), rgba(96, 5, 49,0.8));
		background: linear-gradient(rgba(154, 11, 77,0.8), rgba(96, 5, 49,0.8));
    }
    .sub-menu li {
        display: block;
        float: none;
	    margin-bottom: 4px;
    }
    .sub-menu li a {
        padding: 0px;
        display: block;
        color: #fff;
        text-transform: capitalize;
        position: relative;
		font-family: 'Century Gothic', sans-serif;
    	font-weight: 500;
    	font-size: 16px;
		text-align:left;
    }
    .sub-menu li a:hover {
        color: #fff;
    }
}

@media only screen and (max-width:767px) {
	.sub-menu {
    	position: relative !important;
    	padding: 10px 20px;
    	display: none;
		margin:0px;
	}
	.sub-menu li a { color:#959595 !important;}
}
@media only screen and (min-width:768px) {
	.header-menu li:hover>.sub-menu {
        display: block
    }
    .sub-menu li:hover a {
        color: #fff;
	}
}
@media only screen and (max-width:1140px) {
	.sub-menu {
        position: absolute;
        display: none;
        width: auto;
        margin: 0px;
		z-index: 99;
	    padding: 10px 20px;
		background: rgb(96, 5, 49);
		background: -webkit-linear-gradient(rgba(154, 11, 77,0.8), rgba(96, 5, 49,0.8));
		background: -o-linear-gradient(rgba(154, 11, 77,0.8), rgba(96, 5, 49,0.8));
		background: -moz-linear-gradient(rgba(154, 11, 77,0.8), rgba(96, 5, 49,0.8));
		background: linear-gradient(rgba(154, 11, 77,0.8), rgba(96, 5, 49,0.8));
    }
    .sub-menu li {
        display: block;
        float: none;
	    margin-bottom: 4px;
    }
    .sub-menu li a {
        padding: 0px;
        display: block;
        color: #fff;
        text-transform: capitalize;
		text-align:left;
	    font-family: 'Century Gothic', sans-serif;
	    font-weight: 500;
	    font-size: 16px;
	    text-transform: capitalize;
    }

}
@media only screen and (min-width:0px) and (max-width:767px) {
	.header-menu {
        display: none
    }
    .header-menu li {
        float: none;
        display: block;
        border: none;
        padding: 0
    }
    .header-menu li:first-child {
        padding-left: 0
    }
    .header-menu li a {
		border: none;
    	display: block;
    	padding: 5px 10px;    
	}
    .header-menu>li>a .right-icon {
        display: inline-block;
        float: right
    }
    .header-menu .sub-menu {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        padding-left: 30px;
        box-sizing: border-box;
	}
    .icon-sub-menu,
    .mobile-menu {
        cursor: pointer;
        float: right;
        text-align: center
    }
    .header-menu .sub-menu a{
	    padding: 2px 10px;
    }
    .icon-sub-menu {
        width: 5%;
        height: 30px;
        position: relative;
        margin-right: 15px;
    }
    .icon-sub-menu:after {
        content: '\f107';
        font-family: FontAwesome;
        text-align: center;
        font-size: 26px
    }
    .icon-sub-menu.active-menu:after {
        content: '\f106'
    }
    .mobile-menu {
        display: block;
    }
    .mobile-menu i {
        font-size: 20px;
		color: #fff;
    	position: fixed;
    	top: 17px;
    	right: 20px;
	    z-index: 9999999999;
    }
}
@media only screen and (min-width:768px) and (max-width:860px) {
	.header-menu>li {
	    padding: 38px 2px;
	}
	.header-menu>li>a{
		font-size:12px;
	}
}
@media only screen and (min-width:861px) and (max-width:991px) {
	.header-menu>li {
	    padding: 38px 8px;
	}
	.header-menu>li>a{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1023px) {
	.header-menu>li {
	    padding: 38px 2px;
	}
	.header-menu>li>a{
		font-size:12px;
	}
}
@media only screen and (min-width:1024px) and (max-width:1100px) {
	.navbar-brand>img {
	    width: 100%;
	}
	.header-menu>li {
    	padding: 38px 2px;
	}
	.header-menu>li>a{
		font-size:12px;
	}
}
/* ---------------------------
	02. Header
--------------------------- */
.header, .top-header{
	position: relative;
    overflow: visible;
    width: 100%;
}
.top-header{
    background: rgb(96, 5, 49);
    background: -webkit-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -o-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -moz-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
}
.top-header ul{
	width:100%;
	display: inline-block;
	margin: 10px 0px;
    padding-left: 0px;
}
.top-header ul li{
	display: inline-block;
	margin-right: 60px;
	float:left;
	padding-top:5px;
}
.top-header ul li.social{padding-top:0px;}
.top-header ul li:last-child{
	margin-right: 0px;
	float:right;
}
.top-header ul li a, .top-header ul li span{
	font-size: 14px;
	color: rgba(255,255,255,1);
	margin-right: 2px;
}
.student{	
	color: #f4d231!important;
	margin-right: 60px!important;
}
.social span{	
	color: #fff!important;
}
.fa-phone, .top-header ul li span{
	margin-right: 10px;
}
.top-header ul li span{
	color:#f8a1b6;
}
.fa-phone{
	color: #e48703;
}
.top-header ul .social .fa{
    background-color: #fff;
    color: #bb1313;
	padding: 4px 5px;
	font-size: 18px;
	border-radius:100%;
}
.top-header ul .social .fa-facebook{
    padding: 4px 7px;
}
.container.top-register-button{
	position:relative;
}
.register-menu{
	margin-top: 36px;
}
.register-menu a, .register-menu a:hover{
	color: #fff;
	font-size: 18px;
    font-weight: 500;
    background: -webkit-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -o-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -moz-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    padding: 10px 20px;
}
.logo-section{
	padding: 0px;
}
.navbar-brand {
    padding: 10px 0px;
}
.middle-header{
	background-color: #fff;
	height: 102px;
    border-bottom: 5px solid #7b1146;
	z-index: 999999999;
}
.right-section{
	float: right;
	text-align: right;
}
/* ---------------------------
	03. Navigation
--------------------------- */
.navbar-toggle {
    position: fixed;
    top: 13px;
    right: 13px;
    padding: 7px 7px;
    margin: 0px;
    z-index: 9999999999;
}
	
.navbar-toggle{
	background-color: #500000;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background-color: #500000;
}
.navbar{
	min-height: auto;
}
.collapsed .navbar-inverse{
    margin-top: 40px;
}
.navbar-inverse{
	border:none;
	outline:none;
	border-radius: 0px;
	background: none;
    margin-bottom: 0px;
}
.navbar-nav {
    float: none;
    margin: 0px 0px;
    width: 100%;
    display: inline-block;
	margin-bottom: 10px;
	text-align: right;
	margin-top: 40px;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
    padding: 2px 10px;
}
.navbar-nav>li:first-child{
	border-left: 0px;
	padding-left: 0px;
}
.navbar-nav>li:last-child, .music-lesson-section ul li:last-child{
	border-right: 0px;
	padding-right: 0px;	
}
.navbar-nav>li a{
    font-family: 'Century Gothic', sans-serif;
	font-weight:500;
	font-size:16px;
	text-transform: capitalize;
    color: #959595!important;
    padding: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
    background: none;
	border:none;
	outline:none;
}
.navbar-collapse{
	padding:0px;
}
.navbar-nav>li:hover a:before, .navbar-inverse .navbar-nav>.active>a:before{
	display: block;
}
a:hover, a:focus{
	color: #fff;
}
/** Dropdown-Menu **/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 20px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background: rgb(96, 5, 49)!important;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow:none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li{
    margin-bottom: 4px;
}
.dropdown-menu li:last-child{
    margin-bottom: 0px;
}	
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background-color: inherit;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background-color: inherit;
	color: #fff!important;
}
.dropdown-menu>li:hover a{
	color: #fff!important;
}
/* ---------------------------
	04. Banner
--------------------------- */
.banner-section{
	overflow: visible;
	position:relative;
}
.banner-section.slider .row{
    margin-left: -15px;
    margin-right: -15px;
}	
.register-now-btn{
	width: 100%;
	text-align:center;
}
.register-now-btn img{
	border-radius: 100%;
    border: 5px solid #fff;
	margin-top: -500px;
    max-width: 100%;
}
.post-circle-section{
	background-color: rgba(184, 184, 184, 0.4);
}
.post-circle-section .container.let-me-top{
	margin-top: -120px;
}
.post-circle-item{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
    z-index: 9999999;
}
.circle{
	height: 200px;
	width: 200px;
	border-radius: 100%;
	border: 8px solid #7b1146;
	margin:0px auto;
}
.post-circle-item img{
	border-radius: 100%;
	width: 100%;
	text-align:center;
}
.post-circle-section .para{
	color: #333;
    text-align: left;
	font-size: 16px;
}
.post-circle-section .para.sub{
	margin-bottom: 40px;
}
.virtual-tour{
	display:inline-block;
	margin-right: 40px;
}
.virtual-tour.third-location{
	margin-right: 0px;
}
.virtual-tour h3{
	height: 153px;
    border: 8px solid #dadada;
	color:#7b1146;
	margin-bottom: 0px;
	padding: 50px 15px 0px 15px;
    text-align: center;
}
.music-lesson-section{
	background-image:url(../images/music-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-color: rgba(0,0,0,0.35);
    background-blend-mode: multiply;
}
.music-lesson-section .post-title{
    font-family: 'Graphite Std';
	font-size: 24px;
    background: -webkit-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -o-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -moz-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    color: #fff;
    text-align: center;
    margin: 0px;
	padding-top: 24px;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	height: 75px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
.music-lesson-section .post-title a{
    color: #fff;
}
.music-lesson-section h1{
	text-align:center;	
}
.music-lesson-section ul{
	display: inline-block;
	width: 100%;
	padding: 0px;
	text-align:center;
}
.music-lesson-section ul li{
	display: inline-block;
	margin-right: 30px;
    margin-top: 30px;
}
.music-lesson ul li, .dance-classes ul li{
    width: 17%;
}
.music-lesson-section ul li:nth-child(5), .music-lesson-section ul li:last-child{
	margin-right: 0px;	
}
.music-lesson-section ul li img{
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	width: 100%;	
}
.music-lesson, .dance-desc{
    margin: 60px 0px;
}
.dance-classes{
    margin-bottom: 60px;
}	
.sub-text, .sub-text a{
	color: #fff;
    font-size: 22px;
    font-family: 'Century Gothic', sans-serif;
    font-style: italic;
    font-weight: 400;
}
.sub-text:first-child span{
	margin-right: 76px;
}
.sub-text span{
	margin-right: 50px;
}
.music-and-dance{
	margin: 40px 0px;
    margin-bottom: 60px;
	background-color: #fff;
}
.music-and-dance .post-title{
	font-size: 24px;
	text-align: center;
}
.music-and-dance .post-title a{ color:#fff;}
.music-and-dance .post-title{
    background: rgb(96, 5, 49);
    background: -webkit-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -o-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -moz-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    border-radius: 6px;
    padding: 20px 12px;
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Century Gothic', sans-serif;
}
.music-and-dance h1{
	margin-bottom: 20px;
	text-align:center;
	color: #b30505;
}
.music-and-dance img{
	max-width: 100%;
	height:auto;
}
.fa-chevron-right{
	border-radius: 100%;
	background-color:#7b1146;
	color: #000;
	font-size:14px;
	padding: 5px 6px;
    margin-right: 20px;
    padding-left: 8px;
}

.register-section{
	background-image: url(../images/girl-left.jpg), url(../images/girl-left.jpg);
	background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: contain;	
}

.strip{
	background: rgba(227, 227, 227, 0.7);
    height: 110px;
}
.strip .register-btn{
	border-radius: 100%;
	margin-top: -20px;
	border: 5px solid #fff;
}
.strip h2{
	color: #b30505;
	font-size: 30px;
	text-transform:uppercase;
	font-weight: 900;
}
.strip p{
	color: #333;
	font-size: 16px;
}
.strip p a, .strip p a:hover{
	color: #767676;
}
.strip-center{
    background: rgba(255,255,255,0.5);
	width:100%;
	text-align:center;
    padding: 60px 0px;
	padding-bottom: 80px;
}
.strip-center h1{
	font-family: 'Century Gothic', sans-serif;
	color: #333;
	font-size: 33px;
	font-weight:300;
	margin-bottom: 40px;
}
.about-section{
	background:url(../images/about-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	text-align:center;
}
.opaque-section{
	background: rgba(0,0,0,0.7);
	padding-bottom: 40px;
	padding-top: 10px;
}
.about-section h1{
	color: #fff;
	font-family: 'Century Gothic', sans-serif;	
	font-size: 60px;
	font-weight:300;
	margin-top: 40px;
	margin-bottom: 50px;
}
.text-item{
	background-color: #fff;
	padding: 10px 10px 20px 10px;
    margin-bottom: 30px;
}
.text-item h2{
	font-family: 'Century Gothic', sans-serif;	
	font-size: 18px;
	font-weight:500;
	margin: 10px 0px;
	min-height: 50px;
}
 .text-item h2 a, .text-item h2 a:hover{
	color: #333;
}	
.text-item .para{
	color: #333;
}
.text-item .more{
	font-size: 13px;
    padding: 7px 21px;
    background-color: #7b1146;
}
table.register-table.join{ width:377px; display:inline-block; padding:0px;}
table.register-table.join th h2 { padding-left: 8px;cursor: pointer;}
table.register-table.join th{ width:376px;}
.table-box.three, .table-box.two, .table-box.one{ display:inline-block;width: 377px;border: none;}
.table-box{
	padding-left:0px!important;
	margin-top: 40px;
}
.table-box h2{
    background: rgb(96, 5, 49);
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    margin: 0px;
	cursor: pointer;
}	
.table-box table{
	padding:10px 20px;
}
.reg-table td{
	padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.reg-table a, .reg-table a:hover {
    color: #b30505;
}
.table-box tr td p, .register-table td a, .register-table td a:hover{
	padding: 5px 0px 5px 10px;
	margin-bottom:0px;
}
.table-box tr:hover{
	background-color: #fff;
}
.check-list-section, .table-box{
    border: 1px solid #dadada;
    padding-left: 10px;
    border-radius: 6px;
    background-color: rgba(218, 218, 218, 0.25);
}
.check-list-section.two{
	width: 88%!important;
}
.check-list-section.three{
	width: 100%!important;
}
.check-list-section h1{
	font-size: 36px;
	font-weight:900;
	font-family: 'Century Gothic', sans-serif;
	display: inline-block;
}
.check-list-section p{
/*	display: inline-block;*/
    margin-bottom: 20px;
}
.check-list-section p a{
	font-size: 20px;
	font-weight:500;
	font-family: 'Century Gothic', sans-serif;
}
.fa-check-square-o{
	padding-right: 10px;
}
.revisit-section{
	background-color: #fff;
	padding: 60px 0px;
	color: #808080;
}
.revisit-section .virtual-section{
	text-align:center;
}
.revisit-section h2{
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.revisit-section .virtual-tour img{
    border: 10px solid #dadada;
}
.revisit-section .virtual-tour p{
    font-size: 16px;
    background-color: #b30505;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 4px 0px;
    display: block;
}	
.revisit-section .virtual-tour p{
    color: #fff;
}
.offering-button{
	background-image:url(../images/offering.jpg);
	text-align: right;
}
.register-button{
	background-image:url(../images/register-button.jpg);
	text-align: center;
}
.testimonial-section{
	background:url(../images/test-back.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}
.testimonial-section h1{
	margin-top: 40px;
}
.testimonial-section .opaque-section{
    padding-bottom: 40px;
}
.testimonial-section .featured-image img{
	border-radius: 8px;
}
.testimonial-section h4{
	font-size: 18px;
	color: #a7172c;
}	
.inner-section.links-section{
    background-color: rgba(255,255,255,1);
	color: #808080;
}
.inner-section.links-section a, .inner-section.links-section .quick-item .fa{
	color: #555;
}
.links-section a:hover, .links-section li:hover .fa{
	color:#b30505;
}
.links-section .quick-item .address a:hover .fa{
	color:#b30505;
}
.inner-section.links-section h3{
	border-bottom: 1px solid #b30505;
}
.links-section{
	background-image: url(../images/link-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(35,35,35,1);
    background-blend-mode: multiply;
	color: #acacac;
	font-family: 'Century Gothic', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.links-section ul{
	padding: 0px;
}
.links-section h3{
	font-size: 18px;
	font-weight:500;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
	display:inline-block;
}
.links-section .quick-item{
	margin-top: 40px;
}
.links-section .quick-item .first{
    width: 110px;
}
.links-section h4{
	font-size: 16px;
}
.links-section p{
	font-size: 14px;
}
.links-section a{
	color: #acacac;
}
.quick-item.one ul, .quick-item.three ul, .quick-item.two ul{
    margin-left: 15px;
}
.quick-item.one .fa, .quick-item.three .fa, .quick-item.two .fa{
    margin-left: -15px;
}
.quick-item .fa{
	color: #f5f5f5;
	padding-right: 10px;
}
.quick-item .fa-map-marker, .quick-item .fa-phone{
    margin-left: -20px;
}
.quick-item .fa-phone{
	padding-right: 0px;
}
.quick-item .address{
    margin-left: 20px;
}
.quick-item .add{
    margin-left: 20px;
	margin-bottom: 30px;
}
.quick-item .address-div{
	margin: 30px 0px;
}

.bttom-banner{
    margin-top: 40px;
}
.bottom-link{
	text-align:center;
	margin-top: 20px;
	margin-bottom: 40px;
	text-transform:uppercase;
}
.more{
	color: #fff;
	background-color: #b30505;
	font-size: 18px;
	font-style:italic;
	padding:8px 40px;
    border-radius: 25px;
    text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
}
.opaque{
	background: none;
	border: 1px solid #fff;
}
.post-circle-item .post-title{
	font-size: 46px;
	font-family: Arial;
	font-weight: bold;
	text-transform:uppercase;
}
.post-circle-item .post-desc{
	font-family: Arial;
	text-transform: lowercase;
	text-align: center;
}
.post-circle-item .post-desc.one{
	margin-left: 72px;
}
.post-circle-item .post-desc.two{
	margin-left: -76px;
}
.post-circle-item .post-desc.three{
	margin-left: 4px;
}
.details-point{
	padding-bottom: 60px;
}
.details-point .container-fluid .para{
    padding: 0px 50px;
	font-family: 'Century Gothic', sans-serif;
	font-weight:400;
    font-size: 18px;
}
.details-point h2{ font-weight:bold;}
.details-point h4{ font-weight:normal;}
.details-point h2, .details-point h4{
	font-family: 'Century Gothic', sans-serif;
    padding: 0px 50px;
	text-align:left;
}
.why-choose{
	background-color:#7b1146;
	margin-top: 20px;
}
.why-choose .container-fluid{
	margin-bottom: 10px;
}
.details-point h2{
    color: #fff!important;
    font-weight: bold;
    margin: 20px 0px!important;
	border: none;
}
.details-point .title{
	color: #7b1146;
	margin-top: 40px;	
}
.details-point a, .details-point a:hover{
	color: #7b1146;
	margin-left: 20px;
	font-size: 14px;
}
.post-title{
	color: #7b1146;
	font-size: 60px;
	font-family: 'Satisfy', cursive;
	margin: 0px;
}
.post-desc{
	color: #7b1146;
	font-size: 18px;
	font-family: 'Century Gothic', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 4px;
}
.burgundy, .burgundy:hover{
	color: #7b1146 !important;
}
.title{
    border-bottom: 1px solid rgba(255,255,255,0.1);
	color:#fff;
    font-family: 'Century Gothic', sans-serif;
	font-weight: 400;
	font-size:30px;
	padding-bottom: 10px;
	text-transform:capitalize;
}
.sub-title{
	color:#651a90;
    font-family: 'Century Gothic', sans-serif;
	font-weight: 700;
	font-size:21px;
	text-transform: uppercase;
}
.para{
    font-family: 'Century Gothic', sans-serif;
  	font-weight: 400;
  	font-size:15px;
  	color:#fff;
	line-height: 24px;
	margin: 20px 0px;
}
p, .sub-para, .register-table td, .register-table td a{
    font-family: 'Century Gothic', sans-serif;
  	font-weight: 400;
  	font-size:15px;
	line-height: 24px;
	color: #808080;
}
.register-table td a, .register-table td a:hover{
	color:#b30505;
}
.register-table h2{
	text-align:left;
	margin:0px;
}
.register-table th{
	border:none;
}	
.register-table th h2{
	padding-left: 20px;
}
.blog-title{
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0,0,0,0.7);
	padding-bottom: 4px;
    display: inline-block;
    margin-bottom: 0px;
}
.blog-post-text .blog-title{
    margin-bottom: 10px;
}
.mg-both{
	margin: 40px 0px;
}
.margin-bottom{
	margin-bottom: 60px;
}
.mg-top{ margin-top: 60px;}
.pd-bottom{
	padding-bottom: 60px;
}
.nav-section, .no-pad{ padding:0px !important;}
.center{ text-align:center !important;}
.auto-height{ height:auto !important;}
.red-text{
    color: #b30505;
    font-family: 'Century Gothic', sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.red-text:hover, .red, .red:hover{
    color: #b30505;
}
.burgundy-back{
	background: rgb(96, 5, 49);
    background: -webkit-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -o-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -moz-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
	position:relative;
	height:50px;
	margin-top:-5px;
}
.burgundy-back p{
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 38px;
    vertical-align: middle;
    padding-top: 10px;	
}
.burgundy-back.auto-height p{ padding: 10px 0px;}
.details{
	margin:20px 0px;
}
.details h4{
	margin-bottom: 10px;
}
.details .address{
    margin-left: 20px;
}
.details .address .fa-map-marker, .details .address .fa-phone{
    margin-left: -20px;
}
.details .address .fa-map-marker{
    padding-right: 10px;
}
.details .address a, .details .address a:hover{
	color:#808080;
}
.details .social{
	margin: 20px 0px;
}
.details .social .fa{
    background-color: #bb1313;
    color: #fff;
	padding: 4px 5px;
	font-size: 18px;
	border-radius:100%;
}
.details .social .fa-facebook{
    padding: 4px 8px;
}
.centerimg{
	margin-top: 20px;
	margin-bottom: 10px;
}
.more-info-form input{
	width:60%;
	height: 30px;
	padding:4px 10px;
}
.more-info-form .submit{
	color: #fff;
    font-size: 18px;
    background: rgb(96, 5, 49);
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    font-style: normal;
    border: none;
    width: 200px;
    height: auto;
    padding: 6px 0px
}

/* ---------------------------
	05. Slider
--------------------------- */
.owl-carousel{
	margin-top: 20px;
}

/* ---------------------------
	06. Footer
--------------------------- */

.footer {
    background: rgb(96, 5, 49);
    background: -webkit-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -o-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -moz-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
	color:#767676;
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer ul{
	list-style: none;
	text-decoration:none;
	display: inline-block;
	margin:0px;
}
.footer ul li{
	display: inline-block;
}
.footer a{
	color:#fff;
}
.footer ul li:last-child{
	margin-right: 0px;
}
.footer .contact li a{
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.footer .copyright{
	color: #fff;
}
.footer .contact .fa{
	background-color: #fff;
	color: #000;
    padding: 4px 5px;
    border-radius: 100%;
}
.footer .contact .fa-facebook{
    padding: 4px 7px;
}
.footer ul li a:hover .fa{
	background-color: #da8103;
}
.phone{
	margin-right: 10px;
}
.copyright span, .copyright span a, .copyright span a:hover{
	color: #767676;
}	

#up-link{
	background-color: #da8103;
    position: fixed;
    right: 20px;
    bottom: 70px;
}
#up-link .fa-chevron-up{
    padding: 10px;
    color: #fff;
}
#contact{
	display: none;
}
.row{
	margin: 0px;
}

/* Inner pages*/

.inner-banner-section{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
    text-align: center;
}
.banner-img{ width:100%; height:auto;}
.banner-text{    
	position: absolute;
    top: 0px;
    z-index: 9;
	left: 50%;
    width: 100%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.inner-section .title{
	color: #333333;
	border-color: #dadada;
	text-transform:inherit;
    margin-top: 50px;
}	
.banner-text, .banner-text .inner-para{
	color: #fff;
	text-align: center;
}
.inner-banner-section h1{
    font-size: 36px;
    font-weight: 400;
    font-family: 'Century Gothic', sans-serif;
    display: inline-block;
	margin-top: 20px;
    text-transform: uppercase;
}
.inner.strip{
	background-color: #e3e3e3;
	height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}
.inner.strip p{
	margin: 0px;
	line-height: 24px;
}
.inner.strip p a{
	border-bottom: 1px solid #b30505;
}
.inner.strip p span, .inner.strip p a{
	color: #b30505;
}
.inner.strip .register-btn {
    margin-top: 30px;
}
.inner.strip h3{
	color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
}
.inner.strip h2{
	margin-top: 30px;
}
.inner-para{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Century Gothic', sans-serif;
}
.blog-text .row{
	margin-bottom: 20px;
}
.detail-text .para, .blog-2-col .para, .blog-full-width .para, .blog-post-text .para{
	color: #808080;
}
/*
.detail-text{
	background: url(../images/girl.jpg), url(../images/treble-cleff.png),url(../images/girl.jpg);
	background-position:left 5% , 50% 10% ,right 5%;
    background-repeat: no-repeat;
}*/
.detail-text .para i{
    font-weight: 700;
}
.detail-text .row, .blog-2-col .row{
    margin-left: -15px;
    margin-right: -15px;
}
.blog-post-text{
    margin-top: 40px;
}
.blog-post-text img{
	border: 10px solid #e5e5e5;
	margin: 10px 0px 20px 20px;
}
.blog-post-text h4{
    font-family: 'Century Gothic', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color:#b30505;
    margin-top: 40px;
}
.blog-image img{
	border: 10px solid #e5e5e5;
    margin-top: 50px;
}
.blog-image.last img{
    margin-top: 0px;
}
.blog-image.dance img{
    margin-top: 25px;
}
.bottom-blog-image{
	margin-top: 40px;
}
.bottom-blog-image img{
	border: 10px solid #e5e5e5;
}
.bottom-blog-image .row {
    margin-left: -15px;
    margin-right: -15px;
}	
.bottom-blog-image .register-btn{
	border-radius: 100%;
	border: 5px solid #e5e5e5;
	margin-top: 60px;
}
.bottom-blog-image .strip{
	background: none;
	margin-top: 60px;
}
.bottom-blog-image h3 {
	color: #b30505;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Century Gothic', sans-serif;
	margin-top: 40px;
}
.bottom-blog-image p{
    font-size: 16px;
}	
.bottom-blog-image a {
	border-bottom: 1px solid #b30505;
    color: #b30505;
	font-style:italic;
}
.blog-2-col h4{
    color: #cc181e;
	font-size: 18px;
    font-weight: 900;
    font-family: 'Century Gothic', sans-serif;
}
.para-line{
	border-bottom: 1px solid #dadada;
    margin: 30px 0px;
}
.para-line:last-child{
	border: none;
}
.para-line .para{
    margin-top: 0px;
}
.blog-iframe{
    margin-top: 40px;
}
.blog-iframe iframe{
	margin-bottom: 20px;
}
.blog-2-col .check-list-section{
    width: 76%;
}
.blog-2-col .check-list-section h1 {
    font-size: 32px;
    display: table-cell;
    padding: 10px 0px;
}	
.blog-2-col .check-list-section .more{
    text-transform: capitalize;
	font-weight: 700;
    padding: 4px 20px;
}
.blog-full-width{
	padding-bottom: 50px;
}
.blog-full-width h2{
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #dadada;
	color: #cc181e;
	margin-top: 5px;
	padding-bottom: 10px;
}
.blog-full-width .desc{
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.blog-full-width .fa-chevron-circle-right{
	color: #cc181e;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
	padding-right: 10px;
}
.fa-circle{
	font-size: 7px;
    vertical-align: middle;
    margin-top: -2px;
    padding-right: 6px;
}
.blog-full-width a{
	color: #b30505;
	font-weight:500;
	font-style:italic;
	border-bottom: 1px solid #b30505;
}
.test-item{
	padding: 10px 10px 20px 10px;
    border-radius: 10px;
    border: 1px solid #E1E0E0;
    margin-bottom: 15px;
    width: 100%;
}	
.test-item img{
    float: left;
    border-radius: 5px;
    margin-right: 25px;
    margin-bottom: 15px;
}
.test-item .para{
	color: #292929;
	margin: 0px;
}
.mobile-bottom-buttons {
	display: none;
}
.recital .table-box img{ width:100%; height:auto;}

.video-gallery img{ width:100%; height: auto;}
.video-gallery span{ font-size: 16px;
    text-align: center;
    font-weight: 800;
    color: #333;}

.video-gallery .title, .subscribe, .video-box{ text-align:center;}
.vplayer h2 a, .vplayer h2 a:hover{ color: #333;}
.subscribe .mail{    width: 60%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 14px;}
.submit{color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: -webkit-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -o-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: -moz-linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    background: linear-gradient(rgba(154, 11, 77,1), rgba(96, 5, 49,1));
    padding: 10px 20px;
    border: none;}	

/* ---------------------------
	07. Media Stylesheet
--------------------------- */
@media only screen and (max-width: 390px) {
	.top-header ul li{
		display: inline-block;
	    margin-right: 10px!important;
	}
	.top-header ul li a, .top-header ul li span {
	    font-size: 10px!important;
	}
	span.tlt, .type-text span.tlt{
    	font-size: 20px!important;
	}
}
@media only screen and (max-width: 460px) {
	.header .logo{
	    width: 80%;
	    display: inline;
	}
	.top-header ul li{
		display: inline-block;
	    margin-right: 20px;
	}
	.top-header ul li a, .top-header ul li span {
	    font-size: 12px;
	}
	.music-lesson-section ul li {
    	margin-right: 0px!important;
		width: auto!important;
		display:block;
	}
	.music-lesson-section .post-title{
	    font-size: 22px!important;
		display: block;
		height: auto;
	}
	.mobile-bottom-buttons a{
		font-size: 16px!important;
	}
}

@media only screen and (min-width: 461px) and (max-width: 600px) {
	.header .logo {
    	width: 80%;
	}
	.top-header ul li{
		display: inline-block;
	    margin-right: 25px!important;
	}
	.music-lesson .post-title, .dance-classes .post-title{
	    font-size: 13px;
	}
	.music-lesson ul li, .dance-classes ul li{
    	margin-right: 10px!important;
	    width: 16.8%!important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.sticky{
		position: relative;
	}
	.top-header{
		position:fixed;
		top: 0px;
	    z-index: 9999999999;
		padding-bottom: 10px;
		width:100%;
	}
	.top-header ul li{
		padding-top:0px;
	}
	.top-header ul li a, .top-header ul li span {
	    display: block;
		text-align: left;
	}
	.middle-header{
	   	height: auto; 
		z-index: inherit;
		margin-top: 60px;
	}
	.top-header ul li:nth-child(4), .top-header ul li:nth-child(5) {
    	display: none;
	}
	.mobile-bottom-buttons {
		display:inline-block;
	    position: fixed;
	    bottom: 0;
		background-color: #7b1146;
	    width: 100%;
		text-align:center;
		z-index: 9999999;
	}
	.mobile-bottom-buttons a{
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 0px;
		color: #fff;
	    font-family: 'Century Gothic', sans-serif;
		font-size: 24px;
		text-align: center;
	}
	.mobile-bottom-buttons .register{
		display: inline-block;
		width: 48%;
	}
	.mobile-bottom-buttons .fa{	
		font-size: 14px;
		padding: 5px 6px;
		margin-right: 5px;
		padding-left: 8px;
	}
	 .register.first{
	    border-right: 1px solid rgba(255,255,255,0.5);
	    padding-right: 20px;
	 }
	 .register.second{
	    padding-left: 10px; 
	 }
	.mobile-bottom-buttons .fa.fa-chevron-right{
		color: #fff;	
	}
	.navbar {
	    float: none !important;
    	position: inherit;
		min-height: 0px;
	}	
	.navbar-brand{
		float: none;
	}
	.header .logo{
		margin: 4px auto;
		display: inline-block;
	}
	.header-right{
		float:none!important;
		text-align: center;
	}
	.top-header ul{
		display: block;
	    width: 100%;
	    text-align: center;
	}
	span.tlt {
    	font-size: 20px!important;
	}
	.music-lesson ul li, .dance-classes ul li{
		padding-right: 0px;
		width: 17%;
	    margin-right: 15px;
	}
	.music-lesson .post-title, .dance-classes .post-title{
		font-size: 13px;
		height: 40px;
	}
	.music-lesson, .dance-desc{
		margin: 20px 0px;
	}
	.music-and-dance{
		margin: 0px;
	}
	.music-and-dance ul li {
	    margin-right: 20px;
	    width: 100%;
    	display: inline-flex;    
	}
	.music-and-dance h1{
		font-family: 'Century Gothic', sans-serif;
		font-size:30px;
	}
	.music-and-dance .post-title{
		height: auto;
	}
	.music-lesson-section .post-title{
		padding:6px 0px!important;
	}
	.details-point h2{
	    margin: 10px 0px!important;
	}
	.text-item h2 a, .text-item h2 a:hover{
		font-weight: 900;
	}
	.text-item .para, .text-item .more{
		display: none;
	}
	.text-item h2{
		margin-bottom: 0px;
		min-height: auto;
	}
	.strip{
	    height: auto;
	    text-align: -webkit-center;
	}
	.strip .register-btn{
	    float: none !important;
	    margin-top: 20px;
	}
	.register-now-btn img{
		position: relative;	
		bottom: 0px;
		left: 0px;
	}
	.post-circle-item .post-desc{
		text-align: center;
	}
	.post-circle-item .post-desc.one, .post-circle-item .post-desc.two{
	    margin-left: 0px;
	}
	.music-lesson, .dance-classes{
       	text-align: center;
	    margin-bottom: 50px;
	}
	.dance-classes .dance-desc{
		display: none;
	}
	.offering-button, .register-button{
		margin: 20px 0px;	
	}
	.owl-carousel .item {
       	margin: 20px;
	}
	.testimonial-section .opaque-section, .opaque-section{
	    padding-bottom: 0px;
	}
	.check-list-section{
	    margin-top:40px;
	}
	.check-list-section h1{
	    margin-right: 0px;
	}
	.text-banner{
	    max-width: 100%;
	}
	.footer{
		padding-bottom: 70px;
		text-align:center;
	}
	.footer ul{
		float: none!important;
		padding:0px;
	}
	.virtual-tour{
		width: 100%;
		margin-right: 0px;
	    margin-bottom: 40px;
	}
	.virtual-tour:last-child{
	    margin-bottom: 0px;
	}
	.virtual-tour img{
		width: 100%;
		height: auto;
	}
	.blog-2-col .check-list-section, .blog-post-text img, .blog-image img, .blog-iframe iframe,
	.bottom-blog-image img {
	    width: 100%;
	}
	.bottom-blog-image .register-btn {
	    width: auto;
	}
	.register-menu, .fadeInUpBig{
		display: none!important;
	}
	.slide .type-text {
    	bottom: 5%!important;
	}
	.details-point .container-fluid .para, .details-point h2, .details-point h4{
		padding: 0px;
	}
	.post-circle-section .container.let-me-top{
		margin-top: 0px;
	}
	.quick-item.one, .quick-item.two, .quick-item.three{
		display: none;
	}
	.footer ul{
		padding:0px;
	}
	.more-info-form input {
    	width: 100%;
	    margin-bottom: 20px;
	}
	.more{
	    padding: 4px 10px;
	}
	.check-list-section h2{
	    font-size: 22px;
	}
	.check-list-section h3{
	    font-size: 20px;
	}
	.centerimg, .rightimg, .subscribe .mail{
		width: 100%;
	}
	.inner-banner-section h1{
		font-size: 30px;
	}
	.title{
		font-size: 28px;
	}
	.register-table th {
    	background: rgb(96, 5, 49);
	}
	.register-table th h2 {
	    font-size: 20px;
	}
	.post-title{
		line-height:normal;
	}
	.dance-wear img{ 
		float:none!important; 
		text-align:center;
    	display: block;
	    margin: 0px auto;
	}
	.register-table tr, .register-table th, .register-table td, .register-table tr{
    	display: block;
	}
	.nav-menu .header-menu{
    	position: fixed;
	    z-index: 999999999;
	    width: 100%;
	    top: 48px;
	    left: 0px;
    	background-color: rgb(255, 255, 255);
	    padding-top: 10px;
	}
	.header-menu>li>a, .sub-menu li a{ font-size:18px;}
	.header-menu .sub-menu{ background:none;}
/*	.inner-banner-section{height: 287px;}*/
	.banner-text{ display:none;}
	table.register-table.join th{ width:100%!important;}
	table.register-table.join, .table-box.three, .table-box.two, .table-box.one{ width:100%!important; display: inline-table;}
	
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.register-menu, .fadeInUpBig{
		display: none!important;
	}
	.navbar-brand>img {
    	width: 100%;
	}
	.navbar-collapse.in {
    	overflow-y: hidden;
	}
	.navbar-inverse{
		margin-top: 35px;
		z-index: 99;
	}
	.navbar-toggle{
		position: relative; 
    	top: inherit;
    	right: inherit;
	}	
	.navbar-collapse{
		border: none;
	}
	.navbar-nav{
    	padding-top: 20px;
    	padding-bottom: 20px;
    	background-color: #fff;
	    padding-right: 10px;
	}
	.dropdown-menu li{
		margin-bottom:0px;
	}
	.dropdown-menu li{
		text-align:left;
	}
	.navbar-nav>li {
	    padding: 4px 8px;
	    display: block;
	}	
	.navbar-nav>li a{
		text-align:center;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
 	   padding: 2px 15px 2px 25px;
	}
	.post-desc{
		font-size: 16px;
	}
	.post-circle-item .post-desc.one{
		margin-left:0px;
	}
	.post-circle-section .container.let-me-top {
	    margin-top: 0px;
	}
	.music-lesson-section .post-title{
		padding-top:15px;
	}
	.footer ul.contact{
	    width: 180px;
		padding:0px;
		margin:0px;
	}
	.footer .contact li a {
    	font-size: 10px;
	}
	.copyright{
		font-size: 12px;
	}
	.blog-2-col .check-list-section, .blog-image img, .blog-iframe iframe, .bottom-blog-image img {
	    width: 100%!important;
	}
	.blog-2-col .check-list-section h1 {
    	font-size: 26px;
	}
	.check-list-section p a {
    	font-size: 16px;
	}
	.navbar-nav{
		margin-top:0px;
		padding-top:0px;
	}
	table.register-table.join th{ width:100%!important;}
	table.register-table.join, .table-box.three, .table-box.two, .table-box.one{ width:100%!important; display: inline-table;}
	.links-section h3 { font-size: 12px;}
}

@media only screen and (min-width: 993px) and (max-width: 1023px) {
	.register-menu a, .register-menu a:hover{
		font-size:14px;
	}
	span.tlt, .type-text span.tlt{
    	font-size: 22px!important;
	}
	.blog-image img, .blog-iframe iframe{
		width: 100%;
		height:auto;
	}
	table.register-table.join th{ width:100%!important;}
	table.register-table.join, .table-box.three, .table-box.two, .table-box.one{ width:100%!important; display: inline-table;}
	.links-section h3 { font-size: 16px;}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.top-header ul, .right-section ul{
		text-align: center;
	}
	.music-lesson-section ul li:nth-child(5), .music-lesson-section ul li:last-child{
	    margin-right: 15px;
	}
	.bttom-banner .text-banner{
		width: 100%;
	}
	.music-lesson ul li, .dance-classes ul li{
		padding-right: 0px;
		width: 17.4%;
	    margin-right: 15px;
	}
	.music-lesson-section .post-title{
		font-size: 20px;
	}
	.music-and-dance .post-title{
		font-size: 14px;
	}
	.navbar-brand>img {
		width: 100%;
	}
	.check-list-section p a {
    	font-size: 16px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1080px) {
	.music-lesson-section .post-title.last{
		padding-top:0px;
	}
	span.tlt, .type-text span.tlt{
    	font-size: 22px!important;
	}
	.navbar-brand>img {
		width: 100%;
	}
	.post-title.no-padding a{
	    vertical-align: sub;
	}
	.blog-image img, .blog-iframe iframe{
		width: 100%;
		height:auto;
	}
	.check-list-section p a {
    	font-size: 16px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1140px) {
	.top-header ul li, .right-section ul li {
		margin-right: 10px;
	}
	.register-menu a, .register-menu a:hover{
	    font-size: 14px;
	}
	.music-and-dance ul li {
	    width: 30%;
	}
	.music-and-dance .post-title{
		font-size: 20px;
	}
	.blog-image img, .blog-iframe iframe{
		width: 100%;
		height:auto;
	}
	table.register-table.join th{ width:100%!important;}
	table.register-table.join, .table-box.three, .table-box.two, .table-box.one{ width:100%!important; display: inline-table;}
	.links-section h3 { font-size: 16px;}
}	
@media only screen and (min-width: 1141px) and (max-width: 1200px) {
	.header-menu>li>a {
    	font-size: 12px;
	}
	.header-menu>li {
    	padding: 38px 4px;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1275px) {
	.header-menu>li>a {
    	font-size: 14px;
	}
	.header-menu>li {
    	padding: 38px 4px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	.music-lesson-section .no-padding.post-title{
		padding-top:15px!important;
	}
}
@media only screen and (min-width: 1300px) {
	.music-lesson-section .post-title{
		padding: 24px 0px;
    	height: auto;
	}
	.music-lesson-section .no-padding.post-title{
		padding:24px 0px!important;
	}
	.header-menu>li>a {
    	font-size: 14px;
	}
	.header-menu>li {
    	padding: 38px 6px;
	}
}
@media only screen and (min-width: 1500px) {
	.navbar-nav {
	    width: 100%!important;
		text-align:center;
	}
	.music-lesson-section .post-title{
		padding-top:24px;
	}
}
@media only screen and (min-width: 2000px) {
	.header .container-fluid{
		padding:0px 50px;
	}
	.top-header ul li {
	    margin-right: 100px;
	}
	.student{	
		margin-right: 100px!important;
	}
	.top-header ul li a, .top-header ul li span {
	    font-size: 26px;
	}
	.navbar-nav {
	    width: 100%!important;
		text-align:center;
	}
	.navbar-nav>li {
	    padding: 2px 20px;
	}	
	.navbar-nav>li a {
	    font-size: 24px;
	}
	.music-lesson ul li, .dance-classes ul li{
		width: 18.80%;
		text-align: center;
	}
	.music-lesson, .dance-desc {
		width: 100%;
		text-align: left;
	}
	.details-point .container-fluid{
		width: 70%;
	}
}
 @media (max-height: 500px) and (orientation:landscape) {
	.header-menu{	
		overflow-y: scroll;
	    height: 100px;
		top:65px!important;
	}
 }
 
/* End CSS Document */
