/* 自定義 CSS */
body {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'Gothic A1', sans-serif;
    font-weight: 400;
    color: #4b4b4b;
    /*background-color: black;*/
}

hr {
    border-top: 1px solid #c3c3c3;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #f7f7f7 url('/vendor/lazysizes-gh-pages/assets/imgs/loader.gif') no-repeat center;
}
img.lazyload:not([src]) {
    visibility: hidden;
}


.bg-black {
    background-color: black;
}

.btn-black {
    color: white;
    background: rgba(0, 0, 0, 1);
}

.btn-black:hover {
    color: white;
    background: rgba(0, 0, 0, .8);
}

/*.black-cover{*/
/*    position: absolute;*/
/*    z-index: 9999;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    background-color: rgba(0, 0, 0, 1);*/
/*}*/


/* header CSS */
#main-menu a {
    color: rgba(0, 0, 0, .8);
    letter-spacing: .12rem;
}

#main-menu a:hover {
    color: rgba(0, 0, 0, 1);
}

#main-menu .dropdown-item.active, #main-menu .dropdown-item:active {
    background-color: rgba(0, 0, 0, .15);
}

/*#main-menu ul a {*/
/*    border-bottom: 2px solid rgba(0, 0, 0, 0);*/
/*    padding: 0 .25rem;*/
/*    transition: ease-in-out .3s;*/
/*}*/

/*#main-menu ul a:hover {*/
/*    border-bottom: 2px solid rgba(0, 0, 0, 1);*/
/*    padding: 0 .5rem;*/
/*}*/

/* footer CSS */
footer .form-control {
    color: white;
    background-color: transparent;
}

footer .form-control:focus {
    color: white;
    background-color: transparent;
    border-color: white;
    outline: 0;
    box-shadow: none;
}

footer a .fa-stack-1x {
    color: black;
}

footer a .fa-stack-1x:hover {
    color: white;
}

.btn-facebook .fa-stack-2x, .btn-youtube .fa-stack-2x, .btn-instagram .fa-stack-2x {
    color: white;
}

.btn-facebook:hover .fa-stack-2x {
    color: #3b5998;
}

.btn-youtube:hover .fa-stack-2x {
    color: #FF0000;
}

.btn-instagram:hover .fa-stack-2x {
    background: linear-gradient(135deg, rgba(64, 93, 230, 1) 0%, rgba(91, 81, 216, 1) 10%, rgba(131, 58, 180, 1) 20%, rgba(193, 53, 132, 1) 30%, rgba(225, 48, 108, 1) 40%, rgba(225, 48, 108, 1) 50%, rgba(253, 29, 29, 1) 60%, rgba(245, 96, 64, 1) 70%, rgba(247, 119, 55, 1) 80%, rgba(252, 175, 69, 1) 90%, rgba(255, 220, 128, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 配色 CSS */
.color-orange {
    color: #fe6c61;
}

.color-orange:hover {
    color: #fe4b42;
}

.color-yellow {
    color: #e8b845;
}

.color-yellow:hover {
    color: #e8a505;
}

.color-green {
    color: #7dd2c3 !important;
}

.color-green:hover {
    color: #19d2ae !important;
}

.btn-outline-orange {
    color: #fe6c61;
    /*border: 1px solid #fe6c61;*/
}

.btn-outline-orange:hover {
    color: white !important;
    background-color: rgba(255,255,255,0.85);
    border: 1px solid #fe6c61;
}

/* homepage CSS */
#main-slider .owl-nav, #second-slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

#main-slider .owl-nav button, #second-slider .owl-nav button {
    color: grey;
    background-color: black;
    padding: 0 .8rem !important;
    margin: 0;
    border-radius: 0;
    font-size: 1.2rem;
}

#main-slider .owl-nav button:hover, #second-slider .owl-nav button:hover {
    color: white;
    background-color: black;
}

.info-content {
    position: absolute;
    bottom: -10rem;
    margin: 0 auto 1rem auto;
    transition: ease-in-out .3s;
    /*width: 100%;*/
    word-break: break-word;
    text-wrap: normal;
}

.monthly:hover .info-content,
.channel:hover .info-content,
.news:hover .info-content,
.activity:hover .info-content,
.audiovisual:hover .info-content {
    bottom: 0;
}

.badge-category {
    position: absolute;
    right: 0;
    top: -10rem;
    transition: ease-in-out .3s;
}

.monthly:hover .badge-category,
.channel:hover .badge-category,
.news:hover .badge-category,
.activity:hover .badge-category,
.audiovisual:hover .badge-category {
    padding: .25rem 0;
    top: 0;
}

.monthly-overly, .channel-overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    padding: 2rem;
    overflow: hidden;
}

