a, a:hover, a:visited {
	color: #379fd4;
}
#hero-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	position: relative;
	transition: filter ease-in-out 1s;
}
#hero-container.blur {
/* 	filter: blur(10px); */
}
#hero {
	width: 100%;
	min-height: 1265px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	background-color: black;
	background-size: cover;
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
	position: relative;
	padding-top: 20px;
}
#hero.hidden {
	display: none;
}


/** Layout for live steaming page **/
.main-content-container {
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	transform: translateX(-50%);
}
.main-content-container.narrower {
	max-width: 1200px;
}
body {
	background-color: black;
}
.main-content-container {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 125px;
	border-collapse: separate;
	border-spacing: 20px;
	visibility: hidden;
}
.main-content-container.shown {
	visibility: visible;
}
.main-content-container > div {
	display: table-cell
}
.main-content-container .right-col {
	vertical-align: top;
	width: 360px;
	max-width: 100%;
}
.main-content-container .right-block {
	width: 100%;
	/* height: 500px; */
	/* max-height: 50%; */
	margin-bottom: 20px;
}
.main-content-container .right-blocks-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.main-content-container .right-block iframe {
	border: 1px solid gray;
	box-sizing: border-box;
}
.main-title-text-container-wrapper {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	visibility: hidden;
}
.main-title-text-container-wrapper.shown {
	visibility: visible;
}
.main-title-text-container {
	display: block;max-width: 1660px;width: 100%;height: 100px;margin-left: auto;margin-right: auto;
	/*
	background-image: url(images/main-background.jpg);
	background-size: 1700px 1000px;
	background-position: center;
	*/
	background-color: rgba(255,255,255,0.7);
	color: white;position: relative;
}
#main-title-text {
		background-image: url(../images/main-title-text-black.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 80%;max-width: 800px;height: 50px;margin-top: 12px;top: 50%;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-65%);
}
#main-title-container {
	width: 100%;
	height: 0;
	padding-top: 18%;
	margin-top: 25px;
	background-color: black;
	background-image: url(../images/acetw22-banner.jpg);
	background-position: center top;
	background-size: 80%;
	background-repeat: no-repeat;
	text-align: center;
}
#main-title-container-top {
	width: 100%;
	height: auto;
	background-color: black;
	text-align: center;
	margin-bottom: 20px;
	display: none;
}
#main-title-container-top > img {
	width: 100%;
	max-height: 130px;
}
#main-title-container-top .text-content {
	color: white;
	font-size: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 140%;
}
#main-title-container-top.replay {
	display: block;
	background-color: transparent;
}

.main-title-h2-container {
	display: none;
	padding-top: 24px;
}

#tab-container {
	font-weight: bold;
	display: none;
	margin-top: 40px;
}
#tab-container li {
	width: 150px;
	display: inline-block;
	padding: 18px 10px 17px 10px;
	text-align: center;
	color: gray;
	border: 1px solid gray;
	border-bottom-width: 0; 
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: rgb(255,255,255);
	letter-spacing: 1px;
	cursor: pointer;
}
#tab-container li.selected {
	color: #5c9cdf;
	background-color: #fefbf4;
}
.notes {
	font-size: 16px;
	color: rgba(0,0,0,0.4);
	line-height: 2px;
}

.uploader-container {
	margin-top: 25px;
}
.uploader {
	width: 100%;
	height: 181px;
}
#uploader-container-placeholder-right .uploader {
	display: none;	
}

/** Video player **/
#vimeo-player {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 1px solid #777;
}

