﻿/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, ul,
dd, dt, li, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {margin: 0;padding: 0; box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {-webkit-text-size-adjust: none; height:100%;}
img, fieldset { border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
.clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; }
div,section,nav,header,footer,ul,li,ol { box-sizing: border-box; }
/*************************************************************************************/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+HK:100&display=swap');
 @import url('../fonts/lane/lane.css'); */
/*************************************************************************************/
::selection {
  background: #009aa1; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #009aa1; /* Gecko Browsers */
  color: white;
}
/*************************************************************************************/

a { color: #4bb9cd; /* transition: color 0.3s ease; */ }
a:link { text-decoration: none; }
a:hover { text-decoration: underline; color: #acafe5; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }

p { margin: 1.2em 0; }

h1, h2, h3, h4, h5, h6, h7 { color: #4bb9cd; font-size: normal; font-family: 'Noto Sans TC', sans-serif; }

body { overflow-y: scroll; color: #666666; letter-spacing: 0.05em; width: 100%; /* height: 100%; */ background-color: rgb(253,253,253); }
hr { background: url('../images/dotline.png') center left repeat-x; border: 0px; height: 5px; }

header { position: fixed; z-index: 90; top: 0; width: 100%; display:block; box-shadow: 0px 2px 5px rgba(0,0,0,0.05); }
footer { font-size: .9em; padding: 1em; line-height: 2em; margin-bottom: 40px; text-align: center; /* background-color: white; */ position: relative; z-index: 1 ;}

/* NAV ----------------------------------------------------------------------------- */
.navbar { position: relative; z-index: 2; }
/*
.nav-color-bar:before {
	display: block;
	content: '';
	z-index: 1;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	height: 70px;
	opacity: .6;
}
/*
.nav-color-bar:after {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -5px;
	content: '';
	display: block;
	height: 5px;
	width: 100%; 
	background: rgb(106,211,186);
	background: linear-gradient(90deg, rgba(106,211,186,0) 10%, rgba(106,211,186,1) 30%, rgba(71,183,203,1) 70%, rgba(71,183,203,0) 90%);
}
*/
.corperate-logos {  position: relative; z-index: 1; transform: translateY(43px); }
.project-logo { padding: 5px; z-index: 1; }

#tv32logo { width: 80px; margin-left: 10px; }
#rthklogo { width: 120px; }
#rthklogo2 { width: 100px; position: absolute; top: 90px; left: 3%; z-index: 5; }
#copyright { padding: 10px; }
#remarks { font-size: .85em; line-height: 1.8em; }
#organizer img { height: 60px; margin: 10px; }


#sect-archive {
	padding-top: 4em;
	background-color: #def6fa;
}
#sect-match {
	padding: 3% 0%;
	background: #f6f5f0 url('../images/bg_club.jpg');
	background-size: cover;
}
#sect-related {
	padding: 3% 0%;
	padding-top: 8em;
	background: #f6f5f0 url('../images/subtop_bg.png') repeat-x top center;
	background-size: auto 250px;
}
@media only screen and (max-width: 600px) {
	#sect-related { padding-top: 5em; background-size: auto 30vw; }
}
.archive-title {
	font-family: 'Roboto';
	padding-top: 1em;
	padding-bottom:.75em;
}
.match-list-btns {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: .5em 0;
	/* height: 160px; */
	overflow:hidden;
	align-items: flex-start;
}
.match-btn {
	line-height: 1.4em;
	text-align: center;
	font-family: Roboto; 
	background-color: white;
	/*
	border-radius: 3px;
	font-size: .85em;
	padding: 12px 15px;
	margin: 6px;
	*/
    border-radius: 6px;
    font-size: 1em;
    padding: 15px 20px;
    margin: 8px 8px;
	overflow: hidden;
}
.match-list-btns a,
.match-btn a,
a.match-btn { display: block; text-decoration: none; }
.match-title { font-size: .95em; font-family: 'Noto Sans HK', sans-serif; font-weight: 500; color: #47b7cb; }
.match-date { font-size: .9em; color: #919191; }
.match-thumb { margin: -15px -20px 10px -20px; position: relative; }
.match-thumb img { width: 100%; height: auto; }
.match-thumb:before { content: ''; width:100%; height: 100%; display: block; position: absolute; z-index:1; top: 0; left: 0; background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 60%) 100%); }

/* Added on 2022/9/15 -------------------*/

.match-box-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: .5em;
	margin-top: .5em;
}
.match-box {
	flex: 0 0 33.3%;
	padding: .9rem .75rem;
	line-height: 1.6em;
	border-top: solid 1px rgba(71,183,203,.4);
}
@media only screen and (max-width: 992px) {
	.match-box { flex: 0 0 50%; }
	#rthklogo2 { width: 100px; top: 80px; }
}
@media only screen and (max-width: 768px) {
	.match-box { flex: 0 0 100%; }
	#rthklogo2 { width: 80px; top: 70px; }
}

/* --------------------------------------- */
ul.list-clubs { 
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
ul.list-clubs li {
	margin: 10px;
}
ul.list-clubs li img{
	width: 80px;
	height: auto;
}

@media only screen and (max-width: 600px) {
	ul.list-clubs li {
		margin: 6px;
	}
	ul.list-clubs li img{
		width: 60px;
		height: auto;
	}
}
.program-banner {
	width: 100%;
	height: auto;
	max-width: 950px;
	margin: 12% auto 2em auto;
	z-index:2;
	position:relative;
}
.program-banner .img-responsive {
	box-shadow: 2px 2px 8px rgb(0 0 0 / 15%)
}
.program-banner .carousel  {
	box-shadow: 2px 2px 8px rgb(0 0 0 / 15%);
}
.introBox {
	position: relative;
	max-width: 820px;
	width: 100%;
	margin: 1em auto;
	margin-bottom: -7em;
	z-index:2;
}
@media only screen and (max-width: 768px) {
	.introBox {
		width: 106%;
		margin: 0 -3% -7em -3%;
	}
	.program-banner { 
		margin-top: 4em;
	}
}
.remarks { font-size: .9em; font-weight: normal; opacity: .8; line-height: 1.8em; padding: 0 1em; }
.blockquote {
	position: relative;
	border-radius: 3px;
	padding: .75em 2em;
	background: rgb(106,211,186);
	background: linear-gradient(90deg, rgba(71,183,203,1) 0%, rgba(106,211,186,1) 100%);
	margin-bottom: .75em;
	font-size: 1.15em;
}
.blockquote hr { background-color: white; opacity: .4; height: 1px; }

@media only screen and (max-width: 600px) {
	.blockquote { border-radius: 0px; }
}
.football-icon {
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -30px;
	width: 60px;
}
/* HOME ----------------------------------------- */
.cover-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-size: cover;
	background-position: center center;
	min-height: 500px;
	padding: 56px 0 0 0;
	
}
.cover-box:after {
	display: block;
	content: '';
	z-index: 1;
	background: linear-gradient(360deg, rgba(253,253,253,1) 0%, rgba(253,253,253,0) 100%);
	position: absolute;
	bottom:0;
	width: 100%;
	height: 20%;
}
/*
.sub-cover-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 220px;
	margin: 56px 0% 0% 0%;
	position: relative;
}
*/
.item-title {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	color: #4bb9cd;
	padding: 12px 15px 12px 15px;
	margin-top:-12px;
	background-color: white;
	font-size: 1.3em;
	font-family: 'Roboto';
}
.item-thumb { border-radius: 3px; overflow: hidden; }
.item-caption { color: #999999; text-align: center; }

.hover-up {
	cursor: pointer;
	transition: all .1s ease;
	transform: translate(0,0);
}
.hover-up:hover {
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
	transform: translate(-3px, -3px);
}
/* CHANNEL LIST --------------------------------------- */
.channel-list {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
a.channel-item {
	display: block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	transition: all .1s ease;
	transform: translate(0,0);
	height: 100%;
	margin: 3px 0;
}
a.channel-item:hover {
	transform: translate(0px, -5px);
}
a.channel-item:hover  .channel-label {
	display: block;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 15%);
}
.channel-item img {
	margin: 0 auto;
	height: 45px;
	width: auto;
	margin-bottom: -1em;
	display: block;
}
.channel-label {
	text-align: center;
	background-color: white;
	border-radius: 99px;
	padding: 1.75em 1em .75em 1em;
	color: #666666;
	font-size: .8em;
	margin: 0 6px;
	background: linear-gradient(to bottom, rgba(210,210,210,1) 0%, rgba(240,240,240,1) 20%, rgba(255,255,255,1) 40%);
	line-height: 1.2em;
}
.show-on-mobile { display: block; }
@media only screen and (max-width: 767px) {
	.channel-item img { height: 40px; }
	
}
/* AD APP BOX ----------------------------------------- */
.app-icon-style {
	border-radius: 25%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	max-width: 150px;
}
.app-icon-box {
	position: relative;
	width: 20%;
	z-index: 1;
}
.app-icon-box img {
	transform: translate(5%,-1.5em);
	margin:0 auto;
}
.app-info-box {
	width: 85%;
	z-index: 0;
	background-color: #f6f0e8;
	border-radius: 3px;
	padding: 1.5em;
	padding-left: calc(5% + 1.75em);
	margin-left: -5%;
}

@media only screen and (min-width: 768px) {
	.app-info-box .info-head img {
		width: 30%;
	}
	.app-icon-box { width: 20%; }
}
@media only screen and (max-width: 767px) {
	.app-info-box .info-head img {
		width: 100%;
	}
	.app-icon-box { width: 30%;	}
}
/* RELATED SUBPAGE ----------------------------------------- */

.grp-title {
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #999999;
	background-color: #f6f5f0;
	padding: .65em 1.5em .5em 1.5em;
	box-shadow: 2px -7px 10px rgba(0,0,0,0.1);
	letter-spacing: 0.2em;
}
a.prog-item { position: relative; display: block; text-decoration: none; margin-top: 1em; margin-bottom: 1em; transition: all .1s ease; }
.prog-item:hover { transform: translate(-3px, -3px); }
.prog-item:hover .prog-info { box-shadow: 2px 2px 10px rgba(0,0,0,0.1); }
.prog-thumb { position: absolute; top: -10px; left: 0px; z-index: 1; border-radius: 3px; width: 120px; overflow: hidden; box-shadow: 2px 2px 10px rgba(0,0,0,0.1); }
.prog-info { padding: 1em 1em; background-color: white; margin-bottom: 15px; margin-left: 70px; padding-left: 100px; padding-right: 7%; border-radius: 0 3px 3px 0; }
.prog-title { font-weight: normal; font-size: 1.4em; line-height: 1.4em; margin-bottom: .5em; }

.prog-desc { color: #666; line-height: 1.6em; font-size: .9em; margin-left: -15px; width: calc(100% + 15px); }
.type-tv .prog-title { color: #47bd82; }
.type-radio .prog-title { color: #eb7900; }

.type-tv:before {  
	content: '';
	position: absolute;
	z-index:0;
	left: 80px;
	top: 0;
	display: block;
	transform: skewX(-25deg);
	width: 50px;
	height: 100%; 
	max-height: 150px;
	background-color: #47bd82;
}
.type-radio:before {  
	content: '';
	position: absolute;
	z-index:0;
	left: 80px;
	top: 0px;
	display: block;
	transform: skewX(-25deg);
	width: 50px;
	height: 100%; 
	max-height: 150px;
	background-color: #f5b42c;
}

@media only screen and (max-width: 600px) {
	.prog-thumb { width: 100px; }
	.prog-info { margin-left: 50px; padding-left: 80px; }
	.type-tv:before,
	.type-radio:before { left: 50px; width: 40px; }
}

/* COMMON ----------------------------------------- */

.mw-700 { max-width: 700px !important; }
.mw-800 { max-width: 800px !important; }
.mw-900 { max-width: 900px !important; }
.mw-1000 { max-width: 1000px !important; }
.mw-1100 { max-width: 1100px !important; }

.max-w700 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background-color: white;
	padding: 1em 1em;
	border-radius: 5px;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.03);
	/* margin-top: -5vw; */
	overflow: hidden;
}
.overlay-div {
    position: relative;
    bottom: 0;
    text-align: center;
    padding-top: 4em;
    padding-bottom: 2em;
    margin-top: calc(-56px - 4em);
	margin-left: -10px;
	margin-right: -10px;
    background: linear-gradient(360deg, rgba(246,245,240,1) 50%, rgba(246,245,240,0) 100%);
	z-index: 1;
}
.project-logo { position:relative; width: 160px; }
.project-logo .logoBox { position: absolute; /*  top: -20px; left:0; */ transform: translateY(-30px); width: 100%; }
.content-header, .content-body { width: 100%; margin: 0 auto;  }
.content-header { text-align: center; padding-top: 3em; }
.sect-head { color: #2F8359; /* color: #47bd82; */ display: inline-block; margin: 0 auto; }
.sect-head:after { content: ''; display: block; height: 12px; width: calc(100% + 20px); margin-left: -10px; margin-top: -10px; background-color: #fcfc9c; }
.underline { display: inline-block; line-height: 2em; border-bottom: solid 1px #666; }
.content-body { text-align: left; padding-top: 2.5em; padding-bottom: 2.5em; line-height: 2em; font-size: 1.1em; }

.list-steps { padding: .5em; list-style: none; margin: 0; margin-left: 40px; }
.list-steps li { position: relative; margin-bottom: .6em; }

.bullet {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	left: -42px;
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: linear-gradient(to right, #31348b 0%, #7977ae 100%);
	color: white;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.floatBox { position: fixed; top: 56px; right: 0em; padding: .7em; }
.counter-text { background-color: #fffab7; border-radius: 5px; text-align: center; box-shadow: 0px 0px 5px rgba(0,0,0,0.1); line-height: 2em; padding: 0em .75em; font-size: 1.5em; letter-spacing: 0.1em; }
.lightBox { background-color: #ebecf6; padding: 1em; border-radius: 5px; color: #5b6f9d; font-style: italic; }

/* UTILITIES  ----------------------------------------- */

.icon-arrow-l:before { content: "＜"; display: inline-block; transform: scale(0.7, 1); padding-right: .25em; margin-left: -.5em;  }
.icon-arrow-r:after { content: "＞"; display: inline-block; transform: scale(0.7, 1); padding-left: .25em; margin-right: -.5em; }
.icon-org-audio { display: inline-block; background: url('../images/icon_original_audio.svg') no-repeat center center; text-indent: -9999px; vertical-align: middle; margin: 0 .35em; width: 1.5em; height: 1.5em; }

.overlay-top { margin-top: -4em; }
.overlay-bottom { margin-bottom: -3em; }

.img-responsive { width: 100%; height: auto; }

.bg-dark { background: linear-gradient(to right, #31348b 0%, #7977ae 100%); }
.bg-white { background-color: white; }

.text-light a { color: white; text-decoration: underline; }
.text-light a:hover { text-decoration: none; }
.text-dark a { color: #666; text-decoration: underline; }
.text-dark a:hover { text-decoration: none; }

.btn {
	border:none;
	min-width: 200px;
	padding: .75em 1em;
	color: white !important;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: .1em;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 99px;
	background-color: #47b7cb;
	background: linear-gradient(180deg, #66c3d4 0%, #0a60ad 100%);
	background-size: auto 120%;
	transition: all 0.2s ease;
}
a.btn { color: white !important; }

.btn:hover {
	color: white;
	background-color: #48a6b7;
	background-size: auto 100%;
}
.btn-red {
	background-color: #b11e33;
}
.btn-red:hover {
	background-color: #8e1829;
}
.show-all-btn { margin-top: 1.5em; }

.btn.btn-inline { display: inline-block; }
.btn.solid,
.btn.solid:link,
.btn.solid:visited,
.btn.solid:active  {
	background: linear-gradient(to right, #31348b 0%, #7977ae 100%);
	color: white;
	border: none;
}
.btn.solid:hover {
	background: linear-gradient(to right, #3a40cc 0%, #8285da 100%)!important;
}
.btn.btn-outline {
	border: solid 1px #999;
	color: #333;
	background: transparent;
	transition: all .2s ease;
	font-weight: bold;
}
.btn.btn-outline:hover {
	background-color: rgba(51,51,51,0.1);
	transform: scale(1.05);
}
.btn.disabled {
	pointer-events: none;
	opacity: .65;
	background: linear-gradient(180deg, #acbecc 0%, #5a5e84 100%) !important;
}
/* Video List Item ----------------------------------------- */
.video-item-list {
	position: relative;
	margin-bottom: .5em;
	/* width: 90%; */
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -1em;
	margin-bottom: -1em;
}
.video-item {
	position: relative;
	display: block;
	margin: 1em 0px 1em 0px;
	transition: all .2s ease;
	cursor: pointer;
}
.video-item:hover {
	transform: scale(1.05);

}
.video-item-pic {
	position: relative;
	background-size: cover;
	transition: all .2s ease;

	overflow: hidden;
	border-radius: 8px;
}
.video-item .video-item-pic:hover {
	box-shadow:
	  0px 1.1px 1.4px rgba(0, 0, 0, 0.02),
	  0px 2.6px 3.3px rgba(0, 0, 0, 0.028),
	  0px 4.9px 6.1px rgba(0, 0, 0, 0.035),
	  0px 8.7px 10.9px rgba(0, 0, 0, 0.042),
	  0px 16.3px 20.5px rgba(0, 0, 0, 0.05),
	  0px 39px 49px rgba(0, 0, 0, 0.07)
	;
}
.video-item-pic a {
	display: block;
}
.video-item-pic img {
	width: 100%;
	height: auto;
	transform: scale(1.01);
}
.video-item-info {
	text-align: left;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: .75em;
	margin-top: .75em;
	font-family: 'Noto Sans HK', sans-serif;
}
.video-overlay-title {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	display: flex;
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
	color: white;
	padding: 8px 10px;
	align-items: flex-end;
	line-height: 1.5em;
	letter-spacing: .15em;
	overflow: hidden;
	border-radius: 3px;
	font-size: .85em;
	z-index: 12;
}																																	  
/* HIDE SHOW ARROW ----------------------------------------- */

.epiArrBlk { position: relative; width: 24px; height: 24px; margin: 0 auto; cursor: pointer; display: flex; justify-content: center; }
.epiArr { width: 100%; }
.epiArr.Dwn { display: block; opacity: 1; transition: opacity 0.2s; }
.epiArr.Dwn.hide { opacity: 0; }
.epiArr.Dwn.show { opacity: 1; }
.epiArr.Up { opacity: 0; transition: opacity 0.2s;  }
.epiArr.Up.hide { opacity: 0; }
.epiArr.Up.show { opacity: 1; }

.proSlideBar {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.epId { position: relative; color: #ffd890 !important; }
.epiArrBlk {
	transition: transform 0.3s ease-out;
}
.epiArr {
	transition: transform 0.1s ease-out;
}
.flip {
	transform: rotate(-180deg);
	transform-origin: center center;
}

/* BACK TO TOP ----------------------------------------- */

.back-to-top {
	opacity: 0.8;
	text-indent: -9999px;
	width: 44px;
	height: 40px;
	right: 15px;
	bottom: 15px;
	position: fixed;
	z-index: 10;
	background-color: #47b7cb;
	transition: background-color 0.2s ease;
}
.back-to-top:after {
	content: '';
	border: solid white;
	border-width: 0 2px 2px 0;
	width: 15px;
	height: 15px;
	display: block;
	padding: 5px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -4px;
	margin-left: -7px;
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.back-to-top:hover {	
	background-color: #3caab5; 
}

/* OVERRIDE BOOTSTRAP ----------------------------------------- */

.navbar { 
	/* background: #FFF url('../images/bg_texture.jpg') no-repeat; */
	/* background: #FFF !important; */
	border-radius: 0;
	font-family: 'Open Sans';
	font-weight: bold;
}
.navbar-brand { font-size: 1rem; color: #1c7281 !important; }
.navbar-collapse { position: relative; }
.positionTopRight { position: absolute; right: 10px; }
.positionTopRight .project-logo { width: 120px; }
.navbar-dark .navbar-nav .nav-link { color: #eee; }
.navbar-light .navbar-nav .active>.nav-link {  }
.navbar-nav a:hover { color: white; }
.navbar-nav a.dropdown-item {  }
.navbar-nav a.dropdown-item:hover { color: white; background-color: #00bdc4; }
.nav-item.active a.nav-link { color: #008085 !important; }

.navbar-collapse { padding-top: 30px; transition: all .2s ease; }
.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {  z-index: 2; }

.nav-item .nav-link { text-align: center; }

/*
.pills-tab { text-align: center; }
.nav-pills .nav-link.active { background: linear-gradient(to right, #31348b 0%, #7977ae 100%); }
.nav-pills { line-height: 1.6em; }
*/

.dropdown-menu { border-radius: 3px; overflow: hidden; padding: 0; background-color: rgba(51,51,51,0.95); border: none; top: 115%; box-shadow: 3px 3px 8px rgba(0,0,0,0.3); }
.dropdown-item { padding: 0.7rem 1.5rem; border-top: solid 1px #eee; }

/* OVERRIDE FANCYBOX ----------------------------------------- */
.fancybox-iframe {
	/* max-width: 1600px; */
}
.fancybox-slide {
	padding: 3%;
}

.fancybox-slide--iframe .fancybox-content {
	/*
	width  : 1280px;
	height : 720px;
	*/
	max-height: 100%;
	margin: 0;
	background-color: #000;
}

/* RESPONSIVE STYLES  ----------------------------------------- */
@media only screen and (min-width: 768px) {
	.navbar-expand-lg .navbar-nav .nav-link { padding-right: .75rem; padding-left: .75rem; }
	/*.navbar-brand { display: none; }*/
}

@media only screen and (max-width: 1200px) {
	.project-cover a { height: 50vw; }	
}
@media only screen and (max-width: 992px) {
	/* .item-container { max-width: 950px; }
	.radio-box { flex: 0 0 100%; } */
	.project-logo { width: 140px; }
}
@media only screen and (max-width: 860px) {

}
@media (max-width: 825px) {
	.back-to-top { bottom: 0px; height: 40px; }
}
@media only screen and (min-width: 768px) {

}
@media only screen and (max-width: 768px) {
	/* NAV */
	#rthklogo { width: 70px; }
	#tv32logo { width: 60px; margin-left: 5px; }
	
	.nav-item .nav-link { font-size: 1.2rem; }
	.corperate-logos { transform: translateY(25px); }
	.project-logo  { width: 110px; }
	.project-logo  .logoBox { transform: translateY(-15px); }	
	
	/* .nav-color-bar:before { top: 76px; } */
	.navbar-nav { width: 100%; }
	.dropdown-menu { box-shadow: none; }
	
	.program-banner { padding: 10vw auto 4vw auto; }
	.cover-box { min-height: 450px; }
	
	.back-to-top { right: 2%; }
	.container { padding-left: 3%; padding-right: 3%; }
	.desktop-only { display: none; }
	.text-md-small { font-size: 1.4em; }
	.hide-in-mobile { display: none; }
	.blockquote { font-size: 1.1em; padding: 1em; }
}
@media screen and (max-width: 750px){
	.nav-color-bar:before { top: 56px; }
}
@media screen and (max-width: 576px) {
	#sharing { right: 10px; top: 10px; }
	
	#series { left: 90px;  }
	#series img { width: 70%; height: auto; }
	.cover-box { min-height: 400px; }
	/* .sub-cover-box { min-height: 150px; } */
	
	.content-header { padding-top: 2em; }
	.prog-info { padding-right: 3%; }
	.dropdown-menu { border-radius: 3px; overflow: hidden; }
}
@media print {
  * {-webkit-print-color-adjust: exact; }
}
/* CUSTOM TABLE STYLE ---------------------------------------------=------------  */
.max-w700 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background-color: white;
	padding: 1em 1em;
	border-radius: 5px;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.03);
	/* margin-top: -5vw; */
	overflow: hidden;
}
#timetable.table, #timetable.fold-table {
	max-width: 700px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.03);
	line-height: 1.5em;
}
#timetable.table thead tr th, #timetable.fold-table thead tr th {
	background: linear-gradient(to bottom, #4a7ad5 0%, #42a3ff 90%);
	color: white;
	letter-spacing: .15em;
	z-index: 1;
	font-weight: bold;
	/* vertical-align: top; */
}

#timetable.table td br.show-on-mobile { display: none; }
@media only screen and (max-width: 768px) {
	#timetable.table tr br.show-on-mobile { display: inline-block; }
}
.table-striped tr td,
.table-striped tr th,
.table-striped-round tr td,
.table-striped-round tr th { border: 0; }
.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(164,211,255,0.1); }
.table-striped-round tbody tr:nth-of-type(odd) { border-radius: 99px; overflow: hidden; /* background: linear-gradient(to bottom, rgba(57,207,169,0.1) 10%, rgba(66,163,255,0.1) 90%);*/ background-color: rgba(164,211,255,0.1); }

/* Switch column table */

table {
  border-spacing: 0;
}
table .small { font-size: .95em; }
td,
th {
  padding: .75em .25em;
}
.fold-table thead th { 
	font-weight: bold;
	padding: .75em .25em;
}
th {
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .fold-table thead th:not(:last-child) {
    display: none;
  }
  .fold-table td, .fold-table th {
    display: block;
    clear: both;
	padding: .75em .25em;
  }
  .fold-table td[data-th]:before {
    content: attr(data-th);
    float: center;
  }
  .fold-table th { font-weight: normal; }
  .fold-table th br { display: none; }
  .fold-table tbody th { padding-bottom: 0; }
  .fold-table tbody td { padding: 0.5rem 0.25em; }
}