@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Philosopher:400,400i,700,700i');

/* ## Global */
body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Philosopher', sans-serif;
	color: #222222;
	font-weight:bold;
    line-height: 28px;
}
/* - OW pull-left/pull-right */
.ow-pull-right {
	float: right;
}
.ow-pull-left {
	float: left;
}


main {
	overflow: hidden;
}

/* -- Section Padding */
.section-padding {
	padding-bottom: 25px;
	padding-top: 25px;
	display: inline-block;
	width: 100%;
}
.section-top-padding {
	padding-top: 85px;
}
.section-bottom-padding {
	padding-bottom: 120px;
}

/* ## Header */
.header-section {
	position: relative;
	z-index: 11;
}
.top-header {
	background-color:#fff;
	padding: 0px 0 0px 0px;
}
.top-header .contact-detail {
	text-align: right;
}
.contact-detail > div {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	margin: 45px 25px 0px 25px;
	border-right: 1px solid #efefef;
}
.contact-detail > div:last-child {
	border-right: none;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 0;
}	
.contact-detail > div > img {
	position: absolute;
	left: 0;
	top: 5px;
}
.contact-detail > div > h6 {
	margin-bottom: 5px;
	margin-top: 0;
	color: #000;
	
	font-size: 13px;
	font-family: 'Nunito Sans', sans-serif;
	letter-spacing: 0.312px;
}
.contact-detail > div > a {
	text-decoration: none;
}
.contact-detail > div > a,
.contact-detail > div > p {
	font-weight: 700;
	font-size:16px;
	color: #b90c6d;
	font-family: 'Nunito Sans', sans-serif;
}
.contact-detail > div > p {
	margin-bottom: 0;
}

