@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

a {
    color: #ed1c24;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
    color: #ed1c24;
}
a.black { color:#000; }
a.red, span.red, button.btn.red { color: #ed1c24; }
a.nohover:hover { color: #ed1c24 !important; }
a.white { color: white; }
.gray { color: #707070 }
.btn-outline-danger {
    border-color: #ed1c24;
    color: #ed1c24;
}
.accordion button.btn.red {
    font-size: 1.5rem;
    font-weight: 500;
}
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
.btn-outline-danger:hover, .btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: white !important;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none;
}
#logged button {
    font-weight: bold;
    text-transform: uppercase;
}
#logged .dropdown-menu {
    background-color: #282828;
}
.padderTitle {
    font-size: 1.3rem;
    padding: 15px 0;
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: 500;
}
img { max-width: 100%; }

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.panel {
    border-radius: 0;
}

select.input-sm {
    height: 30px;
    line-height: 25px;
}
h2, .h2 {
    font-size: 1.75rem;
}
.awardContent {
    margin-bottom: 1.5em;
}
.awardbanner {
    background: url(../img/awardbanner.png) no-repeat;
    width: 100%;
    height: 220px;
    background-size: 100% 100%;
}

.transition {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.transition-2 {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}


@media (min-width: 1200px){
    .container {
        max-width: 1244px;
    }
}

.shadow-box {
    -webkit-box-shadow: 7px 7px 12px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 7px 12px 0px rgba(0,0,0,0.5);
    box-shadow: 7px 7px 12px 0px rgba(0,0,0,0.5);
}
.shadow-box-2 {
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: 0;
    border: 2px solid;
    min-width: 230px;
    line-height: 2.2;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}
.btn-group-lg>.btn i, .btn-lg i {
    margin-left: 10px;
}
/*********************
   Login Popup
*********************/

.ftw-popup-login .mfp-container {
    width: 550px;
    height: auto;
    left: 50%;
    margin-left: -275px;

    top: 150px;
    z-index: 9999;
    background: #c31c22 url('../img/login_overlay-bg.jpg') no-repeat;
    background-position: 0 -100px;
}
.ftw-popup-login #login_div {
    padding: 38px 40px 20px 40px;
}
.mfp-close-btn-in .mfp-close {
    color: #FFFFFF;
    font-size: 30px;
    right: -5px;
}

.ftw-popup-login .input-group {
    margin-bottom: 15px;
}
.ftw-popup-login .form-control {
    border: 1px solid #FBFBFB;
    height: 55px;
    font-size: 18px;
}
.ftw-popup-login .input-group-addon {
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 0;
}

.ftw-popup-login .form-control:hover {
    border-color: #FFF;
}
.ftw-popup-login .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login-title {
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin: 5px auto 30px;
}
.lost-pw, .new-member{
    color: #fff;
}
.lost-pw:hover, .new-member:hover {
    color: #ccc;
}


.alert-danger {
    color: #BD6B69;
    background-color: #272727;
    border-color: #272727;
}
#navbar-login-form {
    position: absolute;
    right: 0;
    top: 63px;
    padding: 0;
    background-color: #111111;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 99999;
}

.navbar-img img {
    height: 60px;
}
.pull-button a.navbar-icon {
    display: inline-block;
    padding: 16px 10px 22px 10px;
    cursor: pointer;
    margin-right: -3px;
    min-width: 35px;
    background: #181818;

}
.pull-button a.navbar-icon:hover {
    background: #353535;
}
#close-login {
    padding: 16px 10px 22px 12px;
}
.login {
    margin-right: 15px;
}
.g-recaptcha > div > div {
    margin: auto;
}


/*********************
    General Layout
*********************/
.page-item.active .page-link {
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.page-link:hover {
    color: #ed1c24;
    background-color: #efe9e9;
    border-color: #e6dede;
}
.page-link {
    color: #ed1c24;
    border: 1px solid #e6dede;
}
.dropdown-menu {
    border-radius: 0;
    box-shadow: 2px 7px 12px 0px rgba(0,0,0,0.6);
    border: none;
}
.dropdown-menu .dropdown-divider {
    border-top: 1px solid #C1C1C1;
    margin: .5rem .95rem;
}
.dropdown-menu .dropdown-item {
    color: #C1C1C1;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: .1rem 1.5rem .1rem 0.9rem;
}
.dropdown-menu .dropdown-item:hover {
    color: #ed1c24;
}
#back-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    cursor: pointer;
    display: none;
}
#back-top i.fa-arrow-up {
    color: #ed1c24;
    position: absolute;
    left: 0;
    top: 1rem;
}

