html, body {
	margin:0;
	height: 100%;
	font-family: helvetica;
	background-image: url(../images/albums/destinybg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	cursor: url(../images/cute.cur), auto;

}


@font-face {
    src: url(../fonts/plank.ttf);
		font-family: plank;
}

@font-face {
	src: url(../fonts/ammonite.otf);
		font-family: ammonite;
}

@font-face {
	src: url(../fonts/CopyCat.ttf);
		font-family: copycat;
}

#container {
	min-height: 90%;
	width: 100%;

}


#main {
	overflow: auto;
	padding-bottom: 2em;
}

.indexplayer {
	background: none;
	display: grid;
	margin: 10px;
	padding-top: 80px;

}

/*.box1 {
	background: none;
	display: grid;
	position: absolute;
	width:100%;
	height: 110%;
	align-content: center;
}*/

.player2{
	display: inline-block;
	width: 50%;
	margin: 0 auto;
}


header {
	background: none;
	color: white;
	padding: .5em;
	font-family: copycat;

	font-weight: normal;
	cursor: url(../images/cute.cur), auto;

}

a {
	color:#FFFF;
	text-decoration: none;
}

h2.header a {
		font-family: copycat;

}

h2 a {
		font-family: copycat;

}

header h1 {
	margin: 0px;
	display: inline-flex;
	padding: 10px;
	font-size: 2em;

}

nav ul {
	margin: 0px;
	float: right;
	display: inline;
	margin-top: 12px;
}

nav ul li {
	background: none;
	display: inline;
	color: #FFFF;
	list-style-type: none;
	padding: 5px;


}

nav ul li a {
	color: #FFFF;
	text-decoration: none;
	letter-spacing: .02em;
	transition-timing-function: all ease-in-out .2s;



}

nav ul li a:hover {
	background-color: none;
	padding: cover;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background: -webkit-linear-gradient(rgb(194, 255, 182),
	        rgb(255, 163, 182),
	        rgb(221, 169, 255),
	        rgb(162, 209, 255));
-webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 transition: .2s;
 -webkit-text-stroke-width: 0.6px;
		-webkit-text-stroke-color: white;

}


.name {
	color: #FFFF;
		letter-spacing: .03em;
		transition: all 0.2s ease-in-out;
		font-size: .6em;

}

.name:hover {
	background: -webkit-linear-gradient(rgb(194, 255, 182),
	        rgb(255, 163, 182),
	        rgb(221, 169, 255),
	        rgb(162, 209, 255));
-webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 	transition: .2s;
	font-size: 30px;
}


/*
	color: #FFFF00;
	transition: .15s;
	background: -webkit-linear-gradient(rgb(194, 255, 182),
	        rgb(255, 163, 182),
	        rgb(221, 169, 255),
	        rgb(162, 209, 255));
			-webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
	transition: .2s;
	*/

.minfo {
	background: #000;
	color:white;

	padding: 10px;
	padding: 10px .5%;


}

.minfob
{
	background: #000;
	color: white;
	width: 98.4%;
	padding: 10px;
	list-style-type: none;
	display: inline-flex;
}


.minfob a{
	color:#FFFF;

}

.minfob a:hover {
	color:#FFFF00;
	transition: .2s;


}

.minfo a {
font-weight: bold;
color: #ffcccc;
 transition: all .2s ease-in-out;
 text-decoration: none;
}

.minfo a:hover {
background: none;
transition: .2s;
color: #FFFF;
 text-decoration: none;
}

.minfoc
{
	display: grid;
}

.minfoc ul
{
	padding-right: 5px;
	padding: 5px 0;
	margin-top: 0px;
	margin-bottom: 0px;

}

.minfoc ul li
{
	margin: none;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	float: right;


}

.player {
	padding: 50px;
	font-weight: bold;
}


.row {
	clear:both;
}

.col {
	background: #000000;
	border-radius: 5px;
	color: #FFFF00;
	padding: 10px .5%;
	float: left;
	margin: 1%;
	width: 31%;
}