/* -- Expanding Search */
.top-header .menu-search { 
	display: inline-block;	
	width: 24px;
}
.menu-search .sb-search-input::-webkit-input-placeholder {
    color: #000;
}
.menu-search .sb-search-input:-moz-placeholder {
    color: #000;
}
.menu-search .sb-search-input::-moz-placeholder {
    color: #000;
}
.menu-search .sb-search-input:-ms-input-placeholder {
    color: #000;
}
.menu-search .sb-search {
	position: relative;
	height: 40px;
	width: 25px;
}
.menu-search .sb-icon-search,
.menu-search .sb-search-submit {
    width: auto;
    min-height: 25px;
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.phone h6{ color:#000;}
.menu-search .sb-search-submit {
    background: transparent;
 /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 8 */
    filter: alpha(opacity=0);
 /* IE 5-7 */
    opacity: 1;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}
.menu-search .sb-icon-search {
    color: #fff;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    width: 30px;
}
.menu-search .sb-icon-search:before {
    font-family: 'FontAwesome';
}

/* Open state */
.menu-search .sb-search.sb-search-open,
.menu-search .no-js .sb-search {
    width: 100%;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-icon-search,
.menu-search .no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}
.menu-search .sb-search.sb-search-open .sb-search-submit,
.menu-search .no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
    top: 45px;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    width: 280px;
    height: 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search-input {
    position: absolute;op
    top: 65px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    width: 0;
    height: 0;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.header-section.navbar-fixed-top {
	position: fixed;
}
.header-section.navbar-fixed-top .top-header,
.header-section.navbar-fixed-top .menu-block .book-now {
	 display: none;
}
.menu-block{
 position:relative;	
}
.menu-block .header-section .book-right a{
	/* position:absolute;
	right:0px;
	top:0px; */
}
.header-section.navbar-fixed-top .menu-block {
	margin-top: 0;
	border-bottom: 1px solid #ffcd00;
	background-color: #fff;
}
.header-section.navbar-fixed-top .menu-block .col-md-10 {
	width: 100%;
}

/* ## Footer */
.footer-section {
	background-image: url("images/footer-bg-map.png");
	background-position: center;
	background-repeat: no-repeat;
}

/* -- Read More */
.read-more {
	display: inline-block;
	padding: 11px 13px 10px 23px;
	border: 2px solid #ffcd00;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.52px;
	text-decoration: none;
	color: #333;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.read-more i {
	margin-left: 40px;
	color: #fff;
	z-index: 1;
	position: relative;
}
.read-more::before {
	content: "";
	width: 52px;
	right: 0px;
	top: 0;
	bottom: 0;
	position: absolute;
	border-left: 15px solid transparent;
    border-top: 44px solid #ffcd00;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;

}
.read-more:hover {
	background-color: #ffcd00;
	color: #fff;
	text-decoration: none;
}
.read-more:hover::before { 
	border-top-color: #fff;
}
.read-more:hover i {
	color: #ffcd00;
}



/* -- Section Header */
.section-header {
	text-align: center;
	margin-bottom: 50px;
}
.section-header h3 {font-family: 'Philosopher', sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0;
	padding-bottom: 30px;
	position: relative;
}
.section-header h3::before,
.section-header h3::after {
	content: "";
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.section-header h3::before {
	background-color: #b90c6d;
	bottom: 9px;
	width: 114px;
	height: 2px;
}


.section-header p {
	font-size: 15px;
	line-height: 27px;
	margin-top: 30px;
	color: #000;
}

/* -- Page Banner */
.page-banner {
	background-color: #e74c3c;
	padding-top: 281px;
	height: 410px;
	background-image: url("images/about-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.page-banner h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #222;
	position: relative;
	text-transform: uppercase;
	margin: 0;
	float: left;
}

.page-banner .breadcrumb {
	float: right;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
.page-banner .breadcrumb li {
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 0.56px;
}
.page-banner .breadcrumb li a {
	color: #222;
	text-decoration: none;
}
.page-banner .breadcrumb > li + li::before {
	color: #222;
}
.page-banner .breadcrumb li.active {
	color: #ffcd00;
}

/* ## Footer */
.footer-section {
	background-color: #b90c6d;
	/* background:#b90c6d url(../images/top1.png) top repeat-x; */
}
.top-footer {
	padding: 60px 0 30px 0px;
}
.top-footer .fa-circle{
	margin-right:20px;
	font-size:10px;
}
.top-footer .widget_title {
	color: #fff;
	font-size: 26px;
	 font-family: 'Philosopher', sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 0;
}
.top-footer .text_widget p {
	color: #ccc;
	font-size: 15px;
	display:flex;
	line-height: 23px;
}

.top-footer  ul.social_widget {
	padding-left: 0;
	margin-top: 35px;	
	margin-bottom: 0;
}
.top-footer  ul.social_widget li {
	display: inline-block;
	margin-left: 8px;
}
.top-footer  ul.social_widget li:first-child {
	margin-left: 0;
}
.top-footer  ul.social_widget li a {
	width: 44px;
	height: 44px;
	float: left;
	text-align: left;
	line-height: 44px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-footer  ul.social_widget li a:hover {
	background-color: #ffcd00;
	border-color: #ffcd00;
	color: #fff;
}
select{ font-size:12px;}
.top-footer .widget_newsletter {
	padding-left: 30px;
	padding-right: 30px;
}
.top-footer .widget_newsletter form {
	border: 5px solid #212121;
	padding: 40px 35px;
}
.top-footer .widget_newsletter form .form-control {
	border: 2px solid #212121;
	height: auto;
	padding: 11px 28px;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 18px;
	outline: none;
	box-shadow: none;
}
.top-footer .widget_newsletter form .form-control::-webkit-input-placeholder {
	color: #787878;
	text-transform: uppercase;
}
.top-footer .widget_newsletter form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #787878;
	text-transform: uppercase;
}
.top-footer .widget_newsletter form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #787878;
	text-transform: uppercase;
}
.top-footer .widget_newsletter form .form-control:-ms-input-placeholder {  
	color: #787878;
	text-transform: uppercase;
}
.top-footer .widget_newsletter form input[type="submit"] {
	background-color: #ffcd00;
	color: #e9e9e9;
	width: 100%;
	border: none;
	outline: none;
	text-transform: uppercase;
	font-weight: bold;
	
    font-size: 13px;
	padding-top: 14px;
	padding-bottom: 12px;
	letter-spacing: 0.52px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-footer .widget_newsletter form input[type="submit"]:hover {
	background-color: #1d1d1d;
}
.top-footer .widget_gallery ul {
	padding-left: 0;
	margin-bottom: 0;
}
.top-footer .widget_gallery li {
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.top-footer .widget_gallery li a {
	display: inline-block;
	position: relative;
}
.top-footer .widget_gallery li a::before {
	background-color: rgba(42,169,224,0.85);
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	position: absolute;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 0;
}
.top-footer .widget_gallery li a:hover::before {
	opacity: 1;
}
.top-footer .widget_gallery li a:hover::after {
	content:"\f065";
	font-family:'FontAwesome';
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	top: 50%;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-footer ul li a{ 
	color:#fff; 
	font-size:15px;
	
}
.top-footer ul li a:hover{ color:#efefef;}
.bottom-footer {
	border-top: 1px solid #272727;
	padding: 15px 0;
	background-color:#ffcd00;
	text-align: center;
	
}

.bottom-footer p {
	margin-bottom: 0;
	color: #333;
}
.bottom-footer p a{
	margin-bottom: 0;
	color: #fff;
}
.bottom-footer p a:hover{
	margin-bottom: 0;
	color: #efefef;
}

/***************about us start *********/
.space-padding{
	
	padding: 30px 0px 30px 0px;
}
.about-us .content-block{
	
	border-bottom:none;
	padding:0px;
	
	
}
.about-us .content-block h3 span{
	color:#b90c6d;
	
}
/***************about us end *********/

/**************** live start  ************/
.live h3  {
	position:relative;
	
}
.about-us .content-block h3 span{
	color:#b90c6d;
	
}
.music-p p {
	font-size: 15px;

}
.live h3::before{
	
	content:"";
	position:absolute;
	
	height:2px;
	width:130px !important;
	left:0px;
	
	bottom:0px;
	background-color:#d0d0d0;
	
	
}
.about-us .content-block{
	
	border-bottom:none;
	padding:0px;
	
	
}
.about-us .content-block h2 {
	font-size: 28px;
	padding-bottom: 10px;
	color: #b90c6d;
	margin: 0px;

}
/**************** live end  ************/
/************* under ground start ***********/
.underground h3::before{
	content:"";
	position:absolute;
	
	height:2px;
	width:305px !important;
	left:0px;
	
	bottom:0px;
	background-color:#d0d0d0;
	
}
.about-us .content-block{
	
	border-bottom:none;
	padding:0px;
	
	
}
.underground-content{
	
}
.underground-content h1{
	color:#b90c6d;
}
.underground-content .music-content h2{
	font-size:22px;
}
.under-more{
	margin-top:25px;
}
/************* under ground end ***********/

/******************* school start **********/
.about-us .content-block{
	
	border-bottom:none;
	padding:0px;
	
	
}
.school-music h3::before{
	content:"";
	position:absolute;
	
	height:2px;
	width:470px !important;
	left:0px;
	
	bottom:0px;
	background-color:#d0d0d0;
}

.music-content{
	
	list-style:none;
	padding-left:15px;
}

.music-content li{
	

}
.music-content li::before{
	
width: 10px;
height: 10px;
position: absolute;
content: '';
left: 0px;
border-radius: 25px;
background-color: #b90c6d;
margin-top: 10px;

	
}
.music-content a{
	
	color: #3d3d3d;
   text-decoration: none;
   display:flex;
   line-height:30px;
   font-size:18px;
   
}
.music-content a b{
	color:#ffcd00;
	margin-right:10px;
}
/******************* school end **********/

/************** contact start *************/
.contact h3::before {
	
	width:156px !important;
		
}


/************** contact end *************/
/******************* REG-FORM START **************/

.inner-banner{
	margin-top:202px;
}

.reg-form{
	
	
}
.reg-bottom{
	
}

.reg-bottom h1{
	color:#b90c6d;
}
.reg-bottom h4{
	font-size:22px;
	margin-bottom:10px;
}
.register-drop-list{
	list-style:none;
	padding-left:15px;
	
}
.register-drop-list li::before{
	width: 10px;
	height: 10px;
	position: absolute;
	content: '';
	left: 0px;
	border-radius: 25px;
	background-color: #b90c6d;
	margin-top: 10px;
}

.register-drop-list a{
	color: #3d3d3d;
text-decoration: none;
display: flex;
line-height: 30px;
font-size: 18px;
}
.reg-form h3{
	
	text-transform:uppercase;
	font-size: 36px;
    color: #222222;
}

	.panel-default {

    border-color: transparent;

	color:#585858;
	

	}

	
	.reg-form .form-area label{
		
		color:#585858;
		margin-right:30px;

	}
	.reg-form .form-control {
		border-radius:0px;
		margin-bottom:30px;
		
		
	}
	.reg-form .control-label{
		
		padding-top:3px;
	}
	.reg-form em{
		
		margin-right:10px;
		margin-bottom:30px;
		display:inline-block;
	}
	.sub-btn{
		
		color: #fff;
		background-color:#b90c6d;
		border-color: transparent;
		border: none;
		border-radius: 0;
		text-transform:uppercase;
		padding: 12px 50px !important;
	}
	.sub-btn:hover{
		
		background-color:#ffcd00;
		transition: all ease .5s;
	}
	
	
	
	.reg-payment{
		float:right;
	}
	.reg-form  .reg-payment h3 {
		color:#b90c6d;
	}
	.reg-payment h4{
		
	}
	.reg-payment p{
		line-height:26px;
	}
	.content-block .register{
		border:none !important;
	}
	.register h3::before{
		
		width:500px !important;
	}
	.tez{
		margin-bottom:35px;
	}
	.tez img{
	  float:left;	
	 
	}
	.tez a{
		margin-left:25px;
		color:#000;
		text-decoration:none;
	}
/******************* REG-FORM END **************/
/*footer scroll start*/
.scrollup{
	display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color:#b90c6d;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    cursor: pointer;
    padding: 8px 13px;
    color: #fff;
}
.scrollup .fa-arrow-up:hover{
	color:#fff;
}





#gallery {
 margin: 0% 0 5% 0;

}


#gallery h3 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Philosopher', sans-serif;
    line-height: 50px;
}


  @media screen and (min-width: 991px) {
   #gallery { 
   	padding: 60px 30px 0 30px;
   }
  }


.img-wrapper {
  position: relative;
  margin-top: 15px;

}


.img-wrapper   img {
    width: 100%;
  }


.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
     cursor: pointer;
}


.img-overlay   i {
    color: #fff;
    font-size: 3em;
  
}



#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 

 
  }


}

 #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    cursor: pointer;
}

    @media screen and (min-width:768px) {
       #overlay img{
       	width: 60%;
       }  
    }


   @media screen and (min-width:1200px) {
   	#overlay img{
        width: 38%;
   	}
    }

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;


}

  #nextButton:hover {
    opacity: 0.7;
  }


    @media screen and (min-width:768px) {
    	#nextButton {
    font-size: 3em;
}
  }

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;


}

  #prevButton:hover {
    opacity: 0.7;
  }


  @media screen and (min-width:768px) {
  	#prevButton {
    font-size: 3em;
}
  }

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;

 
}

 @media screen and (min-width:768px) {
   #exitButton { font-size: 3em; }
  }


