/* PLACE YOUR CUSTOM STYLES IN THIS FILE */
.navbar-brand {
    display: flex !important;
    align-items: center;
}

.youplay-banner {
    background: none;
}

.youplay-banner.big {
    min-height: 550px;
}

.youplay-banner.xsmall .image {
    opacity: 0.6;
}

.heading-button-container h3 {
    line-height: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

/*
@media (max-width: 1024px) {
    .youplay-content {
        overflow-x: scroll;
    }
}
*/

.table-responsive {
    border: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hide-li {
        display: none !important;
    }
}

.preloader::before,
.preloader::after {
    border-top-color: #c9572a;
    border-bottom-color: #c9572a;
}

.btn.btn-lg {
    padding: 15px 45px !important;
    font-size: 16px !important;
}

.pager li {
    display: inline-block !important;
    margin-bottom: 3px !important;
}

.youplay-carousel-0 .flickity-slider {
    margin-left: -88px !important;
}