main {
	display: block;
	position: relative;
}

/**/

.articles-btn {
	position: absolute;
	top: 50%;
	background: #fff;
	color: #000;
	border: 0;
	width: 40px;
	height: 40px;
	z-index: 9;
}
.articles-btn:focus, .articles-btn:hover {
	background: yellow;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}
.articles-btn.prev {
	right: 0;
}
.articles-btn.next {
	left: 0;
}
.articles-btn.toggle {
	left: auto;
	right: 15px;
	top: auto;
	bottom: 70px;
	
}
.articles-btn.toggle:focus {
	background: yellow;
	
}

@media (max-width: 991px) {
	.articles-btn {
		display: none;
	}
}

.articles {
	position: relative;
}

@media (min-width: 992px) {
	.articles {
		height: 100vh;
		overflow: hidden;
	}

	.articles>div {
		width: 50vw;
		height: 100vh;
		position: absolute;
		top: 0;
	}

	.articles>div:nth-child(n) {
		right: -50vw;
	}

	.articles>div:nth-child(2n) {
		right: auto;
		left: -50vw;
	}
	
	.articles>div.focused:nth-child(n) {
		right: 0;
		opacity: 1;
	}

	.articles>div.focused:nth-child(2n) {
		right: auto;
		left: 0;
		opacity: 1;
	}
}



@media (max-width: 991px) {
	
	.articles {
		display: none;
	}
	
	.articles>div {
		width: 100vw;
		height: 75vh;
	}
}

.articles>div>article {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.articles>div>article a {
	color: #fff;
}

.articles>div>article img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.articles>div>article:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.articles>div>article>a:focus img {
	transform: translate(-50%, -50%) scale(1.1);
}

.articles>div>article h3 {
	position: absolute;
	top: 70%;
	right: 0;
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0rem 0;
}



.articles>div>article h3 span {
	background: #224b6f;
}

.articles>div>article>a:focus h3 span {
	background: #000;
	color: #fff;
	border-bottom: 3px solid red;
}

.articles>div:nth-child(2n)>article h3 {
	right: auto;
	left: 0;
	text-align: left;
}

.articles>div:nth-child(2n)>article h3 span {
	background: #feb226;
	color: #323232;
}

article .credit {
	position: absolute;
	bottom: 4.2rem;
	left: 1rem;
	z-index: 99;
	height: auto !important;
}

/**/

.footer {
	display: none;
}

/**/



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


.news-marquee {
	overflow: hidden;
}

.news ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.news .buttons {
	position: absolute;
	top: 1.9rem;
	left: 1.9rem;
}

.news a {
	color: #fff;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news time {
	color: rgba(255, 255, 255, 0.8);
}

.news-slick {
	margin-right: 100px;
	margin-left: 65px;
}

.news-slick button {
	position: absolute;
	top: 0;
	font-size: 0;
	font-family: 'FontAwesome';
	background: none;
	border: 0;
	cursor: pointer;
}

.news-slick button:before {
	font-size: 26px;
	color: #fff;
}

.news-slick .slick-next {
	top: 13px;
	left: 0;
}

.news-slick .slick-prev {
	top: 13px;
	left: 30px;
}

.news-slick .slick-prev:before {
	content: '\f0a9';
}

.news-slick .slick-next:before {
	content: '\f0a8';
}

.news .toggle-slick {
	position: absolute;
	top: 1.2rem;
	left: 3.5rem;
	font-size: 26px;
	background: none;
	border: 0;
	cursor: pointer;
	color: #fff;
	padding: 0;
}


.news-row {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.85);
	padding: .5rem 0;
}

.news-row .container-fluid {
	position: relative;
}

.news-row h2 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	position: absolute;
	top: 8px;
	right: 1.2rem;
	padding-left: 15px;
	margin: 0;
}

@media (min-width: 1200px) {
	.news .content {
		margin-right: 110px;
		margin-left: 110px;
	}
}

@media (max-width: 1199px) {
	.news-row h2 {
		margin: 0;
		display: block;
		font-size: 1.3rem;
		right: 15px;
		border: 0;
	}

	.news-row {
		position: relative;
		padding: 1.5rem 0;
		font-size: 1.2rem;
	}

	.news .content {
		padding-top: 50px;
		padding-bottom: 80px;
	}

	.news .buttons {
		position: absolute;
		top: 0;
		left: 15px;
	}
}

@media (max-width: 991px) {
	.news-row {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		padding: .25rem;
	}
	.news .content {
		padding-top: 0;
		padding-bottom: 0;
	}
	.news .all-news {
		display: none;
	}
	.news h2 {
		display: none;
	}
}

.breaking-news-ticker {
	font-size: 1.1rem;
}

.bn-news ul li a {
	font-size: 1.2rem;
	padding: 2px 10px;
}

.bn-news ul li a:hover, .bn-news ul li a:focus {
	color: yellow;
	text-decoration: underline;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

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

.news .date:after {
	content: ' | ';
	margin: 0 10px;
	color: #56bcaf;
}

.news-toggle {
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	right: auto;
	height: 40px;
	width: 110px;

}

.bn-controls button:nth-child(1),
.bn-controls button:nth-child(3) {
	background: none;
	color: #fff;
	width: 20px;
}

.bn-controls button:focus {
	background: yellow;
}
.bn-controls button:nth-child(2):focus {
	border: 1px solid yellow;
}
.bn-controls button:nth-child(2):focus .bn-pause::before,
.bn-controls button:nth-child(2):focus .bn-pause::after {
    background-color: yellow;
}

.bn-pause {
    top: 10px;
}



.bn-direction-rtl .bn-controls button {
	border: 0;
}

.bn-controls button:nth-child(2) {
	position: absolute;
	top: 0;
	right: 45px;
	background: none;
	border-radius: 50%;
	width: 40px;
	border: 1px solid #3f91aa;
}
.bn-controls button:nth-child(3) {
	margin-left: 50px;
}

.bn-controls button:nth-child(2) .bn-pause::before {
	background-color: #3f91aa;
}

.bn-controls button:nth-child(2) .bn-pause::after {
	background-color: #3f91aa;
}

.all-news {
	position: absolute;
	top: 0;
	left: 0;
	padding: .6rem;
}

.all-news a {
	color: #fff;
}

@media (max-width: 991px) {
	.all-news {
		/*left: 1rem;*/
	}
}

.haraza {
	position: fixed;
	bottom: 56px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
	left: 0px;
	padding: 0.5rem;
	border-radius: 0px 15px 0px 0px;
	font-weight: bold;
	padding-right: 0.8rem;
	display:none;
}


/**/

.articles-mobile {
	display: none;
}

@media (max-width: 991px) {
	.articles-mobile {
		display: block;
		height: 100vh;
	}
	
	.articles-slick {
		height: 100vh;
	}
	
	.articles-slick div {
		height: 100vh;
		background-size: cover;
	}
	
	.articles-slick .slick-slide {
		height: 100vh;
	}
	
	
	.articles-mobile article {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.articles-mobile a {
		color: #fff;
	}

	.articles-mobile article h3 {
		position: absolute;
		top: 60%;
		right: 0;
		font-size: 1.8rem;
		font-weight: bold;
		padding: 0rem 0;
		max-width: 80%;
	}

	.articles-mobile article h3 span {
		background: #224b6f;
	}

	.articles-mobile:nth-child(2n)>article h3 {
		right: auto;
		left: 0;
		text-align: left;
	}

	.articles-mobile:nth-child(2n)>article h3 span {
		background: #feb226;
		color: #323232;
	}

}



.bn-play {
    margin-top: 12px;
}