.wrapper a {
	display: grid;
	font-weight: bold;
	color: #FFFF;
	text-align: center;
	background: #000;
	padding:1em;
		transition: all ease-in-out .25s;

}

.wrapper a:hover{
	background-color: #ffcccc;
	transition: all ease-in-out .25s;
	color: #000;
}

.wrapper{
grid-template-columns: repeat(5, 1fr);
display:grid;
margin: 0 10px;
grid-gap:.5em;
transform: translate(0%, -50%);
}


/*
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	*/
/*
align-items: center; --> align items vertically
justify-items:center;
align-self: start;
justify-self: end;
grid-column: 1/3;
grid-row: 1/3;


	/*
grid-template-columns: repeat(4, 1fr);
grid-gap: .4em;
grid-auto-rows: minmax(100px,auto);
*/

/*
	grid-column-gap:1em;
	grid-row-gap: 1em;
	grid-auto-rows:500px;
	*/
}

.wrapper div:nth-child(odd){
	background:#ddd;
}



/*
.nested {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 70px;
grid-gap: 1em;

}


.nested div {
	border: #333 1px solid;
	padding: 1em;
}

*/

.h2header {
	background: none;
	text-align: left;
	font-family: plank;

}

.h2header a{
	font-family: plank;
	font-size: 24px;
	color: black;
	margin-left: .5em;
	transition: all 0.2s ease-in-out;


}

.h2header a:hover {

	color: #ffcccc;
	transition:.2s;
	text-decoration: none;

}

.h2header span {
float: right;
padding: 0;
margin-right: 10px;
}

.h2header span a img {
	Height:1.5em;
	width:1.5em;

}

.h2header path {
	fill: #000;
}

.h2header span a {
	margin:0px;
	padding: 0 2px;
}


.socialicon:hover path {

	fill: #ffcccc;
	transition: fill .2s;
}

.socialicon path{
fill: #000;
	transition: all 0.2s ease-in-out;
}

.searchbox1 {
	position: absolute;
	background: #000;
	border-radius: 40px;
	padding: 10px;
	height: 20px;
	transform: translate(0%, -30%);

}

.searchbarheader button {
	font-size: 17px;
}

.searchbox1:hover > .searchtext {
	width:120px;
	padding: 0 6px;
}

.searchbtn{
	color:white;
	float: right;
	width: 20px;
	height: 20px;
	border: none;
	display:flex;
	justify-content: center;
	align-items: center;
	background: black;
}

.searchbtn:hover {
	color: #ffcccc;
	transition: 0.2s;
	cursor: pointer;
}

.searchbarheader {
background-color: none;
padding: 10px;
display:grid;
}

.searchtext {
	border: none;
	background: none;
	outline: none;
	float: left;
	padding: 0px;
	color: white;
	font-size: 1em;
	line-height: 10px;
	transition: 0.4s;
	width: 0px;

}

.cassette a img {
	width: 200px;
	height: 350px;
	object-fit: cover;
	margin-bottom: -4px;
}

.albumsgrid {
	padding: 10px;
}

.albumsgridcontent {
	display: grid;
	grid-template-columns:repeat( auto-fit,minmax(45vh, 1fr));
	grid-column-gap: 8px;



}

.albumsgridcontent a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;

}

.albumsgridcontent a img {
Height: 45vh;
Width: 45vh;

}


.albumpagecontent {
	display: grid;
	padding: 10px;
	grid-template-columns: repeat(8	, 1fr);

		column-gap: 10px;
		grid-row-gap: 5px;
		cursor: url(../images/cute.cur), auto;
		overflow-x: scroll;
		width: 150%;
		 overflow-y: hidden;
		 transition: all 0.2s;
		 will-change: transform;
		 user-select: none;
		 position: relative;

		/*position: relative;

		    white-space: nowrap;
		    transform: scale(0.98);
		    cursor: pointer;
				grid-column: 1/12;
				grid-row: 4 */
}


/*ALBUMS */
.albumcover7 {
	background-size: cover;
	background-position: 0 70%;
	height: 440px;
	width: auto;
	border-radius: 10px;
	border: solid #ffcccc;
	grid-row: 1/2;
	grid-column: 1/3;
	text-align: center;

}


