body {
	color: #fff;
	background-color: #1A1A1A;
}
.site-header {
	background-color: #000;
	border-bottom: 1px solid #202020;
	box-shadow: 0 0 20px rgba(0,0,0,.95);
}
.site-footer {
	color: #989898;
	background-color: #000;
}
.site-footer a {
	color: #ddd!important;
}
.site-footer h6, .site-footer h6 a {
	color: #ddd!important;
}
.bottom-footer {
	border-top: 1px solid #2A2A2A;
}
.art-link {
	color: #fff!important;
}
.tag-label {
	color: #fff!important;
}
.text-link {
	color: #fff!important;
}
.text-subtitle {
	color: #c1c1c1;
}
.bg-black {
	background-color: #000!important;
}
.bg-alt {
	background-color: #101010;
}
.text-main {
	color: #EC0E0E;
}
svg {
	fill: #fff;
}
.bg-main {
	background-color: #EC0E0E!important;
}
.border-main {
	border-color: #EC0E0E!important;
}
.border-main-light {
	border-color: #3A3A3A!important;
}
.text-main-light {
	color: #b3b3b3!important;
}

.btn-primary {
	background-color: #EC0E0E!important;
	border-color: #EC0E0E!important;
}
.btn-outline-primary {
	color: #EC0E0E!important;
	border-color: #EC0E0E!important;
}
.btn-outline-primary:active, .btn-outline-primary:hover {
	color: #fff!important;
	background-color: #EC0E0E!important;
}
.btn-outline-secondary {
	color: #c1c1c1;
	border-color: #c1c1c1!important;
}
.form-floating>label {
	color: #000;
}
.playbox {
	background-color: #101010;
}
.swiper-pagination-bullet {
	background-color: #d1d1d1;
}
.swiper-pagination-bullet-active {
	background-color: #fff;
}
@media (min-width: 992px) {
	.thick-border {
		border: 4px solid #2A2A2A;
		box-shadow: inset 0 0 0 1px #101010;
	}
}