.cover {
	min-height: 890px;
	position: relative;
	overflow: hidden;
}

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

@media (max-width: 991px) {
	.cover {
		min-height: 940px;
	}
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 780px;
    height: 2000px;
    background: rgb(70 63 31 / .7);
    transform: skew(-40deg, 40deg);
}

@media (max-width: 1490px) {
	.shape {
		transform: skew(-35deg, 35deg);
	}
}

.cover-content {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 99;
    max-width: 500px;
    padding: 2rem;
    line-height: 2rem;
    color: #fff;
}

.cover-content h2 {
	 color: #e8ce21;
}

@media (min-width: 992px) {
	.cover-content {
		margin-top: 50px;
		margin-top: 220px;
	}
}


.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1 > span {
	background: rgba(3,25,48,.9);
	color: #fff;
}

.cover-content h1 > span > span {
	color: #fffc00;
}

.cover-content p {
	margin: 0;
}

.cover-content .text {
	background: rgba(204,211,223,.8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}

/**/

.bottom {
	position: absolute;
	position:relative;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(86,75,39,0.5);
	padding: 1rem 2rem;
	color: #fff;
}

.bottom-text {
	font-size: 1.2rem;
	padding: .25rem;
	text-align: center;
}

.bottom-text > span {
	display: inline-block;
	padding: 0 2rem;
}

@media (max-width: 1612px) {
	.bottom-text {
		text-align: left;
	}
	.bottom-text > span {
		padding: 0 1rem;
	}
}
@media (max-width: 1518px) {
	.bottom-text > span {
		padding: 0 .5rem;
	}
}

.bottom-text > span > span:first-child {
	color: #e8ce21;
	display: inline-block;
	margin-left: 10px;
}
.bottom-text > span > span:last-child {
	font-weight: bold;
	display: inline-block;
}


/* 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: inherit;
	display: block;
}

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

.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 h2 {
	color: #e8ce21;
	font-size: 1.4rem;
	font-weight: bold;
	position: absolute;
	top: 8px;
	right: 1.2rem;
	padding-left: 15px;
	border-left: 2px solid rgba(255,255,255,0.5);
	margin: 0;
}

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

@media (max-width: 1199px) {
	.news h2 {
		display: none;
	}

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

	.news .content {
		padding: 15px;

	}

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

}

.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 {
	color: #fff;
}

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

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

.news .date:after {
	content: ' | ';
	margin: 0 10px;
	color: rbga(255,255,255,0.5);
}

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

.bn-controls {
	left: 0;
	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-direction-rtl .bn-controls button {
	border: 0;
}

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

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

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

/**/

@media (min-width: 992px) {
	.left-pirs {
		background: url(images/left-ad.png);
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		z-index: 99;
		width: 291px;
		height: 106px;
		color: #fff;
		text-align: center;
		z-index: 5;
	}
	.left-pirs:hover {
		color: #e8ce21;
		text-decoration: none;
		transform: translate(0, -50%) translateX(-20px);
	}
	.left-pirs > div {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.left-pirs > div > div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 991px) {
	.left-pirs {
		background: url(images/left-ad.png);
		position: absolute;
		top: 170px;
		left: 0;
		transform: translate(0, -50%);
		z-index: 99;
		width: 291px;
		height: 106px;
		color: #fff;
		text-align: center;
		z-index: 5;
	}
	.left-pirs:hover {
		color: #e8ce21;
		text-decoration: none;
		transform: translate(0, -50%) translateX(-20px);
	}
	.left-pirs > div {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.left-pirs > div > div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}