@charset "utf-8";





#tourdatesheaderblock {
	height: auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}
#tourdatesblock {
	height: auto;
	position: relative;
	top: 0px;
	margin: auto;
	width: 100%;
	visibility: visible;
	z-index: 2;
	max-width: 1050px;
}
#tourdates {
	font-family: Arial, Helvetica, sans-serif;
	max-width: 1200px;
	height: auto;
	max-width: 1200px;
	position: relative;
	top: 0px;
	margin: auto;
	background-color: #000;
	border: 2px solid #333;
}


#newsheaderblock {
	top: 0px;
	height: auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}
#newsblock {
	height: auto;
	position: relative;
	top: 0px;
	text-align: center;
	margin: auto;
	width: 100%;
}
#facebookcenter {
	height: 700px;
	width: 100%;
	position: relative;
	top: 0px;
	margin: auto;
}


#waveformsheaderblock {
	top: 0px;
	height: auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}
#storeheaderblock {
	top: 0px;
	height: auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}


/*FILM*/

#filmsheaderblock {
	top: 0px;
	height: auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}
#filmsblock {
	position: relative;
	height: auto;
	top: 0px;
	max-width: 600px;
	margin: auto;
}



#newslettersignup {
	margin: auto;
	height: 240px;
	position: relative;
	visibility: visible;
	top: 0px;
	background-color: #000;
	color: #FFF;
	padding-top: 10px;
	max-width: 600px;
}
#contactblockheader {
	height: auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}
#contactblock {
	height: auto;
	position: relative;
	max-width: 600px;
	text-align: center;
	margin: auto;
	color: #FFFFFF;
	background-color: #000000;
}
#contactsnail {
	margin: auto;
	height: auto;
	position: relative;
	background-color: #000;
	max-width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px;
}
/*FILM*/

#aboutheaderblock {
	top: 0px;
	height: auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}
#aboutblock {
	height: auto;
	position: relative;
	top: 0px;
	margin: auto;
	width: 100%;
	visibility: visible;
	z-index: 2;
	max-width: 1010px;
	background-color: #000;
	padding: 20px;
}
#discographyheaderblock {
	top: 0px;
	height: auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}
#reviewsheaderblock {
	top: 0px;
	height: auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}
#reviewsblock {
	height: auto;
	position: relative;
	top: 0px;
	margin: auto;
	width: 100%;
	visibility: visible;
	z-index: 2;
	max-width: 1010px;
	background-color: #000;
	padding: 20px;
	text-align: justify;
}




/*FILM*/


.headerbg {
	margin: auto;
	height: auto;
	position: relative;
	top: 0px;
	background-repeat: repeat-x;
	background-position: center center;
}


/*GRID ALBUMS*/
.albums-grid-container {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 10px;

  padding: 10px;
}

.albums-grid-container > div {

  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
/*GRID ALBUMS*/






/*GRID STORE*/

.store-grid-container {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  gap: 10px;

  padding: 10px;
}

.store-grid-container > div {

  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
/*GRID STORE*/






/*GRID FILMS*/
.films-grid-container {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  gap: 10px;

  padding: 10px;
}

.films-grid-container > div {

  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
/*GRID FILMS*/





/* GRID RESPONSIVE*/
.card {
	padding: 0.5rem;
	height: auto;
}

.cards {
  position:relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
.filmcards {
  position:relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.storecards {
  position:relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

/* GRID RESPONSIVE*/



/* VIDEO RESPONSIVE*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