.albumcover7:hover #albumcovertext {
	display: inline-block;
	font-size: 18px;
  align-items: center;
  padding: 5px;
	font-weight: bold;
	color: #ffff;

}



.albumcover7:hover {
	background-image: none;
	background-color: #ffcccc;

}

.albumcover7.desire:hover {
	background-image: none;
	background-color: #ffcccc;

}

.albumcover7.despair:hover {
	background-image: none;
	background-color: #ffcccc;

}

.albumcover7.lnr03:hover {
	background-image: none;
	background-color: #ffcccc;

}

.albumcover7.lnr02:hover {
	background-image: none;
	background-color: #ffcccc;

}

.albumcover7.lnr01:hover {
	background-image: none;
	background-color: #ffcccc;
}

.albumcover7.otaku:hover {
	background-image: none;
	background-color: #ffcccc;
}

.albumcover7.alone:hover {
	background-image: none;
	background-color: #ffcccc;
}

.albumcover7.venusep:hover {
	background-image: none;
	background-color: #ffcccc;
}

.albumcover7.devotion:hover {
	background-image: none;
	background-color: #ffcccc;
}

.albumcover7.lnr04:hover {
	background-image: none;
	background-color: #ffcccc;
}

.albumcover7.saturn:hover {
	background-image: none;
	background-color: #ffcccc;
}

.albumcover7.benihime:hover {
	background-image: none;
	background-color: #ffcccc;
}







#albumcovertext {
	display: none;
	margin-top: 43%;

}

.artworktext.devotion {
	display: none;
	margin-top: 43%;

}


.artworktext.desire {
	display: none;
	margin-top: 43%;

}

.artworktext.despair {
	display: none;
	margin-top: 43%;

}

.artworktext.lnr02 {
	display: none;
	margin-top: 45%;

}

.artworktext.lnr03 {
	display: none;
	margin-top: 45%;

}

.artworktext.lnr01 {
	display: none;
	margin-top: 45%;

}

.artworktext.otaku {
	display: none;
	margin-top: 45%;

}

.artworktext.alone {
	display: none;
	margin-top: 45%;

}

.artworktext.venusep {
	display: none;
	margin-top: 45%;

}

.artworktext.lnr05 {
	display: none;
	margin-top: 45%;

}


.artworktext.neptuneep {
	display: none;
	margin-top: 45%;

}


.artworktext.benihime {
	display: none;
	margin-top: 45%;

}




.albumcover7:hover .artworktext {
	display: inline-block;
	font-size: 18px;
  align-items: center;
  padding: 5px;
	font-weight: bold;
	color: #ffff;

}

.albumcover:hover .artworktext {
	display: inline-block;
	font-size: 18px;
  align-items: center;
  padding: 5px;
	font-weight: bold;
	color: #ffff;

}


/*.albumcoverinfo {
	height: 100%;
	width: auto;
	border-radius: 10px;
	border: solid pink;
	grid-row: 1/2;
	grid-column: 1/3;
	text-align: center;
}*/

/*.albumcoverinfo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
		border-radius: 6px;

} */

.albumcover7.saturn {
	background-image: url(../images/albums/saturn.jpg);
		background-position: 0 60%;

}

.albumcover7.destiny {
	background-image: url(../images/albums/destiny.jpg);
		background-position: 0 60%;

}

.albumcover7.bfas {
	background-image: url(../images/albums/bfas.jpg);
		background-position: 0 60%;

}

.albumcover7.corazon {
	background-image: url(../images/albums/corazon.jpg);
		background-position: 0 60%;

}

.albumcover7.flowerspt1 {
	background-image: url(../images/albums/flowerspt1.jpg);
		background-position: 0 60%;

}

.albumcover7.lnr04 {
	background-image: url(../images/albums/lnr04.jpg);
		background-position: 0 60%;

}

.albumcover7.devotion {
	background-image: url(../images/albums/devotion.jpg);
		background-position: 0 60%;

}


.albumcover7.lnr03 {
	background-image: url(../images/albums/lnr03.jpg);
		background-position: 0 60%;

}