.monthly-overly:hover {
    color: white;
    background-color: rgba(162, 94, 205, 0.5);
}

.badge-monthly {
    color: white;
    background: #a25ecd;
    padding: .25rem 1rem;
}

.badge-monthly:hover {
    color: white;
    background: #9e31cd;
}

.channel-overly:hover {
    color: white;
    background-color: rgba(254, 75, 66, 0.5);
}

.badge-channel {
    color: white;
    background: #fe6c61;
    padding: .25rem 1rem;
}

.badge-channel:hover {
    color: white;
    background: #fe4b42;
}

.news, .activity, .audiovisual {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news-overly, .activity-overly, .audiovisual-overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    padding: 1rem;
    overflow: hidden;
}

.news-overly:hover {
    color: white;
    background-color: rgba(232, 184, 53, 0.5);
}

.badge-news {
    color: white;
    background: #e8b845;
    padding: .25rem 1rem;
}

.badge-news:hover {
    color: white;
    background: #e8a505;
}

.activity-overly:hover {
    color: white;
    background-color: rgba(125, 210, 195, 0.5);
}

.badge-activity {
    color: white;
    background: #7dd2c3;
    padding: .25rem 1rem;
}

.badge-activity:hover {
    color: white;
    background: #19d2ae;
}

.audiovisual-overly:hover {
    color: white;
    background-color: rgba(120, 201, 106, 0.5);
}

.badge-audiovisual {
    color: white;
    background: #78c96a;
    padding: .25rem 1rem;
}

.badge-audiovisual:hover {
    color: white;
    background: #47c934;
}

#TV-list {
    overflow-y: scroll;
}

.media-list {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
}

#TV-list .list-group-item.active {
    z-index: 2;
    color: black;
    background-color: rgb(254, 204, 199);
    border: 1px solid rgba(0, 0, 0, .125);
}

.favheart-list {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 160px;
    height: 90px;
    border-radius: 5%;
    border: 1px solid #f0f0f0;
}

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

/*#TV-list, #fb-columns {*/
/*    height: 90vh;*/
/*    overflow: hidden;*/
/*    overflow-y: scroll;*/
/*}*/

/* login CSS */


.wrapper {
    padding: 20px 0;
    width: 50%;
    margin: 0 auto;
    line-height: 2;
    font-size: 1.5em;
}

.therapper2body .wrapper {
    padding: 0 0 170px 0;

}

#YT-main-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 5%;
    color: grey;
    background-color: black;
    padding: 0 1.1rem .1rem 1.1rem !important;
    margin: 0;
    border-radius: 0;
    font-size: 1.8rem;
}

#YT-main-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 5%;
    color: grey;
    background-color: black;
    padding: 0 1.1rem .1rem 1.1rem !important;
    margin: 0;
    border-radius: 0;
    font-size: 1.8rem;
}

#YT-main-carousel .owl-nav .owl-prev:hover,
#YT-main-carousel .owl-nav .owl-next:hover {
    color: white;
}

#YT-second-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 5%;
    color: grey;
    background-color: black;
    padding: 0 1rem .1rem 1rem !important;
    margin: 0;
    border-radius: 0;
    font-size: 1.5rem;
}

#YT-second-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 5%;
    color: grey;
    background-color: black;
    padding: 0 1rem .1rem 1rem !important;
    margin: 0;
    border-radius: 0;
    font-size: 1.5rem;
}

#YT-second-carousel .owl-nav .owl-prev:hover,
#YT-second-carousel .owl-nav .owl-next:hover {
    color: white;
}

/* ------ LOGIN CSS ------ */
.kv-img {
    width: 100%;
    height: 100vh;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -9999;
    overflow: hidden;
}

.logo-set-blue, .logo-set-white {
    position: absolute;
}

/*.btn-outline-facebook .logo-set-white {*/
/*    opacity: 0;*/
/*    transition: ease-in-out .3s;*/
/*}*/

/*.btn-outline-facebook .logo-set-white:hover {*/
/*    opacity: 1;*/
/*}*/

