/* gus-tv-widget.css */
.gustv-widget {
	background-color: #e1f0f8;
	display: block;
	position: relative;
	padding: 0;
	margin: .8em 0;
	width: 100%;
}
.gustv-widget__header {
	background: #0085B1 url(bg-gustv-widget-fon.png) no-repeat;
	display: block;
	position: relative;
	height: 78px;
}
.gustv-widget__header a {
	background: url(bg-gustv-widget-logo.png) no-repeat center;
	background-size: 80%;
	display: block;
	height: 78px;
	opacity: .85;
	overflow: hidden;
	position: absolute;
	text-indent: -900px;
	top: 0;
	width: 110px;
	transition: opacity .3s;
}
.gustv-widget__header a:hover {
	opacity: 1;
}
.gustv-widget__header a:focus {
	background-size: 78%;
	opacity: 1;
}
.gustv-widget__header strong {
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
	left: 124px;
	position: absolute;
	text-shadow: 0 0 1px rgba(0,0,0,.7), 0 0 7px rgba(2, 94, 124, .7);
	text-transform: uppercase;
	top: 32px;
}
.gustv-widget__header .canal-logo {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	position: absolute;
	top: 8px;
	right: 8px;
	height: 60px;
	width: 110px;
}
.gustv-widget__content {
    display: flex;
}
.gustv-widget__article {
	display: block;
	padding: 0.5rem;
	width: calc(100% / 3);
}
.gustv-widget__image {
    display: block;
    padding-top: 56%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 0.3rem 0;
}
.gustv-widget__date {
	color: gray;
    font-size: 0.8rem;
}
.gustv-widget__title {
	text-decoration: none;
	font-size: 1rem;
}
.gustv-widget__comment {
	font-size: 0.8rem;
    color: #4a4a4a;
}
.gustv-widget__footer {
	text-align: right;
    margin-top: 1rem;
}
.gustv-widget__footer a {
	color: #0396d3;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    padding: .5em;
    transition: all .3s;
}
.gustv-widget .show-all a:hover {
	color: #f00;
}
.gustv-widget_content {
	border-left: 1px solid #025fc0;
	border-right: 1px solid #025fc0;
	padding: 7px;
}
.gustv-widget_content:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .gustv-widget_content             { zoom: 1; } /* IE6 */
*:first-child+html .gustv-widget_content { zoom: 1; } /* IE7 */

.gustv-widget_content a img {
	height: auto;
	width: 100%;
}

/* gustv-widget-lg */
.gustv-widget-lg .content a {
	box-shadow: 2px 2px 3px rgba(0,0,0,0);
	display: block;
	float: left;
	height: 168px;
	margin: 0 8px 8px 0;
	position: relative;
	width: 226px;
}
.gustv-widget-lg .content a img,
.gustv-widget-lg .content a span {
	position: absolute;
	left: 0;
}
.gustv-widget-lg .content a img {
	top: 0;
}
.gustv-widget-lg .content a span {
	background-color: rgba(0,0,0,.4);
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	line-height: 1.25;
	padding: .5em;
	position: absolute;
}
.gustv-widget-lg .content a span em {
	display: block;
	font-size: .9em;
}
.gustv-widget-lg .content a:hover {
	box-shadow: 2px 2px 3px rgba(0,0,0,.6);
	transition: all .3s;
}
.gustv-widget-lg .content a:hover span {
	background-color: rgba(0,0,0,.7);
	transition: all .3s;
}

/* gustv-widget-sm */
.gustv-widget-sm .head-link {
	font-size: 1.35em;
	margin: 0 0 .5em 0;
}
.gustv-widget-sm .cell-last-title {
	display: block;
	margin: 0 0 .5em 0;
	color: #004982;
}
.gustv-widget-sm a {
	color: #0396d3;
}
.gustv-widget-sm a:hover {
	color: #f00;
}
.gustv-widget-sm .content a:hover {
	transition: all .3s;
}
.gustv-widget-sm .cell-first,
.gustv-widget-sm .date {
	color: #959595;
}
.gustv-widget-sm .head-link .date {
	font-size: .8em;
}
.gustv-widget-sm .row {
	display: table-row;
}
.gustv-widget-sm .row .cell {
	display: table-cell;
	vertical-align: top;
}
.gustv-widget-sm .row .cell-first a {
	display: block;
	width: 226px;
}
.gustv-widget-sm .cell-last {
	padding-left: 12px;
}
.gustv-widget-sm .cell-last div {
	margin: 0;
	padding: .13em 0
}