/**
 * Splash
 */
.rawt-splash {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.rawt-splash .container {
    position: relative;
    height: 100%;
}

.rawt-splash .splash-logo {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.rawt-splash .splash-logo .logo-content {
    display: table-cell;
    width: 100%;
    padding: 0 1.5em;
    vertical-align: middle;
}

.rawt-splash .splash-logo .logo-content > img {
    display: block;
    max-width: 100%;
    max-height: 400px;
    height: auto;
    margin: 0 auto;
    width: auto;

    /**
     * XXX-CL Firefox does a shit job at downsampling the splash images
     * http://stackoverflow.com/questions/5918595/why-is-firefox-so-bad-at-resizing-images
     */
    -moz-transform: rotate(0.0001deg);
}

.rawt-splash .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rawt-splash .static,
.rawt-splash .slides .slide-image .img {
    /**
     * XXX-CL Firefox does a shit job at downsampling the splash images
     * http://stackoverflow.com/questions/5918595/why-is-firefox-so-bad-at-resizing-images
     */
    -moz-transform: rotate(0.0001deg);
}

.rawt-splash-micro .static,
.rawt-splash-micro .slides .slide-image .img {
    -moz-transform: none;
}

.rawt-splash .static {
    background-size: cover;
    background-position: center center;

    -ms-behavior: url(/sites/all/modules/bf_base/js/backgroundsize.min.htc);
    behavior: url(/sites/all/modules/bf_base/js/backgroundsize.min.htc);
}

.rawt-splash .static-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rawt-splash .slides,
.rawt-splash .static {
    position: relative;
    margin: 0 auto;
}

.rawt-splash-full .slides,
.rawt-splash-full .static {
    padding-top: 80%;
}

.rawt-splash-compact .slides,
.rawt-splash-compact .static {
    padding-top: 80%;
}

.rawt-splash-tiny .slides,
.rawt-splash-tiny .static {
    padding-top: 80%;
}

.rawt-splash-slice .slides,
.rawt-splash-slice .static {
    padding-top: 45%;
}

@media all and (min-width: 650px) {
    .rawt-splash-full .slides,
    .rawt-splash-full .static {
        padding-top: 65%;
    }

    .rawt-splash-compact .slides,
    .rawt-splash-compact .static {
        padding-top: 65%;
    }

    .rawt-splash-tiny .slides,
    .rawt-splash-tiny .static {
        padding-top: 65%;
    }
}

@media all and (min-width: 950px) {
    .rawt-splash-full .slides,
    .rawt-splash-full .static {
        padding-top: 53%;
    }

    .rawt-splash-compact .slides,
    .rawt-splash-compact .static {
        padding-top: 50%;
    }

    .rawt-splash-tiny .slides,
    .rawt-splash-tiny .static {
        padding-top: 50%;
    }

    .rawt-splash-slice .slides,
    .rawt-splash-slice .static {
        padding-top: 40%;
    }
}

@media all and (min-width: 1100px) {
    .rawt-splash-full .slides,
    .rawt-splash-full .static {
        padding-top: 48%;
    }

    .rawt-splash-compact .slides,
    .rawt-splash-compact .static {
        padding-top: 45%;
    }

    .rawt-splash-tiny .slides,
    .rawt-splash-tiny .static {
        padding-top: 43%;
    }

    .rawt-splash-slice .slides,
    .rawt-splash-slice .static {
        padding-top: 380px;
    }
}

@media all and (min-width: 1200px) {
    .rawt-splash-full .slides,
    .rawt-splash-full .static {
        padding-top: 41%;
    }

    .rawt-splash-compact .slides,
    .rawt-splash-compact .static {
        padding-top: 38%;
    }

    .rawt-splash-tiny .slides,
    .rawt-splash-tiny .static {
        padding-top: 38%;
    }
}

@media all and (min-width: 1400px) {
    .rawt-splash-full .slides,
    .rawt-splash-full .static {
        padding-top: 680px;
    }

    .rawt-splash-compact .slides,
    .rawt-splash-compact .static {
        padding-top: 530px;
    }

    .rawt-splash-tiny .slides,
    .rawt-splash-tiny .static {
        padding-top: 500px;
    }
}

.rawt-splash .container {
    position: relative;
    width: 100%;
    height: 100%;
}

.rawt-splash .slide-image {
    width: 100%;
    height: 100%;
}

.rawt-splash .slide-image .img {
    display: block;
    position: relative;
    background-position: center center;
    background-size: cover;

    -ms-behavior: url(/sites/all/modules/bf_base/js/backgroundsize.min.htc);
    behavior: url(/sites/all/modules/bf_base/js/backgroundsize.min.htc);

    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.rawt-splash .slide {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 101%;
    width: 101%;
}

.rawt-splash .slide-active {
    opacity: 1;
}

/**
 * Text
 */
.rawt-splash .splash-text {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}

.rawt-splash .splash-text {
    font-size: 19px;
    font-size: 2rem;
    line-height: 16px;
    line-height: 1rem;
}

@media all and (min-width: 450px) {
    .rawt-splash .splash-text {
        font-size: 27px;
        font-size: 3rem;
    }
}

@media all and (min-width: 500px) {
    .rawt-splash .splash-text {
        font-size: 32px;
        font-size: 3.5rem;
    }
}

@media all and (min-width: 600px) {
    .rawt-splash .splash-text {
        font-size: 60px;
        font-size: 4rem;
    }
}


@media all and (min-width: 950px) {
    .rawt-splash .splash-text {
        font-size: 80px;
        font-size: 5rem;
    }
}

/*@media all and (min-width: 1200px) {
    .rawt-splash .splash-text {
        font-size: 48px;
        font-size: 6rem;
    }
}

@media all and (min-width: 1400px) {
    .rawt-splash .splash-text {
        font-size: 64px;
        font-size: 6.5rem;
    }
}*/

.rawt-splash .splash-text .text-area {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rawt-splash-header .splash-text .text-area {
    color: #fff;
}

.rawt-splash-header .splash-text .text,
.rawt-splash-header .splash-text .subtext {
    text-shadow: 0 0 0.5em #333;
}

.rawt-splash .splash-text .text-box {
    display: inline-block;
    margin: 0 0.2em;
}

@media all and (min-width: 1500px) {
    .rawt-splash .splash-text .text-box {
        margin: 0;
    }
}

.rawt-splash .splash-text .text {
    display: block;
    line-height: 1em;
}

.rawt-splash .splash-text .subtext {
    display: inline-block;
    font-size: 0.5em;
    margin-bottom: 0.3em;
    line-height: 1em;
    vertical-align: bottom;
}

.rawt-splash .splash-text .subtext-border-left,
.rawt-splash .splash-text .subtext-border-right {
    /*display: block;
    width: 25%;
    height: 1em;*/
    display: none;
}

.rawt-splash .splash-text .rawt-badges {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.8em;
}

.rawt-splash .splash-text .rawt-badges .rawt-badge {
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
}

.rawt-splash .rawt-share-widgets {
    text-align: center;
}

.rawt-splash .rawt-share-widgets .share-button {
    font-size: 1em;
    height: 1em;
    width: 1em;
    margin: 0 0.05em;
}

.rawt-splash .rawtsplash-share .rawt-share-widgets {
    font-size: 24px;
    font-size: 1.8rem;
    position: absolute;
    bottom: 7%;
    left: 0;
    margin-top: 0.3em;
    width: 100%;
}

.rawt-splash .rawt-share-widgets .share-button .share-count {
    display: none !important;
}

@media all and (min-width: 550px) {
    .rawt-splash .rawtsplash-share .rawt-share-widgets {
        font-size: 32px;
        font-size: 2rem;
    }

    .rawt-splash .rawt-share-widgets .share-count.with-count {
        display: inline !important;
    }

    .rawt-splash .rawt-share-widgets .share-button .share-count {
        font-size: 8px;
        font-size: 0.5rem;
    }
}

@media all and (min-width: 750px) {
    .rawt-splash .rawtsplash-share .rawt-share-widgets {
        bottom: 10%;
        font-size: 35px;
        font-size: 2.2rem;
    }

    .rawt-splash .rawt-share-widgets .share-button .share-count {
        font-size: 10px;
        font-size: 0.55rem;
    }
}

@media all and (min-width: 950px) {
    .rawt-splash .rawtsplash-share .rawt-share-widgets {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .rawt-splash .rawt-share-widgets .share-button .share-count {
        font-size: 10px;
        font-size: 0.60rem;
    }
}

@media all and (min-width: 1200px) {
    .rawt-splash .rawtsplash-share .rawt-share-widgets {
        font-size: 48px;
        font-size: 3rem;
    }

    .rawt-splash .rawt-share-widgets .share-button .share-count {
        font-size: 11px;
        font-size: 0.65rem;
    }
}

.rawt-splash .splash-text .rawt-share-widgets {
    position: static;
}

/**
 * Rating
 */
.rawt-splash .rawt-rating {
    display: none;
    position: absolute;
    bottom: 0.8em;
    left: 0.8em;
    z-index: 8;
}

@media all and (min-width: 750px) {
    .rawt-splash .rawt-rating {
        display: block;
    }
}

.rawt-splash-header-dark .rawt-rating {
    color: #fff;
}

.rawt-splash-header-light .rawt-rating {
    color: #555;
}

/**
 * Favorite
 */
.rawt-splash .splash-fav {
    font-size: 1.5em;
    position: absolute;
    z-index: 8;
    bottom: 0;
    right: 0;
    margin: 13px 21px 13px 13px;
    margin: 0.8rem 1.3rem 0.8rem 0.8rem;
}

.rawt-splash .rawt-fav {
    margin: 0;
}

.rawt-splash .rawt-fav .icon {
    font-size: 1.5em;
}

.rawt-splash .rawt-fav .text {
    display: none;
}

/**
 * Author
 */
.rawt-splash .splash-author {
    display: none;
    position: absolute;
    margin: 13px 13px 0 13px;
    margin: 0.8rem 0.8rem 0 0.8rem;
    z-index: 8;
    right: 0.8em;
    top: 0;
}

.rawt-splash .rawt-author {
    width: 3.5em;
}

@media all and (min-width: 750px) {
    .rawt-splash .splash-author {
        display: block;
    }
}

@media all and (min-width: 950px) {
    .rawt-splash .rawt-author {
        width: 4.5em;
    }
}

.rawt-splash-header-dark .rawt-author .label {
    color: #fff;
}

.rawt-splash-header-light .rawt-author .label {
    color: #555;
}

/**
 * Comments
 */
.rawt-splash .splash-comments {
    display: none;
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    margin: 13px;
    margin: 0.8rem;
    z-index: 8;
    left: 0;
    top: 0;
}

@media all and (min-width: 550px) {
    .rawt-splash .splash-comments {
        display: block;
    }
}

.rawt-splash-header .splash-comments .rawt-comment-balloon .icon {
    color: #fff;
    text-shadow: 0 0 0.5em #333;
}

.rawt-splash-header .splash-comments .rawt-comment-balloon .value {
    color: #555;
}

/**
 * Media Splash
 */
.rawt-splash-media .static-content {
    position: static !important;
}

.rawt-splash-media .splash-text {
    display: block;
    position: static !important;
    font-size: 1em !important;
}

.rawt-splash-media .splash-text .text-area {
    display: block;
    padding-bottom: 21px;
    padding-bottom: 1.5rem;
}

.rawt-splash-media .rawtsplash-share {
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 5;
}

.rawt-splash-media .splash-author {
    display: none !important;
}

.rawt-splash-media .splash-fav {
    bottom: 0;
}

@media all and (min-width: 700px) {
    .rawt-splash-media .rawtsplash-share {
        left: 0;
        width: 100%;
        bottom: 18%;
    }
}

@media all and (min-width: 1100px) {
    .rawt-splash-media .splash-author {
        display: block !important;
    }

    .rawt-splash-media .static-content {
        padding: 16px 0;
        padding: 1rem 0;
    }

    .rawt-splash-media .player-area {
        width: 70% !important;
    }

    .rawt-splash-media .rawtsplash-share {
        position: static;
        bottom: auto;
        left: auto;
        width: auto;
        opacity: 1 !important;
    }
}

@media all and (min-width: 1500px) {
    .rawt-splash-media .player-area {
        width: 65% !important;
    }
}

.rawt-splash-media .rawt-player .player-frame h3.title {
    top: 1em;
}

.rawt-splash-media .rawt-player .player-frame h3.title .icon {
    display: none;
}

.rawt-splash-media .rawt-player .player-frame .title-details {
    bottom: 3.5em;
}

@media all and (min-width: 700px) {
    .rawt-splash-media .rawt-player .player-frame h3.title,
    .rawt-splash-media .rawt-player .player-frame .title-details {
        display: block;
    }
}

@media all and (min-width: 1100px) {
    .rawt-splash-media .rawt-player .player-frame h3.title .icon {
        display: inline-block;
    }
}

/**
 * Enter
 */
.rawt-splash .splash-text .enter-button {
    margin-top: 2em;
    font-size: 0.5em;
}

/**
 * Navigation
 */
.js .rawt-splash-skip .slide-image,
.js .rawt-splash-skip .rawt-splash-header {
    cursor: pointer;
}

.rawt-splash .splash-down {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}

@media all and (min-width: 550px) {
    .rawt-splash .splash-down {
        visibility: visible;
    }
}

.rawt-splash .splash-down .down-content {
    display: inline-block;
    background: #fff;
    padding: 0.8em;
}

.rawt-splash .splash-down .down-content .down-text {
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    color: #444;
    font-size: 1.3em;
}