#canvasBulletSection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6; /* 🔥 controlezi aici cat de vizibil e */
}
#canvasFooter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6; /* 🔥 controlezi aici cat de vizibil e */
}
p,
body{

}
.barDet1{
	background:none;	
}
.areaTopSocial a{
	color:#fff!important;
}
.areaTopSocial a:hover{
	color:#f7c5c5!important;
}
.extraInfoTop{
	background: #1a1a1a;	
}
.extraInfoDetails .contactInfoTop a,
.extraInfoDetails .contactInfoTop p{
	color:#f7c5c5;
	opacity:1;
}
.extraInfoTop a{
	color:#fff;
	opacity:1;
}
footer{
	position:relative; 
	background:#000;
}
.areaFooter{
	z-index:1;
	position:relative;
	background:none;
}
.socialFooter li {
	background:transparent!important;
	width:auto;
	height:auto;
	line-height: auto;
}
.socialFooter li a{
	border:2px solid #f7c5c5;
	background:transparent!important;
	height: 40px;
	line-height: 40px;
    width: 40px;
	color:#f7c5c5;	
	border-radius: 50%;
	display:block;
	text-align:center;
}
.socialFooter li a:hover{
	background:#212121!important;	
}
.areaTop{
	padding: 10px 0px 0px 0px;	
}

@media(max-width:768px){
	.areaTop{
		display:none;
	}	
}
header{
	position: absolute;
    top: 0px;
    z-index: 100;
    width: 100%;
	background: rgba(0, 0, 0, 0.3);
}
header .areaTop,
header .menu{
	background:none;	
}
.sticky{
	background: rgba(0, 0, 0, 0.7) !important;	
}
@media(max-width:768px){
	header .menu{
		background: rgba(0, 0, 0, 0.85) !important;	
	}	
}
a{
	color:#f7c5c5;	
}
a:hover{
	color: #f7c5c5!important;
	text-decoration:none;	
}
.menu ul li a:hover,
.menu ul li.active a {
    color: #f7c5c5 !important;
}
.contactInfoTopSocial{
	margin:0px 0px 0px 0px;	
	padding:0px 0px 0px 0px;	
	list-style-type:none;
}
.contactInfoTopSocial li{
	margin:0px 15px 0px 0px;	
	padding:0px 0px 0px 0px;	
	list-style-type:none;
	display:inline-block;
}
.contactInfoTopSocial li a{
	color:#fff;
	font-size:18px;
}
.extraBtnClose{
	color: #f7c5c5!important;
	border: 2px solid #f7c5c5;	
}



/* video full screen */
#videoBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height:600px;
  object-fit: cover;
  z-index: -2;
  filter: brightness(0.7); /* darken ușor */
}

/* overlay alb-negru */
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4); /* negru semi-transparent */
  mix-blend-mode: luminosity; /* alb-negru subtil */
  z-index: -1;
}

/* container text */
.headerSlideText {
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 20px; /* padding pentru mobil */
  
}

/* TITLU */
.headerSlideText h1 {
  font-size: 12vw; /* responsive */
  letter-spacing: 0.5vw;
  color: #fff;
  margin: 0;
  font-family: 'Bebas Neue', sans-serif;
}

/* SUBTITLU */
.headerSlideText h2 {
  font-size: 2.5vw; /* responsive */
  letter-spacing: 0.2vw;
  color: #ff;
  margin-top: -2vw;
  font-family: 'Bebas Neue', sans-serif;
}

/* TEXT EXTRA */
.headerSlideText h3 {
  font-size: 1.8vw;
  letter-spacing: 0.1vw;
  color: #ffffff;
  margin-top: 1.5vw;
  opacity: 0;
  font-weight:400;
  transition: opacity 1s ease-in;
  font-family: 'Bebas Neue', sans-serif;
}

/* MEDIA QUERIES pentru mobil */
@media(max-width:768px){
	.headerSlideText {
		height:85vh;
		min-height:600px;
	}
	.headerSlideText h1 { 
		font-size: 18vw; letter-spacing: 1vw; 
	}
	.headerSlideText h2 { 
		font-size: 5vw; letter-spacing: 0.5vw; 
	}
	.headerSlideText h3 {
		font-size: 4vw; letter-spacing: 0.2vw; 
	}
}

