* {
	font-family: sans-serif;
    box-sizing: border-box;
}
p {
	margin: 0;
}
body {
    background-color: #662607;
}
a {
	background-color: transparent;
	color: #fff;
}
a:hover {
    text-decoration: none;
    color: white;
}
a,a:active,a:focus {
	outline: 0;
	text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
.container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
.marquee-text {
	height: auto;
	display: block;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}
.marquee-text div {
    height: auto;
    line-height: 22px;
    font-size: 13px;
    white-space: nowrap;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    animation: marquee 20s linear infinite;
}
.marquee-text:hover div {
	animation-play-state: paused;
}
@keyframes marquee {
	0% { transform: translateX(100%) }
	100% { transform: translateX(-100%) }
}
.slot {
    display: block;
}
.slot-sidebar {
    padding-left: 0;
    padding-right: 0;
    margin-top: -15px;
    background-color: black;
    float: none;
    width: 100%; 
    flex: none;
    max-width: 100%;
}
.slot-sidebar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.slot-sidebar-nav > li {
    width: 100%;
    position: relative;
    display: block;
    padding: 6px;
    background: linear-gradient(to bottom,#ff5a09 0%,#ff8c54 46%,#ff5a09 100%);
    box-shadow: 0px 0px 6px #ff5a09;
    border: 1px solid #ff5a09;
}
.slot-sidebar-nav > li > a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: #662607;
}
.btn-provider {
    text-align: center;
    display: block;
}
.btn-provider:hover {
    background-color: #ff8c54;
}
.long {
    display: block;
}
.short {
    display: none;
}
.title {
    display: flex;
    justify-content: center;
}
.title-text {
    color: white;
    font-size: 1.4rem;
	font-weight: 700;
}
.content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    box-shadow: 0 0 9px 0 #ff5a09;
    border-radius: 4px;
    border: 2px solid #ff8c54;
}
.wrapper {
    background: #662607;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.card {
    float: left;
    width: 20%;
    background: transparent;
    border: none;
    text-align: center;
    position: relative;
}
.card-content {
    margin: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
}
.hover-btn {
    position: absolute;
    opacity: 0;
    background-color: rgb(251 133 82 / 45%);
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 87%;
}
.hover-btn:hover {
    opacity: 100%;
}
.hover-btn:hover ~ .img-zoom {
    position: relative;
}
.play-btn {
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    align-items: center;
    padding: 8px;
    display: block;
    margin: 42% 30px 42% 30px;
    background: linear-gradient(to bottom,#ff8c54 0%,#ff8c54  88%);
    color: #000;
    border-radius: 18px;
    transition: all .3s ease;;
}
.play-btn:hover {
    background: linear-gradient(to top,#ff8c54  0%,#ff8c54 88%);
}
.img-zoom {
    transition: all 0.45s ease-in-out;
}
.percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}
.percent p {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}
.percent-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
}
.active {
    background-color: #0092b1;
}
.red {
    background-color: #dc3545;
}
.yellow {
    background-color: #ffc107;
}
.green {
    background-color: #28a745;
}
.word {
    padding: 10px 10px 5px 10px;
}
.site-description {
	color: #fff;
}
.banner {
	width: 100%;
}
.footer-text {
    height: 40px;
	padding-top: 16px;
	color: #fff;
}
@media (min-width: 576px) {
.container {
	max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
	max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
	max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
	max-width: 1140px;
}
}
@media (max-width: 992px) {
.content {
	float: none;
	width: 100%;
	flex: none;
	max-width: 100%;
}
.slot-sidebar {
	float: none;
    width: 100%; 
    flex: none;
    max-width: 100%;
    padding-right: 0;
}
.slot-sidebar-nav {
	flex-wrap: nowrap;
}
.slot-sidebar-nav li {
	border-bottom: none;
}
.slot-sidebar-nav li a p {
	font-size: 13px;
}
.slot-sidebar-nav li a img {
height: 37.5px;
}
.card {
	width: 33.3%;
}
.hover-btn {
	display: none;
}
.hover-btn:hover ~ .img-zoom {
	transform: scale(1);
	position: relative;
}
.btn-provider {
	text-align: center;
	display: block;
}
.btn-provider i {
	margin: 0;
}
.img-zoom {
        height: auto;
}
}
@-webkit-keyframes progress-bar-stripes {
	from { background-position: 1rem 0 }
	to { background-position: 0 0 }
}
@keyframes progress-bar-stripes {
	from { background-position: 1rem 0 }
	to { background-position: 0 0 }
}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
	transition: none;
	}
}
.progress-bar-striped {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem;
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
	-webkit-animation: none;
	animation:none
	}
}