html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

body{
	background:#0b0b0c;
}
img{
	max-width:100%;
}
h1,h2,h3,h4,h5,h6{
	color:#fff;
}
p,ul,blockquote{
	color:#fff;
}

/* Common CSS */
.black{color: #000;}
.dark-purple{color: #3f345f;}
.grey{color: #7d8b9b;}
.left{
	text-align: left;
}
.mt5{
	margin-top: 50px;
}
.mt4{
	margin-top: 40px;
}
.mt3{
	margin-top: 30px;
}
.mt2{
	margin-top: 20px;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}

.relative{
	position:relative;
}
.button{
	display: inline-block;
    font-size: 52px;
    line-height: 110px;
    font-weight: 900;
    color: #fff;
    background: #fc0958;
    text-transform: uppercase;
    padding: 0 85px;
    border: none;
    border-radius: 25px;
    text-align: center;
    letter-spacing: 0.1em;
    transition: all .5s ease;
}
.button.sm{
	font-size:14px;
	line-height:40px;
	padding:0 30px;
}
.button:focus,
.button:hover{
	color:#fff;
	background:#000;
}

.alt-bg{
	background:#070707;
}
.white-bg{
	background:#fff;
}
.overlay{
	background:rgba(0,0,0,.3);
}
.section-head{
	padding:122px 0 64px;
}
.section-head h3{
	padding-bottom:12px;
}
.features-mid-block{
	padding: 40px 0px;
	background-color: #fff;
	display: block;
}
.section-head h6{
	text-transform:uppercase;
	position:relative;
	display:inline-block;
}
.section-head h6:before,
.section-head h6:after{
	position:absolute;
	height:2px;
	width:10px;
	content:"";
	background:#fc0958;
	top:50%;
	margin-top:-1px;
}
.section-head h6:before{
	left:-30px;
}
.section-head h6:after{
	right:-30px;
}

.play-button{
	display:inline-block;
	position:relative;
}
.play-button .pb-border-1{
	padding:5px;
	display:block;
	border-radius:50%;
	background:rgba(252,9,88,0.2);
}
.play-button .pb-border-2{
	padding:5px;
	display:block;
	border-radius:50%;
	background:rgba(252,9,88,0.5);
}
.play-button .icofont{
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	border-radius:50%;
	background:#fc0958;
	color:#fff;
	display:block;
}
.play-button.sm .icofont{
	height:30px;
	width:30px;
	line-height:30px;
	font-size:11px;
}



.inline-form{
	position:relative;
}
.inline-form input[type="email"],
.inline-form input[type="text"]{
	width:100%;
	line-height:48px;
	border:none;
	background:#fff;
	border-radius:25px;
	color:#777;
	padding-left:30px;
}
.inline-form input[type="submit"]{
	position:absolute;
	top:3px;
	right:3px;
	padding:0 30px;
	line-height:44px;
}

.mailchimp-response .response{
	background:#fff;
	margin-top:30px;
	padding:20px;
	transition:all .5s ease;
	line-height:24px;
	font-size:14px;
	font-weight:300;
	color:#fff;
}

.mailchimp-response .response a{
	color:#fff;
	font-weight:700;
	display:block;
}
.mailchimp-response .response a:hover{
	color:#000;
}
.mailchimp-response .response.success{
	background:#2fca2d;
}
.mailchimp-response .response.error{
	background:#fa6c65;
}


/*.header-section*/

.navbar-default {
	background-color: transparent;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border: none;
	border-radius:0;
}
.navbar-brand {
	padding: 0 15px;
	height: auto;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	transition:all .5s ease;
	
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #fc0958;
	border-color: #fc0958;
}

.header-section{
	background:url(../images/bg/header1.jpg) center center;
	background-size:cover;
}
.header-bar{
	padding:60px 0;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.header-bar ul{
	display:flex;
	align-items: center;
	justify-content: flex-end;
}
.header-bar ul li{
	display:inline-block;
	text-align:right;
}
.call-us{
	color:#fff;
	font-size:12px;
	line-height:18px;
	padding-right:30px;
}
.call-us span{
	display:inline-block;
}
.call-us strong{
	display:block;
	padding-bottom:4px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:900;
	color:#fc0958;
}

.header-content{
	padding:100px 0 150px;
}
.header-content h4 span{
	font-weight:300;
}
.header-content h4{
	color:#fff;
	text-transform:uppercase;
	padding-bottom:25px;
}
.header-content h1{
	color:#fff;
	padding-bottom:32px;
}
.header-content h1 span.alt-color{
	color:#fc0958;
}
.header-content h1 span.uppercase{
	text-transform:uppercase;
}


/*.special-section*/

.special-section{
	margin-top:-50px;
}
.single-special{
	background:#070707;
}
.single-special img{
	width:100%;
}
.single-special p{
	padding:24px 50px 40px;
	font-style:italic;
}
.specials-bio{
	padding:43px 50px 40px;
	border-bottom:1px solid rgba(255,255,255,.1)
}
.specials-bio h6{
	text-transform:uppercase;
}
.specials-bio h2{
	padding:11px 0 16px;
}
.specials-bio ul li{
	display:inline-block;
	margin-right:8px;
}
.specials-bio ul li a{
	color:#fff;
}
.specials-bio ul li a .icofont{
	font-size:14px;
}

/*.performers-section*/

.performers-section{
	padding-bottom:100px;
}
.single-band{
	position:relative;
	margin-bottom:30px;
}
.single-band img{
	width:100%;
}
.single-band .overlay{
	height:100%;
	width:100%;
	top:0;
	left:0;
	transition:all .5s ease;
}
.single-band:hover {
	background:rgba(252,9,88,.8);
	cursor: pointer;
}
.band-info{
	position:absolute;
	left:0;
	bottom:0;
	padding:0 20px 38px 40px;
}
.band-social{
	position:relative;
	top:-15px;
	opacity:0;
	transition:all .5s ease;
}
.single-band:hover .band-social{
	top:0;
	opacity:1;
}
.band-social li{
	display:inline-block;
	margin-right:8px;
}
.band-social li a{
	color:#fff;
}
.band-social li a:hover{
	color:#000;
}
.band-social li a .icofont{
	font-size:14px;
}
.single-band h3{
	padding:11px 0;
}
.band-members-name li{
	display:inline-block;
	font-weight:900;
	font-size:14px;
	letter-spacing:0.05em;
	color:#fff;
}



.single-performer{
	position:relative;
	margin-bottom:30px;
}
.single-performer img{
	width:100%;
}
.single-performer:hover{
	cursor: pointer;
}
/*.single-performer .overlay{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	transition:all .5s ease;
}*/
.single-performer:hover .overlay{
	background:rgba(252,9,88,.8);
}
.performer-info{
	position:absolute;
	left:0;
	bottom:0;
	padding:0 20px 34px 40px;
}
.performer-social{
	position:relative;
	top:-15px;
	opacity:0;
	transition:all .5s ease;
}
.single-performer:hover .performer-social{
	top:0;
	opacity:1;
}

.performer-social li{
	display:inline-block;
	margin-right:8px;
}
.performer-social li a{
	color:#fff;
}
.performer-social li a:hover{
	color:#000;
}
.performer-social li a .icofont{
	font-size:14px;
}
.performer-info h6{
	text-transform:uppercase;
	padding:12px 0 6px;
}
.performer-info h3{}
.performer-info h3 span{
	text-transform:uppercase;
	display:block;
}


/*.schedule-section*/

.schedule-section{
	padding-bottom:100px;
}
.single-schedule{
	margin-bottom:30px;
	position:relative;
}

.schedule-details{
	display:flex;
	align-items:center;
	background:#191919;
}
.schedule-image:hover{
	cursor: pointer;
}
.full-band .schedule-details{
	display:block;
}
.full-band .schedule-image img{
	width:100%;
}
.schedule-texts{
	padding:33px 40px 38px;
	padding-left:40px;
}
.schedule-texts h6{
	color:#fc0958;
	text-transform:uppercase;
}
.schedule-texts h4{
	padding:5px 0 7px;
}
.schedule-texts h4 span{
	display:block;
}
.full-band .schedule-texts h4 span{
	display:inline;
	text-transform:uppercase;
}
.schedule-duration{
	font-size:14px;
	color:#777;
}

.single-schedule{
	margin-bottom:30px;
}
.single-schedule .row{
	display:flex;
	align-items:center;
}
.schedule-time{
	width:100px;
	height:100px;
	border-radius:50%;
	background:#191919;
	margin:20px auto;
	position:relative;
	z-index:2;
	padding: 31px 40px;
}
.schedule-time:after{
	position:absolute;
	z-index:1;
	left:50%;
	top:100%;
	content:"";
	background:#191919;
	width:5px;
	height:200px;
	margin-left:-2.5px;
}
.the-end.schedule-time:after{
	left:100%;
	top:50%;
	width:350px;
	height:5px;
	margin-top:-2.5px;
	margin-left:0;
}
.no-line.schedule-time:after{
	display:none;
}
.schedule-time.color{
	background:#fc0958;
}
.schedule-time h6{
	color:#fff;
	line-height:100px;
	text-align:center;
	text-transform:uppercase;
}




/*.gallery-section*/

.gallery-section{
	padding-bottom:100px;
}
.single-gallery{
	margin-bottom:30px;
	position:relative;
}
.single-gallery img{
	width:100%;
}
.single-gallery .play-button{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-35px;
	margin-left:-35px;
}
.single-gallery .play-button.sm{
	margin-top:-25px;
	margin-left:-25px;
}
.large-view{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:all .5s ease;
}
.single-gallery:hover .large-view{
	background:rgba(252,9,88,.5);
}
.student{
	padding: 10% 10%;
	width: 100%;
	border-radius: 50%;
}
/*.testimonial-section*/

.testimonial-section{
	padding-bottom:100px;
}
.single-testimonial{
	margin-bottom:30px;
	padding:0 15px;
}

.customer-comment{
	background:#0b0b0c;
	padding:30px 40px;
	margin-top: 30px;
}

.customer-info{
	display:flex;
	align-items:center;
	padding:30px 30px 0 30px;
}
.customer-image{
	margin-right:20px;
}
.customer-image img{
	border-radius:50%;
}
.customer-info h5{
	color:#fff;
}
.customer-info h5 small{
	display:block;
	font-size:12px;
	font-weight:600;
	letter-spacing:0.1em;
	color:#fff;
	padding-top:7px;
}

.slick-dots{
	text-align:center;
	margin-top:20px;
}
.slick-dots li {
	display:inline-block;
	margin:0 7px;
}
.slick-dots li button {
	height: 10px;
	width: 16px;
	font-size: 1px;
	border: none;
	background: #fff;
	border-radius: 5px;
	color:#fff;
	transition:all .5s ease;
}
.slick-dots li.slick-active button {
	width: 26px;
	opacity:1;
	background: #fc0958;
	color:#fc0958;
}


/*.pricing-section*/

.pricing-section{
	padding-bottom:100px;
}
.single-pricing{
	margin-bottom:30px;
	background:#070707;
	padding:0 40px 40px;
}
.single-pricing.alt{
	background:#fc0958;
}

.pricing-head{
	border-bottom:1px solid #0b0b0c;
	padding:38px 0 24px;
}
.single-pricing.alt .pricing-head{
	border-bottom:1px solid #e3004a;
}
.pricing-head .row{
	display:flex;
	align-items:center;
}
.pricing-head h6{
	color:#fff;
	text-transform:uppercase;
}
.pricing-head h6 small{
	color:#777;
	display:block;
	font-size:12px;
	font-weight:300;
	text-transform:none;
	padding-bottom:7px;
}
.single-pricing.alt .pricing-head h6 small{
	color:#fff;
}
.pricing-head h4{
	color:#fc0958;
	line-height:28px;
}
.single-pricing.alt .pricing-head h4{
	color:#fff;
}
.pricing-head h4 small{
	color:#777;
	display:block;
	font-size:12px;
	font-weight:300;
	padding-bottom:4px;
}
.single-pricing p{
	padding:22px 0;
}
.single-pricing.alt p{
	color:#fff;
}

.single-pricing.alt .button{
	background:#fff;
	color:#fc0958;
}
.single-pricing.alt .button:hover{
	background:#e3004a;
	color:#fff;
}

.modal-content {
	padding: 0 25px 10px;
}


/*.subscription-section*/

.subscription-section{}
.subscription-section .overlay{
	padding:50px 0 50px;
}
.subscription-section h3{
	color:#fff;
}
.subscription-section h2{
	color:#fff;
	padding:30px 0 39px;
	text-transform:uppercase;
}


/*.footer-section*/

.footer-section{
	background:#070707;
	padding:75px 0;
}
.copyright-text{
	color:#777777;
	line-height:50px;
	padding:15px 0;
	display:block;
	font-size:14px;
}
.copyright-text a{
	color:#fc0958;
}
.copyright-text a:hover{
	color:#fff;
}
.footer-logo{
	padding:15px 0;
	display:block;
}
.footer-links{
	padding:15px 0;
}
.footer-links li{
	display:inline-block;
	margin-left:30px;
	font-size:14px;
}
.footer-links li a{
	display:inline-block;
	color:#777777;
	line-height:50px;
}
.footer-links li a:hover{
	display:inline-block;
	color:#fc0958;
}


/*Magnific Popup Animation*/

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}


/*Coustom Media Query CSS*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp-texts{
		padding-top:80px;
	}
	
	.schedule-time:after{
		display:none;
	}
}

@media only screen and (max-width: 767px) {
	.modal-content{
		width: 90% !important;
	}
	.button {
		    font-size: 31px;
    line-height: 65px;
    padding: 0 50px;
    border-radius: 20px;
	}
	h1, .h1-like {
		font-size: 29px;
		line-height: 42px;
	}
	h2, .h2-like {
		font-size: 20px;
		line-height: 32px;
	}
	h3, .h3-like {
		font-size: 24px;
	}
	h4, .h4-like {
		font-size: 22px;
	}
	p.lead {
		font-size: 18px;
		line-height: 36px;
	}
	.mobile-left{
		text-align:left;
	}
	.mobile-center{
		text-align:center;
	}
	.header-content h1 {
		padding-bottom: 0;
	}
	.header-bar ul{
		display:block;
	}
	.header-bar ul li{
		display:block;
		padding:10px 0;
	}
	.call-us{
		color:#000;
	}
	.customer-info {
		padding: 30px 0 0 0;
	}
	.subscription-section h2 {
		padding: 12px 0 18px;
	}
	.subscription-section .overlay {
		padding: 100px 0 120px;
	}
	.navbar-collapse {
		padding: 15px;
		border-top: none;
		background: #fff;
		margin-top:25px;
	}
	.header-content {
		padding: 100px 0 140px;
	}
	.single-schedule .row,
	.schedule-details{
		display:block;
	}
	.schedule-image img{
		width:100%;
	}
	.schedule-time:after{
		display:none;
	}
}


/*Modal*/

/* Full-width input fields */
.input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
.button-modal {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
}

.button-modal:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 25%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
/*Modal*/