.sectionArea h2.setSectionTitleStyle{
	font-size: 5vw; 
	letter-spacing: 0.5vw;
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;	
	margin-bottom:0px;
	text-align:center;
}
@media(max-width:768px){
	.sectionArea h2.setSectionTitleStyle{
		font-size: 10vw; letter-spacing: 0.5vw;
	}
}
.sectionAreaOverlay{
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.7); 
	 padding-top: 80px;
    padding-bottom: 80px;
	z-index:1;
	position:relative;
}
.sectionAreaOverlayCt{
	z-index:2;	
}

.weeklySchedule {
	background: #0b0b0b;
	padding-top: 0;
    padding-bottom: 0;
	width:100%;
}
.weeklyScheduleIns{
  color: #fff;
  padding: 20px 0px 20px 0px;
  text-align: center;		
	
}
.weeklySchedule h2 {
  color: #5e1a36;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.scheduleGrid {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: nowrap;
}

.dayCard {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 20px 10px 10px 10px;
  width: 13%;
  box-shadow: 0 4px 15px rgba(255, 51, 102, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
  transition: transform 0.3s ease;
flex-grow: 1;
flex-basis: 0;
}
.dayCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(255, 51, 102, 0.7);
}

.dayName {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}

.events {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.event {
  background: #5e1a36;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #f7c5c5;
  line-height: 1.3;
  text-align: center;
}
.event a{
 font-size: 14px;
  font-weight: 300;
  color: #f7c5c5!important;
  line-height: 1.3;
  text-align: center;
}
.event a p,
.event p{
	margin:0px;
	padding:0px;
	font-weight:500;
}

.event.closed {
  background: #472e3a;
  color: #b4a7a7;
  font-style: italic;
}

.dayCard.today {
  /*border: 2px solid #ff3366;
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(255, 51, 102, 0.7);*/
}

/* Responsive - mobil */
@media (max-width: 768px) {
  .scheduleGrid {
    display: block;
	width:100%;
  }
  .dayCard {
    display: table;
    width: 100%;
    gap: 0px;
    background: #1a1a1a;
    border-radius: 12px;
	 padding: 10px 10px 10px 10px;
	 margin-bottom:10px;
  }
  .dayCard:hover {
	  transform: translateY(0px);
	  box-shadow: 0 4px 15px rgba(255, 51, 102, 0.3);
	}
  .dayName {
	display:table-cell;
	width:110px;
    font-size: 16px;
    font-weight: 400;
    color: #f7c5c5;
    align-items: center; 
	text-align:left;
	
	padding-left:10px;
  }
  .events {
    display:table-cell;
	width:auto;
	padding:10px;
	padding-bottom:0px;
  }
  .event {
    background: #5e1a36;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #f7c5c5;
    text-align: left;
	margin-bottom:10px;
  }
  .event.closed {
    background: #472e3a;
    color: #b4a7a7;
    font-style: italic;
  }
  .dayCard.today {
    /*border: 2px solid #ff3366;*/
  }
}
.weekCalendarNavBt:hover,
.weekCalendarNavBt{
	color: #fff;
}










.eventsListSection{
	padding-top:50px;
	padding-bottom:50px;

}
.eventsWrapperHeader{
	width:100%;
	text-align:center;
}
.eventsWrapper ul li {
	display: inline-block;
	list-style: none;
	}
.eventsWrapper ul, ol {
	margin: 10px 0;
	padding: 0;
	list-style-position: inside;
}
.eventsWrapper ul li a {
	font-size: 14px;
	color: #ffffff;
	opacity: .3;
	letter-spacing: .5px;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	position: relative;
	padding: 8px 22px;
	border-radius: 3px;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.eventsWrapper ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: 0.8;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index:-1;
}
.eventsWrapper ul li a:hover,
.eventsWrapper ul li a.selEventMonth{
	color: #f7c5c5;
	opacity:1;
}
.eventsWrapper ul li:hover a::before,
.eventsWrapper ul li a.selEventMonth::before {
	background-color: #5e1a36; 
}
.eventsWrapper .eventsListItem{
	margin-top:10px;
	margin-bottom:30px;
}
.eventsListItem{
	background: #1a1a1a;
	border-radius: 12px;
	padding: 10px 10px;
	width: 13%;
	box-shadow: 0 4px 15px rgba(255, 51, 102, 0.3);
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: default;
	transition: transform 0.3s ease;

}
.eventsListItem {
  margin: 0 15px;
}
.eventsSlideList {
  margin: 0 -15px;
}
.eventsListItem_image{
  overflow:hidden;
}
.eventsListItem_image img{
max-width:100%;
height:auto;
transition: transform 0.5s ease-in-out; /* viteza zoom */
}
.eventsListItem_image:hover img{		  
	transform: scale(1.15); /* cât de mult face zoom */
}
.eventsListItem_content{
  width:100%;
  margin:0px 0px 0px 0px;
  padding:0px 0px 10px 0px;
}
.eventsListItem_content h2{
  width:100%;
  margin:0px 0px 0px 0px;
  padding:10px 0px 10px 0px;
  color:#fff;
  font-size:22px;
  font-weight:500;
  color:#f7c5c5;
}
.eventsListItem_content h3{
  width:100%;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  color:#fff;
  font-size:16px;
  font-weight:400;
}
.eventsListItem_content p{
  width:100%;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}


.sectionAreaBg {
  position: relative;
  width: 100%;
 
  overflow: hidden;
  padding-top:0px;
  padding-bottom:0px;
}
.sectionAreaBg_vip,
.sectionAreaBg_contact,
.sectionAreaBg_faq,
.sectionAreaBg_food,
.sectionAreaBg_eventbrite,
.sectionAreaBg_gallery,
.sectionAreaBg_events,
.sectionAreaBg_calendar{
	padding:0px;	
}
.sectionAreaBg_calendar::before{
	background-image: url('/images/DiegosBg.png');
	background-size: cover;
	background-position: center;	
	
}
.sectionAreaBg_events::before{
	background-image: url('/images/lightsShowBg.jpg');
	background-size: cover;
	background-position: center;	
	
}
.sectionAreaBg_gallery::before{
	background-image: url('/upload/gallery/diegosGallery-62a4c134885d9.jpg');
	background-size: cover;
	background-position: center;	
	
}
.sectionAreaBg_eventbrite::before{
	background-image: url('/images/eventBrite_background.png');
	background-size: cover;
	background-position: center;	
	
}
.sectionAreaBg_food::before{
	background-image: url('/images/imageFood.jpg');
	background-size: cover;
	background-position: center;	
}
.sectionAreaBg_faq::before{
	background-image: url('/images/imageClub_2.jpg');
	background-size: cover;
	background-position: center;	
}
.sectionAreaBg_contact::before{
	background-image: url('/images/imageClub_1.jpg'); 
	background-size: cover;
	background-position: center;	
}
.sectionAreaBg_vip::before{
	background-image: url('/images/imageClub_2.jpg'); 
	background-size: cover;
	background-position: center;	
}
.sectionAreaBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 

  z-index: 0;
  transform: scale(1);
  animation: zoomBg 30s ease-in-out infinite alternate;
  /*animation: panBg 30s linear infinite;*/
  filter: blur(1px);
}

