@import url(font-awesome.min.css);


/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}



/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 360px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #ffffff;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body {
		background: #ffffff;
	}

	body, input, select, textarea {
		color: #222;
		font-family: "Roboto", sans-serif;
		font-size: 12pt;
		font-weight: 300;
		line-height: 1.65em;
		letter-spacing: -0.015em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px;
		color: #aa2222;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #222222;
		font-weight: 400;
	}

	em, i {
		font-style: normal;
	}

	p {
		margin: 5em 5em 5em 5em;
		height: 1.5em;
		line-height: 1em;
		font-size: 11pt;
		text-align: justify;
		text-justify: inter-word;
		vertical-align: middle;
		color: #222;
		font-style: normal;
		padding: 0 5em 0 5em;

	}

	h1, h2, h3, h4, h5, h6 {
		color: #222222;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 0.5em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2.25em;
		line-height: 1.5em;
		letter-spacing: -0.035em;
	}

	h3 {
		font-size: 1.75em;
		line-height: 1.5em;
		letter-spacing: -0.025em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #e5e5e5;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	blockquote {
		border-left: solid 4px #e5e5e5;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		background: #f8f8f8;
		border-radius: 6px;
		border: solid 1px #e5e5e5;
		font-family: monospace;
		font-size: 0.9em;
		line-height: 1.75em;
		margin: 0 0 2em 0;
		overflow-x: auto;
		padding: 1em 1.5em;
	}

	code {
		background: #f8f8f8;
		border-radius: 6px;
		border: solid 1px #e5e5e5;
		font-family: monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}


/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #222;
		position: relative;
		margin: 5em 5em 5em 5em;
		font-style: normal;
		height: 1.5em;
		line-height: 1.3em;
		top: 100;
		text-align: left;
		vertical-align: middle;

	}

.sub
{
		margin: 0.5em 0.5em 0.5em 0.5em;
		height: 1.5em;
		line-height: 1em;
		font-size: 9pt;
		text-align: center;
		text-justify: inter-word;
		vertical-align: middle;
		color: #222;
		font-style: normal;
		padding: 0 5em 0 5em;
}
.iconses
{
		height: 1.5em;
		line-height: 1em;
		font-size: 15pt;
		text-align: center;
		text-justify: inter-word;
		vertical-align: middle;
		color: #222;
		font-style: normal;
		padding: 0 5em 0 5em;
}
.title
{
		margin: 0.5em 0.5em 0.5em 0.5em;
		height: 1.5em;
		line-height: 1em;
		font-size: 11pt;
		text-align: center;
		text-justify: inter-word;
		vertical-align: middle;
		color: #222;
		font-style: normal;
		padding: 0 5em 0 5em;
}


	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.85em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.8em;
		margin-top: -0.5em;
		line-height: 1.5em;
	}

	header.major {
		padding: 1em 0;
		text-align: center;
	}

		header.major h2 {
			margin: 0;
		}

		header.major p {
			display: inline-block;
			border-top: solid 2px #e5e5e5;
			color: #333;
			margin: 1.5em 0 0 0;
			padding: 1.5em 0 0 0;
			font-style: normal;
		}


/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			background: #666;
			border-radius: 100%;
			color: #222222;
			cursor: default;
			display: inline-block;
			height: 5em;
			line-height: 5.5em;
			margin: 0 0 2em 0;
			width: 5em;
		}

			.icon.major:before {
				font-size: 2.5em;
			}

			.icon.major.accent1 {
				background: #666;
				color: #222222;
			}

			.icon.major.accent2 {
				background: #e89980;
				color: #222222;
			}

			.icon.major.accent3 {
				background: #7fcdb8;
				color: #222222;
			}

			.icon.major.accent4 {
				background: #90b0ba;
				color: #222222;
			}

			.icon.major.accent5 {
				background: #e5cb95;
				color: #222222;
			}


/* Header */

	#header {
		background-color: #ffffff;
		color: #d0e4f8;
		padding: 4.5em 0 2.5em 0 ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-image: url("images/music.jpg");
		background-position: center center, center center;
		background-attachment: inherit;
		background-size: cover;
		height: 100vh;
		min-height: 20em;
	}

					#header nav {
			height: inherit;
			line-height: 2em;
			top: 0;
			text-align: center;
			vertical-align: middle;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
			}

				#header nav > ul > li {
					display: inline-block;
				}

					#header nav > ul > li > ul {
						display: none;
					}

					#header nav > ul > li a {
						display: inline-block;
						height: 1.5em;
						line-height: 2.5em;
						padding: 0 0.75em;
						border-radius: 6px;
					}

					#header nav > ul > li a:not(.button) {
						color: #222;
						display: inline-block;
						text-decoration: none;
						border: 0;
					}

						#header nav > ul > li a:not(.button).icon:before {
							color: #333;
							margin-right: 0.5em;
						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

					#header nav > ul > li.active a:not(.button) {
						background-color: rgba(153, 153, 153, 0.25);
					}

					#header nav > ul > li .button {
						margin: 0 0 0 0.5em;
						position: relative;
					}
		#header .icons a {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			opacity: 0.50;
		}
			#header .icons a:hover {
				opacity: 0.99;
			}





/* Mobile */
	@media screen and (max-width: 736px) {
			#header {
				background-image: url("images/m.musicbg.jpg");
				padding: 5em 1em 4em 1em;
			}
		p {
		margin: 0em 0.5em 0em 0.5em;
		padding: 0 0 0 0;
	}

	body, input, select, textarea {
		color: #eee;
		font-family: "Roboto", sans-serif;
		font-size: 9pt;
		font-weight: 300;
		line-height: 1.65em;
		letter-spacing: -0.015em;
	}

	}

/* Tablet */
	@media screen and (max-width: 1024px) {
			#header {
				background-image: url("images/m.musicbg.jpg");
				padding: 5em 1em 4em 1em;
			}
		p {
		margin: 0em 0.5em 0em 0.5em;
		padding: 0 0 0 0;
	}

	body, input, select, textarea {
		color: #eee;
		font-family: "Roboto", sans-serif;
		font-size: 9pt;
		font-weight: 300;
		line-height: 1.65em;
		letter-spacing: -0.015em;
	}

	}