html {
	min-height: 100%;
}

body {
	margin: 0;
	font-family: titular, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	background: linear-gradient(#191e24aa, #191e24aa), url('background.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	min-width: 360px;
}

a,
button {
	color: #fff;
	cursor: pointer;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	border: 0 none;
	text-transform: uppercase;
}

h2, h3, h4, h5 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0.5em 0 0.5em;
}

body > .body > .inner h1,
body > .body > .inner h2 {
	margin: 0 0 0.5em;
}

#menubar {
	background: #0004;
	margin: 0 0 20px;
}
	#menubar > .inner {
		/* max-width: 930px; */
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
		overflow: hidden;
		text-align: center;
	}

	#menubar a {
		display: inline-block;
		border: none;
	}

	#menubar a.primary {
		border: 2px solid #962c86;
		padding: 1px 9px 2px 5px;
	}
		#menubar a.primary:hover {
			color: #962c86;
		}

	#menubar .logo {
		width: 120px;
		max-width: 20vw;
		/*margin: -40px 0 -40px -30px;*/
		vertical-align: bottom;
	}

	#menubar > .inner > ul.main {
		float: right;
		max-width: 60%;
		text-align: center;
	}

	#menubar > .inner > ul.modes {
		display: inline-block;
	}

	#menubar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		font-weight: bold;
	}
		#menubar ul > li {
			display: inline-block;
		}
			#menubar > .inner > ul.main > li + li {
				border-left: 4px solid #962c86;
				margin-left: 6px;
				padding-left: 6px;
			}
			#menubar > .inner > ul.modes > li {
				margin-left: 10px;
			}
			#menubar ul > li a {
				color: #fff;
				text-decoration: none;
				border: none;
				margin-right: 0.1em;
			}
				#menubar ul > li.active a {
					color: #962c86;
				}
				#menubar ul > li a:hover {
					text-decoration: underline;
				}