@keyframes zoomBg {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }  /* zoom in subtil */
  100% { transform: scale(1); }   /* zoom out */
}
@keyframes panBg {
  0% { background-position: center top; }
  50% { background-position: center bottom; }
  100% { background-position: center top; }
}
.galleryWrapperHeader{
	width:100%;
	text-align:center;	
	padding-bottom:30px;
}
.gridGallery-item a{
	margin:5px;
	overflow:hidden;
	display:inline-block;
	position:relative;
}

/* overlay animat din centru */
.overlayGalleryIm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;

  /* START: scalat la 0 din centru */
  transform: scale(0);
  transform-origin: center center;

  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.overlayGalleryIm i {
  font-size: 2rem;
  color: #fff;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.8s ease-out;
}

.gridGallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s ease-in-out; /* zoom mai lent */
}
/* HOVER */
.gridGallery-item:hover img {
  transform: scale(1.15); /* zoom lent */
}

.gridGallery-item:hover .overlayGalleryIm {
  transform: scale(1); /* overlay „se extinde” din centru */
  opacity: 1;
}

.gridGallery-item:hover .overlayGalleryIm i {
  opacity: 1;
  transform: scale(1);
}

/* containerul lightcase să ocupe tot ecranul */
.lightcase-container {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

/* imagineaLightcase să fie mare & responsive */
.lightcase-content img {
  width: 90vw !important;   /* 90% din lățimea viewport */
  height: auto !important;  /* păstrează proporțiile */
  max-height: 90vh !important;
  object-fit: contain;
}

/* overlay dark mai intens */
.lightcase-overlay {
  background: rgba(0, 0, 0, 0.85) !important;
}

#eventsContainer{
	min-height:100px;	
}

.spinnerOverlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:999;
}

.spinnerOverlay .bars{
  display:flex;
  gap:6px;
  background: radial-gradient(circle at center, rgba(0,255,255,0.9) 0%, rgba(0,255,255,0.2) 40%, rgba(0,255,255,0) 100%);
  padding:20px;
  border-radius:30px;
}

.spinnerOverlay .bars span{
  width:6px;
  height:30px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));
  border-radius:4px;
  animation:audioWave 1s infinite ease-in-out;
  box-shadow:0 0 10px #00ffff,0 0 20px #ff00ff;
}

.spinnerOverlay .bars span:nth-child(2){animation-delay:0.1s;}
.spinnerOverlay .bars span:nth-child(3){animation-delay:0.2s;}
.spinnerOverlay .bars span:nth-child(4){animation-delay:0.3s;}
.spinnerOverlay .bars span:nth-child(5){animation-delay:0.4s;}
.spinnerOverlay .bars span:nth-child(6){animation-delay:0.5s;}
.spinnerOverlay .bars span:nth-child(7){animation-delay:0.6s;}

@keyframes audioWave{
  0%,100%{transform:scaleY(0.4);}
  50%{transform:scaleY(1.5);}
}


.ticket-btn-pulse {
  display: inline-block;
  padding: 14px 36px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  background: #ff2d55;
  animation: pulse 2s infinite;
  transition: 0.3s;
  margin-bottom:20px;
  margin-top:30px;
}

.ticket-btn-pulse:hover {
  transform: scale(1.08);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,45,85,0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255,45,85,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255,45,85,0);
  }
}

.sectionAreaBg_eventbrite .stDescriptionRw p{
	font-size:20px;
	max-width: 800px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
.food-section{
  position:relative;

}

#canvasFood{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
}

.food-content{
  position:relative;
  z-index:2;
}




/* ===== MENIU ===== */
.foodMenuTabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0px;
    flex-wrap: wrap;
	cursor:pointer;
}

.foodMenuTabs button {
    background: none;
    border: none;
    color: #aaa;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 1.05rem;
	font-weight:500;
	
}
.foodMenuTabs button:visited,
.foodMenuTabs button:focus,
.foodMenuTabs button:active{
	outline-style:none;
}

.foodMenuTabs button.active {
    color: #f7c5c5;
}

.foodMenu {
    padding: 30px 20px;
    display: none;
}

.foodMenu.active {
    display: block;
}

