.video-text-split.side_right .video-rating{
    display: block;
    position: absolute;
    width: 4vw;
    top: 1vw;
    z-index: 2;
}
.video-text-split.side_right .video-rating{
    right: 1vw;
}
.video-text-split.side_left .video-rating{
    left: 1vw;
}
.the-video-panel {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

sup {
    cursor: pointer;
}

section.full-width-video.full-width img {
    display: block;
    width: 100%;
}

section.full-width-video.full-width video {
    display: block;
    width: 100%;
}

section.rf_intro-text {
    background: url('../images/black-grunge.jpg') 0 0 no-repeat;
    background-size: cover;
    padding: 5em 0;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

section.rf_intro-text .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

section.rf_intro-text .text-area-left {
    text-align: left;
    margin-top: 5em;
    width: 47%;
}

section.rf_intro-text .text-area-left p {
    font-size: 20px;
}

section.rf_intro-text .text-area-left ul {
    font-size: 14px;
    font-weight: 100;
}

section.rf_intro-text .text-area-left ul li {
    margin-bottom: 5px;
}

section.rf_intro-text .image-panel-right {
    width: 47%;
}

.bx-wrapper {
    position: relative;
}

.bx-controls.bx-has-pager {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}

.bx-pager-item {
    display: inline-block;
    margin: 10px;
}

.bx-pager-item a {
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: transparent;
    text-indent: -9999999px;
    border: 2px solid #fff;
}

.bx-pager-item a.active {
    background: #fff;
}


nav.rxmenu {
    background: #db0436;
}

nav.rxmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 10px;
}

nav.rxmenu ul li {
    margin: 0 20px;
    list-style: none;
}

nav.rxmenu a {
    color: #fff;
    text-decoration: none;
}

.slide-panel img,
.slider-caption img {
    display: block;
    width: 100%;
}

section.full-width.full-width-image-text-overlay {
    min-height: 300px;
    width: 100%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


section.video-text-split {
    border-top: 1px solid red;
    background-size: cover;
}

section.video-text-split:last-of-type {
    border-bottom: 1px solid red;
}

.the-text-panel {
    position: relative;
    width: 55%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}


.the-video-panel {
    width: 45%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.the-text-panel.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.the-text-panel.flex ul {
    font-size: 18px;
}

.the-text-panel.flex > div:first-of-type {
    width: 30%;
}

.the-text-panel.flex > div:last-of-type {
    width: 50%;
}

.the-text-panel.flex > div:last-of-type > img {
    margin-bottom: 30px;
}

.the-video-panel video {
    display: block;
    width: 100%;
}

.video-caption {
    background: url(../images/video-caption-bg.png) 0 0 no-repeat;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    width: 100%;
    background-size: cover;
}

.video-caption > div > span {
    color: red;
}

section.video-text-split.side_left {

}

section.video-text-split.side_left .the-video-panel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

section.video-text-split.side_left .the-text-panel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.the-text-panel {
    position: relative;
}

section.video-text-split.side_right .the-text-panel span.after {
    display: block;
    position: absolute;
    top: 0;
    right: -148px;
    width: 100px;
    height: 100%;
    background: transparent;
    border-left: 150px solid #000;
    border-bottom: 500px solid transparent;
    z-index: 89;
}
section.video-text-split.side_right .the-text-panel span.before {
    display: block;
    position: absolute;
    top: 0;
    right: -150px;
    width: 100px;
    height: 100%;
    background: transparent;
    border-left: 150px solid red;
    border-bottom: 500px solid transparent;
    z-index: 88;
}

section.video-text-split.side_left .the-text-panel span.before {
    display: block;
    position: absolute;
    top: 0;
    left: -150px;
    width: 100px;
    height: 100%;
    background: transparent;
    border-right: 150px solid #000;
    border-bottom: 500px solid transparent;
    z-index: 89;
}

section.video-text-split.side_left .the-text-panel span.after {
    display: block;
    position: absolute;
    top: 0;
    left: -152px;
    width: 100px;
    height: 100%;
    background: transparent;
    border-right: 150px solid red;
    border-bottom: 500px solid transparent;
    z-index: 88;
}

.toolkit-content {
    width: 50%;
}

.toolkit-content h2 {
    font-weight: 100;
    font-size: 40px;
}

.toolkit-content h3 {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 100;
}

.toolkit-button {
    background: #db0436;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.toolkit-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.toolkit-button img {
    max-width: 44px;
    margin-right: 20px;
}


section.competition-section h2 {
    font-size: 40px;
    font-weight: 100;
    margin: 0 0 30px 0;
}

section.competition-section {
    padding-bottom: 100px;
    border-bottom: none;
    background: url('../images/black-grunge-fade.jpg') bottom center no-repeat;
    background-size: cover;
}


span.red {color: #db0436;}


section.digital_toolkit_panel {
    background-size: cover;
    min-height: 600px;
    padding: 3em 0 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section:focus {
    outline: none;
}


section.lower-red {
    background: url(../images/lower-red.png) top center no-repeat #1e1e1e;
    background-size: 100%;
    min-height: 1200px;
    position: relative;
    z-index: 999;
    top: -100px;
    padding-top: 400px;
    text-align: center;
}

section.lower-red > div > div {
    margin-bottom: 50px;
}

section.full-width.image-banner img {
    display: block;
    width: 100%;
    border-bottom: 1px solid red;
}

section.why-will-you-rebel {
    display: block;
    text-align: center;
    padding: 5em 0;
    border-bottom: 1px solid red;
}

section.why-will-you-rebel > .container > img {
    display: block;
    margin: 0 auto 40px;
}

section.rebel-story-single {
    background-size: cover;
    padding: 0;
    border-bottom: 1px solid red;
    position: relative;
}

.rebel-text-area {
    background: #1e1e1e;
    position: relative;
    top: -1px;
    padding: 5em 0;
}

.rebel-text-area .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.rebel-text-area .flex > div {
    width: 48%;
}

section.rebel-story-single .banner-image img {
    width: 100%;
    height: auto;
}

section.rebel-story-single .container > img {
    margin-bottom: 40px;
}

section.rebel-story-single p {
    font-size: 18px;
}

.mobile-only {
    display: none;
}

div#rftweet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tweet-wrap {
    width: 31%;
    background: #252525;
    color: #ffffff;
    margin-bottom: 20px;
}

.tweet-inner-text {
    padding: 20px;
    text-align: left;
}

.tweet-inner-text span.username {
    display: block;
}

.tweet-inner-text span.original {
    display: block;
    font-size: 80%;
    margin-bottom: 10px;
}

.tweet-inner-text span.original a {
    color: #6c6c6c;
    padding-left: 20px;
    background: url(../images/original-tweet.jpg) 0px 4px no-repeat;
    background-size: 13px;
}

.tweet-inner-text span.tweet-text {
    font-size: 14px;
    border-top: 1px dashed #6b6b6b;
    display: block;
    padding-top: 10px;
}

.meme-generator-wrapper {
    background: url('../images/black-grunge.jpg') 0 0 no-repeat; background-size: cover;
    padding: 10em 0;
}


/* RESPONSIVE */

@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    .flex {
        display: block;
    }
    section.rebel-story-single .container {
        padding: 15px!important;
    }
    .rebel-name {
        position: relative;
        top: 0!important;
        bottom: 0!important;
        left: 0!important;
        right: 0!important;
        width: 100%;
        margin: 0 auto;
        padding: 15px;
    }
    .text-area-left, .image-panel-right {
        width: 100%!important;
        margin: 2em auto!important;
    }
    section.full-width.full-width-image-text-overlay {
        min-height: 100px;
        padding: 15px;
    }

    section.video-text-split.side_right .the-text-panel span.before,
    section.video-text-split.side_right .the-text-panel span.after {display: none!important;}

    .the-text-panel {width: 100%; padding: 0 15px; }    

    .the-text-panel.flex > div {
        width: 100%!important;
        padding: 15px;
    }

    .toolkit-content {
        width: 100%;
    }

    .the-video-panel {
        width: 100%; padding: 0 15px;
    }

    .rebel-text-area {padding: 1em 0;}

    .rebel-text-area .flex {
        display: block;
    }

    .rebel-text-area .flex > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .rebel-text-area p > img {
        max-width: 200px;
        display: block;
    }

    div#rftweet {display: block;}

    .tweet-wrap { width: 90%; margin: 10px auto; }



}