.albumcover7.desire {
	background-image: url(../images/albums/desire.jpg);
		background-position: 0 60%;

}

.albumcover7.despair {
	background-image: url(../images/albums/despair.jpg);
		background-position: 0 60%;

}

.albumcover7.lnr02 {
	background-image: url(../images/albums/lnr02.jpg);
		background-position: 0 60%;

}

.albumcover7.lnr01 {
	background-image: url(../images/albums/lnr01.jpg);
		background-position: 0 60%;

}

.albumcover7.otaku {
	background-image: url(../images/albums/otaku.jpg);
		background-position: 0 60%;

}

.albumcover7.alone {
	background-image: url(../images/albums/alone.jpg);
		background-position: 0 60%;

}

.albumcover7.venusep {
	background-image: url(../images/albums/venusep.jpg);
		background-position: 0 60%;

}

.albumcover7.lnr05 {
	background-image: url(../images/albums/lnr05.jpg);
		background-position: 0 60%;

}

.albumcover7.neptuneep {
	background-image: url(../images/albums/neptuneep.jpg);
		background-position: 0 60%;

}


.albumcover7.benihime {
	background-image: url(../images/albums/benihime.jpg);
		background-position: 0 60%;

}


.albumdesc {
	color: #000;
	font-size: 12px;
	background: white;
	padding: 10px;
	grid-column: 1/3;
	border-radius: 10px;
	border: solid #ffcccc;
	transition: all ease-in-out .2s;
}

.albumdesc:hover {
	color: white;
	background: #ffcccc;
	transition: .2s;

}

/*.albumdesc:active {

	  cursor: -webkit-grabbing;
}*/


.merchtable {
	background: white;
	padding: 10px;
	border-radius: 10px;
	border: solid #ffcccc;
	height: 100%;
	width: 100%;
	grid-column: 3;
	grid-row: 1;
	transition: all ease-in-out .2s;


}

.nomerchtable {
	background: white;
	padding: 10px;
	border-radius: 10px;
	border: solid #ffcccc;
	width: 430px;
	height: 100%;
	grid-column: 3;
	grid-row: 1;
	transition: all ease-in-out .2s;


}


.nomerchtable a {
	text-decoration: none;

}

.nomerchtable:hover {
	background-color: #ffcccc;
	transition: .2s;
	color: #fff;

}

.nomerchtable h5 {
		font-weight: bold;
}

.nomerchtable:hover h5 {
	font-weight: bold;

}

.merchtable a {
	text-decoration: none;

}

.merchtable:hover {
	background-color: #ffcccc;
	transition: .2s;
	color: #ffff;

}


.image {
object-fit: cover;
width: 400px;
height: 100%;
}


.merchtable .image a img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: inline-block;

}


.albumdesc {
	height: 430px;
	width: 100%;
		overflow: scroll;
}

.albumdesc ul {
display: inline-block;
float: right;
}

.albumdesc a img {
Height: 2.5em;
Width: 2.5em;

}

.albumdesc a img:hover {
	opacity: 0.5;

}

.Linernotes {
	font-size: 12px;
	background: white;
	padding: 10px;
	border-radius: 10px;
	border: solid #ffcccc;
	height:430px;
	width: 100%;
	overflow: scroll;
	grid-column: 3;
	grid-row: 2;

}



.Linernotes:hover {
	color: white;
	background: #ffcccc;
	transition: .2s;


}
/*.Linernotes:active {
  cursor: -webkit-grabbing;
}*/



.nestedplayer2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: .5em;
grid-row-gap: .5em;

}

.nestedplayer1 {
grid-column: 5/7;
grid-row: 1/8;

}

.nestedplayer2 iframe {
	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;
}

.scplayer {
	grid-column: 4/6;
	grid-row: 1;
	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;


}

.spotifyplayer {

	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;
	grid-column: 6/8;
	grid-row: 1;
	max-height: 100%;
}

.spotifyplayer iframe {
	border-radius: 5px;
}

.youtubeplayer {

	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;
	grid-column: 6/8;
	grid-row: 2;
	max-height: 100%;
}