.foodMenuGrid {
   background-color: rgba(0, 0, 0, 0.5);
   padding: 20px;
}
.foodMenuGrid h3{
	color:#fff;
	text-align:center;
	font-size:1rem;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	font-weight:500;
}
.foodMenuGrid h4{
	color:#f7c5c5;
	text-align:center;
	font-size:14px;
	font-weight:300;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
.foodMenuItem {
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.foodMenuTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foodMenuTitle {
    font-weight: 500;
    font-size: 1.05rem;
	color:#f7c5c5;
}

.foodMenuPrice {
    color: #f7c5c5;
    font-weight: bold;
    white-space: nowrap;
}

.foodMenuDesc {
    color: #fff;
    margin-top: 5px;
    width: 100%;
}

@media(max-width:768px) {
    .foodMenuGrid {
        grid-template-columns: 1fr;
    }
}

/* ===== BUTON TOP ===== */
#foodMenuTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #f7c5c5;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
	z-index:10;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:50px;
}
#foodMenuTopBtn{
	margin:0px;
	padding:0px;
	color:#333;
	font-size:14px;
}
/* ===== FAQ ===== */
.faqContainer {
    max-width: 1000px;
    margin: 50px auto 80px;
    padding: 0 20px;
    color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.faqItem {
    border-bottom: 1px solid #444;
    padding: 15px 0;
    cursor: pointer; /* click pe toată zona */
}

.faqQuestion {
    display: block;  /* ocupa tot spațiul rândului */
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    padding-right: 30px; /* spațiu pentru iconiță */
}

/* iconiță + / - */
.faqQuestion::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faqItem.active .faqQuestion::after {
    content: '-';
    transform: translateY(-50%);
}

/* răspuns */
.faqAnswer {
    display: none;
    margin-top: 8px;
    color: #fff;
    line-height: 1.5;
}

.faqItem.active .faqAnswer {
    display: block;
}

/* hover efect FAQ */
.faqItem:hover .faqQuestion {
    color: #f7c5c5;
}
.setFirstSectionTopStyle .sectionAreaOverlay{
	padding-top:180px;	
}

.contactSectionArea{
	width:100%;
	margin:0px 0px 80px 0px;
	padding:0px 0px 0px 0px;
}
.contactSectionTitle{
	width:100%;
	text-align:center;	
	color:#fff;
	font-size:36px;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
.contactSectionCol_2 p span.setDefaultColor,
.contactSectionCol_1 p span.setDefaultColor{
	color:#f7c5c5;	
}
.contactSectionCol_2 p,
.contactSectionCol_1 p{
	width:100%;
	max-width:400px;
	text-align:left;	
	color:#fff;
	font-size:1rem;
	margin:0 auto;
	margin-top:20px;
	padding:0px 0px 0px 0px;	
}

.contactSectionSocial{
	padding:0px 0px 0px 0px;	
	list-style-type:none;
	width:100%;
	max-width:400px;
	margin:0 auto;
}
.contactSectionSocial li{
	margin:0px 15px 0px 0px;	
	padding:0px 0px 0px 0px;	
	list-style-type:none;
	display:inline-block;
}
.contactSectionSocial li a{
	color:#f7c5c5;
	font-size:18px;
}
@media (max-width: 768px) {
	
	.foodMenuTabs {
		gap: 10px;
		padding: 0px;	
		margin-top:15px;
	}
	.foodMenuTabs button {
		font-size: 1.05rem;
		font-weight:500;		
	}
	.setFirstSectionTopStyle .sectionAreaOverlay{
		padding-top:120px;	
	}
	.contactSectionRow_1{
		margin-bottom:60px;
	}
	.contactSectionRow_1 .contactSectionCol_1{
		margin-bottom:30px;		
	}
	.contactSectionRow_2 .contactSectionCol_1{
		margin-bottom:30px;		
	}
}

/* Loader overlay */
#loaderArea {
  position: fixed;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #0a0a0a, #000);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

/* Neon title */
.loaderTitle {
  font-size: 42px;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
      font-family: 'Bebas Neue', sans-serif;
  text-shadow:
    0 0 5px #ff00cc,
    0 0 15px #ff00cc,
    0 0 30px #ff00cc;
}

/* Equalizer bars */
.loaderEqualizer {
  display: flex;
  margin-top: 25px;
  height:100px;
}

.loaderEqualizer span {
  width: 6px;
  height: 20px;
  margin: 0 3px;
  background: linear-gradient(#ff00cc, #00ffff);
  display: inline-block;
  animation: bounce 1s infinite ease-in-out;
}

.loaderEqualizer span:nth-child(2) { animation-delay: 0.2s; }
.loaderEqualizer span:nth-child(3) { animation-delay: 0.4s; }
.loaderEqualizer span:nth-child(4) { animation-delay: 0.6s; }
.loaderEqualizer span:nth-child(5) { animation-delay: 0.8s; }

@keyframes bounce {
  0%, 100% { height: 10px; }
  50% { height: 40px; }
}
.clubCardContainer{		
	background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
	color:#fff;
}
.clubCardContainer ul li.titleFaq{
	list-style-type:none!important;
}
.clubCardContainer ul li.titleFaq:marker{
	list-style-type:none;
}