/* TV Mode */

#tvnewscont {
	background-color: #fff;
}
#tvnewscont ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tvnewscont li {
	height: 112px;
	box-shadow: rgb(229, 229, 229) 0px -1px 0px;
	overflow: hidden;
}

a {
	/*color: inherit;*/
}

#tvnewscont h3 {
	font-family: arial;
    display: inline-block;
    line-height: 32px;
    background-color: #3572b0;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px 5px;
    font-size: 24px;
}
#tvnewscont h4 {
	font-family: arial;
	clear: none;
	margin-right: 350px;
	height: 52px;
	overflow: hidden;
	margin-top: 10px;
	/*display: inline-block;*/
	/*line-height: 50px;*/
}
#tvnewscont a {
	/*color: #000;*/
}
a h4 {
	color: #000;
}
h1.headtv {
	margin-left: 20px;
	height: 72px;
}
.tvboximg {
	width: 138px;
	height: 78px;
	/*float: left;*/
	border: 1px solid #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    float: left;
    margin: 10px 20px;
}
.tvimg {
	position: relative;
	width: 138px;
	height: 92px;
	margin: 10px 20px;
	float: left;
}


.tvimg img {
	width: 100%;
	height: 100%;
	/*float: left;*/
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	/*border: 1px solid #eee;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    position: relative;
    /*float: left;*/
    /*margin: 10px 20px;*/
    display: block;
	object-fit: cover;
}
#tvnewscont h2 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px 3px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	/*letter-spacing: -1px;*/
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(53, 114, 176, 0.8);
	text-transform: uppercase;
	/*font-family: monospace;*/
	font-family: Open Sans;
	font-weight: bold;

}
#tvbar {
	position: fixed;
	right: 0;
}
.bar {
	width: 216px;
	height: 216px;
}
.bar1 {
	background-color: #ccc;
}
.bar2 {
	background-color: #aaa;
}