.youtubeplayer iframe {
	border-radius: 5px;

}

.bandcampplayer {
	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;
	grid-column: 4/6;
	grid-row: 2;
	max-height: 100%;


}

.applemusicplayer {

	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;
		grid-row: 1;
	width: 150%;
	max-height: 100%
}

.scrollicon {

height: 5em;
width: 100%;
fill: #FFFF;
grid-column: 1/20;
grid-row: 4;
justify-self: center;
padding: .2em;
border-radius: 10px;
background: none;
border: solid white;
transition: all ease-in-out .1s;
}

.scrollicon:hover {
	fill: #ffcccc;
	background: none;
	transition: .1s;
	border: solid #ffcccc;
	border-radius: 10px;
	cursor: grab;
}

/*
.grabbable {
position: relative;
width: 100%;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
transition: all 0.2s;
transform: scale(0.98);
will-change: transform;
user-select: none;
cursor: pointer;

} */

.grabbable {

	position: relative;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;

	transition: all 0.2s;
	will-change: transform;
	user-select: none;
	cursor: pointer;
  }

.scrollicon:active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }

.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/*
.scrollicon2 {

position: fixed;
height: 5em;
width: 5em;
fill: pink;
padding: .2em;
border-radius: 10px;
background: none;
border: solid pink;
transition: all ease-in-out .1s;
z-index: 1;
top: 50%;
right: 30px;

}*/

.backbutton {
	padding: .2em;
	margin-left: 2px;

}

.backbutton {
	fill: black;
	transition: all ease-in-out .2s;
}

.backbutton:hover {
	fill: #ffcccc;
	transition: .2s;
}

.prodcontainer {
	background-color: white;
	width: 95%;
	grid-template-columns: repeat(4, 1fr);
	display:grid;
	padding: 20px 20px;
	margin: 0 10px;
	grid-gap:.5em;
}

.productbox {
	background-color: black;
	height: 500px;
	width: 100%;
	color: white;
}

.shoptext {
	background-color: black;
	padding: 5px;
	color: #fff;
	width: auto;
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	transition: all ease-in-out .2s;
}

.shoptext:hover {
	color: #ffcccc;
	transition: .2s;

}

.productwrapper {
	grid-template-columns: repeat(4, 1fr);
	display:grid;
	padding: 10px 0;
	grid-gap:.5em;
	grid-column-start: auto;

}

.shopwrapper1 {
	margin-left: 12px;
}


.filterr a {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  background: #000;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 9px
}

.filterr a:hover {
	background: #ffcccc;
	 color: #000;
 }

.filterr {
  padding: 50px;
  text-align: center
}

.gallery a img {
  width: 44vh;
  height: 44vh;
  float: left;
	object-fit: cover;
}

.gallery a {
  transition: all 0.2s;
  opacity: 1;
	border: 7px solid #fff;
	border-radius: 10px;

}

.gallery a:hover {
	transition: .2s;
	border: 7px solid #ffcccc;

}

.gallery {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding:10px;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	justify-items: center;

}

.gallerycontainer {
	width: 100%;
}

.gallery .hide, .gallery .pophide {
  width: 0%;
  opacity: 0;
  transition: all 0.4s;
}

.gallery .pop {
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0px 1000px rgba(0,0,0,0.5);
}

.pop:after {
  content: "\00D7";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  background: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  opacity: 0.8;
}

.pop:hover:after { opacity: 1 }

.mailinglist1 {
	margin: 10px;
	width: 50%;
	display: inline-block;
	align-self: center;
	height: 100%;

}

.bgpage {
	background-color: none;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 10px;
	height: 100%;
	display: inline-block;
  text-align: center;
}

/*.albumgallery.desire {
	border-radius: 10px;
	border: solid #ffcccc;
	grid-column: 1/6;
	grid-row: 3;
	text-align: center;


} */

.shopcontainer {
	position: relative;
 width: 100%;
}

.overlaytext {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;

}

.shopcontaineroverlay {
position: absolute;
 height: 92%;
 width: 80%;
 opacity: 0;
 transition: .2s ease;
 background-color: #ffcccc;

}

