* {
    color: #f1e6d0;
}
img {
    max-width: 100%;
}
.lol-stats-nav {
    background: #000;
}
.lol-stats-navbar {
    padding-top: 10px;
    font-size: 18px;
}
.navbar-nav.lol-stats-navbar .nav-link {
    color: #c9aa71;
    transition: 0.4s;
    border-bottom: 3px solid transparent;
}
.navbar-nav.lol-stats-navbar .nav-link:hover,
.navbar-nav.lol-stats-navbar .active>.nav-link {
    color: #f1e6d0;
    border-bottom: 3px solid #f1e6d0;
}
.navbar-nav.lol-stats-navbar .dropdown {
    margin-left: 5px;
}
.navbar-nav.lol-stats-navbar .dropdown .dropdown-menu,
.navbar-nav.lol-stats-navbar .dropdown .btn {
    color: #c9aa71;
    background: #181819;
    border: 1px solid #c9aa71;
}
.navbar-nav.lol-stats-navbar .dropdown .btn:focus,
.navbar-nav.lol-stats-navbar .dropdown .btn.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-nav.lol-stats-navbar .dropdown .dropdown-menu .dropdown-item {
    color: #c9aa71;
}
.navbar-nav.lol-stats-navbar .dropdown .dropdown-menu .dropdown-item:hover,
.navbar-nav.lol-stats-navbar .dropdown .dropdown-menu .dropdown-item:focus {
    color: #f1e6d0;
    background: none;
}
.find-summoner-form .form-control {
    border-color: #c9aa71;
    color: #c9aa71;
    background-color: #181819!important;
}
.find-summoner-form .form-control:focus {
    box-shadow: none;
}
.find-summoner-form select.form-control{
    max-width: 115px;
}
.find-summoner-form .btn {
    background: #181819;
    border-color: #c9aa71;
    color: #c9aa71;
    cursor: pointer;
}
.mobile-menu {
    width: 100%;
}
.mobile-menu .logo-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.mobile-menu .menu-section {
    display: none;
}
.mobile-logo-holder {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    position: relative;
}
.mobile-menu-button-holder {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    position: relative;
}
.mobile-menu-button-holder button {
    background: none;
    border: 1px solid #c9aa71;
    color: #c9aa71;
    cursor: pointer;
    border-radius: .25rem;
    padding: 5px 10px;
}
.mobile-menu-button-holder button i {
    color: #c9aa71;
}
.mobile-menu .navbar-nav.lol-stats-navbar .nav-link {
    border-left: 3px solid transparent;
    padding: .5rem;
    border-bottom: none;
}
.mobile-menu .navbar-nav.lol-stats-navbar .nav-link:hover,
.mobile-menu .navbar-nav.lol-stats-navbar .active>.nav-link {
    color: #f1e6d0;
    border-left: 3px solid #f1e6d0;
}
.mobile-menu .lol-stats-navbar {
    margin-bottom: 15px;
}
.mobile-menu .dropdown .dropdown-menu,
.mobile-menu  .dropdown .btn {
    color: #c9aa71;
    background: #181819;
    border: 1px solid #c9aa71;
    width: 100%;
}
.mobile-menu .dropdown .dropdown-menu .dropdown-item {
    color: #c9aa71;
}
.mobile-menu .language-mobile {
    margin-bottom: 15px;
}
.slider-section {

}
.slider-section .main-slider .slide{
    max-height: calc(100vh - 105px);
}
.main-slider {
    position: relative;
}
.main-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    background: none;
    border: 1px solid #7a7a7a;
    height: 80px;
    width: 50px;
    outline: none;
    transition: 0.4s;
    cursor: pointer;
}
.main-slider .slick-arrow:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(201,170,113,1);
    -moz-box-shadow: 0 0 30px 0 rgba(201,170,113,1);
    box-shadow: 0 0 30px 0 rgba(201,170,113,1);
    border-color: #fff;
}
.main-slider .slick-prev {
    left: 0;
    border-radius: 0 50% 50% 0;
    border-left: none;
}
.main-slider .slick-next {
    right: 0;
    border-radius: 50% 0 0 50%;
    border-right: none;
}
.main-slider .slick-prev:after,
.main-slider .slick-next:after {
    font-family: FontAwesome;
    font-size: 20px;
    color: #7A7A7A;
    transition: 0.4s;
}
.main-slider .slick-prev:hover:after,
.main-slider .slick-next:hover:after {
    color: #fff;
}
.main-slider .slick-prev:after {
    content: "\f053";
}
.main-slider .slick-next:after {
    content: "\f054";
}
.main-slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    padding: 0;
    margin: 0;
}
.main-slider .slick-dots li {
    display: inline-block;
    font-size: 0;
    margin: 0 5px;
}
.main-slider .slick-dots li button {
    height: 10px;
    width: 30px;
    background: rgba(201,170,113,1);
    border: 1px solid #7a7a7a;
    outline: none;
    cursor: pointer;
    transition: 0.4s;
}
.main-slider .slick-dots li.slick-active button,
.main-slider .slick-dots li button:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(201,170,113,1);
    -moz-box-shadow: 0 0 30px 0 rgba(201,170,113,1);
    box-shadow: 0 0 30px 0 rgba(201,170,113,1);
}
.main-slider .slide .slide-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    -webkit-box-shadow: inset 0 0 30px 15px rgba(0,0,0,1);
    -moz-box-shadow: inset 0 0 30px 15px rgba(0,0,0,1);
    box-shadow: inset 0 0 30px 15px rgba(0,0,0,1);
}
.text-holder {
    position: absolute;
    z-index: 2;
}
.text-holder.center-bot {
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    max-width: 50%;
}
.text-holder.left-mid {
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    max-width: 30%;
}
.text-holder.right-mid {
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    max-width: 30%;
}
.text-holder .slide-title {
    font-size: 30px;
    color: #fff;
}
.text-holder .slide-sub-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 1rem;
}
.text-holder .slide-text {
    font-size: 16px;
    color: #fff;
}
.text-holder .slide-text a {
    color: #c9aa71;
}
.free-champion-section-title {
    background: #000;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    color: #c9aa71;
}
.free-champion-section .champion-holder {
    width: calc(100% / 14);
    float: left;
}
.new-player-free-champion-section .champion-holder {
    width: calc(100% / 10);
    float: left;
}
.main-section {
    background-image: url("../img/lol-stats-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-color: #000;
}
.news-section-title {
    background: #000;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    color: #c9aa71;
    -webkit-box-shadow: 0 5px 30px 15px rgba(0,0,0,1);
    -moz-box-shadow: 0 5px 30px 15px rgba(0,0,0,1);
    box-shadow: 0 5px 30px 15px rgba(0,0,0,1);
}
.news-container {
    position: relative;
    -webkit-box-shadow: inset 0 0 30px 15px rgba(0,0,0,1);
    -moz-box-shadow: inset 0 0 30px 15px rgba(0,0,0,1);
    box-shadow: inset 0 0 30px 15px rgba(0,0,0,1);
    padding: 30px;
    min-height: calc(100vh - 146px);
}
.footer-section {
    padding: 30px 0 20px;
    background: #000;
    -webkit-box-shadow: 0 -5px 30px 15px rgba(0,0,0,1);
    -moz-box-shadow: 0 -5px 30px 15px rgba(0,0,0,1);
    box-shadow: 0 -5px 30px 15px rgba(0,0,0,1);
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section a {
    color: #c9aa71;
    transition: 0.4s;
}
.footer-section a:hover {
    color: #f1e6d0;
    text-decoration: none;
}
.popover {
    box-shadow: 0 5px 30px 5px rgba(0,0,0,1);
    background: transparent;
    border: none;
}
.popover-header {
    color: #c9aa71;
    background-color: #000;
    border-bottom: 1px solid #c9aa71;

}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before, .popover.bs-popover-bottom .popover-header::before {
    border-bottom-color: #000;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
    border-top-color: #343a40;
}
.popover-body {
    padding: .5rem .75rem;
    color: #f1e6d0;
    background: #343a40;
}
@media (max-width: 991px) {
    .free-champion-section .champion-holder {
        width: calc(100% / 7);
    }
}
@media (max-width: 575px) {
    .main-slider .slick-slide img {
        max-width: 200%;
    }
    .text-holder.right-mid {
        right: auto;
        padding: 15px;
        max-width: 100%;
    }
    .text-holder .slide-title {
        font-size: 26px;
    }
    .text-holder .slide-sub-title {
        font-size: 18px;
    }
}