body > .body {
	max-width: 1300px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

	body > .body > .left-feature {
		width: 155px;
	}
		body > .body > .left-feature a {
			border: 0 none;
		}

	body > .body > .right-feature {
		width: 155px;
	}
		body > .body > .right-feature a {
			border: 0 none;
		}

	body > .body > .inner {
		max-width: 900px;
		flex: 1 0 auto;
		margin: 0 auto;
	}

body > .body > .inner > .container {
}
	body > .body > .inner > .container.filtered {
		display: flex;
		flex-direction: row;
	}
		body > .body > .inner > .container.filtered > .filter {
			border: 2px solid #962c86;
			padding: 18px;
			width: 200px;
			flex: 0 1 content;
			min-height: 600px;
			margin: 0 20px 0 0;
		}
		body > .body > .inner > .container.filtered > .filter h2 {
			background: #962c86;
			color: #fff;
			text-align: center;
			padding: 14px;
			margin: 0 0 1em;
		}
		body > .body > .inner > .container.filtered > .content {
			flex: 1 1 auto;
		}
	body .container.stream {
		display: flex;
		flex-direction: row;
	}
		body .container.stream > .content {
			border: 2px solid #962c86;
			padding: 18px;
			min-height: 400px;
			background: #0004;
			flex: 1 1 400px;
			font-size: 80%;
			margin: 0 20px 0 0;
			box-sizing: border-box;
		}
			body .container.stream > .content > h2 {
				margin: 0 0 0.3em;
				font-size: 150%;
				text-transform: uppercase;
			}
			body .container.stream > .content > p {
				margin: 0 0 0.6em;
			}
			body .container.stream > .content > .details {
				/*margin-top: 2.5em;*/
				font-size: 80%;
			}

		body .container.stream > .video {
			flex: 1 1 400px;
		}

	body > .body > .inner > .container.tabbed {
	}
		body > .body > .inner > .container.tabbed > .head {
			position: relative;
			background: #0004;
			overflow: hidden;
			padding: 16px;
		}
			body > .body > .inner > .container.tabbed > .head > .logo {
				float: left;
				height: 100px;
				margin-right: 16px;
			}

			body > .body > .inner > .container.tabbed > .head > h1 {
				text-transform: uppercase;
				margin: 0;
				line-height: 100px;
			}

			body > .body > .inner > .container.tabbed > .head > .tabs {
				position: relative;
				margin-left: -16px;
				margin-right: -16px;
				margin-bottom: -16px;
				padding: 0;
				display: flex;
			}
				body > .body > .inner > .container.tabbed > .head > .tabs:before {
					content: " ";
					flex: 0 0 160px;
					border-bottom: 2px solid #962c86;
				}
				body > .body > .inner > .container.tabbed > .head > .tabs:after {
					content: " ";
					flex: 1 1 16px;
					border-bottom: 2px solid #962c86;
				}
				body > .body > .inner > .container.tabbed > .head > .tabs > a {
					display: inline-block;
					padding: 2px 18px 0;
					border-bottom: 2px solid #962c86;
				}
					body > .body > .inner > .container.tabbed > .head > .tabs > a.active {
						border: 2px solid #962c86;
						padding: 0 16px 2px;
						border-bottom: 0 transparent;
					}
				body > .body > .inner > .container.tabbed > .head > .tabs > .social-links {
					position: absolute;
					right: 0;
				}
					body > .body > .inner > .container.tabbed > .head > .tabs > .social-links > a {
						float: left;
						display: block;
						width: 32px;
						height: 32px;
						margin: 0 10px 0 0;
						background-size: contain;
						background-repeat: no-repeat;
						border: 0;
					}
					body > .body > .inner > .container.tabbed > .head > .tabs > .social-links > a.twitter {
						background-image: url('social-icon-twitter.png');
					}
					body > .body > .inner > .container.tabbed > .head > .tabs > .social-links > a.facebook {
						background-image: url('social-icon-facebook.png');
					}
					body > .body > .inner > .container.tabbed > .head > .tabs > .social-links > a.instagram {
						background-image: url('social-icon-instagram.png');
					}
					body > .body > .inner > .container.tabbed > .head > .tabs > .social-links > a.youtube {
						background-image: url('social-icon-youtube.png');
					}

		body > .body > .inner > .container.tabbed > .content {
			background: #0004;
			border: 2px solid #962c86;
			border-top-width: 0;
			padding: 20px;
		}
			body > .body > .inner > .container.tabbed > .content.filtered {
				display: flex;
				flex-direction: row;
			}
				body > .body > .inner > .container.tabbed > .content.filtered > .filter {
					flex: 0 1 140px;
					margin-right: 20px;
				}
					body > .body > .inner > .container.tabbed > .content.filtered > .filter > a {
						display: block;
						margin-bottom: 0.3em;
						border-color: #fff0;
						opacity: 0.6;
					}
						body > .body > .inner > .container.tabbed > .content.filtered > .filter > a.active {
							opacity: 1;
							border-color: #962c86;
						}
				body > .body > .inner > .container.tabbed > .content.filtered > .filtered-content {
					flex: 1 1 auto;
				}
			body > .body > .inner > .container.tabbed > .content p:first-child {
				margin-top: 0;
			}
			body > .body > .inner > .container.tabbed > .content p:last-child {
				margin-bottom: 0;
			}
			body > .body > .inner > .container.tabbed > .content p a {
				border-color: #fff;
			}
			body > .body > .inner > .container.tabbed > .content > .subcontent {
				background: #0004;
				border: 2px solid #962c86;
				padding: 20px;
				margin: 20px 0 20px;
			}
			body > .body > .inner > .container.tabbed > .content > .subcontent:first-child {
				margin-top: 0;
			}
			body > .body > .inner > .container.tabbed > .content > .subcontent:last-child {
				margin-bottom: 0;
			}
			body > .body > .inner > .container.tabbed > .content > .subcontent > .title {
				background: #962c86;
				margin: -21px -20px 20px;
				padding: 10px;
				overflow: hidden;
			}
				body > .body > .inner > .container.tabbed > .content > .subcontent > .title > h2 {
					margin: 0;
				}
				body > .body > .inner > .container.tabbed > .content > .subcontent > .title > span {
					float: right;
					font-size: 70%;
					margin: 0.2em 0.2em 0;
				}

body .container.form > form {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
	body .container.form > form > .error {
		background: #f004;
		padding: 20px;
	}
	body .container.form .section {
		background: #0004;
		padding: 20px;
	}
		body .container.form .section > * + * {
			margin-top: 20px;
		}
		body .container.form .section > .pair {
			display: flex;
			flex-direction: row;
			gap: 20px;
		}
		body .container.form .section > p.details {
			font-size: 80%;
		}

body > .body > .inner > .container.club {
}

	body > .body > .inner > .container.club > .head > .action-follow {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 90%;
		padding: 5px 16px;
		border: 0 none;
	}
		body > .body > .inner > .container.club > .head > .action-follow.inactive {
			background: #962c86;
		}
			body > .body > .inner > .container.club > .head > .action-follow.inactive:hover {
				color: #fff;
				filter: brightness(1.1);
			}
		body > .body > .inner > .container.club > .head > .action-follow.active {
		}
			body > .body > .inner > .container.club > .head > .action-follow.active:hover {
				text-decoration: underline;
			}
		body > .body > .inner > .container.club > .head > .action-follow.active:after {
			content: " ";
			display: inline-block;
			margin-left: 0.25em;
			width: 1em;
			height: 1em;
			background: url("icon-tick.png") no-repeat center center;
			background-size: contain;
			vertical-align: bottom;
		}

form input {
	width: 100%;
	padding: 8px 12px;
	box-sizing: border-box;
	color: #fff;
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	background: transparent;
	border: 2px solid #962c86;
}
	form input[readonly] {
		cursor: default;
	}

	form input::placeholder {
		color: #fff;
	}

.container.form .actions {
	text-align: center;
	margin-top: 40px;
}

	.container.form .actions > button {
		font-size: 110%;
		color: #fff;
		padding: 10px 20px;
		min-width: 170px;
		background: linear-gradient(#c6a1c6, #953791, #953791);
		border: 4px solid #953791;
		border-radius: 80px;
		font-family: inherit;
		text-transform: uppercase;
		font-style: inherit;
		cursor: pointer;
	}
		.container.form .actions > button:hover {
			filter: brightness(1.1);
		}
		.container.form .actions > button:active {
			filter: brightness(0.9);
		}

.container.form .section > .pair + input,
.container.form .section > input + input {
	margin-top: 20px;
}

.container.form .section > input + a {
	margin-top: 20px;
}

.container.form input + .status,
.container.form a + .status {
	/* margin-top: 20px; -8px */
	margin-top: 12px;
}

.container.form .status {
	text-align: center;
	margin: -8px;
}
	.container.form .status .value,
	.container.form .status .action {
		margin: 8px;
	}

	.container.form .status .value {
		display: inline-block;
		padding: 4px 12px 6px;
		text-transform: uppercase;
		border: 2px solid #962c86;
	}

	.container.form .status .action {
		display: inline-block;
		padding: 4px 12px 6px;
		text-transform: uppercase;
		border: 2px solid #962c86;
		background: #962c86;
		cursor: pointer;
	}
		.container.form .status .action:hover {
			color: #fff;
			filter: brightness(1.1);
		}
		.container.form .status .action:active {
			color: #fff;
			filter: brightness(0.9);
		}

.stream-preview {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	box-sizing: border-box;
	padding: 6px;
	font-size: 90%;
	text-align: center;
	background: #0004 url('play-icon.png') no-repeat center center;
	background-size: 92px;
	border: 0 none;
}
	.stream-preview:hover {
		background-color: #0008;
		cursor: pointer;
	}

	.stream-preview > .name {
		margin-top: 4px;
		max-height: 70%;
		overflow: hidden;
	}

	.stream-preview > .info {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		max-height: 50%;
		color: #ccc;
		text-transform: none;
		overflow: hidden;
	}



body > h1 {
	background: #0004;
	padding: 16px 25px;
	font-size: 140%;
	text-transform: uppercase;
	margin: 0 auto 20px;
	width: fit-content;
	text-align: center;
}

body .sponsor{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: contain;
	border: 3px solid #b82891;
}

body .headerLink{
	text-decoration: none;
	vertical-align: top;
}

.video {
	position: relative;
	background: #0004 url('large-play-icon.png') no-repeat center center;
	width: 400px;
	height: 400px;
}
	.video.active {
		background: #0004;
	}
	.video > video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.video.message {
		background: #0004 url('large-play-icon-faded.png') no-repeat center center;
		text-align: center;
		text-transform: uppercase;
		font-size: 150%;
	}
		.video.message:after {
			content: "";
		}
	.video.message .title {
		display: block;
		text-decoration: none;
		border: 0 none;
		margin-top: 32%;
		font-size: 120%;
		color: #8e2395;
	}
	.video.message .title:hover {
		transform: scale(1.05);
	}
	.video.message .subtitle {
		font-size: 90%;
	}

ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.tree > li > h3 {
		cursor: pointer;
		margin: 0;
		padding: 0.25em 0 0.5em;
	}
		ul.tree > li > h3 > a {
			color: inherit;
		}
		ul.tree > li > h3:hover {
			color: #962c86;
		}
		ul.tree > li.selected > h3 {
			color: #962c86;
		}
	ul.tree > li > h3 > a:before {
		display: inline-block;
		content: " ";
		border: 20px solid transparent;
		border-bottom-width: 0;
		border-top-width: 25px;
		border-top-color: #962c86;
		margin-right: 12px;
		transition: all 0.25s cubic-bezier(0, 0, 0.5, 1.0);
	}
	ul.tree > li.expanded > h3 > a:before {
		transform: rotate(180deg);
	}
	ul.tree a {
		border-bottom: none;
	}
	ul.tree > li > ul {
		font-size: 70%;
		list-style: none;
		margin: 0;
		padding: 0;
		display: none;
	}
		ul.tree > li.expanded > ul {
			/* height: auto; */
		}
		ul.tree > li.expanded > ul > li > a:hover {
			color: #962c86;
		}
		ul.tree > li > ul > li.selected > a {
			color: #962c86;
		}
			ul.tree > li > ul > li.selected > a:hover {
				text-decoration: underline;
			}

/*Single Stream*/

.wrapper{
	width: 600px;
	max-width: calc(100vw - 32px);
    min-width: 406px;
    padding: 20px;
    margin: 0 auto;
    border: 3px solid;
    font-size: 18px;
    text-align: center;
	box-sizing: border-box;
    background: #0000007a;
}

@media only screen and (max-width: 432px) {
	.wrapper{
		width: auto;
		min-width: auto;
		margin: 0 16px;
	}
}
.form-group{
    padding: 5px;
}
.btn {
	display: inline-block;
	cursor: pointer;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all .15s ease-in-out;
}
.btn:hover {
	background: #0006;
}

.invalid-feedback{
    font-weight: bold;
    color: #ff6767;
    background: #f002;
    display: block;
    margin: 6px 0;
    padding: 6px;
}

a,
button {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a:hover,
button:hover {
	background: #0006;
}

.actions a {
	display: inline-block;
}

hr {
	display: block;
	height: 2px;
	background: #fff5;
	border: 0 none;
}