#exitButton:hover {
    opacity: 0.7;
  }




.menu-bg{
	background-color: #b90c6d;
}





/*footer scroll end*/
/* ========================================================================== */
/* ========================================================================== */
							/* [ ## Responsive ] */
/* ========================================================================== */
/* ========================================================================== */





@media only screen and (min-width: 1601px) {
			.ow-navigation .nav {
    margin-bottom: 0;
    position: 	relative;
    left: 450px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px){
			.ow-navigation .nav {
    margin-bottom: 0;
    position: 	relative;
    left: 250px;
}
}





/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.phone.jazz-history-div {
	position: absolute;
	left: 0px;
	top: 25px !important;
}

	.container {
		width: 1200px;
	}
}


@media only screen and (min-width: 320px) and (max-width: 992px)|{
	.contact-detail > div {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 0px;
    padding-right: 45px;
    margin: 45px 25px 0px -5px;
    border-right: 1px solid #efefef;
}





}

/* -- min-width: 992 */
@media (min-width: 992px) {
	.contact-detail > div {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 0px;
    padding-right: 45px;
    margin: 45px 25px 0px -5px;
    border-right: 1px solid #efefef;
}

	/* -- Header Section */
	.header-position {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	
	/* -- Section Header */
	.section-header p {
		padding: 0 19%;
	}
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* -- max-width: 991 */
@media (max-width: 991px) {	
	/* -- Header Section */
	.logo-block {
		display: none;
	}
	.top-header {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.top-header .contact-detail  {
		text-align: center;
	}
	.contact-detail > div {
		border-right: 1px solid rgba(255,255,255,0.2);
		padding-right: 30px;
		margin-left: 10px;
		margin-right: 10px;
	} 
	/* -- Footer */
	.top-footer .text_widget {
		margin-bottom: 40px;
	}	
	.top-footer .widget_gallery li { 
		padding-left: 6px;
		padding-right: 6px;
	}
	.top-footer .fa-circle{
		
		font-size:15px;
		margin-right:25px !important;
	}
	/* -- Page Banner */
	.page-banner { 
		height: 300px;
		padding-bottom: 130px;
		padding-top: 130px;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {
	.contact-detail > div {
		padding-left: 30px;
		padding-right: 20px;
		margin-left: 0px;
		margin-right: 10px;
	} 
	/* -- Page Banner */
	.page-banner { 
		padding-bottom: 110px;
		padding-top: 110px;
	}
	.page-banner .breadcrumb {
		float: left;
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
	}
}

/* -- max-width: 639 */
@media (max-width: 639px) {
	.top-footer .widget {
		width: 100%;
		margin-bottom: 40px;
	}
	.top-footer .widget:last-child {
		margin-bottom: 0;
	}
	.top-footer .widget_gallery li { 
		width: auto;
	}
}

/* -- max-width: 479 */
@media (max-width: 479px) {
	.top-header .menu-search {
		position: absolute;
		right: 95px;
		bottom: -95px;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input {
		width: 200px;
	}
	.contact-detail > div { 
		margin-bottom: 10px;
		margin-top: 10px;
		border-right: none;
	}
}

/**** max-width:320 ****/
@media (max-width: 320px) {
	.inner-banner{
		margin-top:0px;
	}

	.reg-form .reg-payment h3{
		font-size:24px;
	}
	.register h3::before {
    width: 200px !important;
    top: 50px;
	}
	.content-block h3 .register{
		
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.reg-form .content-block{
		padding:15px 0px;
	}
	
	.reg-form .space-padding{
		
		padding:0px !important;
	}
	.tez{
		margin-left:0px;
	}
}
/**** max-width:320  end ****/



/*------ image gallery -------*/

/*.container{
  width:80%;
  margin:0 auto;
}*/
/*.pop-space {
	padding-top: 10px;
}*/
.magnific-img img {
    width: 100%;
    height: auto;
}

.magnific-img {
    display: inline-block;
    width: 25%;
    padding: 5px;
}
.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */

#pop-gallery-sp {
	padding-bottom: 40px;
	color: #b90c6d;
}
.pop-gallery h2 {
	color: #b90c6d;
	padding-left: 5px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
   }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.pop-gallery {
  margin: 0px 10px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
   .magnific-img {
    display: inline-block;
    width: 33.33%;
    padding: 5px;
}
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@media all and (max-width: 768px) {
   .magnific-img {
    display: inline-block;
    width: 100%;
    padding: 5px;
}
}
@media all and (max-width: 320px) {
   .magnific-img {
    display: inline-block;
    width: 100%;
    padding: 5px;
}
}



/*=========== own-css-start ============*/

.responsive-reg-btn {
	display: none !important;
}
/*#live-101-div .offer-list {
	position: relative !important;
	height: 915.734px !important;
}
#live-101-div .offer-box.tall {
	position: absolute !important; 
	left: 0px !important; 
	top: 0px !important;
}*/

.jazz-history-div {
	border-right: 0px !important;
}
.jazz-history-div a {
	display: inline-block;
	padding: 10px 30px;
	background: #b90c6d;
	color: #fff !important;
	margin-top: -20px;
}
.jazz-history-div a:hover {
	background: #ffcd00;
}
.jazz-history-inner h3 {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.jazz-history-inner form label {
	display: block !important;
	width: 100%   !important;
	text-align: left !important;
	padding-bottom: 10px;
}
.form-control {
    margin-bottom: 5px !important;
}
.phone.jazz-history-div {
	position: absolute;
	left: 0px;
	top: 0px;
}
.pay-now-btn a {
	display: block;
	border-radius: 5px;
	background: #2fbe6d;
	padding: 12px 20px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}
.pay-now-btn a:hover {
	background: #17ab57;
}



@media screen and (max-width: 991px) and (min-width: 320px) {
	.responsive-reg-btn {
		display: block !important;
	}
	.inner-banner {
	    margin-top: 0px;
	}
}

@media screen and (max-width: 768px) and (min-width: 320px) {
	.slider-section {
	    padding-top: 0px !important;
	}
	.space-padding {
	    padding: 30px 0px;
	}
	.music-content li::before {
	    left: 10px;
	}
}

@media screen and (max-width: 640px) and (min-width: 320px) {
	.school-music h3::before {
	    width: 147px !important;
	}
	.phone.jazz-history-div {
		position: unset;
		left: 0px;
		top: 25px;
	}
}

@media screen and (max-width: 520px) and (min-width: 320px) {
	.event-box {
	    width: 100% !important;
	    padding: 0px !important;
	    margin-top: 30px;
	}
	.top-footer .widget_newsletter {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}


@media screen and (max-width: 425px) and (min-width: 320px) {
	.register-drop-list li::before {
	    left: 10px;
	}
	.register h3::before {
	    width: 319px !important;
	}
}

@media screen and (max-width: 360px) and (min-width: 320px) {

	.contact-detail > div > h6 {
		padding-left: 0px !important;
		text-align: center;
	}

}

@media screen and (max-width: 320px) and (min-width: 320px) {
	
}


/*=========== own-css-end ==============*/