
.page-content-wrapper
{
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .page-content-wrapper {
        background: none;
    }
}
@media (min-width: 768px) {
    .page-content-wrapper {
        background-color: #381E0E;
        background-position: center top 305px;
    }
}
@media (min-width: 992px) {
    .page-content-wrapper {
        background-position: center top 410px;
    }
}

@media (min-width: 1200px) {
    .page-content-wrapper {
        background-position: center top 500px;
    }
}

.masterslider-wrapper {
    padding: 0;
    clear: both;
}

#masterslider .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#masterslider .ms-title {
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 3;
}

    #masterslider .ms-title h2 {

        font-family: 'Oswald', sans-serif;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: 1px 1px #000000;
        font-weight: 700;
        margin: 0;
        line-height: 1.1;
    }

        #masterslider .ms-title h2 a {
            color: #ffffff;
        }

            #masterslider .ms-title h2 a:hover {
                color: #FFCC00;
                text-decoration: none;
            }

@media (max-width: 767px) {

    .masterslider-wrapper {
        background-color: #000000;
        -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    }

    #masterslider .ms-title {
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
    }

    #masterslider .ms-title h2 {
        font-size: 20px;
    }

}

@media (min-width: 768px) {

    .masterslider-wrapper.sport-home {
        padding-top: 5px;
    }

    .ms-slide.blog-slider {
        border: 3px solid #ffffff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;

        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
    }

    #masterslider .ms-title {
        width: 70%;
        padding-left: 15%;
        padding-right: 15%;
    }

    #masterslider .ms-title h2 {
        font-size: 34px;
    }

    #masterslider .ms-wave-view {
        height: 368px !important;
    }
}

@media (min-width: 992px) {

    .masterslider-wrapper.sport-home {
        padding-top: 10px;
    }

    #masterslider .ms-title h2 {
        font-size: 42px;
    }

    #masterslider .ms-wave-view {
        height: 478px !important;
    }
}

@media (min-width: 1200px) {

    #masterslider .ms-title h2 {
        font-size: 48px;
    }

    #masterslider .ms-wave-view {
        height: 578px !important;
    }
}

/* Home Section - Videos & News
-------------------------------------------------- */

    .videos-news-wrapper h2 {
        font-size: 24px;
        font-weight: 700;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        color: #000000;
        margin-top: 15px;
        margin-bottom: 10px;
        text-shadow: 1px 1px #ffffff;
    }

@media (max-width: 767px) {
    .videos-news-wrapper {
        padding: 0 0 15px 0;
        background: #eeeeee url(/assets/bg-page-content-wrapper.jpg) no-repeat center top -30px;
    }
}

@media (min-width: 768px) {
    .videos-news-wrapper {
        padding: 30px 0;
    }
    .videos-news-wrapper h2 {
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 22px;
    }
}

/* Home Section - More News
-------------------------------------------------- */
.more-news hr {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.more-news .media {
    padding: 0;
    line-height: 1.25;
    margin: 0;
}

.more-news .dateline, .more-news .categories {
    color: #888888;
    font-weight: 700;
    display: inline;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .more-news .categories:before {
        content: " | ";
    }

.more-news h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.25;
}

.more-news .title a {
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

    .more-news .title a:hover {


    }

@media (min-width: 768px) {
    .more-news hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .more-news .dateline, .more-news .categories {
        font-size: 14px;
    }
    .more-news h3 {
        font-size: 18px;
    }
}



/* Home Section - Videos
-------------------------------------------------- */

/* Video List */
.video-list {
    margin-left: -2px;
    margin-right: -3px;
}

    .video-list li {
        float: left;
        padding: 0 3px 5px 2px;
        position: relative;
    }

        .video-list li .inner .clear {
            clear: both;
        }

        .video-list li .inner .video-thumb {
        }

            .video-list li .inner .video-thumb img {
                width: 100%;
                -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
                -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
                box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
                border: 2px solid #ffffff;
            }

        .video-list li .inner .video-title {
            display: block;
            position: absolute;
            background: rgba(0,0,0,.5);
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.85)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 80%);
            background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 80%);
            background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 80%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 80%);
            padding: 15px 7px 5px 7px;
            bottom: 7px;
            left: 5px;
            right: 5px;
            line-height: 1;
        }

        .video-list li .inner .video-text {
            display: none;
            line-height: 1.2;
            padding-left: 25%;
            margin-left: 10px;
        }

        .video-list li .inner .video-intro {
            display: none;
            opacity: 0.5;
            padding-left: 25%;
            margin-left: 10px;
        }

        .video-list li .inner .video-title a {
            font-size: 13px;
            text-shadow: 1px 1px #000000;
            color: #ffffff;
            line-height: 1;
            font-weight: 700;
            font-family: 'Roboto Condensed', sans-serif;
        }

            .video-list li .inner .video-title a:hover {
                color: #ffcc00;
                text-decoration: none;
            }

    .video-list li {
        width: 50%;
    }