.btn-outline-facebook {
    color: #3B5999 !important;
    border: 1px solid #3B5999;
}

.btn-outline-facebook:hover {
    color: white !important;
    background-color: #3B5999;
}

.btn-outline-google {
    color: #dd4b39 !important;
    border: 1px solid #dd4b39;
}

.btn-outline-google:hover {
    color: white !important;
    background-color: #dd4b39;
}

.btn-outline-lineapp {
    color: #00b900 !important;
    border: 1px solid #00b900;
}

.btn-outline-lineapp:hover {
    color: white !important;
    background-color: #00b900;
}

/* myaccount CSS */
.img-circle {
    /*width: 30px;*/
    /*height: 30px;*/
    border: 1px solid rgba(188, 180, 175, 0.25);
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

/* channel CSS */
.bg-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.jumbotron-bg {
    background-color: transparent;
}

#monthly-channel .card,
#featured-channel .card,
#more-channel .card,
#news-newest .card,
#news-hot .card,
#news-featured .card,
#video-newest .card,
#video-ho .card,
#video-featured .card,
#video-fans .card,
#event .card {
    /*border: none;*/
    /*border-radius: 0;*/
    background-color: rgba(255, 255, 255, .9);
}

#monthly-channel a,
#featured-channel a,
#more-channel a,
#news-more a,
#news-more .news-more-info
{
    color: black;
}

#monthly-channel .card-img-top,
#featured-channel .card-img-top,
#more-channel .card-img-top,
#event .card-img-top {
    border-radius: 0;
}

#news-more .media,
#news-more img,
#video-newest iframe,
#video-hot iframe,
#video-featured iframe,
#video-more iframe,
#video-fans iframe,
.video-content {
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, .9);
}

.btn-monthly {
    color: white !important;
    background: #a25ecd;
}

.btn-monthly:hover {
    background: #9e31cd;
}

.btn-outline-monthly {
    color: #a25ecd !important;
    border: 1px solid #a25ecd;
}

.btn-outline-monthly:hover {
    color: white !important;
    background: #a25ecd;
}

.badge-outline-monthly {
    color: #a25ecd !important;
    border: 1px solid #a25ecd;
}


.brand-color {
    color: #111111;
}

.btn-brand-color {
    color: #111111;
}

.btn-brand-color:hover {
    color: #121212;
}

.btn-brand {
    color: white !important;
    background-color: #111111;
}

.btn-brand:hover {
    color: white;
    background-color: #121212;
}

.btn-brand2 {
    color: white !important;
    /*background-color: #111111;*/
}

.btn-brand2::hover {
    color: white !important;
    /*background-color: #111111;*/
}


.btn-outline-brand {
    color: #111111;
    border: 1px solid #111111;
}

.btn-outline-brand:hover {
    color: white !important;
    background-color: #111111;
}

.badge-brand {
    color: white;
    background-color: #111111;
}

.badge-outline-brand {
    color: #bcb4af;
    border: 1px solid #bcb4af;
}

.badge-outline-brand:hover {
    color: white !important;
    background-color: #bcb4af;
}

.btn-channel {
    color: white !important;
    background: #fe6c61;
}

.btn-channel:hover {
    background: #fe4b42;
}

.btn-outline-channel {
    color: #fe6c61 !important;
    border: 1px solid #fe6c61;
}

.btn-outline-channel:hover {
    color: white !important;
    background: #fe6c61;
}

.addfavbtn {
    position: absolute;
    right: 0;
    top: 0;
    margin: .2rem;

}
.addfavbtn i{
    color:#fe6c61;

    /*width: 30px;*/
    /*height:30px;*/
}


.addfavbtntvlist {
    position: absolute;
    right: 0;
    top: 0;
    margin: .2rem;

}

.addfavbtntvlist i{
    color:#fe6c61;

    /*width: 30px;*/
    /*height:30px;*/
}

.addfavbtninline {
    /*position: relative;*/
    /*right: 0;*/
    /*top: 0;*/
    margin-left: .2rem;
    border: 1px solid #fe6c61;

}
.addfavbtninline i{
    color:#fe6c61;

    /*width: 30px;*/
    /*height:30px;*/
}


#TV-list .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#TV-list a {
    color: #fe6c61;
}

#TV-list .nav-pills .nav-link.active,
#TV-list .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fe6c61;
}

.host-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 35vh;*/
    border-radius: 50%;
}

