

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	font-size: 1.2rem;
	margin-bottom: 30px;
}
.news > div {
	width: 100%;
	height: 100%;
	position: relative;
}

.news .content {
	border-top: 2px solid #383839;
	border-bottom: 2px solid #383839;
	padding: 5px 0;
}

.news h2 {
	position: absolute;
    top: 12px;
    right: -1px;
    background: #0db1a2;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 5;
    padding: .2rem .5rem;
	border-left: 10px solid #fff;
}

@media (max-width: 991px) {
	.news h2 {
		right: 1rem;
		position: fixed;
		top: -999px;
	}
}

.news a {
	color: #000;
	margin: 0 !important;
	padding: 0 !important;
}

.news a:hover, .news a:focus {
	color: blue;
	text-decoration: underline;
}



.news a:after {
	content: '|';
	padding: 0 10px;
}


.news a .date {
	font-weight: bold;
}

.bn-controls button {
	height: 30px;
	background: rgb(12 177 162);
	border: 1px solid rgba(255,255,255,0.1) !important;
	color: #fff;
	margin-right: 15px;
}

.bn-controls button:hover {
	background: rgba(0,0,0,0.5);
}

.bn-controls .bn-pause::before {
    background-color: #fff;
}
.bn-controls .bn-pause::after {
    background-color: #fff;
}

.bn-arrow {
	top: -7px;
}

.bn-pause {
	top: -5px;
}

.bn-controls {
	top: 4px;
}


/**/

.side-banner > a {
	display: block;
	margin-bottom: 1.5rem;
	border-radius: .35rem;
	overflow: hidden;
	padding-bottom: 52.5%;
	border: 1px solid #ddd;
	position: relative;
}
.side-banner img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%) 
}
/**/


.articles {
	position: relative;
}
.articles .read-more {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	padding: .25rem .75rem;
	font-weight: bold;
	background: #1377a3;
	color: #fff;
	border-radius: .35rem;
}

.article {
	display: block;
	/*padding-bottom: 34.4%;
	padding-bottom: 56.2%;
	position: relative;*/
	overflow: hidden;
	color: #000;
	border-radius: .35rem;
	min-height: 70vh;
}
.article:hover {
	color: #000;
}
@media (max-width: 1839px){
	.article {
		padding-bottom: 34.9%;
	}
}
.container .row {
    display: flex;
    flex-wrap: wrap;
}

.container  .col-xl-10 {
    display: flex;
    flex-direction: column;
}

.article h3 {
	font-weight: bold;
}
.article img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.article video {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.article figcaption {
	position: absolute;
	top: 50%;
	right: 5rem;
	transform: translate(0, -50%);
	width: 450px;
	background: rgba(255,255,255,0.8);
	padding: 1rem;
}

.articles {
    flex: 1; 
    display: flex;
    flex-direction: column;
}

.articles-slick, 
.slick-list, 
.slick-track, 
.slick-slide, 
.slick-slide > div,
.article {
    height: 100%; 
}
.article video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transform: none; 
    margin-right: 0;
}

/**/

.bottom-banner > a {
	padding-bottom: 67%;
	background: #f1f1f1;
	border: 1px solid #ddd;
	position: relative;
	display: block;
	margin-bottom: 1.5rem;
	border-radius: .35rem;
	overflow: hidden;
}

.bottom-banner > a img, .bottom-banner > a > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-height: 80%;
	max-width: 80%;
	text-align: center;
}

.bottom-banner.tiny-banner > a {
	padding-bottom: 103%;
	color: #000;
	line-height: 1rem;
}

.bottom-banner.tiny-banner > a img, .bottom-banner.tiny-banner > a > div {
	max-width: 100%;
}

.bottom-banner.tiny-banner > a em {
	font-size: 3rem;
}

@media (max-width: 1839px){
	.bottom-banner.tiny-banner > a em {
		font-size: 1.6rem;
	}
}
@media (max-width: 1199px) {
	.bottom-banner.tiny-banner > a {
		padding-bottom: 12%;
	}
}
@media (max-width: 991px) {
	.bottom-banner.tiny-banner > a {
		padding-bottom: 56.25%;
	}
}

/**/

@media (min-width: 992px) {
	.bottom-banners {
		display: flex;
		margin: 0 -15px;
	}
	.bottom-banners > div {
		flex-grow: 1;
		flex-basis: 0;
		padding: 0 15px;
	}
}


@media (max-width: 991px) {
	.bottom-banners {
		margin: 0 -15px;
	}
	.bottom-banners > div {
		float: right;
		width: 50%;
		padding: 0 15px;
	}
}



.idx-mobile-nav {
	display: none;
}


@media (max-width: 991px) {
	.idx-mobile-nav {
		display: block;
	}
}

.idx-mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 2rem;
}

.idx-mobile-nav a {
	display: block;
	padding: .75rem;
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: .25rem;
	margin-bottom: .5rem;
}