@media (min-width: 768px) {
    .video-list {
        margin-left: -5px;
        margin-right: -5px;
    }

        .video-list li {
            padding: 0 5px 10px 5px;
        }
            .video-list li .inner .video-thumb img {
                border: 3px solid #ffffff;
            }

            .video-list li .inner .video-title {
                bottom: 13px;
                left: 8px;
                right: 8px;
            }
}

@media (min-width: 992px) {
    .video-list li .inner .video-title a {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {

    .video-list li {
        width: 33.333%;
    }
}


/* Home - Banner Section
-------------------------------------------------- */
.home-section-banner {
    background-color: #381E0E;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
}

    .home-section-banner .carousel-control {
        /*top: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        z-index: 20;
        background-color: transparent;
        color: #ffffff;
        border-radius: 15px;
        opacity: 1;
        font-size: 16px;
        text-align: center;
        text-shadow: none;*/
        width: 45px;        
        opacity: 1;
       
    }

.carousel-control.left {
    background: url(/assets/sliding-banner-left.png) no-repeat top left;
    background-size: auto 200%;
}
.carousel-control.right {
    background: url(/assets/sliding-banner-right.png) no-repeat top right;
    background-size: auto 200%;
}
.carousel-control.left:hover {
    background-position: bottom left;
}
.carousel-control.right:hover {
    background-position: bottom right;
}

.home-section-banner .carousel-control .fa {
    line-height: 30px;
    vertical-align: middle;
    display: none;
}

.home-section-banner .carousel-control:hover {
    color: #E9D5B3;
}


/* Sport Home - Social Media Section
-------------------------------------------------- */
.home-section-social {
    /*background: #f8f8f8 url(/floridatechsports/template/bg-crimsonbar.gif) no-repeat center top; 
    background-size: 100% auto;*/
    background-color: #eeeeee;
}

    .home-section-social h3 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffcc00;
        text-shadow: 1px 1px #000000;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    /* tabs for mobile */
    .home-section-social .nav-tabs {
        /*background-color: #630C0D;*/
        background-color: transparent;
        border-bottom: 2px solid #ffcc00;
    }

        .home-section-social .nav-tabs > li {
            display: table-cell !important;
            width: 1% !important;
        }

        .home-section-social .nav-tabs li > a, .home-section-social .nav-tabs li > a:hover, .home-section-social .nav-tabs li > a:focus {
            border: none !important;
        }

        .home-section-social .nav-tabs li:nth-child(n+2) > a {
            margin-left: 1px;
        }

        .home-section-social .nav-tabs li > a {
            color: #ffcc00;
            padding: 7px 0 5px 0;
            background-color: transparent;
            border-radius: 4px 4px 0 0;
            margin-bottom: 0;
            font-size: 15px;
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: uppercase;
        }

            .home-section-social .nav-tabs li > a:hover {
                color: #ffffff;
                text-shadow: none;
            }

        .home-section-social .nav-tabs li.active > a, .home-section-social .nav-tabs li.active > a:hover {
            color: #381E0E;
            font-weight: 700;
            text-shadow: none;
            background-color: #ffcc00;
        }

    .home-section-social .social-box {
        background-color: #ffffff;
        width: 100%;
        margin-bottom: 25px;
    }

        .home-section-social .social-box .social-box-header .social-account {
            white-space: nowrap;
            margin-right: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .home-section-social .social-box .social-box-header .controls {
            margin-top: 1px;
        }

        .home-section-social .social-box .social-box-header a {
            color: #ffffff;
        }

            .home-section-social .social-box .social-box-header a:hover {
                color: #630c0d;
            }


    

@media (max-width: 767px) {

    .home-section-social .instagram-wrapper {
        height: 600px;
        overflow: hidden;
        overflow-y: scroll;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .home-section-social .tab-pane {
        display: block;
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .home-section-social .instagram-wrapper {
        height: 600px;
        overflow: hidden;
        overflow-y: scroll;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    /* Home/Sport Home Page Scoreboard
-------------------------------------------------- */

    /* Scoreboard Event Item */
    .scoreboard-slider .event {
        /*background-color: #ffffff;*/
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
    }

    .scoreboard-slider .event-image img {
        width: 100%;
        border-right: 2px solid #dddddd;
    }

    .scoreboard-slider .event-header {
        background-color: #381E0E;
        padding: 2px 5px;
        line-height: 1.2;
    }

    .scoreboard-slider .dateline {        
        color: #FFCC00;
        font-size: 13px;
        line-height: 1;
        font-weight: 700;
    }

    .scoreboard-slider .event-details {
        color: #333333;
        margin: 0;
    }

    .scoreboard-slider .sport, .scoreboard-slider .results, .scoreboard-slider .location, .scoreboard-slider .eventname {
        font-weight: 400;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-transform: uppercase;
    }

    .scoreboard-slider .eventname a {
        font-weight: 700;
    }

    .scoreboard-slider a {
        color: #000000;
    }

        .scoreboard-slider a:hover {
            /*color: #84152C;*/
            text-decoration: underline;
        }

    .scoreboard-slider .linksline a {
        text-transform: uppercase;
    }


    /* Sport Home Scoreboard
-------------------------------------------------- */
    .home-section.scoreboard.sport-home .tab-pane {
        padding-left: 0;
        padding-right: 0;
    }

    /* No events */
    .home-section.scoreboard.sport-home .no-events-wrapper {
    }

        .home-section.scoreboard.sport-home .no-events-wrapper img {
        }

        .home-section.scoreboard.sport-home .no-events-wrapper .no-events-image {
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

    
    

    /* Home Scoreboard */
    .scoreboard-slider {
        padding: 0;
        margin-bottom: 1px;
    }

        .scoreboard-slider .dateline {
            font-size: 13px;
            padding: 2px 5px;
        }

            .scoreboard-slider .dateline .eventdate, .scoreboard-slider .dateline .eventtime {
                display: inline;
            }

                .scoreboard-slider .dateline .eventtime:before {
                    content: " / ";
                }

        .scoreboard-slider .event-image {
            width: 45px;
            height: 55px;
            padding: 2px 0 0 0;
            margin: 0 6px 0 5px;
            color: #999999;
            font-size: 12px;
            text-align: center;
            overflow: hidden;
            float: left;
        }

            .scoreboard-slider .event-image img {
                margin-top: 5px;
                padding: 2px 6px 2px 0;
            }

        .scoreboard-slider .event-details {
            height: 65px;
            padding: 5px 0 0 10px;
        }

        .scoreboard-slider .sport, .scoreboard-slider .results, .scoreboard-slider .location {
            font-size: 14px;
            line-height: 16px;
        }

        .scoreboard-slider .eventname a {
            font-size: 16px;
        }

        .scoreboard-slider .linksline {
            padding-top: 5px;
        }

            .scoreboard-slider .linksline a {
                font-size: 12px;
                white-space: nowrap;
                display: block;
            }
}