.btn-news {
    color: white !important;
    background: #e8b845;
}

.btn-news:hover {
    background: #e8a505;
}


#news-cate {
    position: sticky;
    top: 5rem;
}

#news-cate a {
    color: #e8b845;
    border: 1px solid #e8b845;
    border-radius: 1rem;
    padding: .25rem .5rem;
    margin: .5rem 0;
    transition: ease-in-out .3s;
}

#news-cate a:hover {
    color: white;
    background: #e8b845;
}

.three-cate-overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 2rem;
    overflow: hidden;
}

.three-cate-overly:hover {
    color: white;
    background-color: rgba(232, 184, 53, 0.25);
}

#video-cate {
    position: sticky;
    top: 5rem;
}

#video-cate a {
    color: #78c96a;
    border: 1px solid #78c96a;
    border-radius: 1rem;
    padding: .25rem .5rem;
    margin: .5rem 0;
    transition: ease-in-out .3s;
}

#video-cate a:hover {
    color: white;
    background: #78c96a;
}

.btn-video {
    color: white !important;
    background: #78c96a;
}

.btn-video:hover {
    background: #47c934;
}

#event-kv {
    position: relative;
}

.event-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -9;
    background-color: black;
    background-image: url("https://dev.mtv.com.tw/ATTSHOWBOX/img/background.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event-content {
    position: relative;
    text-align: center;
}

.c-1 {
    position: absolute;
    top: 36%;
    left: 48%;
}

.c-4 {
    position: absolute;
    top: 0%;
    left: 48%;
}

.c-5 {
    position: absolute;
    top: 69%;
    left: 39%;
}

.event-bg-deco {
    position: absolute;
    top: 0;
    left: 0;
}

.l-hand {
    position: absolute;
    top: 36%;
    left: 18%;
}

.r-hand {
    position: absolute;
    top: 30%;
    left: 84%;
}

#event-btn img, .btn-start img, #event-more img {
    width: 210px;
    transition: ease-in-out .3s;
}

#event-btn img:hover, .btn-start img:hover, #event-more img:hover {
    width: 240px;
}

#event-organizer {
    background-color: rgba(255, 255, 255, 1);
}

#playgamelist-btn .page-item.active .page-link {
    background-color: #d9534f;
    border-color: #d43f3a;
}

#playgamelist-btn .page-item .page-link {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

#playgamelist-btn .page-item:hover .page-link {
    background-color: #31b0d5;
    border-color: #269abc;
}

#standupcompetition-bg {
    background-color: #F6E0B0;
}

#standupcompetition-content {
    padding: 3rem 6rem;
}

#standupcompetition-content img {
    width: 100%;
}

#standupcompetition-content h5 {
    color: #D0423A;
}

#standupcompetition-content p,
#standupcompetition-content ol,
#standupcompetition-content small {
    color: #435A6B;
}

.standupcompetition-btn {
    color: white;
    background-color: #435A6B;
}

.standupcompetition-btn:hover {
    color: white;
    background-color: #395061;
}

.neon-green {
    color: white;
    text-shadow:
            0 0 1.5em green,
            0 0 1.2em green,
            0 0 0.9em green,
            0 0 0.6em green,
            0 0 0.3em green,
            0 3px 3px black;
}

.border-neon-green {
    border: 1px solid white;
    box-shadow:
            0 0 0.6em green,
            0 0 0.3em green,
            0 3px 3px black;
}

.neon-blue {
    color: white;
    text-shadow:
            0 0 1.5em blue,
            0 0 1.2em blue,
            0 0 0.9em blue,
            0 0 0.6em blue,
            0 0 0.3em blue,
            0 3px 3px black;
}

.border-neon-blue {
    border: 1px solid white;
    box-shadow:
            0 0 0.6em blue,
            0 0 0.3em blue,
            0 3px 3px black;
}

.neon-pink {
    color: white;
    text-shadow:
            0 0 1.5em deeppink,
            0 0 1.2em deeppink,
            0 0 0.9em deeppink,
            0 0 0.6em deeppink,
            0 0 0.3em deeppink,
            0 3px 3px black;
}

.border-neon-pink {
    border: 1px solid white;
    box-shadow:
            0 0 0.6em deeppink,
            0 0 0.3em deeppink,
            0 3px 3px black;
}