.shopcontainer:hover .shopcontaineroverlay {
  opacity: 1;
}


.drumkitshop img {
	display: block;
width: 100%;
height: auto;
}

.musiccontainer {
	background-color: black;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.albumsgridcontainer {
	position: relative;
	transition: all ease-in-out .2s;
}


.albumsgridcontainer:hover .testt a {
	visibility: visible;
		text-decoration-style: none;
		transition: .2s;
}


.testt a {
	background-color: #ffcccc;
	position: absolute;
  top: 5px;
  right: 3px;
	width: 98.5%;
	height: 97%;
	visibility: hidden;
	text-decoration: none;

}

.testt h2 {
		text-decoration: none;
		color: white;

}

.testt a:hover {
	text-decoration: none;
	transition: .2s;
}

.slider1 {

	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;
	height: 100%;
	width: 150%;
	grid-column: 8;
	grid-row: 2;
	position: relative;
	margin: auto;
}

.slider2 {

	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;
	height: 100%;
	width: 150%;
	grid-column: 8;
	grid-row: 2;
	position: relative;
	margin: auto;
}



.slider2 {

	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;
	height: 100%;
	width: 150%;
	grid-column: 8;
	grid-row: 2;
	position: relative;
	margin: auto;
}


.singleslider.lnr02
{
	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: black;
	height: 100%;
	width: 150%;
	grid-column: 8;
	grid-row: 2;

}


.slider1.merchtable {

	padding: .2em;
	border-radius: 10px;
	border: solid #ffcccc;
	background: white;
	height: 440px;
	grid-column: 3;
	grid-row: 1;
	position: relative;
	margin: auto;
	width: 430px;
	transition: all ease-in .1s;
}



/*background: white;
padding: 10px;
border-radius: 10px;
border: solid #ffcccc;
height: 100%;
width: 100%;
grid-column: 3;
grid-row: 1;
transition: all ease-in-out .2s; */




.mySlides {
  display: none;

}

.mySlides:hover .slidertext {

	color: #ffcccc;


}



.prev, .next {
	cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  margin-top: -22px;
	  padding: 16px;
	  font-weight: bold;
	  font-size: 18px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: /*rgba(0,0,0,0.8);*/ black;
}


/*.slidertext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.soldouticon {
  color: #FFFF;
	background-color: #FF0000;
	border: solid 1px;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
	right: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active1, .dot:hover {
  background-color: #717171;

}

.fade {
  -webkit-animation-name: fade 1.5s;
	-moz-animation: fade 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.dotcontainer1 {
	text-align: right;
	transform: translate(-2%, -60%);

}

.container-contact100 {

	  width: 100%;
	  min-height: 80%;
		 background-color: #000;
		 background-size: cover;
		  background-position: center;
			background-repeat: no-repeat;
			padding: 15px;
		display: -webkit-box;
		 display: -webkit-flex;
		  display: -moz-box;
		  display: -ms-flexbox;
			  display: flex;
				flex-wrap: wrap;
					  flex-direction: column;
						 align-items: center;
						  justify-content: center;

}

.wrap-contact100 {
	max-width: 100%;
	background: #FFFF;
	border-radius:2px;
	height: 45em;
	position: relative;
	border: solid 2px #ffcccc;
	margin-bottom: 40px;
}

.contact100-form {
	max-width: 50em;
  display: grid;
	justify-content: center;
	grid-template-columns: repeat(2, 1fr);
	padding: 0 1.4em;




}

.contact100-form-title {

	  display: block;
	  width: 100%;
	  font-family: plank;
	  font-size: 30px;
	  color: #000;
	  line-height: 1.2;
	  text-transform: uppercase;
	  text-align: center;
	  margin: 10px;
		transition: all ease-in-out .2s;
		margin-top: 1.7em;
		grid-column: 1;
		grid-row: 1;
}

.contact100-form-title:hover {

	  color: #ffcccc;

}

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: transparent;
	padding: 10px;
}



.wrap-input100.contactemail {
  width: 100%;
  position: relative;
  background-color: transparent;
	padding: 10px;
	grid-column: 2;

}

.wrap-input100.contactname {
  width: 100%;
  position: relative;
  background-color: transparent;
	padding: 10px;
	grid-column: 1;

}

.wrap-input100.contactmessage {
  width: 200%;
  position: relative;
  background-color: transparent;
  margin-bottom: 35px;
	padding: 10px;
	grid-column: 1;
	grid-row: 4;

}

.wrap-input100.contactsubject {
	width: 100%;
	position: relative;
	background-color: transparent;
	padding: 10px;
	grid-column: 1;
	grid-row: 3;


}


.rs1-wrap-input100 {
  width: 100%;
}


.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 34px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 10px;
  pointer-events: none;

  font-family: Raleway;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}


.label-input100 {
  font-family: plank;
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
	transition: all ease-in-out .2s;
}

.label-input100:hover {

  font-size: 18px;
  color: #ffcccc;
	transition: .2s;

}



.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


.input100 {

  width: 80%;
  background: #f2f2f2;
  border-radius: 2px;
	border: solid 1px #FFFF;
  font-family: helvetica;
  font-size: 20px;
  color: #686868;
  line-height: 1.2;
  padding: 0 28px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 10px;
}

.input100.contactmessage {

	  width: 90%;
}

input.input100 {
  height: 62px;
}


textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 13px;
}

.input100:focus {
  background: #e6e6e6;
}

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 10px;
  }
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}

.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  justify-content: left;
  margin-top: 5px;
	grid-column: 1;
	grid-row: 5;
	margin-left: .7em;

}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;

}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 100%;
  background: #FFF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;
  font-family: helvetica;
  font-size: 16px;
	background-color: #FFF;
  line-height: 1.2;
  text-transform: uppercase;
	color: #000;
	border-radius: 2px;
	border: solid 2px #000;
	transition: all ease-in-out .2s;
}

.contact100-form-btn:hover {
		background-color: #000;
	color: #FFFF;

	cursor: pointer;
	transition: .2s;


}


.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}

.mlistsub{
	font-weight: normal;
}


.songkick-widget:hover{

	background-color: #ffcccc;
	transition: .2s;

}

.songkick-widget{

	transition: all ease-in-out .2s;


}

.songkick2 {
	border: solid 2px #FFF;
	border-radius:4px;

}

.tour1 {
	border: solid 2px #FFF;
	border-radius:4px;
	grid-column: 1;
	grid-row: 4;
	color: #FFF;
	transition: all ease-in-out .2s;
}

.tour1:hover {
	background-color: #ffcccc;
	transition: .2s;


}

.tour1:hover p {
		text-decoration: line-through;
			transition: .2s;
}

.songkickcontainer {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	padding: 10px;
	grid-column-gap: 1em;
	grid-row-gap: 1em;

}

.contacterror {
	color:red;
}

.audiocontainer {
	display: grid;
	grid-template-columns: repeat (1,1fr);
	justify-content: center;
	width: 30%;
	padding: 10px;
	border: solid 10px white;
	margin:auto;
	margin-top: 7em;
	border-radius: 10px;
	height: 50%;
	margin-bottom: 30%;
}

.secretsong {
	margin-top: 2em;
}

.abouttext {
	background-color: none;
	width: 100%;
	height: 100%;
	align-items: center;
}

.abouttext .aboutblock {
	border-radius: 10px;
	border: 5px solid pink;
	margin: 0 auto;
	width: 50%;
	height: 80%;
	color: white;
	padding: 10px;
}

.aboutblock:hover {
	background-color: pink;
}

.aboutblock a {
	color: white;
}

.aboutblock a:hover {
	color: black;
}

.corpcitybutton {
    margin-bottom: 25px;
  position: absolute;
  left: 50%;
   background-color: black;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;

}





footer {
	position: relative;
	/*bottom: -10em;*/
	height: 2em;
	bottom: 0;
	clear: both;
	width: 100%;
	background: #FFFF;
	color: black;
	cursor: url(../images/cute.cur), auto;
	text-align: left;
}


footer h4 {
	padding-left: 1em;
	font-size: .5em;
	display: inline-block;
}
