@charset "UTF-8";
/* CSS Document */
h1 { display: block; font-size: 1em; }
h2 { display: block; font-size: 1.5em; }
h3 { display: block; font-size: 1em; }
h4 { display: block; font-size: 0.8em; }
.mainWrap { width:100%; height:auto; }
main { position:relative; max-width:1200px; height:auto; margin: 0 auto; }
section { /*float:left;*/ width: 100%; height: auto; }
/*------------------------TV live player----------------------*/
.playerWrap{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
.playerWrap.colBack {
	background: rgb(136,155,89);
	background: -moz-linear-gradient(-45deg, rgba(136,155,89,1) 0%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(136,155,89,1) 0%,rgba(125,185,232,1) 100%);
	background: linear-gradient(135deg, rgba(136,155,89,1) 0%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#889b59', endColorstr='#7db9e8',GradientType=1 );
}
.overlay {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(45deg, rgba(18,78,79,1) 0%, rgba(76,151,131,0.01) 50%, rgba(48,143,137,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(18,78,79,1) 0%,rgba(76,151,131,0.01) 50%,rgba(48,143,137,1) 100%);
	background: linear-gradient(45deg, rgba(18,78,79,1) 0%,rgba(76,151,131,0.01) 50%,rgba(48,143,137,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124e4f', endColorstr='#308f89',GradientType=1 );
}
#progPlayer{
	position:relative;
	margin: 100px auto 0 auto;
	width:920px;
	/*left:100%;*/
	/*width:720px;*/
	/*width: 38%;*/
	/*height: 450px;*/
	/*top:100px;*/
	/*left:31%;*/
}
#tvplayer_32{
	position:relative;
	margin: 100px auto 0 auto;
	width:920px;
}
#vidScreen{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	box-shadow: -2px 2px 5px #000000;
}
.vidPlayer{
	width:75%;
	display:block;
}
.vidList{
	position: absolute;
	top:0;
	right: 0;
	width: 25%;
	height: 100%;
	letter-spacing: 5px;
	font-size: 13px;
	background: rgba(220,229,232,0.3);
}
.vidList.dark{ background: rgba(88,92,106,0.4);}
/*.liveBlock{
	position:relative;
	letter-spacing: 5px;
	color:#FFFFFF;
	width: 100%;
	height: 30%;
	background: rgba(40,41,47,0.9);
	overflow:hidden;
}*/
/*.liveChn{
	position: relative;
	width:60%;
	margin: 0 auto;
	padding: 5% 0;
	display: table;
	vertical-align: middle;
}*/
/*.liveTye{
	position: absolute;
	right: -6px;
	bottom: 8%;
	letter-spacing: 5px;	
}*/
/*.vidTit {
	width:100%;
	height:10%;
	padding: 3% 0;
	color:#FFFFFF;
	background: #b83821;
	line-height: 16px;
	cursor: pointer;
}*/
/*.livTri{
	float:left;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 14px;
	border-color: transparent transparent transparent #f5d1cc;
	margin: 0 8px 0 10%;
}*/
.recomBlock{
	position:relative;
	width:100%;
	height: 100%;
}
.epiRecom{
	position:relative;
	width: 101%;
	height:10%;
	font-size:14px;
	padding-top: 12px;
	text-align:center;
	color: #8b95a0;
	margin-left: -1px;
	background: #2e3e4a;
}
.scrollbox-wrapper{ height: 90% !important;}
.listWrap{
	position:relative;
	width:100%;
	height: 100%;
	/*max-height: 110px;*/
	/*max-height: 30%;*/
	/*height: 200px;*/
	overflow: hidden;
/*	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;*/
}
.listShadow {
	position:absolute;
	bottom: 0;
	width:100%;
	height: 45px;
	background: url(../img/playerBotShadow.png) no-repeat;
	background-position: center bottom;
	background-size:cover;
	z-index:1;
}
.listShadow.light { opacity: 0.3;}
.vidListBlock {
	width: 80%;
	margin: 5px auto 0 auto;
	opacity: 0.7;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.vidListBlock:hover{
	opacity: 1;
}
.vidReTit{
	color: #2e3e4a;
	font-weight: 700;
	padding-top: 5px;
}
.playTit {
	/*position: absolute;*/
	float:left;
	bottom: 0;
	width: 75%;
	letter-spacing: 5px;
	line-height: 22px;
	color:#FFFFFF;
	padding-top: 15px;
}
.playTit.dark { color: #2e3e4a; }

/*-----------------------SHOW Title----------------------*/
section.secWrap { width: 94%; margin: 35px auto 25px auto; }
section.secWrap.showTitle {width: 94%; margin: 35px auto 25px auto; }

.shTopWrap {
	font-size: 0;
	color: #2e3e4a;
	position:relative;
	width:100%;
	height: auto;
	letter-spacing: 5px;
}
.spaceBlock {
	display:inline-block;
	vertical-align:top;
	width: 31.5%;
	min-height: 140px;
}
.logoWrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
}
.channelLogo {
	position: absolute;
	width: 31.5%; 
	min-height: 157px; 
	top:0; bottom:0;
}
.channelLogoImg {
	/*width:35%;
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%);*/
	display:inline-block;
}
.channelLogoImg.tv { width:90%;}
.channel_live {
	width: 115px;
	height: 25px;
	text-align:center;
	cursor: pointer;
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 5px;
	color: #2e3e4a;
	padding: 5px 15px 0px 15px;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
            border-radius: 5px;
}
.channel_live.ex { display:none;}
.channel_live:hover { background: rgba(234,190,181,1.00)}
.liveIcon { display: inline-block; }
.liveIcon img { vertical-align:baseline; }
.channel_live.ex { display: none; }
.showInfoWrap {
	font-size: 0;
	text-align:justify;
	display:inline-block;
	vertical-align:bottom;
	/*width: calc(100% - 33%);*/
	width: 68%;
	margin-left: -0.4%;
}
.showInfoWrap a { color: #2e3e4a;}
.showInfoWrap > * {
	display:inline-block;
	vertical-align:bottom;
}
.showInfoWrap:after {
	content:'';
	display:inline-block;
	width:99%;
}
.showLogoWrap { font-size: 0; /*width:79%;*/  width:100%;}
.proLogo {
	display:inline-block;
	vertical-align:bottom;
	width: 115px;
	height: 115px;
}
.proLogoImg { margin-bottom: 2px; }
.proTitle {
	width: calc(100% - 135px);
	padding-left:10px;
	display:inline-block;
	vertical-align:bottom;
	border-bottom: 1px solid #B3B3B3;
	/*background:#A8D5EE;*/
}
.proTitle.bot { display: none; }
.proTitle h1 { line-height: 35px; margin-bottom: 5px; }
.exName { text-align: right; line-height: 18px; width: 20%; white-space: nowrap; }
.homeBlock {
	font-size: 16px;
	width:115px;
	height: 40px;
	text-align:center;
	letter-spacing: 5px;
	color:#FFFFFF;
	display:table-cell; 
	vertical-align:middle;
	background: #6d6761;
	z-index: 1;
}
.specLinkBar {
	text-align: left;
	font-size: 16px;
	position: relative;
	width: calc(100% - 125px);
	margin-left: 125px;
	height: auto;
	margin-top: 4px;
}
.progLink {
	position: relative;
	display:inline-block;
	vertical-align:middle;
}
.specIcon{
	display:inline-block;
	width: 30px;
	height: 30px;
}
.progLink p {
	display:inline-block;
	vertical-align:middle;
	margin-left: -5px;
}
.chnBlockSm {
	display: none;
	text-align:right;
	width: 75px;
	margin: 0 8px 15px 0;
}
.tvLogoSm {
	position: relative;
	right: 0;
}
/*-----------------------SHOW & EP Title----------------------*/
.epLinkBar {
	width: calc(100% - 120px);
	font-size: 18px;
    height: auto;
    letter-spacing: 5px;
    margin: 5px 0 5px 120px;
    overflow: auto;
    text-align: justify;
}
.epLinkBar > * { display:inline-block; }
.epLinkBar:after {
  content:'';
  display:inline-block;
  width:99%;
  vertical-align:top;
}
.epName {
	line-height: 30px;
    vertical-align: bottom;
    width: 68%;
	padding-left: 10px;
}
.epDate {
	width: 25%;
	text-align:right;
	vertical-align: top;
}
/*------------------------Section Title Block--------------------------------*/
.secTitBlock {
	float: left;
	width: 31%;
	min-height: 180px;
	height: 100%;
	/*text-align: center;*/
	color: #2e3e4a;
	background: url(../img/secShadow.png) no-repeat;
	background-position: center right;
	background-size:10% 100%;
}
.secBar {
	width:100%;
	height: 10px;
	background: -moz-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(70,73,91,0.54) 51%, rgba(70,73,91,0.55) 52%, rgba(70,73,91,0.89) 100%); 
	background: -webkit-linear-gradient(left, rgba(229,229,229,0) 0%,rgba(70,73,91,0.54) 51%,rgba(70,73,91,0.55) 52%,rgba(70,73,91,0.89) 100%);
	background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(70,73,91,0.54) 51%,rgba(70,73,91,0.55) 52%,rgba(70,73,91,0.89) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#e346495b',GradientType=1 ); 
}
.secBar.grn {
	background: -moz-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(100,201,177,0.54) 51%, rgba(100,201,177,0.55) 52%, rgba(100,201,177,0.89) 100%); 
	background: -webkit-linear-gradient(left, rgba(229,229,229,0) 0%,rgba(100,201,177,0.54) 51%,rgba(100,201,177,0.55) 52%,rgba(100,201,177,0.89) 100%);
	background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(100,201,177,0.54) 51%,rgba(100,201,177,0.55) 52%,rgba(100,201,177,0.89) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#e364c9b1',GradientType=1 ); 
}
.titWrap {
	width: 70%;
	font-size: 0;
	margin-left: 28%;
	padding: 50px 0;
}
.titShadow {
	position:absolute;
	top:-40px;
	right: 45%;
	width: 140px;
	height: 140px;
	background: url(../img/dia_shadow.png) no-repeat;
	background-position: center;
	background-size: contain;
}
.chiTit {
	position:relative;
	width: 100%;
	font-size: 32px;
	letter-spacing: 10px;
	margin-bottom: 12px;
}
.engTit {
	width: 70%;
	font-size:20px;
	letter-spacing: 5px;
	margin-left: 25%;
}
/*-----------------------Latest and Upcoming------------------------*/
.latWrap {
	float: right;
	color: #2e3e4a;
	letter-spacing: 5px;
    line-height: 28px;
    padding-right: 1%;
    position: relative;
    text-align: justify;
    width: 67%;
}
.latWrap a {
	color: #2e3e4a;
}
.latVidWrap {
	width: 100%;
	height: auto;
}
.latVid {
	width: 79.5%;
	height: auto;
}
.albWrap {
	width: 79.5%;
	height: auto;
	background:#EDADAE;
}
.vid { display: block; }
.dateWrap {
	width: 79.5%;
	height:50px;
}
.vDate { float: left; }
.vAlb { float: right; margin-top:3px;}
.vAlbicon { float: right; width: 28px; height: 20px; margin: 5px 10px 0 0;}
.vcon { display:block; }
.vidData { width:100%; }
.latVidTit { margin-bottom: 10px; line-height: 33px; }
.latVidData { margin-bottom: 10px; }
.latVidGist { margin-bottom: 30px; }
.tagItem { color:#497372; }
.tagWrap a { color:#497372; }
.fancybox { cursor: pointer;}
/*---------------------------------Gist and Story-----------------------------------*/
.secBlock {
	position:relative;
	width: 100%;
	min-height: 180px;
}
.gistWrap {
	position: relative;
	float: right;
	width: 66%;
	padding-right: 1%;
}
.gistBlock {
	position: relative;
	/*float: right;*/
	/*width: 66%;*/
	color: #2e3e4a;
	text-align:justify;
	/*padding-right: 1%;*/
	line-height: 28px;
}
.gistBlock h3 { font-size: 16px; letter-spacing: 5px;}
.gistBlock p { font-size: 16px; letter-spacing: 5px; }
br { display: block; margin: 5px 0; }
.readMoreBtn {
	float:right;
	padding: 5px 25px 0 0;
	color: #2e3e4a;
	font-size: 14px;
	letter-spacing: 5px;
	text-align:right;
}
/*-------------------------------Catchup-------------------------------------*/
.secTitBlock.catUp { height: 470px;}
.catcUpWrap {
	width: 98%;
	margin: 0 auto;
	height: auto;
}
.grid-sizer {
	width: 32%;
	background:#E8F175;
}
.grid-item{
	position:relative;
	width: 31.2%;
	height: 470px;
	margin-bottom:20px;
	letter-spacing: 5px;
	color: #2e3e4a;
}
.grid-item.holder { }
.grid-item:nth-child(3n+2) { background:#96D0B6; }
.grid-item a { color: #2e3e4a; }
.epinfoBlock {
	position:absolute;
	top:0;
	width: 100%;
	height: 100%;
	background: #ebdfd3;
}
.epiName {
	width: 85%;
	margin: 0 auto 15px auto;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #AEB1B5;
}
.epiName h2 { font-size: 22px; line-height: 26px; }
.epiGist {
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 100px;
}
.epiGist h3 {
	font-size: 14px; line-height: 22px;
}
.epiDateWrap {
	position: absolute;
	bottom: 15px;
	width: 85%;
	vertical-align:middle;
	margin-left: 7.5%;
	display:table;
}
.epiDate { float: left; padding-top: 4px;}
.viewIconWrap { float:right; width: auto; display: table; }
.viewLink { display:table-cell; vertical-align:middle; font-size: 14px; padding-left: 10px;  }
.viewIcon { display:table-cell; vertical-align:middle; width: 20px; height: 16px; 
	border: 2px solid #686B73; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}
.viewTri {
	width: 0;
	height: 0;
	margin: 0 0 0 6px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #686B73;
}
@media screen and (max-width: 1600px) {
.vidTit { padding: 2% 0; }
#progPlayer{ margin: 70px auto 0 auto; width:720px; }
#tvplayer_32{ margin: 70px auto 0 auto; width:720px; }
}
@media screen and (max-width: 1200px) {
.vidList{ font-size: 12px;}
.epiRecom{ padding: 3% 0 0 12%; }
}
@media screen and (max-width: 1000px) {
#progPlayer{ margin: 2% auto 0 auto; width:600px; }
#tvplayer_32{ margin: 2% auto 0 auto; width:600px; }
.liveTye{ letter-spacing: 3px; font-size:10px; }
.vidTit { padding: 1.5% 0;}
.controls.hide { display: none;}
/*-----------------------SHOW Title----------------------*/
.proTitle h1 { line-height: 32px; }
.showLogoWrap { /*width:78%;*/ width: 98%; }

.exName { width: 20%; }
.specLinkBar { width: calc(100% - 125px); margin-left: 120px; }
.epLinkBar { width: calc(100% - 130px); margin-left: 120px;  }
.epDate { width: 28%; letter-spacing: 3px;}
/*------------------------Section Title Block--------------------------------*/
.titShadow { right: 40%;	 }
/*-----------------------Latest and Upcoming------------------------*/
.latWrap { float:left; width:65%; margin: 0 0 0 2%; }
/*----------------------------Catchup----------------------------------------*/
.catcUpWrap { width: 94%; margin: 0 auto; }
.grid-sizer { width: 31.5%; }
.grid-item { width: 32%; }
}
@media screen and (max-width: 825px) {
.vidList { display: none;}
.playTit { display: none;}
.playerWrap{ background:#000000;}
.playerWrap.colBack { background:#000000; }
.overlay { display: none; }
#vidScreen{ width:100%; height:100%;}
.vidPlayer{ height:100%; width:auto; margin: 0 auto;}
#progPlayer{ margin: 0 auto; width:auto; height:100%; }
#tvplayer_32{ margin: 0 auto; width:auto; height:100%; }
.chLiv{ display:block; }
.chlivTit { font-size:14px;}
/*-----------------------SHOW Title----------------------*/
section.secWrap.epi { margin: 45px auto 5px; }
section.secWrap {width: 96%; }
.spaceBlock { display: none; }
.channelLogo { display: none; }
.showInfoWrap { width: 100%; }
.showLogoWrap { width:78%; }
.specLinkBar { width: calc(100% - 120px); margin-left: 120px; }
.exName { width: 21%; }
.proTitle { width: calc(100% - 150px); /*margin-left: 10px;*/ }
.epName { width: 66%; }
/*.epDate { margin-left: 10px; }*/
.proTitle h1 { line-height: 28px; }
.chnBlockSm { display:inline-block;}
.tvLogoSm{ display:block;}

.channel_live {
    float: right;
    font-size: 14px;
    height: 25px;
    letter-spacing: 5px;
    line-height: 24px;
    margin-top: 3px;
    padding: 3px 8px 0;
    width: 115px;
}
.channel_live.ex { display: block; width: 85px; }
.liveIcon { display: none;}
/*-----------------------SHOW & EP Title----------------------*/
.epLinkBar { width: calc(100% - 120px);  margin-left: 120px; }
/*------------------------Section Title Block--------------------------------*/
section.secWrap.full { margin: 25px auto; }
.secTitBlock { width: 115px; min-height: auto; height: 250px; }
.secBar { height: 8px; }
.titWrap { width: 98%; margin-left: 0; padding: 15px 2% 25px 0;}
.titShadow { display: none; width: 0; }
.chiTit { text-align: right; margin-bottom: 8px; }
.engTit { margin-left: 0;  text-align: right; letter-spacing: 2px; width: 90%;}
/*-----------------------Latest and Upcoming------------------------*/
.latWrap { float:left; width: calc(73% - 120px); margin: 0 0 0 2%; }
.dateWrap { width: 100%; height: 35px; }
.latVid { width: 100%; }
.albWrap { width: 100%; }
.vidData { font-size: 14px; line-height: 24px; }
/*---------------------------------Gist------------------------------------*/
section.secWrap.gist { margin: 0 auto 25px auto; }
.gistWrap {float:left; margin: 2% 0 0 2%; width: calc(74.5% - 120px); }
.gistBlock { /*float:left; margin: 2% 0 0 2%; width: calc(74.5% - 120px);*/ }
.gistBlock h3 { font-size: 14px; line-height: 24px; letter-spacing: 5px;}
/*----------------------------Catchup----------------------------------------*/
.catcUpWrap { float: left; margin-left: 10px; width: calc(98% - 115px); }
.grid-item { width: 48.5%; }
.grid-sizer { width: 48%; }
.grid-item.holder { display: none; }
.epiDate { letter-spacing: 3px; }
}
@media screen and (max-width: 625px) {
/*-----------------------SHOW Title----------------------*/
section.secWrap.showTitle {width: 90%; }
.proLogo { width: 90px; height: 90px;}
.homeBlock { font-size: 12px; height: 35px; }
.showLogoWrap { width:74%; }
.exName { width: 24%; }

.chnBlockSm {  margin: 0 8px 5px 0; }
.proTitle { /*width: calc(100% - 105px);*/  width: calc(100% - 115px); }
.proTitle h1 { line-height: 26px; }
.progLink p { letter-spacing: 3px;}
.specLinkBar { width: calc(100% - 105px); margin-left: 100px; }
.progLink { margin-right:-5px;}
.specIcon { width: 25px; height: 25px;}
.progLink p { font-size: 12px;}
/*-----------------------SHOW & EP Title----------------------*/
.epLinkBar { float:left; /*width: calc(100% - 95px);*/ width: calc(75% - 95px);  margin-left: 95px; }
.epName { width: 63%; }
.epDate { width: auto; margin-left: 10px; }
/*------------------------Section Title Block--------------------------------*/
section.secWrap.full { width: 100%; }
.secTitBlock { float: none; width: 100%; height: auto; background: none; }
.secBar { display: none; }
.titWrap { width: 100%; height: 45px; padding: 0; display: table; margin-bottom: 15px;}
.chiTit { 
	display:table-cell; 
	vertical-align:middle; 
	width: 24%; 
	text-align: right; 
	margin-bottom: 0; 
	padding: 0;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.17) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.17) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,0.17) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#e5e5e5',GradientType=1 );
}
.engTit {
	display:table-cell; 
	vertical-align:middle; 
	width: 63%; 
	text-align: left; 
	letter-spacing: 5px; 
	padding-left:3%; 
	background: -moz-linear-gradient(-45deg, rgba(192,202,211,1) 0%, rgba(229,229,229,0) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(192,202,211,1) 0%,rgba(229,229,229,0) 100%);
	background: linear-gradient(135deg, rgba(192,202,211,1) 0%,rgba(229,229,229,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0cad3', endColorstr='#00e5e5e5',GradientType=1 );
}
.engTit.grn { 	
	background: -moz-linear-gradient(left, rgba(100,201,177,0.89) 0%, rgba(100,201,177,0.55) 51%, rgba(226,228,228,0) 99%, rgba(229,229,229,0) 100%);
	background: -webkit-linear-gradient(left, rgba(100,201,177,0.89) 0%,rgba(100,201,177,0.55) 51%,rgba(226,228,228,0) 99%,rgba(229,229,229,0) 100%);
	background: linear-gradient(to right, rgba(100,201,177,0.89) 0%,rgba(100,201,177,0.55) 51%,rgba(226,228,228,0) 99%,rgba(229,229,229,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e364c9b1', endColorstr='#00e5e5e5',GradientType=1 );
}
/*---------------------------------Gist and Story------------------------------------*/
.gistWrap {float:none; width: 94%; margin: 0 auto; max-height: 150px;}
.gistBlock { max-height: 150px; }
.gistBlock.main { max-height: 155px; }
.gistBlock h3 { font-size: 14px; line-height: 24px;}
.gistBlock p { font-size: 14px; line-height: 24px; }
/*-----------------------Latest and Upcoming------------------------*/
.latVidTit h2 { font-size: 20px; line-height: 28px; }
.latWrap { float:none; width: 90%; margin: 0 auto; }

/*----------------------------Catchup----------------------------------------*/
.secTitBlock.catUp { float: none; height: auto; margin-bottom: 105px;}
.catcUpWrap { float:none; margin: 0 auto; width: 96%; }
.grid-item { width: 48%; height: 500px; }
.grid-sizer { width: 47.5%; }
.viewIconWrap { float: left; clear:both; margin-top: 7px; }
.epiDate { letter-spacing: 3px; }
}
@media screen and (max-width: 425px) {
.chLiv{ width:100%; height:100%;}
.chLivLogoWrap{ float: none; width: 100%; background:none;} 
.chLivWrap{ width: 100%; height:60px; background: #FFFFFF url(../img/diviShd_Up.png) no-repeat center bottom; background-size:contain;}
/*-----------------------SHOW Title----------------------*/
section.secWrap.epi { margin: 45px auto 0 auto; }
section.secWrap.gist { margin: 0 auto 25px auto; }
.proTitle { display: none; }
.showLogoWrap { width: 90px; margin-left: 10px; }
.exName { width: 25%; letter-spacing: 2px; margin: 0 10px -35px 0;}
.exName.live {
    display: inline-block;
    margin: 0 5px -25px 0;
}
.specLinkBar { width: 96%; margin: 45px 0 0 0; padding-left: 12px; padding-right: 12px;}
.progLink.fis { margin-left: 0; }
.proTitle.bot { display:block; width:95%; }
.proTitle h1 { line-height: 28px; }
.proTitBack { 
	position:absolute;  
	width:112%; 
	height: 153px;
	top: -26px;
	left:-6%;
	z-index: -1;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ced3e0 100%); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ced3e0 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#ced3e0 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ced3e0',GradientType=0 );
}
/*-----------------------SHOW & EP Title----------------------*/
.epLinkBar { margin: 45px 0 0; width: 100%; }
.epName { width: 95%; }
/*---------------------------------Gist------------------------------------*/
.gistBlock { max-height: 145px; }
.gistBlock.main { max-height: 135px;}
.gistBlock h3 { font-size: 14px; line-height: 22px;}
.gistBlock p { font-size: 14px; line-height: 22px;}
/*----------------------------Catchup----------------------------------------*/
.secTitBlock.catUp { float: none; margin-bottom: 25px;}
.grid-item { width: 100%; height: 470px; }
.grid-sizer { width: 100%; }
.catcUpWrap { float: none; margin: 0 auto; width: 90%; }
.viewIconWrap { float: right; clear:none; margin-top: 0; }
}
