	body, html {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #eee;
	margin-bottom: 120px;

}
a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ccc;
}

body {
  /*background: url(../img/1.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: background-image 4s ease-in-out;
  -moz-transition: background-image 4s ease-in-out;
  transition: background-image 4s ease-in-out;
  overflow:hidden;
}
@font-face {
    font-family: BebasNeue;
    /*src: url('../fonts/BebasNeue Thin.otf');*/
    src: url('../fonts/Aileron-UltraLight.otf');
}
h1 {
	color: #cfcfcf;
	text-align: center;
	margin-bottom: 0;
	/*margin-left: 200px;*/
	text-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
	font-family: BebasNeue;
	font-size: 2.1em;
	letter-spacing: 3.2px;
	cursor: pointer;
}
h2 {
	font-family: BebasNeue;
	color: #cfcfcf;
	font-size: 1.2em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.5em;

	/*margin-left: 200px;*/
	text-shadow: rgb(0, 0, 0, 1) 0px 0px 10px;
	font-size: 1.2em;
	letter-spacing: 3.5px;
	cursor: pointer;
}
.back {
	position: fixed;
	left:0;
	margin:0;
	padding: 0;
	top:0;
	width:100%;
	height:100%;
	background-color: #000;
	opacity: 1;
	transition: all 3.5s ease-in-out;
	overflow:hidden;
}

.wrap {
	width: 900px;
	margin: 0 auto;
	top: 1.8em;
	text-align: center;
	position: relative;
	vertical-align: center;
	margin-top: 1.2em;
	padding-bottom: 10px;

}
.container {
	width: 900px;
	left: 0;
	margin-top: 0;
	position: relative;
	margin-left: -140px;
}
header {
	position: relative;
	width: 100%;
	margin-bottom: 2.8em;
}
.navMenu {
	position: absolute;
	left: 280px;
	width: 620px;
	top: 100px;
	padding-right: 40px;
}

/*footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: white;
  width: 100%;
  background-color: #ccc;
}*/
.navMenu.centered {
	position: relative;
	width: 620px;
	left: 280px;
	top: 100px;
}

.menu {
	list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
	margin-top: 0.8em;
	font-size: 1.1rem;
	letter-spacing: 2px;
	font-weight: bold;
	color: #ccc;
	cursor: pointer;
	text-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
	/*text-transform: lowercase;*/
	letter-spacing: 0.5px;
}
.menu.centered {
	text-align: center;
}
.menu li {
	transition: 0.4s;

}
.menu li:hover {
	color: #fff;
}

.menu li ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ccc;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: none;
	font-size: 1rem;
}
.menu li ul li a {

}
.menu li ul li a:hover {
	color: #fff;
}

/*h3{
	text-align: right;
	margin-top: 0.8em;
	margin-bottom: 0.05em;
	color: #bbb;
}*/


 .accordion {


}
.menu li:active {
	color:#fff;
}
.menu li:active, a.accordion:hover {
    color:#fff;
}

.accordion.active, a.accordion:hover {
    color:#fff;
}
div .panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin-bottom: 2px;
}

div .panel.show {
    opacity: 1;
    max-height: 500px;
    margin-bottom: 14px;
}


/*==============SECTIONS*/
img {
	float: top;
}
section {
	/* position is static by default */
	padding-top: 0;
	margin-left: 280px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
	transition: 0.6s ease-in-out;
	transition-delay: 0.0s;
	max-height: 0;
    opacity: 0;
    display: none;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
	overflow-y: scroll;

}
section::-webkit-scrollbar { width: 0; }
section { overflow: -moz-scrollbars-none; }

section.show {
	/* position is static by default */
	max-height: 100%;
	transition: 0.6s ease-in-out;
	transition-delay: 0.6s;
    opacity: 1;
    display: block;
}

h3 {
	margin-top: 0;
	margin-bottom: 0.1em;
	padding-top: 0;
	padding-bottom: 0;
	color: #efefef;
}

p {
	margin-top: ;
}

.link.active {
	color:#fff;
}




/*========BUTTONS*/
/*close*/
.btn {
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  font-family: Arial;
  color: #ffffff;
  font-size: 1em;
  padding: 2px 7px 2px 7px;
  border: solid #ffffff 2px;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

.btn:hover {
  opacity: 1;
  text-decoration: none;
}

/*.closer {
	position: fixed;
	width: 100%;
	z-index: 2;
	text-align: center;
	bottom: 4em;
	display: none;
}*/
/*Threee Lines menu button */
.linesMenu { display: none;}

@media (max-width: 1000px) {
	.c-hamburger {
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 96px;
	  height: 96px;
	  font-size: 0;
	  text-indent: -9999px;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  border: none;
	  cursor: pointer;
	  transition: background 0.3s;
	}

	.c-hamburger:focus {
	  outline: none;
	}

	.c-hamburger span {
	  display: block;
	  position: absolute;
	  top: 44px;
	  left: 18px;
	  right: 18px;
	  height: 8px;
	  background: white;
	}

	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 8px;
	  background-color: #fff;
	  content: "";
	}

	.c-hamburger span::before {
	  top: -20px;
	}

	.c-hamburger span::after {
	  bottom: -20px;
	}
	.c-hamburger--rot {
	  background: none;
	}

	.c-hamburger--rot span {
	  transition: transform 0.3s;
	}

	/* active state, i.e. menu open */
	.c-hamburger--rot.is-active {

	}

	.c-hamburger--rot.is-active span {
	  transform: rotate(90deg);
	}

	.linesMenu {
		position: absolute;
		top: 5em;
		left:50%;
		margin-left: -328px;
		z-index: 5;
		display: block;
	}


	.wrap {
		width: 620px;
		margin: 0 auto;
		top: 4em;
		text-align: center;
		position: relative;
		vertical-align: center;
		margin-top: 1em;
		padding-bottom: 10px;
	}
	.container {
		width: 620px;
		left: 0;
		margin-top: 0;
		position: relative;
		margin-left: 0;
	}
	section {
	/* position is static by default */
		margin-left: 0;
	}
	nav {
		position: relative;
		width: 100%;
		top:100px;
		display: none;
		background-color: #ff0000;
	}
	.menu {
	    text-align: center;
	}
}



audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.playlist {
	list-style-type: none;
	margin:0;
	margin-top: -5px;
	padding:0;
	cursor: pointer;
	color: #222;
	font-size: 0.9rem;
}
.playlist li {
	padding:6px;
	background: rgba(255,255,255,0.75);
}
.playlist li:hover {
	background: rgba(255,255,255,0.9);
	color: #000;
}
.playlist li.active {
	background: rgba(255,255,255,0.9);
	color: #000;
}

audio {
	width: 100%;margin:0;padding:0;
}
.m-player {
	border-radius: 5px;
	margin: 0;
	padding: 0;
	width:100%;
	overflow: hidden;
	margin-bottom: -5px;
}