/** Replay **/
.thumbnails-container {
	width: 100%;
	max-width: 1220px;
	letter-spacing: 29px;
}
.video-thumbnail {
	width: 264px;
	height: 188px;
	display: inline-block;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	color: rgba(255,255,255,0.8);
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.video-thumbnail > div {
	width: 100%;
	position: absolute;
	bottom: 12px;
	font-size: 18px;
	letter-spacing: 0;
}

h2.main-title {
	letter-spacing: 0em;
	font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #fff;
	--background: linear-gradient(0deg,#648fff,#648fff 10%,#e7f0fd 83%,#e7f0fd);
	background: var(--background);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	text-align: center;
	font-size: 40px;
	line-height: 120%;
}
h2.main-title .light-text {
	font-weight: normal;
}
h2.main-title.inline-by-default.shown-by-default {
	margin-left: 12px;
	margin-right: 12px;
}

/** info-block **/
.info-block {
	cursor: pointer;
	margin-top: 30px;
	background-color: rgba(0,0,0,0.2);
	height: auto;
	padding: 50px 20px 50px 20px;
	border-radius: 8px;
	max-width: 800px;
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.info-block h2 {
	font-size: 30px;
	color: rgba(255,255,255,0.8);
	font-weight: bold;
	text-align: left;
}
.info-block .info-content {
	display: inline-block;
	padding-top: 5px;
	box-sizing: border-box;
	padding-left: 15px;
	vertical-align: top;
	margin-top: 0;
	font-size: 20px;
	color: rgba(255,255,255,0.8);
}
.info-block .block-thumbnail {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url(../images/album_thumbnail.jpg);
	background-size: cover;
	background-position: center center;
}
#amazon-ivs-videojs {
	border: 1px solid rgba(255,255,255,0.3);
}

.main-message {
	text-align: center;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 95%;
	font-size: 24px;
	line-height: 140%;
	transform: translateY(-50%);
	margin-top: 118px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.ui-layer {
	background-color: rgba(255,255,255,0.1);
}
.main-message.gray {
	color: rgba(0,0,0,0.5);
}

.user-options {
	margin-top: -10px;
	margin-bottom: 20px;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
}
.user-options li {
	display: block;
}
.user-options li.left {
	float: left;
	text-align: left;
}
.user-options li.right {
	float: right;
	text-align: right;
}
.user-options li a {
	cursor: pointer;
}
.user-options li a:hover {
	filter: brightness(120%);
}
.user-options li a img {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	vertical-align: -4px;
}


@media screen and (max-width: 1000px) {
	#hero {
		min-height: 1460px;
	}
	.main-content-container {
		border-spacing: 0;
	}
	.main-content-container > div {
		display: block;
	}
	#main-title-container {
		display: none;
	}
	#main-title-container-top {
		display: block;
	}
	.main-content-container .right-blocks-container {
		height: 540px;
	}
	.main-content-container .right-col {
		width: 100%;
		height: 580px;
	}
	#tab-chatroom-block iframe {
		height: 403px;
	}
	.main-content-container .right-block {
		height: 800px;
		visibility: hidden;
		position: absolute;
		top: 0;
	}
	#tab-container {
		display: block;
	}
	#main-title-container {
		display: none;
	}
	#hero {
		/** background-image: url(../images/hero__m1max_lq_dark.jpg); **/
	}
	
	/** Switch the uploader position for desktop and mobile **/
	#uploader-container-placeholder-right .uploader {
		display: block;
	}
	#uploader-container-placeholder-left .uploader {
		display: none;
	}

	h2.main-title {
		font-size: 34px;
	}
	h2.main-title .light-text {
		font-size: 28px;
	}
	.left-col .user-options {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 900px) {
	.main-title-h2-container {
		padding-top: 11px;
	}
	h2.main-title.inline-by-default {
		display: block;
	}
	h2.main-title.shown-by-default {
		display: none;
	}
}
@media screen and (max-width: 720px) {
	.main-title-text-container {
		height: 80px;
	}
	#main-title-text {
		background-image: url(../images/main-title-text-v-black.png);
		transform: translateX(-50%) translateY(-68%);
		height: 60px;
	}
}
@media screen and (max-width: 414px) {
	#tab-container li {
		width: 100px;
		padding: 13px 5px 12px 5px;
	}
	#modal-dialog-login .alert {
		top: 94px;
	}
	#modal-dialog-login h2 {
		font-size: 24px;
	}
	.main-title-h2-container {
		padding-top: 0;
	}
	h2.main-title {
		font-size: 30px;
	}
	h2.main-title .light-text {
		font-size: 25px;
	}
	.main-content-container {
		top: 0;
	}
	#amazon-ivs-videojs {
		border-width: 0;
	}
}
@media screen and (max-width: 375px) {
	#modal-dialog-login h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 375px) {
	#modal-dialog-login h2 {
		font-size: 21px;
	}
	#modal-dialog-login .alert {
		top: 90px;
	}
}
@media screen and (max-width: 374px) {
	h2.main-title {
		font-size: 26px;
	}
	h2.main-title .light-text {
		font-size: 22px;
	}
	#modal-dialog-login h2 {
		font-size: 18px;
	}
}
@media screen and (max-width: 320px) {
	#modal-dialog-login .alert {
		top: 70px;
	}
	.modal-dialog .content {
		top: 110px;
	}
	#modal-dialog-login h2 {
		margin-top: 10px;
	}
}

@media screen and (max-width: 624px) {
	.video-thumbnail {
		width: 164px;
		height: 130px;
		margin-bottom: 10px;	
	}
}
@media screen and (max-width: 414px) {
	.video-thumbnail {
		width: 104px;
		height: 95px;
	}
	.video-thumbnail > div {
		font-size: 14px;
	}
}

@media screen and (max-width: 510px) {
	.hide-by-default.l1 {
		display: inline;
	}

}
@media screen and (max-width: 414px) {
	#main-title-container-top .text-content {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 30px;
	}
	.info-block {
		margin-top: 0;
	}
	.info-block .info-content {
		font-size: 18px;
	}
	.info-block h2 {
		font-size: 26px;
	}
	#main-title-h2-container {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.info-block .info-content {
		font-size: 18px;
	}
	.info-block h2 {
		font-size: 26px;
	}
	.info-block .block-thumbnail {
		width: 80px;
		height: 80px;	
	}
	.info-block .info-content {
		font-size: 15px;
	}
}