#back-top .circle {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
    background: white;
    border-radius: 50px;
    width: 4rem;
    height: 4rem;
    position: relative;
    display: block;
}

.head-sponsors {
    height: 90px;
}
.head-sponsors a {
    padding-top: 15px;
}
.sponsors-carousel img {
    max-height: 55px;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.sponsors-carousel a {
    margin-right: 70px;
}
.sponsor-url {
    border-bottom: 1px solid #eaa5a6;
    padding-bottom: 3px;
}

.top-section {
    background: #000;
    background-image: url('../img/xd/header.jpg');
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner-container:hover img.hovered,
.shop-container:hover img.hovered,
.ftw-stream-container:hover img.hovered {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.stream-user:hover img.hovered {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

img.hovered {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.page-header h2, .page-header h3, .page-header h4, .page-header h5 {
    border-top: 8px solid #ed1c24;
    text-transform: uppercase;
    line-height: 5rem;
    margin-bottom: 0;
    max-width: 400px;
}
.page-header h3, .page-header h4 {
    line-height: 3rem;
}
.page-header h2.bigger {
    max-width: 100%;
}
.page-header h5 {
    line-height: 2.2rem;
    border-top: 0;
}
.page-header.smaller {
    width: 100%;
}
.page-header.smaller h5 {
    font-size: 14px;
    font-weight: bold;
    color: #ed1c24;
}
.lastest-news-header {
    font-size: 16px !important;
    line-height: 1rem !important;
    padding-bottom: 15px;
}
.latest-news {
    height: 89px;
    background-position: 50%;
    background-size: cover;
}
.latests .news-header a, .latests .news-header a:hover {
    color: black;
}
.latests:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #C1C1C1;
    background-color: #C1C1C1;
    margin: 0px 15px 10px;
}
.latests:last-child:after {
    content: "";
    width: 100%;
    height: 8px;
    background: #ed1c24;
    background-color: #ed1c24;
    margin: 0px 15px 10px;
    margin-top: 5px;
}
.ftw-news {
    height: 255px;
    background-size: contain;
    background-repeat: no-repeat;
}
.news-container {
    overflow: hidden;
    position: relative;
}

.news-container:hover .ftw-news {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#bnr-top .slick-list {
    padding: 10px 0 !important;
}

.news-container .info-container {
    position: absolute;
    width: 100%;
    height: 88px;
    bottom: 0;
    background: #fff;
    padding: 0;
}
.news-container .info-container a:hover {
    color: black;
}
.news-container:hover .info-container {
    bottom: 0;
    opacity: 1;
}

.news-container .news-header {
    position: absolute;
    bottom: 3rem;
}
.news-container .news-header a {
    color: black;
}
.news-container a.category {
    bottom: 2.2rem;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.news-container a.category:hover, .latests a.category:hover {
    color: #ed1c24;
}
.news a.category, .news a.category:hover {
    text-transform: uppercase;
    color: #ed1c24;
}
.news-container .news-date {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    color: #222;
}
.news-box-content {
    border-bottom: 1px solid #C1C1C1;
}
.writer-content img {
    border-radius: 100%;
    border: 1px solid #ed1c24;
    height: 65px;
    width: 65px;
}
.writer-content a:hover {
    color: #ed1c24;
}

.side-banner {
    max-height: 590px;
    width: 100%;
}
.shop-container {
    overflow: hidden;
    max-height: 280px;
    margin-bottom: 1rem;
}
.shop-link {
    font-size: 1.5rem;
    color: black;
    text-transform: uppercase;
    font-weight: 100;
}
.shop-link:hover {
    color: #ed1c24;
}
.sponsors-home img {
    max-width: 145px;
    max-height: 60px;

}

.sponsors-main-home img {
    max-width: 100%;
}

.ins-container {
    width: 100%;
    height: 325px;
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.ins-container .likes, .ins-container .comments {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: white;
    display: inline-flex;
}
.ins-container .likes span, .ins-container .comments span{
    background-image: url('../img/ins.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    margin-top: 2px;
    margin-right: 10px;
}
.ins-container .likes {
    left: 35%;
}
.ins-container .comments {
    left: 55%;
    background-position-x: -21px;
}
.ins-container .ins-mask {
    background: #00000047;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.ins-container:hover .ins-mask {
    opacity: 1;
}
.header-social {
    padding-top: 20px;
}
.header-social .nav-link {
    padding: .5rem .3rem;
}
.header-social .nav-link:last-child {
    padding-right: 0;
}

/***********************
     Side ScrollSpy     
***********************/
.side-menu {
    position: fixed;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 100%;
    display: table;

}

.side-menu nav {
    display: table-cell;
    vertical-align: middle;

}
.side-menu ul {
    list-style-type: none;
}
.side-menu li {
    padding: 2px 0;
    font-size: 14px;
    line-height: 20px;
}

.side-menu a {
    display: block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    text-align: right;
}

.side-menu a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 80%;
    background: #C1C1C1;
    border: 2px solid #C1C1C1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.side-menu span {
    display: block;
    position: absolute;
    right: 32px;
    top: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
}

.side-menu a.active:after {
    background: #ed1c24;
    border-color: #ed1c24;

}
.side-menu a.active:hover {
    color: #ed1c24;
}
.side-menu .active span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/***********************
     TEAMS
***********************/

.stream-user img {
    width: 166px;
    height: 166px;
    max-width: unset;
    background: #111;
    background-color: #111;
}
.stream-user > div {
    padding: 5px;
    background: #111;
}
.stream-user a {
    color: white;
    display: block;
    overflow: hidden;
}
.team-background {
    display: flex;
    justify-content: center;
    position: relative;
    /*background-color: #222;
    background-image: url('../img/xd/team-back.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;*/
    height: 150px;
}
.team-background > img {
    position: absolute;
    bottom: 0;
}
.panel-default.squads {
    padding: 0 11rem;
}
.squads .picture {
    border-top: 5px solid #ed1c24;
    background-image: url('../img/background_ftw_players.png');
    background-size: cover;
}
.squads .picture img {
    width: 100%;
    height: 393px;
    max-height: 329px;
    object-fit: cover;
}
.squads .player-title {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 1.1rem
}
.squads.about .picture img {
    max-height: 216px;
    object-fit: cover;
    object-position: center;
}
.squads.about .player-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #707070;
}
.player-social a {
    color: #C1C1C1
}
.player-social a:hover {
    color: #ed1c24
}
.player-social a:first-child {
    padding-left: 0;
}

@media (max-width: 1200px){
    .panel-default.squads {
        padding: 0;
    }
    .team-background {
        height: 400px;
    }
}

@media (max-width: 800px){
    .team-background {
        height: 300px;
    }
}

@media (max-width: 500px){
    .team-background {
        height: 150px;
    }
    .panel-default.squads {
        padding: 0;
    }
}

/***********************
     FOOTER     
***********************/
.site-footer {
    background-image: url('../img/xd/footer.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: -2px -6px 23px 0px #0000004f;
}


.site-footer .footer-logos img {
    max-height: 55px;
    -webkit-filter: invert(1);
    filter: invert(1);

}
.site-footer .footer-links a {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}
.site-footer .footer-links a:hover {
    color: #ed1c24;
}
.form-control-lg.news-letter, .form-control {
    font-size: 1rem;
    padding: 1.65rem 3.5rem 1.65rem 0.6rem;
    border-radius: 0;
}
select.form-control {
    height: calc(3.25rem + 2px);
    padding: .375rem .75rem;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ed1c24;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
#login_form .btn-dark {
    border-color: #000;
}
.site-footer p.credits {
    color: white;
    font-weight: 300;
}
.site-footer p.credits a {
    text-decoration: underline;

}
.site-footer p.credits a:hover {
    color: #ed1c24;
}

/***********************
     STREAMS SLIDER     
***********************/
.streams-slider {
    background: black;
    box-shadow: -2px 6px 13px 0px #000000bf;
    padding-left: 0;
    padding-right: 0;
}
.ftw-stream-container, .youtube-home-container {
    padding: 0 15px 0 15px;
    position: relative;
}
.ftw-streams-top {
    position: relative;
}
.ftw-stream-container:not(.slick-active), .youtube-home-container:not(.slick-active) {
    /*opacity: .4;*/
}
.ftw-stream-container.main {
    opacity: 1 !important;
    padding: 0;
}
.ftw-stream-container.main .imgstream {
    overflow: hidden;
}
.youtube-home-container .youtube-info {
    background: #fff;
    padding:10px;
    height: 80px;
}
.youtube-info p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.prev-ftw, .next-ftw {
    position: absolute;
    top: 50%;
    background: #ed1c24;
    color: #ed1c24;
    text-align: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 999999;
    line-height: 30px;
    margin-top: -18px;
    font-size: 1.7rem;
    line-height: 2.2rem;
    background-image: url('../img/xd/ic_chevron_left_24px.svg');
    background-repeat: no-repeat;
    background-position: 13px center;
    background-size: auto;
}
.prev-ftw {
    left: 198px;

}
.next-ftw {
    right: 193px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}
.prev-ftw.squads, .next-ftw.squads {
    background: none;
    color: #ed1c24;
    fill: currentColor;
}
.prev-ftw.squads {
    right: 30px;
    top: -30px;
    left: unset;
}
.next-ftw.squads {
    right: 0px;
    top: -30px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.ftw-stream-container .top-viewers {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 2px 10px;
    font-size: 0.8rem;
    background: white;
    z-index: 9999;
}
.ftw-stream-container.main .top-viewers {
    right: 0;
    z-index: 9999;
}
.ftw-stream-container .bottom-info-stream {
    display: block;
    height: 30px;
    background: #151515;
    padding: 4px;
}
.ftw-stream-container .bottom-info-stream img {
    float: left;
    margin: 3px 7px 0 10px;
}
.ftw-stream-container.main .bottom-info-stream {
    height: 45px;
    padding: 10px 6px;
}
/**************
     NAVBAR     
***************/

.navbar.bg-dark {
    background-color: #000 !important;
    padding: .65rem 1rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.85rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    color: #ed1c24;
}

.navbar-dark .navbar-nav.login-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
#rotation-top a:hover .mask-img {
    opacity: 0;
}
.mask-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .25s ease;
    opacity: 1;
    background-image: linear-gradient(to bottom right, rgba(21, 21, 21, 0) 0, #000000ab 100%);
    z-index: 11;
    width: 100%;
    height: 100%;
}

.sub-menu {
    position: absolute;
    top: 109px;
    left: 0;
    width: 100%;
    z-index: 9999999;
    border-bottom: 2px solid #ed1c24;
    border-top: 1px solid #1d1d1d;
}

.sub-menu a {
    font-weight: bold;
    color: white
}
.sub-menu a:hover {
    color: #ed1c24;
}

.awards.nav-pills .nav-link.active {
    background-color: #ed1c24;
}
.awards.nav-pills .nav-link.active:hover {
    color: #fff;
}
.awards.nav-pills .nav-link {
    border-radius: 0;
}
.awardbanner .year {
    padding: 80px 0;
    font-size: 4em;
    font-weight: 700;
    line-height: 1em;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    margin-left: 28%;
}

@media (max-width: 992px){
    .awardbanner .year {
        padding: 45px 0;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1em;
        text-align: left;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
        margin-left: 28%;
    }
    .awardbanner {
        background: url(../img/awardbanner.png) no-repeat;
        width: 100%;
        height: unset;
        background-size: 100% auto;
    }
    .awardContent table {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px){
    .awardbanner .year {
        padding: 30px 0;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1em;
        text-align: left;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
        margin-left: 30%;
    }
    .awardbanner {
        background: url(../img/awardbanner.png) no-repeat;
        width: 100%;
        height: unset;
        background-size: 100% auto;
    }
    .awardContent table {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px){
    .awardbanner .year {
        padding: 25px 0;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1.2em;
        text-align: left;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
        margin-left: 28%;
    }
    .awardbanner {
        background: url(../img/awardbanner.png) no-repeat;
        width: 100%;
        height: unset;
        background-size: 100% auto;
    }
    .awardContent table {
        font-size: 0.8rem;
    }
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

#featured-floater {
    position: fixed;
    top:300px;
    right: 0;
    width: 320px;
    height: 190px;
    z-index:999999;
    background-color: #363636;
    color:#FFF;
}

.close-featured-title {
    width: 100%;
    background-color: #363636;
    color:#FFF;
    padding:1px;
    height: 20px;
    vertical-align: middle;
}

#close-featured-floater {
    width: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    vertical-align: middle;
}

#inner-featured-floater {
    width: 320px;
    height: 180px;
}

.close-featured-final-title {
    height: 21px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    position: relative;
}

.close-featured-final-title div {
    display: block;
    width: 200%;
    height: 21px;
    position: absolute;
    overflow: hidden;
    animation: marquee 5s linear infinite;
}

.close-featured-final-title span {
    float: left;
    width: 50%;
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}


.list-group-item.active {
    color: #fff;
    background-color: #BD2727;
    border-color: #BD2727;
}

.list-group-item.active > a {
    color:#FFF!important;
}

.instagram-media-center {
    margin: 0 auto!important;
}

.navbar-brand img {
	max-height:100px;
}

#chupachups, #chupa\ chups, #chupa_chups {
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}