.neon-yellow {
    color: white;
    text-shadow:
            0 0 1.5em orange,
            0 0 1.2em orange,
            0 0 0.9em orange,
            0 0 0.6em orange,
            0 0 0.3em orange,
            0 3px 3px black;
}

.border-neon-yellow {
    border: 1px solid white;
    box-shadow:
            0 0 0.6em orange,
            0 0 0.3em orange,
            0 3px 3px black;
}

.BONUS {
    font-size: 2.9rem;
    font-weight: 300;
    line-height: 1.4;
}

.bg-referee {
    position: relative;
    background-image: url("https://images.unsplash.com/photo-1570647985759-a2a0a0eef270?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1652&q=80");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*.grid-item {*/
/*    float: left;*/
/*    flex: 0 0 31%;*/
/*    max-width: 31%;*/
/*    margin: 0 auto 20px auto;*/
/*}*/

#therapper-kv {
    position: relative;
}

.therapper-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -9;
    /*background-color: black;*/
    background-image: url("https://dev.mtv.com.tw/frontend/foreground/images/therapper-bg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.therapper-img {
    position: absolute;
    top: 0;
    width: 100%;
    /*height: 100vh;*/
    z-index: -9;
}

.therapper-lg-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -9;
}


.therapper-content {
    position: relative;
    text-align: center;
    overflow-y: scroll;
}

.therapper-color {
    color: #d3fa00;
    text-shadow: 0 .3rem .3rem rgba(0,0,0,.15);
}

.therapper-date {
    color: #13684e;
    /*text-shadow: 0 .3rem .3rem rgba(0,0,0,.15);*/
}

.TheRappersPosterGiveaway .embed-responsive-16by9::before {
    padding-top: 0;
}

.TheRappersGiveaway .embed-responsive-16by9::before {
    padding-top: 0;
}

.border-green {
    border-color: #13684e!important;
}

.content-shadow {
    /*text-shadow: 0 .3rem .3rem rgba(0,0,0,.15);*/
}

.bg-clear {
    background-color: rgba(255, 255, 255, .75);
}

.masonry-container{
    width: 100%;
    margin: 1rem auto;
}
#monthly-channel .grid-item {
    float: left;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 auto 0px auto;
}

#featured-channel .grid-item {
    float: left;
    flex: 0 0 31%;
    max-width: 31%;
    margin: 0 auto 0px auto;
}

/* 響應式 media CSS */
/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {

    #main-menu .nav-link, #main-menu .dropdown-item {
        text-align: center;
    }

    .monthly, .channel {
        width: 100%;
        /*height: 30vh;*/
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #fb-columns .card-columns {
        column-count: 1;
    }

    .three-cate {
        position: relative;
        width: 100%;
        height: 25vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin: .5rem 0;
    }

    .masonry-container{
        width: 98%;
        margin: 1rem auto;
    }
    #monthly-channel .grid-item {
        float: left;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto 0px auto;
    }

    #featured-channel .grid-item {
        float: left;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto 0px auto;
    }
    .ge-content img, .ge-content img, .ge-content iframe, .ge-content iframe {
        max-width: 100% !important;
        height: auto;
        margin: 0 auto;
    }
    .btn-edit-avatar {
        width: 30px;
        padding: 0.1rem;
        border: 1px solid rgba(149, 142, 138, 0.25);
        color: #111111;
        background: white;
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        bottom: 5%;
        right: 28%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .monthly, .channel {
        width: 100%;
        /*height: 50vh;*/
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #fb-columns .card-columns {
        column-count: 2;
    }

    .three-cate {
        position: relative;
        width: 100%;
        height: 30vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin: 1rem 0;
    }
    .btn-edit-avatar {
        width: 30px;
        padding: 0.1rem;
        border: 1px solid rgba(149, 142, 138, 0.25);
        color: #111111;
        background: white;
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        bottom: 5%;
        right: 28%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .three-cate {
        position: relative;
        width: 100%;
        height: 75vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.eventvotebtn {
    color: gray;
    border: 1px solid gray;
    box-shadow: none;
}

.eventvotebtn-enable {
    color: white;
    text-shadow: 0 0 1.5em orange, 0 0 1.2em orange, 0 0 0.9em orange, 0 0 0.6em orange, 0 0 0.3em orange, 0 3px 3px black;
}

.TheRappersPosterGiveaway .neon-green .h4{
    1.2rem;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #030303;
    border-color: #030303;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #030303;
    background-color: #fff;
    border: 1px solid #dee2e6;
}