/**************************
		GENERAL
**************************/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #696969;
	background: #FFF;
	font-family: "Open Sans", sans-serif;
	line-height: 27px;
	font-size: 16px;
	height: 100%;
	overflow-y: scroll;
}

body.no-scroll {
	overflow-y: hidden;
	height: 100vh;
  width: 100%;
  position: fixed;	
}

#main {
	flex: 1;
}

.hidden {
	display: none !important;
}

.clearfix {
	clear: both;
}

.container {
	width: 95%;
	max-width: 1440px; 
	margin: auto;
}

.transition {
	transition: all 0.5s ease-in-out;
}

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

a:hover {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

img {
  max-width: 100%;
}

/**************************
		MESSAGEBOXES
**************************/
.error {
	color: #6F0000;
	margin: 0 auto 20px;
	padding: 10px 20px;
	border: 2px solid #6F0000;
	background: none;
	font-weight: bold;
	width: 100%;
	margin: 10px auto 30px auto;
	line-height: 25px;
}

.confirmation {
	color: #0D7A82;
	margin: 0 auto 20px;
	padding: 10px 20px;
	border: 2px solid #0D7A82;
	background: none;
	font-weight: bold;
	width: 100%;
	margin: 10px auto;
	line-height: 25px;
}

#confirmation p,
#error p {
	margin: 0 0 10px 0;
}

/**************************
		IOS FORMS
**************************/
.ios input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 500px #FFF inset;
}

.ios input[type=text],
.ios input[type=password],
.ios select, .ios textarea {
	border-radius: 0;
}

.ios .formline input[type=date] {
	min-width: 90%;
	width: 100%;	
}

.ios select,
.ios textarea,
.ios input {
	font-size: 16px;
}


/**************************
		HEADER
**************************/
header {
  background: #202020;
}

.headerDiv {
  display: flex;
}

#logo {
  padding: 15px 0;
  margin-right: auto;
}

#logo img {
  display: block;
}

#headerNav {
  padding: 47.5px 0 0;
}

#headerNav ul {
  list-style-type: none;
  padding: 0;
}

#headerNav li {
  display: inline-block;
}

#headerNav a {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}

#headerNav #menuItems {
  display: inline-block;
  padding: 0 10px 0 0;
}

#headerNav #menuItems a {
  padding: 0 10px;
}

#headerNav #menuItems a:hover {
  color: #F0F021;
}

#headerNav #socialMedia {
  display: inline-block;
  padding: 0 0 0 15px;
  border-left: 1px solid #FFF;
}

#headerNav #socialMedia a {
  padding: 0 3px;
}

#headerNav #socialMedia a.facebookIcon:hover {
  color: #1877F2;
}

#headerNav #socialMedia a.youtubeIcon:hover {
  color: #FF0000;
}

#headerNav #socialMedia a.instagramIcon:hover {
  color: #E1306C;
}

#headerNav #socialMedia a.soundcloudIcon:hover {
  color: #FF5500;
}


/**************************
		MAIN
**************************/

/* homepage */
#homeTemplate h1,
#homeTemplate h2 {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 45px;
  padding: 25px 0 0;
}

#homeTemplate .hLine {
  margin: 20px 0;
  text-align: center;
}

#homeTemplate .hLine .line {
  display: inline-block;
  height: 2px;
  width: 45px;
  background: #000;
  margin-bottom: 4px;
}

#homeTemplate .hLine .symbol {
  color: #000;
  font-size: 12px;
  padding: 0 5px 0 4px;
}

#homeTemplate #sliderShow img {
  display: block;
}

#homeTemplate #bandInfo {
  padding: 50px 0;
}

#homeTemplate #bandInfo #musicHome {
  display: flex;
  padding: 35px 0 0;
}

#homeTemplate #bandInfo #musicHome .logo {
  flex: 1;
}

#homeTemplate #bandInfo #musicHome .logo img {
  max-width: 250px;
}

