/* news highlight: begin */

.pane-hilite .col-key {
	height: 600px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.pane-hilite .col-key a {
	position: absolute;
	display: block;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 0.5em 1em;
	font-weight: bold;
	margin: 0;
	width: 100%;
	font-size: 30px;
	font-family: "roboto slab", sans-serif;
}

.pane-hilite .col-hilist .item-hilight {
	height: 100px;
	overflow: hidden;
	opacity: 0.5;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 0 20px 0;
}

.pane-hilite .col-hilist .item-hilight:hover,.pane-hilite .col-hilist .item-hilight.active {
	opacity: 1;
}

.pane-hilite .col-hilist .item-hilight h3 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0;
	/*color: #900;*/
	font-weight: 300;
	font-family: "roboto slab", sans-serif;
	font-weight: bold;
	color: #555;
}

.pane-hilite .col-hilist .item-hilight:hover h3,.pane-hilite .col-hilist .item-hilight:hover p {
	color: #900;
}

.pane-hilite .col-hilist .item-hilight p {
	white-space: nowrap;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 0;
	color: #555 !important;
}

.pane-hilite .col-hilist .item-hilight .summary {
	width: 70%;
	margin-right: 5%;
	float: left;
}

.pane-hilite .col-hilist .item-hilight .thumb {
	width: 25%;
	height: 100px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

@media (max-width: 992px) {
	.pane-hilite .col-hilist {
		margin-top: 20px;
	}
	.pane-hilite .col-key {
		height: 70vh;
	}
	.pane-hilite .col-hilist .item-hilight {
		opacity: 1;
	}
}

/* news highlight: end */

/* news list: begin */


.pane-entries {
	padding-top: 3em;
	clear: both;
}

.pane-entries .list-entry {
	padding: 2em 0;
	clear: both;
	display: block;
}

.pane-entries .list-entry .summary h3 {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.3em;
}

.pane-entries .list-entry .date {
	font-style: italic;
	text-align: right
}

.pane-entries .list-entry:hover h3 {
	color: #900;
}

.pane-entries .list-entry {
	padding: 2em 0;
	clear: both;
	display: block;
}

.pane-entries .list-entry.with-tb .thumb {
	text-align: center;
	overflow: hidden
}

.pane-entries .list-entry.with-tb .thumb img {
	max-height: 100px;
}

.pane-entries .list-entry.with-tb em {
	margin-bottom: 1em;
	display: block;
}

.pager-news {
	padding-top: 2em;
	clear: both;
}

.video-grid {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 4em 0;
}

.video-grid > a > img {
	width: 100%;
	height: auto;
	margin-bottom: 0.5em;
}

.video-grid .summary strong {
	display: block;
	float: right;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.video-grid .summary p {
	margin: 0.3em 0;
}


@media (max-width: 992px) {
	.pane-entries .list-entry.with-tb .thumb img {
		max-width: 100%;
		max-height: inherit;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.pane-entries .list-entry .summary {
		padding-top: 10px;
		padding-bottom: 10px;
	}

}


/* news list: end */