#homeTemplate #bandInfo #musicHome .playList {
  flex: 2;
  font-size: 14px;
  padding: 0 20px 0 0;
}

#homeTemplate #bandInfo #musicHome .playList .songInfo {
  padding: 0 0 10px;
}

#homeTemplate #bandInfo #musicHome .playList .songInfo span {
  display: block;
  line-height: 20px;
}

#homeTemplate #bandInfo #musicHome .playList .songInfo #currentSong {
  color: #000;
  font-weight: 500;
}

#homeTemplate #bandInfo #musicHome .playList #audioPlayer {
  width: 90%;
}

#homeTemplate #bandInfo #musicHome .playList #songList {
  padding: 0 0 0 15px;
}

#homeTemplate #bandInfo #musicHome .playList #songList li {
  cursor: pointer;
}

#homeTemplate #bandInfo #musicHome .playList #songList li:hover {
  color: #C81996;
}

#homeTemplate #bandInfo #musicHome .playList #songList li.active {
  color: #000;
  font-weight: 500;
}

#homeTemplate #bandInfo #musicHome .reservate {
  flex: 1;
}

#homeTemplate #bandInfo #musicHome .reservate h3 {
  color: #C81996;
  font-weight: 500;
  margin: 0 0 12px;
}

#homeTemplate #bandInfo #musicHome .reservate .stars i {
  color: #50BE37;
}

#homeTemplate #schedule {
  background: #C81996;
  background-image: url('/images/design/bgNoise.png');
  background-repeat: repeat;
  color: #FFF;
  padding: 130px 0;
}

#homeTemplate #schedule h2,
#homeTemplate #schedule .hLine .symbol {
  color: #FFF;
}

#homeTemplate #schedule .hLine .line {
  background: #FFF;
}

#homeTemplate #schedule #scheduleList ul {
  list-style: none;
}

#homeTemplate #schedule #scheduleList li {
  position: relative;
  background: rgba(0,0,0,0.5);
  margin: 0 0 10px;
}

#homeTemplate #schedule #scheduleList input[type="checkbox"] {
  display: none;
}

#homeTemplate #schedule #scheduleList .icon {
  position: absolute;
  top: 15px;
  left: 12px;
}

#homeTemplate #schedule #scheduleList .icon .fa-plus,
#homeTemplate #schedule #scheduleList input[type="checkbox"]:checked ~ .icon .fa-minus {
  display: block;
} 

#homeTemplate #schedule #scheduleList .icon .fa-minus,
#homeTemplate #schedule #scheduleList input[type="checkbox"]:checked ~ .icon .fa-plus {
  display: none;
}

#homeTemplate #schedule #scheduleList .mainInfo label {
  display: block;
  cursor: pointer;
  padding: 10px 35px;
  user-select: none;
}

#homeTemplate #schedule #scheduleList .extraInfo {
  display: none;
  border-top: solid 1px #000;
  padding: 10px 35px 1px;
}

#homeTemplate #schedule #scheduleList input[type="checkbox"]:checked ~ .extraInfo {
  display: block;
}

#homeTemplate #aboutUs {
  padding: 50px 0;  
}

/**************************
		FOOTER
**************************/
#footerTop {
  background: #C81996;
  background-image: url('/images/design/bgNoise.png');
  background-repeat: repeat;
  color: #FFF;
  padding: 35px 0;
}

#footerTop h2 {
  color: #FFF;
  font-size: 20px;
  padding: 0 0 10px;
}

#footerTop .container {
  display: flex;
}

#footerTop .block {
  flex: 1;
}

#footerTop .block ul {
  padding: 0 0 0 25px;
}

#footerBottom {
  background: #50BE37;
  background-image: url('/images/design/bgNoise.png');
  background-repeat: repeat;
  padding: 7px 0;
  color: #FFF;
}

#footerBottom p {
  margin: 0;
}

#footerBottom a {
  color: #FFF;
}