body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    background: linear-gradient(to bottom, #CFE6FF, #F2DEC5);
}

@media (max-width: 575px) {
    .related-vids {
        display: block;
        width: 100%;
        height: calc(100% - (50% + 60px));
        /*position: fixed;*/
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .record-winner,
    .record-date,
    .record-prize {
        font-size: 12px;
    }
    .timer {
        max-width: 240px;
    }
    .prizes-table .prize-odd td,
    .prizes-table .prize-even td {
        font-size: 12px;
    }
    .limit-container {
        padding-top: 175px;
    }
    .article-content {
        font-size: 16px;
    }
    .product-container h1 {
        font-size: 1.7em;
        margin: 0;
        padding-top: 7%;
    }
    .product-container p.official {
        font-size: 14px;
    }
    .product-container p.official2 {
        font-size: 15px;
    }
    .swish-action {
        margin: 20px auto;
        font-size: 18px;
        width: 90%;
    }
    .page-title {
        font-size: 1.5em;
    }
    .home-leaders span.img {
        width: 60%;
    }
    .home-leaders span.avg {
        width: 30%;
        padding-left: 10px;
    }
    .home-leaders span.avg a {
        color: #fff;
    }
    .home-leaders span.avg p {
        color: #816323;
        font-size: 14px;
    }
    .home-leaders span.avg h2 {
        font-size: 1.5em;
        color: #fff;
        font-weight: 900;
    }
    .home-leaders span.avg h1 {
        font-size: 1.7em;
    }
    .home-leaders span.info {
        width: 100%;
        padding-left: 10px;
    }
    .home-leaders span.info h1 {
        font-size: 2.5em;
        letter-spacing: 1px;
    }
    .home-leaders span.info p {
        font-size: 19px;
    }
    .tag-live img {
        width: 65px;
    }
    .live-img {
        width: 30%
    }
    .live-img img {
        width: 85%;
    }
    .live-action-sm {
        width: 85%;
    }
    .live-time-sm {
        font-size: 12px;
    }
    .live-vs {
        color: #bebebe;
        width: 40%;
    }
    .base-limit-fixed {
        margin: 50px auto;
    }
    .brand-main img {
        width: 90px;
    }
    .pba-navbar-links-right {
        padding: 5px;
        width: 70px;
    }
    .pba-navbar {
        height: 50px;
    }
    .pba-navbar-brand {
        padding: 5px 10px;
        height: 50px;
        width: 150px;
    }
    .pba-navbar-brand:after {
        height: 50px;
        width: 95px;
    }
    .pba-navbar-sponsor {
        padding: 5px 10px;
        height: 50px;
        width: 60px;
        margin-left: 32px;
    }
    .pba-navbar-sponsor:after {
        height: 50px;
        width: 125px;
    }
    .normal-base-limit {
        padding-top: 60px;
    }
    .thumb-box {
        width: 33.33%;
    }
    .conf-stage {
        width: 100%;
    }
    .month-label {
        width: 25%;
    }
    .schedule-tab {
        width: 50%;
    }
    .logo-style-done {
        width: 25%;
    }
    .logo-style-done img {
        width: 90%;
    }
    .score-style-done {
        width: 22%;
    }
    .vh-main {
        width: 100%;
    }
    .vh-related {
        width: 100%;
    }
    .logo-style-1 {
        width: 47%;
    }
    .name-style-2 {
        width: 22%;
    }
    .vs-span {
        width: 6%;
    }
    .timer-container-img {
        width: 100%;
    }
    .timer-container-timer {
        width: 100%;
    }
    .timer-matchup {
        width: 100%;
        text-align: center;
    }
    .matchup-details {
        width: 100%;
        text-align: center;
    }
    .headline-title-container {
        margin-bottom: 2%;
    }
    .cf-tab-link {
        width: 25%;
    }
    .stretchy-wrapper {
        padding-bottom: 100%;
        /* 16:9 */
    }
    .headline-img {
        height: 100%;
        margin-left: -20%;
    }
    .headline-title {
        font-size: 1em;
        line-height: 20px;
    }
    .latest-news-caption h4 {
        font-size: 1.5em;
    }
    .latest-news-lg {
        height: 0;
        width: 100%;
        background-color: #000;
        overflow: hidden;
        padding-bottom: 50%;
        margin-top: 0px;
    }
    .latest-news-lg img {
        width: 150%;
        margin-left: -20%;
        -webkit-transition: all 0.3s;
        /* Safari */
        transition: all 0.3s;
        cursor: pointer;
    }
    .latest-news {
        padding-bottom: 50%;
        margin-top: 0;
    }
    .featured-video-container {
        width: 100%;
    }
    .grid-xs-12 {
        width: 100%;
    }
    .standing-data {
        width: 15%;
    }
    .standing-img {
        width: 40%;
    }
    .match-img {
        width: 45%;
    }
}

@media (min-width: 576px) {
    .related-vids {
        display: block;
        width: 100%;
        height: calc(100% - (50% + 60px));
        /*position: fixed;*/
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .timer {
        max-width: 440px;
    }
    .article-content {
        font-size: 16px;
    }
    .product-container h1 {
        font-size: 2.5em;
        margin: 20px 0;
        padding: 0;
    }
    .limit-container {
        padding-top: 190px;
    }
    .product-container p.official {
        font-size: 19px;
    }
    .product-container p.official2 {
        font-size: 16px;
    }
    .home-leaders span.img {
        width: 40%;
    }
    .home-leaders span.avg a {
        color: #fff;
    }
    .home-leaders span.avg p {
        color: #816323;
        font-size: 19px;
    }
    .home-leaders span.avg h2 {
        font-size: 2.5em;
        color: #fff;
        font-weight: 900;
    }
    .home-leaders span.avg {
        width: 60%;
        padding-left: 10px;
    }
    .home-leaders span.avg h1 {
        font-size: 2.2em;
    }
    .home-leaders span.info {
        width: 40%;
        padding-left: 10px;
    }
    .home-leaders span.info h1 {
        font-size: 2em;
        letter-spacing: 1px;
    }
    .home-leaders span.info p {
        font-size: 13px;
    }
    .tag-live img {
        width: 65px;
    }
    .live-img {
        width: 40%
    }
    .live-img img {
        width: 50%;
    }
    .live-action-sm {
        width: 50%;
    }
    .live-time-sm {
        font-size: 16px;
    }
    .live-score-sm {
        font-size: 20px;
    }
    .live-vs {
        color: #bebebe;
        width: 20%;
    }
    .pba-navbar-brand {
        padding: 5px 10px;
        height: 50px;
        width: 150px;
    }
    .pba-navbar-brand:after {
        height: 50px;
        width: 95px;
    }
    .pba-navbar-sponsor {
        padding: 5px 10px;
        height: 50px;
        width: 60px;
        margin-left: 32px;
    }
    .pba-navbar-sponsor:after {
        height: 50px;
        width: 125px;
    }
    .base-limit-fixed {
        margin: 50px auto;
    }
    .brand-main img {
        width: 90px;
    }
    .pba-navbar-links-right {
        height: 50px;
        padding: 5px 0;
        width: 70px;
    }
    .pba-navbar {
        height: 50px;
    }
    .normal-base-limit {
        padding-top: 60px;
    }
    .brand-main img {
        width: 90px;
    }
    .thumb-box {
        width: 25%;
    }
    .conf-stage {
        width: 100%;
    }
    .month-label {
        width: 25%;
    }
    .schedule-tab {
        width: 50%;
    }
    .logo-style-done {
        width: 25%;
    }
    .logo-style-done img {
        width: 70%;
    }
    .score-style-done {
        width: 22%;
    }
    .vh-main {
        width: 100%;
    }
    .vh-related {
        width: 100%;
    }
    .logo-style-1 {
        width: 47%;
    }
    .name-style-2 {
        width: 22%;
    }
    .vs-span {
        width: 6%;
    }
    .timer-container-img {
        width: 100%;
    }
    .timer-container-timer {
        width: 35.9%;
    }
    .timer-matchup {
        width: 28%;
    }
    .matchup-details {
        width: 36%;
    }
    .cf-tab-link {
        width: 25%;
    }
    .stretchy-wrapper {
        padding-bottom: 100%;
        /* 16:9 */
    }
    .headline-img {
        height: 100%;
        margin-left: -20%;
    }
    .headline-title {
        font-size: 2em;
        line-height: 35px;
    }
    .latest-news-caption h4 {
        font-size: 1.5em;
    }
    .latest-news-lg {
        height: 0;
        width: 100%;
        background-color: #000;
        overflow: hidden;
        padding-bottom: 50%;
        margin-top: 0px;
    }
    .latest-news-lg img {
        width: 150%;
        margin-left: -20%;
        -webkit-transition: all 0.3s;
        /* Safari */
        transition: all 0.3s;
        cursor: pointer;
    }
    .latest-news {
        padding-bottom: 50%;
        margin-top: 0;
    }
    .featured-video-container {
        width: 100%;
    }
    .grid-sm-12 {
        width: 100%;
    }
    .grid-sm-6 {
        width: 49%;
    }
    .standing-data {
        width: 15%;
    }
    .standing-img {
        width: 40%;
    }
    .match-img {
        width: 45%;
    }
}

@media (min-width: 768px) {
    .related-vids {
        display: block;
        width: 100%;
        height: calc(100% - (55% + 60px));
        /*position: fixed;*/
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .record-winner,
    .record-date,
    .record-prize {
        font-size: 1.2em;
    }
    .prizes-table .prize-odd td,
    .prizes-table .prize-even td {
        font-size: 1.2em;
    }
    .swish-action {
        margin: 25px auto;
        width: 60%;
        font-size: 20px;
    }
    .limit-container {
        padding-top: 250px;
    }
    .article-content {
        font-size: 19px;
    }
    .product-container h1 {
        font-size: 3em;
        margin: 20px 0;
        padding-top: 30px;
    }
    .product-container p.official {
        font-size: 19px;
    }
    .product-container p.official2 {
        font-size: 16px;
    }
    .home-leaders span.img {
        width: 40%;
    }
    .home-leaders span.avg {
        width: 60%;
        padding-left: 10px;
    }
    .home-leaders span.avg h1 {
        font-size: 3em;
    }
    .home-leaders span.info {
        width: 50%;
        padding-left: 10px;
    }
    .home-leaders span.info h1 {
        font-size: 2.8em;
        letter-spacing: 1px;
    }
    .home-leaders span.info p {
        font-size: 15px;
    }
    .base-limit-fixed {
        margin: 50px auto;
    }
    .brand-main img {
        width: 90px;
    }
    .pba-navbar-links-right {
        height: 50px;
        padding: 5px 0;
        width: 70px;
    }
    .pba-navbar {
        height: 50px;
    }
    .pba-navbar-brand {
        padding: 5px 10px;
        height: 50px;
        width: 150px;
    }
    .pba-navbar-brand:after {
        height: 50px;
        width: 100px;
    }
    .pba-navbar-sponsor {
        padding: 5px 10px;
        height: 50px;
        width: 60px;
        margin-left: 32px;
    }
    .pba-navbar-sponsor:after {
        height: 50px;
        width: 125px;
    }
    .normal-base-limit {
        padding-top: 60px;
    }
    .thumb-box {
        width: 12.5%;
    }
    .conf-stage {
        width: 33.33%;
    }
    .month-label {
        width: 15%;
    }
    .schedule-tab {
        width: 50%;
    }
    .logo-style-done {
        width: 35%;
    }
    .score-style-done {
        width: 12%;
    }
    .name-style-done {
        width: 21%;
    }
    .logo-style-1 {
        width: 47%;
    }
    .name-style-1 {
        width: 33%;
    }
    .vs-span {
        width: 6%;
    }
    .timer-container-img {
        width: 28%;
    }
    .timer-container-timer {
        width: 29%;
    }
    .timer-matchup {
        width: 18%;
    }
    .matchup-details {
        width: 25%;
    }
    .headline-title-container {
        margin-bottom: 261px;
    }
    .cf-tab-link {
        width: 12.5%;
    }
    .stretchy-wrapper {
        padding-bottom: 100%;
        /* 16:9 */
    }
    .headline-img {
        height: 100%;
        margin-left: -20%;
    }
    .headline-title {
        font-size: 3em;
        line-height: 35px;
    }
    .latest-news-lg {
        height: 0;
        width: 100%;
        background-color: #000;
        overflow: hidden;
        padding-bottom: 50%;
        margin-top: 0px;
    }
    .latest-news-lg img {
        width: 130%;
        margin-left: -15%;
    }
    .latest-news {
        padding-bottom: 50%;
        margin-top: 0;
    }
    .grid-md-6 {
        width: 49%;
    }
    .standing-data {
        width: 15%;
    }
    .standing-img {
        width: 40%;
    }
    .match-img {
        width: 15%;
    }
}

@media (min-width: 992px) {
    .related-vids {
        display: block;
        width: 100%;
        height: 616px;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .limit-container {
        padding-top: 150px;
    }
    .home-leaders span.img {
        width: 40%;
    }
    .home-leaders span.avg {
        width: 60%;
        padding-left: 30px;
    }
    .home-leaders span.avg h1 {
        font-size: 2.5em;
    }
    .home-leaders span.info {
        width: 45%;
        padding-left: 10px;
        display: none;
    }
    .product-container h1 {
        font-size: 3em;
        margin: 20px 0;
        padding: 0;
    }
    .product-container p.official {
        font-size: 19px;
    }
    .product-container p.official2 {
        font-size: 16px;
        color: #bebebe;
    }
    .brand-main img {
        width: 100px;
    }
    .base-limit-fixed {
        margin: 75px auto;
    }
    .pba-navbar-links-right {
        height: 50px;
        padding: 15px 0;
        width: 150px;
    }
    .pba-navbar {
        height: 99px;
    }
    .pba-navbar-brand {
        padding: 27px 10px;
        height: 99px;
        width: 160px;
    }
    .pba-navbar-brand:after {
        height: 99px;
        width: 115px;
    }
    .pba-navbar-sponsor {
        padding: 25px 10px;
        height: 99px;
        width: 70px;
        margin-left: 58px;
    }
    .pba-navbar-sponsor:after {
        height: 99px;
        width: 190px;
    }
    .normal-base-limit {
        padding-top: 110px;
    }
    .thumb-box {
        width: 12.5%;
    }
    .logo-style-1 {
        width: 47%;
    }
    .name-style-1 {
        width: 33%;
    }
    .vs-span {
        width: 6%;
    }
    .cf-tab-link {
        width: 12.5%;
    }
    .stretchy-wrapper {
        padding-bottom: 50%;
        /* 16:9 */
    }
    .headline-img {
        height: 150%;
        margin-left: 0;
    }
    .headline-title {
        font-size: 4em;
        line-height: 50px;
    }
    .latest-news-caption h4 {
        font-size: 2em;
    }
    .latest-news-lg {
        height: 0;
        width: 100%;
        padding-bottom: 70%;
        background-color: #000;
        overflow: hidden;
        margin-top: 20px;
    }
    .latest-news-lg img {
        width: 130%;
        margin-left: -15%;
    }
    .latest-news {
        padding-bottom: 100%;
        margin-top: 20px;
    }
    .featured-video-container {
        width: 100%;
    }
    .grid-lg-6 {
        width: 49%;
    }
    .standing-data {
        width: 10%;
    }
    .standing-img {
        width: 30%;
    }
    .match-img {
        width: 15%;
    }
}

@media (min-width: 1200px) {
    .prizes-table .prize-odd td,
    .prizes-table .prize-even td {
        font-size: 1.2em;
    }
    .limit-container {
        padding-top: 175px;
    }
    .base-limit-fixed {
        margin: 75px auto;
    }
    .pba-navbar-links-right {
        height: 50px;
        padding: 15px 0;
        width: 150px;
    }
    .pba-navbar {
        height: 99px;
    }
    .pba-navbar img {
        width: 150px;
    }
    .pba-navbar-brand {
        padding: 18px 10px;
        height: 99px;
        width: 190px;
    }
    .pba-navbar-brand:after {
        height: 99px;
        width: 150px;
    }
    .pba-navbar-sponsor {
        padding: 18px 10px;
        height: 99px;
        width: 90px;
        margin-left: 58px;
    }
    .pba-navbar-sponsor:after {
        height: 99px;
        width: 235px;
    }
    .normal-base-limit {
        padding-top: 110px;
    }
    .logo-style-1 {
        width: 47%;
    }
    .name-style-1 {
        width: 33%;
    }
    .vs-span {
        width: 6%;
    }
    .cf-tab-link {
        width: 12.5%;
    }
    .stretchy-wrapper {
        padding-bottom: 45%;
        /* 16:9 */
    }
    .headline-img {
        width: 100%;
        margin-left: 0;
    }
    .headline-title {
        font-size: 3em;
        line-height: 50px;
    }
    .latest-news-caption h4 {
        font-size: 2em;
    }
    .latest-news-lg {
        height: 0;
        width: 100%;
        padding-bottom: 70%;
        background-color: #000;
        overflow: hidden;
        margin-top: 20px;
    }
    .latest-news-lg img {
        width: 130%;
        margin-left: -15%;
    }
    .latest-news {
        padding-bottom: 100%;
        margin-top: 20px;
    }
    .grid-lg-6 {
        width: 49%;
    }
    .standing-data {
        width: 10%;
    }
    .standing-img {
        width: 30%;
    }
}

.grid-xs-1,
.grid-xs-2,
.grid-xs-3,
.grid-xs-4,
.grid-xs-5,
.grid-xs-6,
.grid-xs-7,
.grid-xs-8,
.grid-xs-9,
.grid-xs-10,
.grid-xs-11,
.grid-xs-12 .grid-sm-1,
.grid-sm-2,
.grid-sm-3,
.grid-sm-4,
.grid-sm-5,
.grid-sm-6,
.grid-sm-7,
.grid-sm-8,
.grid-sm-9,
.grid-sm-10,
.grid-sm-11,
.grid-sm-12 .grid-md-1,
.grid-md-2,
.grid-md-3,
.grid-md-4,
.grid-md-5,
.grid-md-6,
.grid-md-7,
.grid-md-8,
.grid-md-9,
.grid-md-10,
.grid-md-11,
.grid-md-12 .grid-lg-1,
.grid-lg-2,
.grid-lg-3,
.grid-lg-4,
.grid-lg-5,
.grid-lg-6,
.grid-lg-7,
.grid-lg-8,
.grid-lg-9,
.grid-lg-10,
.grid-lg-11,
.grid-lg-12 {
    float: left;
    position: relative;
    padding: 0;
    margin: 5px;
    min-height: 1px;
}

.timer-container {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 5%;
    max-width: 768px;
    border-bottom: 2px solid #fdba38;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
}

.timer-container-normal {
    max-width: 768px;
    margin: 0 auto;
    border-bottom: 2px solid #fdba38;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
}

.timer-container-img,
.timer-container-timer,
.timer-container-match,
.timer-matchup,
.matchup-details {
    display: inline-block;
    min-height: 1px;
    height: 48px;
    padding-left: 20px;
    vertical-align: middle;
}

.timer-base {
    width: 185px;
    margin: 0 auto;
}

.timer-container-timer {
    border-right: 1px solid #333;
    padding-right: 10px;
}

.timer-container-img img {
    width: 200px;
    margin-top: 5px;
}

.timer-container-timer span {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 22px;
}

.matchup-details h5 {
    color: #fff;
}

.timer-matchup img {
    width: 40px;
    margin-left: 7px;
    margin-right: 7px;
}

.timer-container-timer span strong {
    font-size: 10px;
}

.timer-container-match h4 {
    padding: 0;
    margin: 0;
    color: #2a8354;
    font-weight: 900;
    letter-spacing: 2px;
}

/*.mid-lb-ad {
    height: 0;
    width: 100%;
    padding-bottom: 6.6%;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 35px;
}

.top-lb-ad {
    height: 100px;
    width: 100%;
    overflow: hidden;
}

.long-lb-ad {
    height: 0;
    width: 100%;
    padding-bottom: 12%;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 10px;
}

.long-lb-ad-m {
    height: 0;
    width: 100%;
    padding-bottom: 28%;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 0px;
}

.long-lb-ad-m-2 {
    height: 0;
    width: 100%;
    padding-bottom: 28%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner-lb-ad {
    background-color: #727272;
    height: 0;
    width: 60%;
    padding-bottom: 7.5%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}*/

.half-ads-top {
    width: 100%;
    /*overflow: hidden;*/
    margin: 10px 0;
}

.half-ads-top img {
    /*width: 100%;*/
}

/*.resp-ads {
    height: 0;
    width: 100%;
    padding-bottom: 28%;
    overflow: hidden;
}

.vertical-ads {
    height: 0;
    width: 100%;
    padding-bottom: 153%;
    overflow: hidden;
}*/

.half-ads {
    width: 100%;
    height: 90px;
    /*overflow: hidden;*/
    margin-top: 35px;
    margin-bottom: 35px;
}

/*.square-ads {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    margin-top: 20px;
}*/

.base-limit {
    max-width: 1366px;
    margin: auto;
    padding: 0;
}

.normal-base-limit {
    max-width: 1366px;
    margin: auto;
    margin-bottom: 250px;
}

.narrow-base-limit {
    max-width: 1024px;
    margin: auto;
    overflow-x: hidden;
}

.base-limit-fixed {
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 1018;
}

.limit-centered {
    max-width: 1366px;
    padding: 0;
    margin: 0 auto;
    /*background-color: #243549;*/
    /*height: 100px;*/
    z-index: 1019;
    background-color: #FFFFFF;
    border: 1px solid #23C7CB;
}

.limit-centered-xs {
    max-width: 1366px;
    padding: 0;
    margin: 0 auto;
    background-color: #FFFFFF;
    min-height: 1px;
    z-index: 1019;
}

.limit-centered-md {
    max-width: 1182px;
    padding: 0;
    margin: 0 auto;
    background-color: #f7bc24;
    height: 78px;
    z-index: 1019;
}

.timer-limit {
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
}

.pba-navbar {
    width: 100%;
    /*background-color:#000;*/
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(51, 51, 51, 1));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(51, 51, 51, 1));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(51, 51, 51, 1));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(51, 51, 51, 1));
    position: fixed;
    padding: 0;
    float: left;
    clear: none;
    z-index: 1020;
    border-bottom: 1px solid #333;
}

.pba-navbar-brand {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #333;
    background-color: #fff;
    margin-top: 0;
}

.resp-action-menu {
    padding: 0px;
    font-size: 25px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.resp-action-menu-2 {
    padding: 0px;
    font-size: 25px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.pba-navbar-brand a {
    cursor: pointer;
    color: #222;
    height: 38px;
    display: inline-block;
    width: 30px;
}

.pba-navbar-brand a.logo {
    cursor: pointer;
    color: #222;
    height: 38px;
    display: inline-block;
    width: 90px;
}

.brand-main {
    margin-left: 5px;
}

.brand-main img {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.pba-navbar-brand:after {
    content: '';
    position: absolute;
    top: 0;
    left: 70px;
    border-bottom: 1px solid #333;
    background: transparent;
    background-color: #fff;
    -webkit-transform: skew(27deg);
    -ms-transform: skew(27deg);
    transform: skew(27deg);
    z-index: -1;
}

.pba-navbar-links {
    display: inline-block;
    height: 99px;
    float: left;
    padding-left: 30px;
}

.pba-navbar-links-right {
    display: inline-block;
    float: right;
}

.pba-navbar-links-right img {
    width: 40px;
}

.pba-navbar-links-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pba-navbar-links-right h5 {
    color: #fff;
}

.pba-navbar-links-right h5.color-teal {
    color: #2e8b57;
    font-weight: 900;
}

.pba-navbar-links-right a:hover {
    text-decoration: none;
}

.pba-navbar-links ul {
    margin: 0;
}

.pba-navbar-links ul {
    list-style: none;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.parent-menu {
    display: inline-block;
    position: relative;
    height: 98px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 41px;
    cursor: pointer;
    border-right: .5px solid #333;
    border-left: .5px solid #333;
    margin: 0;
}

.pba-navbar-links ul li a.parent-link {
    display: block;
    width: 100%;
    color: #f8f8f8;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    height: 98px;
    vertical-align: middle;
    margin-top: -37px;
    padding-top: 37px;
}

.pba-navbar-links ul li a.child-link {
    color: #bebebe;
    text-decoration: none;
}

.parent-menu:hover {
    background-color: #bd8415;
    -webkit-transition: background-color 0.3s;
    /* Safari */
    transition: background-color 0.3s;
}

.pba-navbar-links ul li:hover>div {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.collapse-container-1 {
    display: none;
    position: absolute;
    top: 98px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    margin: 0;
    background: -webkit-linear-gradient(bottom, rgba(189, 132, 21, 1), rgba(253, 186, 56, 1));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom, rgba(189, 132, 21, 1), rgba(253, 186, 56, 1));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom, rgba(189, 132, 21, 1), rgba(253, 186, 56, 1));
    /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(189, 132, 21, 1), rgba(253, 186, 56, 1));
    z-index: 1024;
    left: 0;
    min-width: 250px;
}

.collapse-container-2 {
    display: none;
    position: absolute;
    top: 60px;
    padding: 0;
    margin: 0;
    background: #ca0000;
    z-index: 1024;
    right: 0;
    min-width: 670px;
}

.collapse-container-3 {
    display: none;
    position: absolute;
    top: 60px;
    padding: 0;
    margin: 0;
    background: #ca0000;
    z-index: 1024;
    right: 0;
    min-width: 935px;
}

.collapse-container-4 {
    display: none;
    position: absolute;
    top: 60px;
    padding: 0;
    margin: 0;
    background: #ca0000;
    z-index: 1024;
    right: 0;
    min-width: 200px;
}

.collapse-container-1 ul,
.collapse-container-2 ul,
.collapse-container-3 ul,
.collapse-container-4 ul {
    display: inline-block;
    float: left;
    margin: 5px;
    padding: 0;
}

.collapse-container-1 ul li,
.collapse-container-2 ul li,
.collapse-container-3 ul li,
.collapse-container-4 ul li {
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
}

.collapse-container-1 ul li:hover,
.collapse-container-2 ul li:hover,
.collapse-container-3 ul li:hover,
.collapse-container-4 ul li:hover {
    color: #f8f8f8;
    text-shadow: 2px 2px 8px #000;
}


/*.pba-navbar-links ul li ul li {
display: inline-block;
float: left;
padding: 18px 10px;
color: #fff;
font-size: 14px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
width: 25%;
text-align: center;
}*/

.menu-list-container {
    position: fixed;
    width: 290px;
    height: 100%;
    left: -326px;
    top: 0px;
    padding-top: 99px;
    background-color: #111;
    z-index: 1040;
    -webkit-box-shadow: 8px 0px 36px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px 0px 36px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 8px 0px 36px -10px rgba(0, 0, 0, 0.75);
}

.navigation-holder2 {
    display: inline-block;
    height: 99px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 10px;
}

.navigation-holder2 a {
    cursor: pointer;
    color: #222;
}

#nav-scroll {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.navigation-item-box {
    padding: 16px;
    width: 290px;
}

.navigation-item {
    font-weight: 400;
    font-size: 14px;
    color: #111;
    -webkit-transition: color 0.3s;
    /* Safari */
    transition: color 0.3s;
}

.navigation-item span {
    display: block;
    width: 100%;
}

.navigation-item:hover {
    color: #777;
    text-decoration: none;
}

.navigation-item:focus {
    color: #777;
    text-decoration: none;
}

.nav-account-container {
    position: fixed;
    width: 320px;
    height: 100%;
    right: -320px;
    top: 0px;
    padding-top: 70px 10px;
    background-color: #111;
    z-index: 1040;
    overflow-y: scroll;
}

.nav-account-title {
    display: inline-block;
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
}

.account-header {
    color: #777;
    font-weight: 900;
}

.account-exit {
    color: #000;
    font-weight: 900;
}

.standard-style {}

.accord-menu-1 {
    border-top: 1px solid #333;
    display: block;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    /* Safari */
    transition: background-color 0.3s;
}

.normal-link {
    border-top: 1px solid #333;
    display: block;
    padding: 10px;
    cursor: pointer;
    font-size: 19px;
    color: #aeaeae;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    /* Safari */
    transition: background-color 0.3s;
}

.accord-menu-1:hover,
.accord-menu-1:focus,
.normal-link:hover,
.normal-link:focus {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

.accord-menu-1 a {
    display: block;
    font-size: 19px;
    color: #aeaeae;
    text-decoration: none;
    width: 100%;
}

.accord-menu-2 {
    background: #fdba38;
    border-bottom: 1px solid #d39215;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    /* Safari */
    transition: background-color 0.3s;
}

.accord-menu-2:hover,
.accord-menu-2:focus {
    background-color: #8e661e;
}

.accord-menu-2 a {
    font-size: 16px;
    color: #222;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

#drop,
#drop2,
#drop3,
#drop4,
#drop5,
#drop6 {
    display: none;
}

.overlay-box {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    left: 0;
    top: 110;
    z-index: 1021;
}

.login-action {
    background-color: #f7ad34;
}

.main-headline {
    background-color: #000;
    padding: 0;
    margin-top: 189px;
}

.news-info-container {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    /*Standard*/
    bottom: 0;
}

.headline-title {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.headline-title-container {
    text-align: center;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.headline-title:hover,
.headline-title:focus {
    color: #fdba38;
    text-decoration: none;
}

.stretchy-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    background: black;
    overflow: hidden;
}

.headline-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* For IE8 and earlier */
}

.pba-btn {
    border-radius: 40px;
    text-decoration: none;
    margin-top: 50px;
    text-align: center;
}

.pba-btn-lg {
    padding: 12px;
    font-size: 18px;
    font-weight: 900;
}

.pba-btn-lg-balance {
    padding: 10px;
    font-size: 17px;
    font-weight: 900;
}

.pba-btn-sm {
    padding: 3px;
    font-size: 14px;
    font-weight: 500;
}

.pba-btn-xs {
    padding: 3px;
    font-size: 12px;
    font-weight: 500;
}

.pba-btn-xl {
    padding: 3px;
    font-size: 12px;
    font-weight: 500;
}

.pba-btn-gld {
    background-color: #fdba38;
    color: #111;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.pba-btn-blk {
    background-color: #000;
    color: #fdba38;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.pba-btn-blk:hover,
.pba-btn-blk:focus {
    background-color: #fff;
    color: #111;
    text-decoration: none;
}

.pba-btn-gld-ghost {
    border: 1px solid #fdba38;
    color: #fff;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.pba-btn-gld-ghost-lg {
    border: 5px solid #816323;
    color: #816323;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.pba-btn-gld-ghost-lg:hover,
.pba-btn-gld-ghost-lg:focus {
    background-color: #816323;
    color: #fff;
    text-decoration: none;
}

.pba-btn-gld-ghost:hover,
.pba-btn-gld-ghost:focus {
    background-color: #fdba38;
    color: #000;
    text-decoration: none;
}

.pba-btn-gld:hover,
.pba-btn-gld:focus {
    background-color: #fff;
    color: #111;
    text-decoration: none;
}

.pba-btn-block {
    display: block;
}

.timer-brand img {
    width: 90%;
    margin-top: 10px;
}

.timer-time span {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
}

.timer-time span strong {
    color: #ca0000;
    font-weight: 900;
    font-size: 12px;
}

.timer-time {
    padding: 10px;
    height: 68px;
    background-color: #000;
}

.timer-title {
    text-align: center;
    border-bottom: 1px solid #fdba38;
}

.timer-title h4 {
    color: #fdba38;
    font-weight: 500;
}

.nxt-game-info {
    background-color: #8a0001;
    padding-top: 10px;
    padding-left: 15px;
}

.nxt-game-info h6 {
    color: #000;
    font-weight: 900;
    line-height: 10px;
}

.nxt-game-tm {
    background-color: #ca8c14;
}

.nxt-game-tm img {
    width: 100%;
}

.nxt-game {
    background-color: #f1a40d;
}

.nxt-game-btn-container {
    padding: 5px;
}

.nxt-game-venue {
    background-color: #111;
}

.nxt-game-venue h5 {
    color: #fff;
    font-weight: 500;
}

.nxt-game-lg-container {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1366px;
    /*   border-bottom: 10px solid #fdba38;*/
    background: linear-gradient(to right, #23c7cb, #ffffff80);
    /*background: rgba(0, 0, 0, 0.5);*/
    
}

.nxt-game-lg-container-2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 5%;
    max-width: 1366px;
    border-bottom: 10px solid #fdba38;
}

.base-limit-sm {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0%;
    max-width: 1366px;
    background-color: #000;
}

.nxt-game-info-lg {
    display: inline-block;
    float: left;
    width: 30%;
    background-color: #8a0001;
    padding: 10px;
}

.nxt-game-info-lg-limit {
    max-width: 340px;
    margin: 0 auto;
}

.nxt-game-lg-elements {
    display: inline-block;
    float: left;
    width: 45%;
}

.nxt-game-lg-elements img {
    width: 50px;
    margin-left: 10px;
}

.nxt-game-lg-elements a {
    margin-top: 10px;
}

.nxt-game-info-lg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 26%;
    width: 10%;
    height: 138px;
    background: transparent;
    background-color: #8a0001;
    -webkit-transform: skew(27deg);
    -ms-transform: skew(27deg);
    transform: skew(27deg);
}

.nxt-game-lg-loc {
    width: 100%;
    border-bottom: 1px solid #ca8c14;
    padding: 1px;
}

.nxt-game-lg-loc h6 {
    color: #222;
    font-weight: 900;
    margin-left: 5px;
}

.nxt-game-btn-lg {
    width: 100%;
    padding: 1px;
}

.nxt-game-btn-lg div {
    display: inline-block;
    width: 48%;
    padding-top: 5px;
}

.nxt-game-btn-lg a {
    display: block;
    width: 100%;
}

.nxt-game-lg-timer {
    display: inline-block;
    margin-right: 15px;
    float: right;
    width:
}

.timer-time-lg span {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    line-height: 25px;
}

.timer-time-lg span strong {
    color: #ca0000;
    font-weight: 900;
    font-size: 15px;
}

.timer-brand-lg {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    width: 768px;
    margin-top: 10px;
}

.timer-brand-lg img {
    width: 90%;
    vertical-align: middle;
}

.timer-time-lg {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

.timer-time-lg h3 {
    color: #fdba38;
    font-weight: 900;
}

.section-head {
    width: 100%;
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    padding: 20px;
}

.section-head h4 {
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}

.section-head-dark {
    width: 100%;
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    padding: 20px;
}

.section-head-dark h4 {
    color: #222;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.featured-photo {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #000;
    overflow: hidden;
    margin-top: 20px;
}

.prio-sponsor-container {
    position: relative;
}

.prio-sponsor-container div {
    position: absolute;
}

.featured-photo img {
    width: 100%;
    /*margin-left: -20%;*/
}

.featured-photo-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
}

.featured-photo-caption h5 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.latest-news {
    position: relative;
    height: 0;
    width: 100%;
    background-color: #000;
    overflow: hidden;
}

.latest-news-lg {
    position: relative;
}

.latest-news img {
    width: 150%;
    margin-left: -20%;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    cursor: pointer;
}

.latest-news-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
}

.latest-news-caption h5 {
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 1.5em;
}

.latest-news-caption h4 {
    font-weight: 900;
    letter-spacing: 1px;
}

.latest-news-caption a {
    color: #fff;
}

.latest-news-caption a:hover,
.latest-news-caption a:hover {
    color: #fdba38;
    text-decoration: none;
    ;
}

.featured-video-container {
    margin-left: -10px;
    margin-right: -10px;
}

.featured-videos {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 49%;
    background-color: #000;
    overflow: hidden;
    display: block;
}

.featured-videos img {
    width: 100%;

    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: auto;
}

.margin-common {
    margin-top: 20px;
}

.uni-caption {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Standard*/
}

.uni-caption h5,
.uni-caption h4 {
    font-weight: 900;
    letter-spacing: 1px;
}

.uni-caption p {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
}

.uni-caption h5 a,
.uni-caption h4 a {
    color: #fff;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.uni-caption h4 a:hover,
.uni-caption h4 a:focus,
.uni-caption h5 a:hover,
.uni-caption h5 a:focus {
    color: #fdba38;
    text-decoration: none;
}

.featured-video-play {
    position: absolute;
    margin: auto auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    width: 20%;
}

.featured-video-play img {
    width: 100%;
    position: absolute;
    bottom: 30%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.compressed-div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.title-box {
    position: absolute;
    bottom: 0;
    padding: 5px 15px;
    width: 100%;
    min-height: 70px;
}

.title-box a.title {
    color: #fff;
    font-weight: 900;
}

.featured-next-game h4, .featured-next-game h3 {
    font-weight: 900;
    letter-spacing: 1px;
}

.featured-games {
    /*background-color: #111;*/
    margin-bottom: 20px;
}

.featured-next-game {
    background-color: #fff;
}

.featured-next-game h5 {
    display: inline;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fdba38;
    font-size: 17px;
}

.featured-next-game h6 {
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    letter-spacing: 2px;
}

.featured-next-game a {
    display: inline;
}

.featured-next-game p {
    font-weight: 400;
    color: #000;
}

.game-compress {
    max-width: 300px;
    margin: 10px auto;
    padding-top: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.game-compress:hover {
    border: 1px solid #ccc;
    background-color: #fff;
}

.game-separator {
    background-color: #fff;
}

.ft-game-img {
    width: 90px;
}

.featured-games img.ads {
    width: 100%;
}

.game-compress-btn {
    max-width: 300px;
    margin: 0 auto;
}

.featured-game-date {
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    padding-top: 10px;
    padding-bottom: 10px;
}

.featured-game-date-done {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ticket-div {
    padding: 10px 0;
}

.color-green {
    color: #5fdc1c;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-red {
    color: #d61a11;
}

.color-grey {
    color: #727272;
}

.left-divider {
    border-left: 1px solid #023f86;
}

.right-divider {
    border-right: 1px solid #023f86;
}

.sports-box {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.sports-box2 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.sports-box table {
    width: 100%
}

.sports-box table img {
    width: 50px;
}

.sports-box table td {}

.standings-box {
    max-width: 455px;
    margin: 0 auto;
}

.row-odd {
    background-color: #fff;
}

.row-odd td,
.row-even td {
    padding: 7px 0;
}

.row-even {
    background-color: #e7e7f3;
}

.spc-header h4 {
    color: #fdba38;
    font-weight: 900;
    letter-spacing: 1px;
}

.pog-box {
    background-color: #e7e7f3;
    padding-bottom: 10px;
}

.conf-lead-box {
    background-color: #e7e7f3;
    padding-bottom: 17px;
    margin-top: 10px;
}

.pog {
    width: 75px;
}

.pog-container {
    padding: 10px;
}

.pog-container h4 a {
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: bottom;
}

.pog-container p {
    color: #727272;
    font-size: 13px;
}

.pog-info {
    background-color: #fff;
    padding: 10px 5px 10px 5px;
   
}

.pog-info h5 {
    font-weight: 900;
}

.pog-info h4 {
    font-weight: 900;
    margin: 5px;
}

.pog-matchup {
    width: 50px;
}

.pog-stats {
    margin-bottom: 8px;
}

.pog-btn {
    margin-top: 10px;
}

.pog-score-container {
    padding-top: 13px;
}

.conf-lead-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf-tab-link {
    display: inline-block;
    text-align: center;
    color: #727272;
    font-weight: 900;
    font-size: 16px;
    border-bottom: 1px solid #727272;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.cf-tab-link:hover {
    border-bottom-color: #fdba38;
    color: #fdba38
}

.conf-lead-img img {
    width: 80%;
}

.conf-lead-name a {
    font-weight: 900;
    color: #816323;
}

.conf-lead-data {
    color: #fff;
    font-size: 16px;
}

.conf-lead-avg {
    color: #fff;
    font-weight: 900;
}

.conf-lead-avg strong {
    color: #816323;
}

.conf-lead-btn {
    padding-top: 20px;
}

.cf-tab-link.current {
    border-bottom-color: #fdba38;
    color: #fdba38
}

.tab-stats-content {
    display: none;
}

.tab-stats-content.current {
    display: inherit;
}

.main-footer {
    display: block;
    background-color: #000;
    background-image: url('https://staging.beachvolleyballrepublic.ph/assets/img/footer.jpg');
    width:100%;
    margin-top: 35px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    overflow: hidden;
    position: relative;
    background-position: center center!important;
}

.footer-copyright {
    padding: 20px 5px;
}

.footer-copyright h5 {
    color: #fff;
    letter-spacing: 1px;
    padding: 0 15px;
}

.footer-link {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.footer-link li {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}

.footer-link li a {
    font-weight: 900;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-social li {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}

.footer-social {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.footer-social img {
    width: 40px;
}

.tag-sec-1 {
    display: inline-block;
    float: left;
    margin-top: -1px;
}

@media(min-width: 992px) {
    .tag-sec-1 {
        max-width: 650px;
    }
    .limit-centered,
    .tag-sec-2 {
        height: 75.92px;
    }
    .live-img-lg {
        width: 40%;
    }
    .live-img-lg img {
        width: 70px;
    }
    .live-text {
        color: #fff;
        padding: 0 35px 0 5px;
        font-weight: 900;
        letter-spacing: 2px;
        font-size: 9px;
    }
}

@media(min-width: 1254px) {
    .tag-sec-1 {
        max-width: 855px;
        /*min-width: 855px;*/
    }
    .limit-centered,
    .tag-sec-2 {
        height: 100px;
    }
    .live-img-lg {
        width: 40%;
    }
    .live-img-lg img {
        width: 70px;
    }
    .live-text {
        color: #fff;
        padding: 0 5px;
        font-weight: 900;
        letter-spacing: 2px;
        font-size: 9px;
    }
}

.tag-sec-2 {
    width: 330px;
    display: inline-block;
    /*float: right;*/
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: -1px;
}

.tag-sec-1-md {
    max-width: 710px;
    display: inline-block;
    float: left;
}

.tag-sec-2-md {
    width: 266px;
    display: inline-block;
    float: right;
    height: 78px;
    background-color: #f7bc24;
}
  
#countdown .txt {
  padding: 0;
  font-size: 12px;
  letter-spacing: 3px;
}
#countdown ul {
  padding: 0;
  margin: 0;
}
#countdown li {
  display: inline-block;
  list-style-type: none;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
}

#countdown li span {
  display: block;
  font-size: 26px;
  line-height: 26px;
}

.tag-timer {
    /*float: right;*/
    /*margin-top: 10px;*/
    padding-top: 15px;
}

.tag-timer h4 {
    font-weight: 900;
    color: #727272;
    text-align: right;
}

.tag-timer div {
    display: inline-block;
    vertical-align: middle;
}

.tag-timer div span {
    display: inline-block;
    /*color: #;*/
    font-weight: 900;
    font-size: 12px;
    line-height: 17px;
    /*margin-left: 5px;*/
}

.tag-timer div span strong {
    color: #ca0000;
    font-size: 14px;
}

.tag-timer p {
    color: #fff;
}

.tag-timer-md h5 {
    font-weight: 900;
    color: #fff;
    text-align: right;
}

.tag-timer-md div {
    display: inline-block;
    vertical-align: middle;
}

.tag-timer-md div span {
    display: inline-block;
    color: #000;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    margin-left: 5px;
}

.tag-timer-md div span strong {
    color: #ca0000;
    font-size: 11px;
}

.tag-timer-md p {
    color: #fff;
}

.tag-timer-md {
    width:
}

.tag-timer-xs {
    /*float: left;*/
}

.tag-timer-xs h6 {
    font-weight: 900;
    color: #fff;
    margin: 0;
    padding: 0;
}

.tag-timer-xs div {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
}

.tag-timer-xs div span {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 1.1em;
    line-height: 0.6em;
}

.tag-timer-xs div span strong {
    color: #ca0000;
    font-size: 0.6em;
    margin-right: 10px;
}

.tag-timer-xs p {
    color: #fff;
}

.pb-sponsor {
    width: 200px;
    margin-top: 50px;
}

.page-title {
    padding: 0;
    font-weight: 900;
    letter-spacing: 2px;
    color: #000;
    margin-left: 5px;
}

.generic-container {
    background-color: #222;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.p-img-box {
    width: 30%;
    display: inline-block;
    float: left;
    padding-left: 5px;
    padding-right: 10px;
}

.p-data-box {
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.p-data-box h4 {
    margin: 5px 0;
    font-size: 1.1em;
    color: #727272;
}

.p-data-box p {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #cecece;
    font-weight: 900;
}

.p-img-box img {
    width: 65px;
    background-color: #111;
    border: 2px solid #222;
}

.p-box {
   background-color: #FFFFFF;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.p-box:hover {
    border: 1px solid #727272;
}

.p-link {
    color: #252525;
}

.p-link:hover,
.p-link:focus {
    text-decoration: none;
    color: #222;
}

.p-team-box {
    display: inline-block;
    float: right;
    padding-right: 10px;
}

.p-team-box img {
    width: 30px;
}

.p-team-box h5 {
    font-weight: 900;
    color: #fff;
}

.p-filter-box {
}

.p-filter-head {
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    /*background-color: #045496;*/
    /*padding: 5px !important;*/
}

.p-filter-box img {
    width: 80px;
}

.p-filter-box div {
    padding: 2px;
}

.p-filter-head h4 {
    color: #000000;
    font-weight: 900;
    display: inline-block;
    padding: 0 10px;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.tiny-btn {
    padding: 5px 20px;
    border-radius: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    background-color: #FFFFFF;
    border-color: transparent;
    color: #222;
}

.tiny-btn:hover,
.tiny-btn:focus {
    border:2px solid #266CAA;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.p-filter {
    display: block;
    width: 100%;
    border-bottom: 1px solid #045496;
    color: #fff;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.p-filter:hover {
    color: #ca0000;
    border-bottom: 1px solid #ca0000;
    text-decoration: none;
}

.filter-bar {
    background-color: #fff;
}


/* CONTENT */

.spaces {
    margin-top: 20px
}

.spaces-top {
    margin-top: 20px;
}

.featured-content {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    /* 56% = 16:9 */
    background-color: #000;
    overflow: hidden;
    display: block;
    position: relative;
}

.featured-content a {
    color: #fff;
}

.featured-content-3 {
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    background-color: #000;
    overflow: hidden;
    display: block;
    position: relative;
}

.featured-content-2 {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #000;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
}

.featured-content-3 {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #000;
    overflow: hidden;
    display: block;
    position: relative;
}

.featured-content-3-data {
    background-color: #fff;
    width: 100%;
    padding: 15px 10px;
    height: 100px;
}

.featured-content-2-data {
    background-color: #000;
    width: 100%;
    padding: 15px 10px;
    height: 100px;
}

.content-3-data {
    border-left: 3px solid #eda22d;
    padding-left: 10px;
}

.content-3-data {
    color: #000;
}

.content-2-data {
    border-left: 3px solid #ca0000;
    padding-left: 10px;
    color: #000;
}

.card-link {
    color: #222;
}

.card-link:hover,
.card-link:focus {
    color: #727272;
    text-decoration: none;
}

.content-2-data a {
    font-weight: 900;
    color: #333;
    font-size: 14px;
}

.featured-content-3 img {
    width: 100%;
    cursor: pointer;
}

.featured-content-2 img {
    width: 100%;
    cursor: pointer;
}

.featured-content img {
    width: 100%;
    cursor: pointer;
}

.featured-content-title-box {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.featured-content-title-box h3,
.featured-content-title-box h4,
.featured-content-title-box h5 {
    font-weight: 900;
    letter-spacing: 1px;
}

.p-secondary {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
}

.p-main {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}

.featured-content-title-box h3 a,
.featured-content-title-box h4 a,
.featured-content-title-box h5 a {
    color: #fff;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.featured-content-title-box h3 a:hover,
.featured-content-title-box h3 a:focus,
.featured-content-title-box h4 a:hover,
.featured-content-title-box h4 a:focus,
.featured-content-title-box h5 a:hover,
.featured-content-title-box h5 a:focus {
    color: #fdba38;
    text-decoration: none;
}

.featured-content-title-main {
    position: absolute;
    bottom: 50px;
    padding: 5px 50px;
    width: 100%;
    min-height: 90px;
}

.featured-content-title-normal {
    position: absolute;
    bottom: 0;
    padding: 5px 15px;
    width: 100%;
    min-height: 50px;
}

.featured-content-title-normal h4 {
    font-size: 17px;
}

.article-content-box {
    background-color: #222;
}

.event-content-box img {
    width: 100%;
}

.event-content-box {
    padding-top: 10px;
    margin-top: 20px;
    background-color: #222;
}

.article-img {
    margin-top: 20px;
}

.article-title {
    color: #fff;
    padding: 15px;
}

.article-title h1 {
    font-weight: 900;
    letter-spacing: 1px;
}

.article-title p {
    font-size: 18px;
}

.article-content {
    font-weight: 400;
    color: #bebebe;
    padding: 15px;
}

.card {
    margin-top: 20px;
}

.full-width-btn {
    padding: 20px;
}


/* CONTENT END */

.row-odd-main {
    background-color: #000;
}

.row-even-main {
    background-color: #222;
}

.standing-img {
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    font-weight: 900
}

.standing-img img {
    width: 40%;
}

.standing-page-container {
    margin-top: 15px;
}

.standing-data {
    display: inline-block;
    color: #dedede;
    padding: 7px;
    text-align: center;
}

.playoffs-tab-container span {
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    border-bottom: 2px solid;
    -webkit-transition: all 0.3s;
    /* Safari */
    cursor: pointer;
    transition: all 0.3s;
}

.gallery-tab-container span {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    border-bottom: 2px solid;
    -webkit-transition: all 0.3s;
    /* Safari */
    cursor: pointer;
    transition: all 0.3s;
}

.gallery-tab-container {
    margin-top: 20px;
    margin-bottom: 0;
}

.events-tab-container span {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    border-bottom: 2px solid;
    -webkit-transition: all 0.3s;
    /* Safari */
    cursor: pointer;
    transition: all 0.3s;
}

.events-tab-container {
    margin: 30px 0;
}

.profile-tab-container {
    margin-top: 40px; /* Modified 30px->0px */
    margin-bottom: 0px; /* Added */
    

}


.profile-tab-container span {
    background:linear-gradient(to right, #EBCDA7, #02A1D8);
    display: inline-block;
    width: 100%;
    height: 50%; /* added */
    text-align: center;
    font-size: 25px; /* Modified 18px->25px */
    padding-top: 10px;/* added */
    padding-bottom: 10px;/* Modified 15px->0px */
    font-weight: 1500;
    letter-spacing: 1px;
    /*border-bottom: 2px solid; */
    -webkit-transition: all 0.3s;
    /* Safari */
    cursor: pointer;
    transition: all 0.3s;

}

.playoffs-tab-container span:hover,
.playoffs-tab-container span:focus {
    color: #045496;
    border-bottom-color: #045496;
}

.profile-tab-container span:hover,
.profile-tab-container span:focus {
    color: #fff;
    /*border-bottom-color: #fff; */
}

.team-tab-container {
    
    
    margin-top: 20px; /* Modified 30px->0px */
    margin-bottom: 0px; /* Added */	

}

.team-tab-container span {
    
    display: inline-flex;
    
    text-align: center;
    color: #c2c2c2;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    
    /*border-bottom: 2px solid; */
    -webkit-transition: all 0.3s;
    /* Safari */
    cursor: pointer;
    transition: all 0.3s;
}

.team-tab-container span:hover {
    color: #222;
    border-bottom-color: #EBCDA7;


}
.team-tab-container span:focus {
    color: #222;
    /*border-bottom-color: #FFD300;*/
}

/* Team's Page Tab Style */

.tabs-link.current {
    
    color: #222;
    border-bottom: 3px solid #276BA5;
    
}

.tabs-link {

    display: inline-block;
    text-align: center;
    color: #000000;
    font-weight: 900;
    font-size: 16px;
    /*border-bottom: 3px solid #276BA5;*/
    cursor: pointer;
    padding: 20px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    
}

/* End of Team's Page Tab Style */


.gallery-tab-container span:hover,
.gallery-tab-container span:focus {
    color: #fff;
    border-bottom-color: #fff;
}

.events-tab-container span:hover,
.events-tab-container span:focus {
    color: #fff;
    border-bottom-color: #fff;
}

/* Player's Page Tab Style */

.tab-link {
display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    border-bottom: 3px solid #c2c2c2;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: all 0.3s;
    /* Safari */
    width: 33.3%;
    transition: all 0.3s;

    
}
.tab-link.current {
	color: #fff;
	background-color: #045496;    
}
/* End of Player's Page Tab Style */


.playoffs-standings-box {
    background-color: #fff;
    /*margin-bottom: 20px;*/
}

.match-stage,
.match-details {
    display: inline-block;
}

.match-details span {
    display: inline-block;
}

.match-stage h5 {
    color: #222;
}

.match-stage h2 {
    color: #222;
    font-weight: 400;
}

.match-stage strong {
    color: #fdba38;
}

.match-stage {
    width: 30%;
}

.match-details {
    width: 70%;
}

.match-type {
    display: block;
    width: 100%;
    text-align: center;
}

.match-type h5 {
    font-weight: 900;
    color: #111;
    padding: 0;
    margin: 0;
}

.match-participant {
    width: 30%;
    font-size: 15px;
    color: #727272;
}

.match-img {
    text-align: center;
}

.match-img img {
    width: 70px;
}

.match-vs {
    width: 10%;
    text-align: center;
    color: #111;
    font-weight: 900;
    white-space: nowrap;
}

.playoffs-match {
    padding: 15px;
}

.match-divider {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    border-color: #000;
}

.playoffs-standings-container,
.profile-content-container,

.team-content-container,
.gallery-content-container {
    display: none;
    background-color: #eaebf1;
}

.playoffs-standings-container.current,
.profile-content-container.current,
.team-content-container.current,
.gallery-content-container.current {
    display: inherit;
}

.row-head-main {
    padding-top: 60px;
    background-color: #000;
}

.vid-container {
    background-color: #727272;
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}

.vid-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.vid-details {
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    /*background-color: #045496;*/
    padding: 10px;
    border-right: 1px solid #333;
    position: relative;
    border-bottom: 2px solid #eda22d;
    /*z-index: 1030;*/
}

.vid-details h3 {
    color: #222;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.vid-details p {
    color: #222;
    font-size: 16px;
}

.more-vid-container {
    background-color: #000;
}

.sub-vid {
    margin-top: 10px;
}

.sub-vid-details h5 {
    font-weight: 400;
}

.sub-vid-details a {
    color: #fff;
}

.sub-vid-details p {
    color: #727272;
    font-size: 12px;
}

.team-page-box {
    margin-top: 40px;


}
.team-page-imgd {
    padding: 20px;
    border: solid 1px #7C9AA0;
    background-color: #FFF;
    height: 200px; /*ADDED */
    
}
.team-page-imgd img {
    width: 100px;

}
.team-page-img {
    padding: 10px;
    border: solid 1px #7C9AA0;
    background-color: #F6FAF2;
    height: 60px; /*ADDED */
    
}

.team-page-img img {
    width: 40px;
    margin-left: 3px;
    margin-bottom: 5px;
}

.team-page-stats {
    padding: 10px 0;
    background-color: #333;
}

.team-page-stats span {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    font-size: 18px;
}

.team-stat-label {
    font-weight: 900;
    color: #727272;
}

.team-stat-avg {
    font-weight: 900;
    color: #fff;
}

.static-page-container {
    padding: 30px;
    margin-top: 30px;
    background-color: #fff;
}

.static-page-container p {
    font-size: 16px;
}

.common-p {
    font-size: 18px;
    color: #bebebe;
    line-height: 27px;
}

.static-header {
    font-size: 27px;
    color: #111;
}

/* Added class */
.team-head-stats-bar {
    background:  #eaebf1; /* Modified BG Color */
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #000;
    items-align: center;
}

.player-head-stats-bar {
    background:  #f6faf2; /* Modified BG Color */
    padding: 10px;
    margin-bottom: 30px;
    color: #000;
    items-align: center;
    border: solid 1px #b3c4c8;
}
.player-body-stats-bar {
    background:  #eaebf1; /* Modified BG Color */
    color: #000;
    items-align: center;
}

/* End Added class */

.player-personal-bar {
    background:  #f6faf2; /* Modified BG Color */
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000;
    items-align: center;
    border: solid 1px #b3c4c8;
}

.player-personal-bar img {
    background-color: #fff; /*Modified */
    border: 8px solid #045496; /*Modified */
    width: 220px; /*Modified */

}

.player-personal-bar h3 {
    font-weight: 900; 
    color: #000; /* Modified */
    letter-spacing: 1px;
    margin: 0;
    padding: 3px 0;
    text-align: center;
}

/*Added CSS*/
.team-infos-bar {
    background:  #eaebf1; /* Modified BG Color */
    padding: 30px;  
    color: #000;
    items-align: center;



   
}

.player-bio-bar {
    background:  linear-gradient(0deg, rgba(219,222,235,1) 100%, rgba(223,223,223,1) 100%); /* Modified BG Color */
    padding: 2px;
    margin-top: 20px;
    color: #000;
    items-align: right;
}
/* End of Added CSS*/


.common-info {
    color: #00f; /* Modified */
    letter-spacing: 1px;
    font-size: 20px; /*Modified */
    margin-top: 20px;
}

.team-info {
    color:#000;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
}

.stats-bar span {
    display: inline-block;
    width: 33.3%;
    color: #727272;
    font-size: 17px;
    margin-top: 20px;
}

.stats-bar span strong {
    font-size: 28px;
}

.color-tmc {
    margin-top: 20px;
    color: #000;      /* Changed Color from #fff */
}


/* Added Class */
.color-tmc h1 {
    margin-top: 20px;
    color: #000;
    font-weight: 900;
}
/* Added Class */


.conference-stats h2 {
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}

.stats-table {
    width: 1346px;
    margin-bottom: 30px;
}

.stats-table-header td {
    padding: 10px;
	
}
.stats-table-headers {
    background: #eb2b0a;

    font-weight: 900;
    color: #fff; /* Modified from #000 */
    margin-top: 10px; /*Added*/


}

.stats-table-header {
    background: #045496;

    font-weight: 900;
    color: #fff; /* Modified from #000 */
    margin-top: 10px; /*Added*/

}

.stat-label {
    color:#000;
    background-color: #4682b4;
    border-bottom: 1px solid #333;
    margin-top: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 13px;
}

.stat-label td {
    padding: 10px;
}

.spacer {
    height: 15px;
}

.stats-data {
    background-color: #fff;
    color: #000
}

.stats-data td {
    padding: 10px;
    color: #000;
}

.stats-data-log td {
    padding: 10px;
    color: #fff;
}

.color-win {
    color: #2fd604;
}

.color-lose {
    color: #cf0000;
}

.tmc-gradient {
  
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(80, 80, 80, 1), rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 1), rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: #fff;
    padding-bottom: 70px; /* Modified margin-bottom:30 to padding-bottom */
}

/*Added CSS*/
.pts-bg{
    background: linear-gradient(48deg, rgba(251,255,255,0.9801587871476716) 100%, rgba(254,254,254,0.09220360507484249) 100%);
    margin-bottom: 20px;
    border: 5px solid #eaebf1;
  
}
.stats-info-bar{
    background: #f4af2f;
}
.th-gradient{
    background: linear-gradient(48deg, rgba(251,255,255,0.9801587871476716) 100%, rgba(254,254,254,0.09220360507484249) 100%);
    color: #eb2b0a;
    padding: 8px;
    margin-top: 20px;
}
.th-gradient h4{
    background: linear-gradient(48deg, rgba(251,255,255,0.9801587871476716) 100%, rgba(254,254,254,0.09220360507484249) 100%);
    color: #eb2b0a;
    padding: 8px;
    margin: 0px;

}
.stats-head-bar{
    background:linear-gradient(to right, #EBCDA7, #02A1D8);
    margin-top: 20px;
    color: #000;
}
/* End Added CSS*/

.team-personal-bar {

    background:  #eaebf1; /* Modified BG Color */
    padding: 30px;
    margin-top: 20px;
    color: #000;
    items-align: center;
    
    
    

}

.team-personal-bar img {
    width: 80%;
}

.team-profile-data h3 {
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 10px;
}

.team-profile-data {
    border-bottom: 1px solid #aeaeae;
    padding: 10px;
}

.team-profile-data span strong {
    font-size: 28px;
}

.team-profile-data span {
    color: #727272;
    font-size: 17px;
    margin-top: 20px;
}

.team-mgmt-header {
    font-weight: 900;
    margin-bottom: 5px; /* Modified from 35px*/
    letter-spacing: 1px;
}

.team-mgmt-data {
    color: #000; /* Modified from #bebebe*/
    font-weight: 400; /* ADDED*/
    padding-top: 10px; /* ADDED*/
    margin-bottom: 9px; /* ADDED*/
    letter-spacing: 1px; /* ADDED*/

}

.transaction-value-date {
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    /*background-color: #045496;*/
}

.transaction-value-date strong {
    color: #222;
}

.transactions-table {
    width: 100%;
    margin-bottom: 30px;
}

.transactions-table td {
    padding: 15px;
    color: #111;
    font-size: 15px;
    /*border: 1px solid #333;*/
}

.transaction-value {
    background-color: #fff;
}

.transaction-value img {
    width: 100px;
}

.box-gradient {
    padding: 20px;
    background-color: #000;
}

.leader-content-container {
    background-color: #444;
    border: 1px solid #111;
}

.leader-content-container img {
    width: 100px;
}

.leader-content {
    position: relative;
}

.leader-type-container {
    background-color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #000;
}

.stat-img img {
    width: 100%;
}

.stat-info h2 {
    font-weight: 900;
    color: #8e661e;
}

.stat-info h4 {
    color: #8e661e;
}

.stat-info h1 {
    color: #fff;
}

.stat-info h6 {
    color: #727272;
    font-size: 13px;
}

.tab-img {
    text-align: center;
}

.tab-data {
    padding-left: 5px;
}

.tab-img img {
    width: 50px;
    background-color: #111;
}

.tab-data h6 {
    color: #fff;
    margin: 5px 0;
}

.tab-data h3 {
    color: #8e661e;
    font-weight: 900;
    margin: 0;
}

.leader-content-data {
    position: absolute;
    top: 0;
    padding: 5%;
}

.leader-content-data h2 {
    color: #8e661e;
    font-weight: 900;
    font-size: 4em;
    margin: 0;
}

.leader-content-data h4 {
    color: #fff;
    margin-top: 25px;
}

.leader-content-data h1 {
    color: #fff;
    font-weight: 900;
    font-size: 2em;
    margin: 0;
}

.leader-content-data h6 {
    color: #929292;
}

.pts-leader-tab,
.reb-leader-tab,
.ast-leader-tab,
.fgp-leader-tab,
.pt3-leader-tab,
.ftp-leader-tab,
.stl-leader-tab,
.blk-leader-tab,
.pfl-leader-tab,
.tov-leader-tab {
    display: inline-block;
    float: left;
    width: 33.33333333%;
    border: 1px solid #111;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pts-leader-tab:hover,
.pts-leader-tab:focus,
.reb-leader-tab:hover,
.reb-leader-tab:focus,
.ast-leader-tab:hover,
.ast-leader-tab:focus,
.fgp-leader-tab:hover,
.fgp-leader-tab:focus,
.pt3-leader-tab:hover,
.ptr-leader-tab:focus,
.ftp-leader-tab:hover,
.ftp-leader-tab:focus,
.stl-leader-tab:hover,
.stl-leader-tab:focus,
.blk-leader-tab:hover,
.blk-leader-tab:focus,
.pfl-leader-tab:hover,
.pfl-leader-tab:focus,
.tov-leader-tab:hover,
.tov-leader-tab:focus {
    background-color: #444;
}

.reb-leader-tab.current,
.pts-leader-tab.current,
.ast-leader-tab.current,
.fgp-leader-tab.current,
.pt3-leader-tab.current,
.ftp-leader-tab.current,
.stl-leader-tab.current,
.blk-leader-tab.current,
.pfl-leader-tab.current,
.tov-leader-tab.current {
    background-color: #444;
}

.pts-leader-content,
.reb-leader-content,
.ast-leader-content,
.fgp-leader-content,
.pt3-leader-content,
.ftp-leader-content,
.stl-leader-content,
.blk-leader-content,
.pfl-leader-content,
.tov-leader-content {
    display: none;
}

.pts-leader-content.current,
.reb-leader-content.current,
.ast-leader-content.current,
.fgp-leader-content.current,
.pt3-leader-content.current,
.ftp-leader-content.current,
.stl-leader-content.current,
.blk-leader-content.current,
.pfl-leader-content.current,
.tov-leader-content.current {
    display: inherit;
}

.comments {
    background-color: #fff;
}

.upcomming-live {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 22px 20px;
    margin-top: 20px;
}

.upcomming-match-details {
    width: 100%;
}

.upcomming-match-details span {
    display: inline-block;
}

#demo {
    color: #fff;
}

#demo strong {
    font-size: 20px;
    color: #fdba38;
}

.live-timer h2 {
    margin-bottom: 100px;
}

.tickets-table {
    width: 100%;
    margin-top: 20px;
}

.tickets-table span {
    font-size: 20px;
}

.seat-price {
    color: #bebebe;
}

.ticket-table-responsive {
    position: relative;
    width: 100%;
}

.seat-type {
    font-weight: 900;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.bench-vip {
    color: #727272;
}

.courtside {
    color: #727272;
}

.patron-a {
    color: #727272;
}

.patron-b {
    color: #727272;
}

.patron-c {
    color: #727272;
}

.box-vip {
    color: #727272;
}

.box-regular {
    color: #727272;
}

.upper-box {
    color: #727272;
}

.gen-ad {
    color: #727272;
}

.pricing-header td {
    padding-bottom: 10px;
    color: #727272;
}

.pricing-header {
    border-bottom: 1px solid #727272;
}

.arena-img {
    padding: 20px;
    text-align: center;
}

.arena-img img {
    width: 75%;
}

.ticket-partners {
    margin-top: 15px;
    margin-bottom: 0;
}

.ticket-partners span {
    display: inline-block;
    width: 50%;
    padding: 10px 5px;
}

.ticket-partners span.title {
    display: block;
    width: 100%;
    border-bottom: 1px solid #727272;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
}

.ticket-partners img {
    width: 100%;
    display: inline-block;
    float: left;
}

.arena-content {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.tix-tab {
    display: inline-block;
    float: left;
    width: 16.66666666666667%;
    text-align: center;
    color: #727272;
    border-bottom: 1px solid #727272;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tix-tab:hover,
.tix-tab:focus {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.tix-tab.current {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.arena-content {
    display: none;
}

.arena-content.current {
    display: inherit;
}

.game-container {
    cursor: pointer;
    /*border: 1px solid #222;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.game-container:hover {
    background-color: #fff;
    /*border: 1px solid #333;*/
}

.game-information {
    max-width: 760px;
    margin: 0 auto
}

.teamname-container{
    padding-left: 40px;
    justify-content: center;
    align-content: center;
}

.name-style-1 {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    color: #bebebe;
    font-size: 20px;
    padding: 10px;
}

.name-style-2 {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    color: #bebebe;
    font-size: 20px;
    padding: 10px;
}

.name-style-1.left,
.name-style-2.left,
.name-style-done.left {
    text-align: left;
}

.name-style-1.right,
.name-style-2.right,
.name-style-done.right {
    text-align: right;
}

.logo-style-1 {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding: 25px;
    text-align: center;
}

.logo-style-1 img {
    width: 50%;
}

.img-right {
    text-align: right;
}

.img-left {
    text-align: left;
}

.img-center {
    text-align: center;
}

.vs-span {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    color: #111;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
}

.game-scheduled-time {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.game-scheduled-time h5 {
    color: #111;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.date-location h4 {
    margin: 5px 0;
    color: #bebebe;
    letter-spacing: 1px;
    font-weight: 400;
}

.date-location h5 {
    margin: 5px 0;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
}

.games-by-day {
    margin: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.date-location {
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    /*background-color: #045496;*/
    padding: 10px 20px;
}

.date-loc-info {
    display: inline-block;
    float: left;
    vertical-align: middle;
}

.action-box {
    padding-top: 15px;
    display: inline-block;
    /*float: right;*/
    vertical-align: middle;
}

.action-box a {
    padding: 5px 20px;
    color: #fff;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #a83032
}

.action-box a:hover,
.action-box a:focus {
    text-decoration: none;
    background-color: #752021;
    color: #fff;
}

.name-style-done,
.logo-style-done,
.score-style-done {
    display: inline-block;
    vertical-align: middle;
}

.name-style-done {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    color: #bebebe;
    font-size: 20px;
    padding: 10px;
}

.logo-style-done {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding: 15px;
}

.set-score {
    font-weight: 900;
    font-size: 16px;
    padding: 5px;
    color: #727272;
    text-align: center;
}

.set-score.win {
    color: #111;
}


.score-style-done {
    font-weight: 900;
    font-size: 25px;
    padding: 5px;
    color: #727272;
    text-align: center;
}
.score-style-done.win {
    color: #333;
}

.game-done-action {
    text-align: center;
    margin-top: 15px;
}

.game-done-action a {
    padding: 5px 15px;
    border: 1px solid #0e5dab;
    color: #fff;
    border-radius: 40px;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.game-done-action a:hover,
.game-done-action a:focus {
    text-decoration: none;
    background-color: #0e5dab;
    color: #fff;
}

.games-head {
    margin-top: 20px;
}

.games-head span {
    display: inline-block;
    float: left;
    font-size: 18px;
    border-bottom: 1px solid #727272;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 50%;
}

.conf-stage {
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 5px;
}

.month-label {
    font-weight: 900;
    color: #dedede;
    text-align: right;
    padding-right: 10px;
}

.schedule-tab {
    text-align: center;
    color: #727272;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.schedule-tab.now {
    font-weight: 900;
    color: #fff;
}

.schedule-tab.current {
    font-weight: 900;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.schedule-tab.current.now {
    font-weight: 900;
    color: #fff;
}

.schedule-tab:focus,
.schedule-tab:hover {
    font-weight: 900;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.schedule-month {
    display: none;
}

.schedule-month.current {
    display: inherit;
}

.score-link:hover.score-link:focus {
    text-decoration: none;
}

.black-box {
    background-color: #000;
}

.carousel-compressor {
    width: 70%;
    margin: 0 auto;
    /* background-color: red;*/
    overflow-y: hidden;
}

.carousel-compressor div {
    /*background-color: #727272;*/
    height: 0;
    width: 100%;
    padding-bottom: 56.6%;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 35px;
}

.carousel-compressor img {
    max-width: 100%;
    height: auto;
}

.gallery-thumb-selector {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.thumb-box {
    display: inline-block;
    float: left;
    padding: 5px;
}

.gallery-thumb-selector img {
    max-width: 160%;
}

.thumb-container {
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));*/
    /*Safari 5.1-6*/
    /*background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));*/
    /*Opera 11.1-12*/
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));*/
    /*Fx 3.6-15*/
    /*background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));*/
    padding-bottom: 10px;
}

.album-details {
    background-color: #000;
    padding: 15px;
}

.album-details h3 {
    color: #fff;
}

.album-details p {
    color: #bebebe;
    font-size: 16px;
}

.centered-content {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}

.centered-header h2 {
    color: #000;
    font-weight: 900;
    padding: 0;
    margin: 0;
}

.centered-header {
    max-width: 600px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ddd;
    padding: 20px;
}

#contact_us h5,
#advertise_with_us h5 {
    color: #fff;
}

#contact_us input,
#advertise_with_us input {
    height: 50px;
    font-size: 18px;
    font-weight: 900;
}

#contact_us input,
#contact_us textarea,
#advertise_with_us input,
#advertise_with_us textarea {
    display: block;
    width: 100%;
    background-color: #111;
    color: #bebebe;
    border: 1px solid #444;
    padding: 10px;
}

#contact_us button,
#advertise_with_us button {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    border: transparent;
    border-radius: 40px;
    padding: 10px;
    background-color: #ca0000;
}

.notice-description {
    color: #fff;
    margin-bottom: 20px;
}

.pull-down {
    margin-top: 50px;
}

.not-found-content h1 {
    color: #111;
    font-size: 8em;
    font-weight: 900;
}

.not-found-content p {
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

.nav-account-login {
    padding: 10px 25px;
}

.nav-account-login p {
    color: #222;
}

.nav-account-image {
    display: block;
    position: relative;
    width: 100%;
    background-color: #045496;
    padding: 20px;
}

.nav-account-image h4 {
    color: #bebebe;
}

.nav-account-image img {
    width: 80px;
    background-color: #222;
    border: 3px solid #fff;
}

.nav-account-login input[type=text][disabled],
.nav-account-login input[type=password][disabled],
.nav-account-login input[type=email][disabled] {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #333;
    background-color: transparent;
    border-right: none;
    border-top: none;
    border-left: none;
    height: 50px;
    font-weight: 900;
    color: #bebebe;
    font-size: 14px;
    letter-spacing: 2px;
    background-position: left center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-account-login input[type=text],
.nav-account-login input[type=password],
.nav-account-login input[type=email] {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #333;
    background-color: transparent;
    border-right: none;
    border-top: none;
    border-left: none;
    height: 50px;
    font-weight: 900;
    color: #bebebe;
    font-size: 14px;
    letter-spacing: 2px;
    background-position: left center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-account-login input[type=text]:focus,
.nav-account-login input[type=password]:focus,
.nav-account-login input[type=email]:focus {
    outline: none;
    border-bottom: 1px solid #fff;
}

.uname {
    background-image: url(/pba_revamp/assets/img/un-bg.png);
    background-repeat: no-repeat;
    text-indent: 30px;
    margin-top: 20px;
}

.pword {
    background-image: url(/pba_revamp/assets/img/pw-bg.png);
    background-repeat: no-repeat;
    text-indent: 30px;
    margin-top: 15px;
}

button {
    display: block;
    width: 100%;
    border-radius: 2px;
    font-weight: 900;
    padding: 10px 0;
    font-size: 15px;
}

button.logout {
    margin-bottom: 10px;
    background-color: #ca0000;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button.login,
button.register {
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #045496;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button.login:hover,
button.login:focus,
button.register:hover,
button.register:focus {
    background-color: mediumspringgreen;
    color: #222;
    border: none;
}

button.login-fb {
    margin-top: 10px;
    background-color: #3b5998;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 1px;
}

button.login-fb:hover,
button.login-fb:focus {
    background-color: #18387a;
    color: #fff;
    border: none;
}

button.logout:hover,
button.logout:focus {
    background-color: #000;
}

.nav-account-details a:hover,
.nav-account-details a:focus {
    text-decoration: none;
}

.close-section {
    position: absolute;
    top: 0;
    right: 25px;
}

.close-section h5 {
    color: #222;
    font-weight: 900;
    cursor: pointer;
    font-size: 18px;
}

.account-module {
    max-width: 500px;
    background-color: #c2c2c2;
    margin: 120px auto;
    /*background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(46, 139, 87, 0.1));*/
    /*Safari 5.1-6*/
    /*background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(46, 139, 87, 0.1));*/
    /*Opera 11.1-12*/
    /*background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(46, 139, 87, 0.1));*/
    /*Fx 3.6-15*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(46, 139, 87, 0.1));*/
}

.account-module img {
    width: 100%;
}

.login-pad {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px 0;
}

.signup-pad {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px 0;
}

.nav-account-login a:hover,
.nav-account-login a:focus {
    text-decoration: none;
}


/*.tag-live img {
    width: 50px;
}*/

.tag-live-xs span {
    display: inline-block;
}

.tag-live span {
    display: inline-block;
}

.tag-live-md span {
    display: inline-block;
}

.live-img-md {
    width: 25%;
}

.live-img-md img {
    width: 50px;
}

.live-time-lg {
    width: 18%;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

.live-score-lg {
    font-weight: 900;
    color: #bebebe;
    /*padding: 8px;*/
    width: 16%;
    text-align: center;
}

.live-time-md {
    width: 18%;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

.live-score-md {
    font-weight: 900;
    color: #bebebe;
    padding: 8px;
    width: 16%;
    text-align: center;
}

.live-score-sm {
    display: inline-block;
    font-weight: 900;
    color: #bebebe;
    padding: 8px;
    width: 32%;
    text-align: center;
}

.live-time-sm {
    display: inline-block;
    width: 36%;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.red-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #fd1d1d;
}

.red-icon-sm {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 3px;
    box-shadow: 0px 0px 8px #fd1d1d;
    margin-bottom: 3px;
}

.white-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #fd1d1d;
}

.white-icon-sm {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 8px #fd1d1d;
    margin-bottom: 3px;
}

.live-text-sm {
    vertical-align: middle;
    color: #fff;
    padding: 0 5px;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 12px;
    height: 15px;
}

.tag-live-xs {
    margin: 0;
    padding: 8px 0;
}

.tag-live-action span {
    display: inline-block;
    width: 50%;
}

.tag-live {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.tag-live-md {
    margin: 0;
}

.tag-live-btn-lg {}

.tag-live-btn a {
    display: inline-block;
    background-color: #ff0000;
    border-radius: 50px;
    padding: 7px 15px;
    margin: 0 2%;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}

.tag-live-btn a:hover,
.tag-live-btn a:focus {
    text-decoration: none;
    background-color: #cc0000;
}

.nav-account-details {
    padding: 20px;
}

.nav-account-details span {
    color: #045496;
    font-size: 11px;
    padding: 20px 0;
}

.nav-account-details strong {
    font-weight: 900;
    letter-spacing: 2px;
    color: #bebebe;
    font-size: 15px;
}

.full-name {
    display: inline-block;
    width: 50%;
}

.age-gender {
    display: inline-block;
    width: 50%;
}

.city-country {
    display: inline-block;
    width: 50%;
}

select.account-select {
    display: inline-block;
    width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, .9);
    text-indent: 10px;
    height: 30px;
    font-weight: 900;
    color: #045496;
    font-size: 14px;
    letter-spacing: 2px;
    background-position: left center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

select.account-select:disabled {
    display: inline-block;
    width: 100%;
    border: none;
    background-color: #0454968f;
    text-indent: 10px;
    height: 30px;
    font-weight: 900;
    color: #bebebe;
    font-size: 14px;
    letter-spacing: 2px;
    background-position: left center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

select.account-select:focus {
    outline: none;
}

.account-select option {
    margin: 40px;
    background: #000;
    color: #bebebe;
    border: none;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 15px 0;
}

.pba-radio {
    display: inline-block;
    margin-left: 15px;
    color: #999;
    letter-spacing: 2px;
}

.account-label {
    padding: 0;
    margin: 0;
}

.nav-myaccount input[type=text],
.nav-myaccount input[type=password],
.nav-myaccount input[type=email] {
    display: inline-block;
    width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, .9);
    text-indent: 10px;
    height: 30px;
    font-weight: 900;
    color: #045496;
    font-size: 14px;
    letter-spacing: 2px;
    background-position: left center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-myaccount input[type=text]:disabled,
.nav-myaccount input[type=password]:disabled,
.nav-myaccount input[type=email]:disabled {
    display: inline-block;
    width: 100%;
    border: none;
    background-color: #0454968f;
    text-indent: 10px;
    height: 30px;
    font-weight: 900;
    color: #bebebe;
    font-size: 14px;
    letter-spacing: 2px;
    background-position: left center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-myaccount h5 {
    color: #045496;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 0;
}

.nav-myaccount h4 {
    color: #222;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.account-pad {
    max-width: 400px;
    margin: 0 auto;
    /*padding-bottom: 20px;*/
    padding: 20px 10px;
}

.modify-acct-actions {
    display: none;
}

.pba-radio .account-fields[type=radio] {
    background-color: red;
}

.accounts-fields[disabled] {
    background-color: #727272;
}

.video-overlay-in {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.0);
    overflow: hidden;
    z-index: 900;
}

.main-game-box {
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
}

.normal-margin {
    margin-top: 20px;
}

.latest-home-news {
/*    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 800px;*/
    position: relative;
    padding-bottom: 46.25%;
    /* 16:9 */
    overflow: hidden;
    height: 0;
}

.latest-home-news img {
    width: 100%;
}

.limit-container {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.account-module img.profile {
    width: 100px;
    height: 100px;
}

.vh-main,
.vh-related {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.vh-related span {
    padding: 10px;
    display: block;
    width: 100%;
    color: #bebebe;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 3px;
    background-color: #181818;
}

.vh-related {
    position: relative;
    padding-bottom: 50%;
    /* 16:9 */
    overflow: hidden;
    height: 0;
    background-color: #222;
}

.video-stacked {
    padding: 10px;
    width: 100%;
    display: block;
}

.rel-vid {
    width: 100%;
    display: block;
    position: relative;
    margin: 20px 0;
}

.poster {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    overflow: hidden;
    height: 0;
}

.poster img {
    width: 100%;
    margin-top: -10px;
}

.row.video {
    margin: 10px 0;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.row.video h5 {
    padding: 0;
    margin: 0;
    color: #fff;
}

.row.video p {
    margin-top: 10px;
    color: #727272;
}

.vid-stacked {
    padding: 10px 0;
    background-color: #e7e7f3;
    margin-top: 5px;
    border-bottom: 1px solid #333;
}

.vid-stacked:hover {
    cursor: pointer;
    background-color: #eee;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.vid-stacked p {
    color: #101010;
}

.vid-stacked h5 {
    color: #010101;
}

.more-videos span {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 15px;
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    /*background-color: #045496;*/
    display: block;
    width: 100%;
}

.related-container {
    background-color: #fff;
}

.vh-btn {
    color: #bebebe;
    background-color: #ca0000;
    padding: 15px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    display: block;
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: 900;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.vh-btn:focus,
.vh-btn:hover {
    background-color: #770000;
    color: #fff;
    text-decoration: none;
}

.news-relative {
    margin-top: 20px;
}

.vertical-margin {
    margin-top: 20px;
}

.sth{
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    padding: 10px 0;
}

.sth td {
    /*background: linear-gradient(to right, #EBCDA7, #02A1D8);*/
    padding: 10px 0;
}

.sth h4 {
    margin-left: 10px;
}

.section-head h4,
.section-head a {
    display: inline;
}

.tiny-btn-yellow {
    border-radius: 20px;
    color: #222;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    padding: 3px 30px;
    margin: 0;
    border: 2px solid #fdba38;
    text-transform: uppercase;
    background-color: #fdba38;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    letter-spacing: 1px;
}

.tiny-btn-yellow:hover,
.tiny-btn-yellow:focus {
    background-color: transparent;
    color: #fdba38;
    text-decoration: none;
}

.achievers {
    background-color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #333;
}

.achievers img {
    width: 100%;
}

.achievers div {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-top: 20px;
}

.achievers h1 {
    color: #fdba38;
    font-weight: 900;
    font-size: 40px;
    background-color: #222;
    padding: 0 20px;
}

.achievers p {
    margin-top: 50px;
    padding: 0px 20px;
    color: #aeaeae;
    font-size: 19px;
}

.promo-button {
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 900;
    padding: 15px 0;
    text-align: center;
    background-color: #ca0000;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 3px;
}

.promo-button:hover,
.promo-button:focus {
    color: #ca0000;
    background-color: #fff;
    text-decoration: none;
}

.promo-link-container {
    padding: 15px;
}

.arena-pricing {
    padding-bottom: 20px;
}

.games-home {
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    /*background-color: #045496;*/
    padding: 10px;
}

.games-home h4 {
    font-weight: 900;
    color: #fff;
    float: left;
}

.games-home a {
    margin-top: 4px;
}

.game-compress-mobile span {
    width: 25%;
    display: inline-block;
}

.game-compress-mobile {
    background-color: #fff;
    padding: 5px;
}

.right-aligned {
    text-align: right;
}

.left-aligned {
    text-align: left;
}

.game-compress-mobile img {
    width: 50%;
}

.game-compress-mobile h4 {
    font-weight: 900;
}

.game-compress-mobile-future {
    background-color: #fff;
    padding: 5px;
}

.game-compress-mobile-future span {
    width: 33.333333333%;
    display: inline-block;
}

.game-compress-mobile-future span.location {
    width: 100%;
    display: block;
}

.game-compress-mobile span.location {
    width: 100%;
    display: block;
}

.game-compress-mobile p {
    color: #333;
    text-align: center;
}

.game-compress-mobile-future img {
    width: 45%;
}

.game-compress-mobile-future h4 {
    font-weight: 900;
    color: #333;
    font-size: 14px;
}

.game-compress-mobile-future p {
    color: #333;
    text-align: center;
}

.home-leaders {
    padding-top: 20px;
}

.home-leaders span {
    display: inline-block;
    vertical-align: middle;
}

.home-leaders span.img img {
    width: 100%;
}

.home-leaders span.avg h1 {
    font-weight: 900;
    color: #fff;
}

.home-leaders span.info h1 a {
    font-weight: 900;
    color: #fff;
}

.home-leaders span.info p {
    color: #816323;
}

.home-leaders span.avg h1 strong {
    color: #816323;
}

.uni-title {
    font-weight: 600;
}

.uni-title a {
    color: #222;
    -webkit-transition: all 0.3s;
    /* Safari */
    border: 1px solid #FFFFFF;
    transition: all 0.3s;
    font-size: 13px;
    padding: 3px 30px;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.uni-title a:hover,
.uni-title a:focus {
    border: 2px solid #266CAA;
    color: #266CAA;
    text-decoration: none;
    background-color: transparent;
}

.product-container {
    background: -webkit-linear-gradient(left, rgba(142, 14, 0, 1), rgba(31, 28, 24, 1));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(left, rgba(142, 14, 0, 1), rgba(31, 28, 24, 1));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(left, rgba(142, 14, 0, 1), rgba(31, 28, 24, 1));
    /*Fx 3.6-15*/
    background: linear-gradient(to left, rgba(142, 14, 0, 1), rgba(31, 28, 24, 1));
    border-bottom: 1px solid #333;
}

.product-container h1 {
    color: #fff;
    font-weight: 900;
}

.product-container p.official,
.product-container p.official2 {
    color: #bebebe;
}

.product-container {
    padding-bottom: 10px;
}

.product-logo img {
    width: 80%;
    margin: 10%;
}

.source-links-2 {
    padding-top: 30px;
}

.source-links-2 img {
    width: 170px;
}

.source-links-2 span {
    padding-right: 15px;
}

.source-links-2-resp {
    padding-top: 15px;
}

.source-links-2-resp img {
    width: 43%;
}

.source-links-2-resp span {
    padding: 10px;
}

.product-data {
    background-color: #000;
    padding-bottom: 30px;
}

.product-text {
    padding: 20px 40px;
}

.product-vid {
    padding: 20px 40px;
}

.product-sc {
    width: 100%;
    padding: 20px 40px;
}

.product-lb {
    width: 100%;
}

.product-data h4 {
    color: #bebebe;
    font-weight: 900;
}

.product-text p {
    color: #aeaeae;
    font-size: 16px;
    text-align: justify;
}

.product-sc img {
    margin-top: 20px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-rounded.default {
    border-color: transparent;
    background-color: transparent;
}

.conf-limit-box {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

.we-are-pba {
    width: 100%;
    padding: 10px;
}

.we-are-pba img {
    width: 100%;
}

.data-desc {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aeaeae;
    font-size: 19px;
    margin-top: 10px;
}

.nws-data {
    width: 70%;
    padding: 20px;
    display: inline-block;
    float: left;
}

.nws-data a {
    color: #222;
}

.nws-data a:hover,
.nws-data a:focus {
    text-decoration: none;
    color: #222;
}

.nws-data h1 {
    /* font-weight: 900;*/
    padding: 0;
    margin: 0;
    font-size: 2em;
    text-transform: uppercase;
    word-spacing: 5px;
}

.all-nws-link {
    display: inline-block;
    width: 30%;
    padding: 20px;
}

.all-nws-link a {
    border-radius: 30px;
    color: #222;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    padding: 5px 30px;
    margin: 0;
    border: 2px solid #F3E82A;
    display: block;
    width: 100%;
    text-transform: uppercase;
    background-color: #F3E82A;
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
    letter-spacing: 1px;
}

.all-nws-link a:hover,
.all-nws-link a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #266CAA;
    border: 2px solid #266CAA;
}

.bot {
    margin-bottom: 10px;
}

.prizes-table {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #ffd277;
}

.prizes-table .header td {
    font-size: 13px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 0;
    background-color: #c5860c;
}

.prizes-table .header {
    background-color: #000;
    border-bottom: 1px solid #febc38;
}

.prizes-table .prize-odd td {
    color: #fdba38;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #353535;
}

.prizes-table .prize-odd {
    background-color: #222;
}

.prizes-table .prize-even td {
    color: #fdba38;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #353535;
}

.prizes-table .prize-even {
    background-color: #282828;
}

.swish-disclaimer {
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
}

.swish-action {
    display: block;
    text-align: center;
    color: #222;
    padding: 25px 0;
    font-weight: 900;
    background-color: #fdba38;
    border-radius: 40px;
    line-height: 25px;
    letter-spacing: 1px;
    border: 5px solid #fdba38;
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
}

.swish-action:hover,
.swish-action:focus {
    color: #fdba38;
    text-decoration: none;
    background-color: transparent;
}

.pfs-box {
    background-color: #e7e7f3;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pfs-box .vs {
    font-weight: 900;
    color: #727272;
}

.pfs-box .vs,
.pfs-box .img1,
.pfs-box .img2,
.pfs-box .img1-sf,
.pfs-box .img2-sf,
.pfs-box .img1-f,
.pfs-box .img2-f {
    display: inline-block;
    vertical-align: middle;
}

.pfs-box .img1,
.pfs-box .img2,
.pfs-box .img1-sf,
.pfs-box .img2-sf,
.pfs-box .img1-f,
.pfs-box .img2-f {
    width: 40%;
    padding: 10px 0;
}

.pfs-box .vs {
    width: 20%;
    text-align: center;
}

.pfs-box .img1,
.pfs-box .img1-sf,
.pfs-box {
    text-align: right;
    font-weight: 900;
    color: #222;
    font-size: 15px;
}

.pfs-box .img2,
.pfs-box .img2-sf,
.pfs-box {
    text-align: left;
    font-weight: 900;
    color: #222;
    font-size: 15px;
}

.img1-f {
    text-align: right;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
}

.img2-f {
    text-align: left;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
}

.pfs-box .img1 img,
.pfs-box .img2 img {
    width: 70px;
}

.pfs-box .img1-sf img,
.pfs-box .img2-sf img {
    width: 90px;
}

.pfs-box .img1-f img,
.pfs-box .img2-f img {
    width: 100px;
}

.pfs-box .format {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 13px;
}

.pfs-box .status {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    color: #fdba38;
    font-size: 13px;
}

.pfs-box .format-f {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 900;
}

.pfs-box .status-f {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    color: #fdba38;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 900;
}

.pfs-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pfs-tab-link {
    display: inline-block;
    text-align: center;
    color: #c2c2c2;
    font-weight: 900;
    font-size: 16px;
    border-bottom: 3px solid #c2c2c2;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: all 0.3s;
    /* Safari */
    width: 33.3%;
    transition: all 0.3s;
}

.pfs-tab-link:hover {
    border-bottom-color: #045496;
    color: #045496
}

.pfs-tab-link.current {
    border-bottom-color: #045496;
    color: #045496
}

.pfs-tab-content {
    display: none;
}

.pfs-tab-content.current {
    display: inherit;
}

.notice {
    color: #222;
    font-weight: 900;
    padding: 10px;
    font-size: 16px;
}

.notice-info h4 {
    font-weight: 900;
}

.notice-info {
    color: #000000;
    padding: 5px;
    font-size: 16px;
    background: linear-gradient(to right, #EBCDA7, #02A1D8);
    /*background-color: #045496;*/
    vertical-align: middle;
}

.eliminated {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.pba-navbar-sponsor {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #333;
    background-color: #000;
    margin-top: 0;
    z-index: -2;
}

.pba-navbar-sponsor:after {
    content: '';
    position: absolute;
    top: 0;
    left: 130px;
    border-bottom: 1px solid #333;
    background: transparent;
    background-color: #000;
    -webkit-transform: skew(27deg);
    -ms-transform: skew(27deg);
    transform: skew(27deg);
    z-index: -3;
}

.pba-navbar-sponsor img {
    width: 100%;
}

.rank-tab-link {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    color: #fdba38;
    border-bottom: 1px solid #727272;
    font-weight: 900;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
}

.rank-tab {
    margin-bottom: 20px;
    padding: 0px 20px;
}

.rank-tab-link.left {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-left: 2px solid #fdba38;
    border-top: 2px solid #fdba38;
    border-bottom: 2px solid #fdba38;
}

.rank-tab-link.right {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-right: 2px solid #fdba38;
    border-top: 2px solid #fdba38;
    border-bottom: 2px solid #fdba38;
}

.rank-tab-link:hover {
    background-color: #fdba38;
    color: #111;
}

.rank-tab-link.current {
    background-color: #fdba38;
    color: #111;
}

.rank-table-content {
    display: none;
}

.rank-table-content.current {
    display: inherit;
}

.ent-btn {
    display: block;
    width: 100%;
    background: #e52d27;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #b31217, #e52d27);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #b31217, #e52d27);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: 900;
    border-radius: 5px;
    margin: 5px 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    border: 1px solid #e52d27;
}

.ent-btn:hover,
.ent-btn:focus {
    background: #EB3349;
    /* fallback for old browsers */
    text-decoration: none;
    background: -webkit-linear-gradient(to top, #e52d27, #b31217);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #e52d27, #b31217);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

.beta-v {
    color: #bebebe;
    font-weight: 900;
    border: 2px solid #bebebe;
    padding: 8px;
    font-size: .5em;
    vertical-align: middle;
}

.target-btn {
    display: block;
    width: 100%;
    background: #FF8008;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FF8008, #FFC837);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FF8008, #FFC837);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: 900;
    border-radius: 5px;
    margin: 5px 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    border: 1px solid #FFC837;
    cursor: pointer;
}

.target-btn:hover,
.target-btn:focus {
    background: #EB3349;
    /* fallback for old browsers */
    text-decoration: none;
    background: -webkit-linear-gradient(to bottom, #FF8008, #FFC837);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FF8008, #FFC837);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

.target-container {
    margin-top: 30px;
}

.window-title {
    font-weight: 900;
    color: #fff;
}

.modal-body {
    background: #222;
    height: 460px;
    overflow-y: scroll;
}

.modal-body p {
    color: #fff;
    font-size: 17px;
}

.modal-header {
    background: #000;
}

.modal-footer {
    background: #000;
}

.rank-timer {
    margin: 10px 0;
}

.rank-timer span {
    display: inline-block;
    line-height: 20px;
    color: #333;
    font-size: 30px;
    font-weight: 900;
}

.rank-timer strong {
    font-size: 18px;
    color: #247851;
}

.timer {
    margin: 0 auto;
}

.timer-centered {
    max-width: 210px;
    display: inline-block;
    height: 47px;
    vertical-align: middle;
    margin: 0 auto;
}

.timer-notice-container {
    display: inline-block;
    height: 19px;
    vertical-align: middle;
    padding-right: 15px;
}

.timer-notice {
    color: #247851;
    font-weight: 900;
    padding: 0;
    margin: 0;
    text-align: right;
}

.dwm-tab-container {
    font-size: 0;
    margin: 20px 0 0 0;
}

.dwm-tab-container span {
    display: inline-block;
    width: 33.33333333333333%;
    text-align: center;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 900;
    background-color: #2f9e6b;
    color: #fff;
    border-bottom: 3px solid #185539;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.dwm-tab-container span.current {
    background-color: #37ce88;
}

.dwm-tab-content {
    display: none;
}

.dwm-tab-content.current {
    display: inherit;
}

.timer-lb {
    background-color: #fdba38;
    padding: 15px 0;
}

.winners-table {
    width: 100%;
    margin-bottom: 20px;
}

.winners-table tr.head {
    background-color: #c5860c;
    text-align: center;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}

.winners-table tr td {
    padding: 10px 5px;
}

.record-odd {
    background-color: #282828;
    border-bottom: 1px solid #353535;
}

.record-even {
    background-color: #222;
    border-bottom: 1px solid #353535;
}

.record-winner {
    color: #fdba38;
    text-align: center;
}

.record-date {
    color: #fff;
    text-align: center;
}

.record-prize {
    color: #fdba38;
    text-align: center;
}

.s-fee {
    border: 1px solid green;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    color: green;
    margin-top: 10px;
}

.sm {
    font-size: 11px;
}


/*-///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/


/*-///////////////////////////////////////////////////////// ALLSTAR /////////////////////////////////////////////////////////-*/


/*-///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/

.allstar-container {
    max-width: 1366px;
    margin: 30px auto;
    padding: 0;
    background-color: #045496;
    /*background-image: url("../img/allstar-bg.jpg");*/
    /*background-repeat: repeat;*/
}

.region-header {
    font-weight: 900;
    color: #FF2400; /* Modified before #ffc000 */
}

.allstar-checkbox {
    accent-color: red;
    color:#000000;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 10px;  
            
           
}

.allstar-checkbox label.selected {
    color: #000000;
}

.vote-header-span {
    display: inline;
    float: left;
}

.vote-header {
    font-weight: 900;
    color: #bebebe;
    font-size: 25px;
}

.region-vote {
    list-style: none;
}

.region-vote .hdr {
    font-weight: 900;
    color: #fff;
    font-size: 18px;
}

.region-vote li {
    font-size: 16px;
    color: #bebebe;
    margin-top: 10px;
    letter-spacing: 1px;
}

.vote-notice {
    /*font-weight: 900;*/
    color: #fff; /* Modified before #ffc000 */ 
    line-height: 1.5;
}

.vote-actions-container {
    max-width: 500px;
    margin: 0 auto;
}

.vote-success {
    border-radius: 2px;
    font-weight: 900;
    padding: 10px 0;
    display: block;
    font-size: 15px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: #eb2b0a; /* Modified from seagreen*/
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.vote-success:hover,
.vote-success:focus {
    background-color: mediumspringgreen;
    color: #222;
    border: none;
    text-decoration: none;
}

.vote-cancel {
    border-radius: 2px;
    font-weight: 900;
    padding-bottom: 10px 0;
    display: block;
    font-size: 15px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: #ffc000; /* Modified from ca0000*/ 
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vote-cancel:hover,
.vote-cancel:focus {
    background-color: #aa3030;
    color: #fff;
    border: none;
}

.vote-timer {
    position: absolute; 
    right: 180px;
    bottom: 0px;
    float: right;
}

.vote-timer div {
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.vote-timer div span {
    vertical-align: middle;
    display: inline-block;
    color: #000;
    font-weight: 900;
    font-size: 18px;
    line-height: 15px;
}

.vote-timer div span strong {
    color: #02425f;
    font-size: 14px;
}

.vote-timer-md h5 {
    font-weight: 900;
    color: #fff;
    text-align: right;
}

.vote-timer-md div {
    display: inline-block;
    vertical-align: middle;
}

.vote-timer-md div span {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    margin-left: 5px;
}

.vote-timer-md div span strong {
    color: #ca0000;
    font-size: 11px;
}

.vote-timer-md p {
    color: #fff;
}

.vote-timer-md {
    width:
}

.vote-timer-xs {
    float: left;
}

.vote-timer-xs h6 {
    font-weight: 900;
    color: #fff;
    margin: 0;
    padding: 0;
}

.vote-timer-xs div {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
}

.vote-timer-xs div span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 900;
    font-size: 1.1em;
    line-height: 0.6em;
}

.vote-timer-xs div span strong {
    color: #ca0000;
    font-size: 0.6em;
    margin-right: 10px;
}

.vote-timer-xs p {
    color: #fff;
}

.allstar-cta {
    max-width: 44.578%;
    display: inline-block;
    float: left;
}

.allstar-timer {
    display: inline-block;
    float: right;
    margin-right: 5%;
}

.allstar-timer h4 {
    font-weight: 900;
    color: #fff;
    text-align: right;
}

.allstar-timer div {
    display: inline-block;
    vertical-align: middle;
}

.allstar-timer div span {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    line-height: 17px;
    margin-left: 5px;
}

.allstar-timer div span strong {
    color: #ffc000;
    font-size: 14px;
}

.allstar-timer p {
    color: #fff;
}

.allstar-timer-md h5 {
    font-weight: 900;
    color: #fff;
    text-align: right;
}

.allstar-timer-md div {
    display: inline-block;
    vertical-align: middle;
}

.allstar-timer-md div span {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    margin-left: 5px;
}

.allstar-timer-md div span strong {
    color: #ffc000;
    font-size: 11px;
}

.allstar-timer-md p {
    color: #fff;
}

.allstar-timer-sm {
    max-width: 250px;
    height: 70px;
    margin: 0 auto;
}

.allstar-timer-sm h5 {
    font-weight: 900;
    color: #fff;
    text-align: right;
}

.allstar-timer-sm div {
    display: inline-block;
    vertical-align: middle;
}

.allstar-timer-sm div span {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    margin-left: 5px;
}

.allstar-timer-sm div span strong {
    color: #ffc000;
    font-size: 11px;
}

.allstar-timer-sm p {
    color: #fff;
}

.all-nws-link-prev {
    display: inline-block;
    width: 30%;
    padding: 20px;
}

.all-nws-link-prev a {
    border-radius: 30px;
    color: #222;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    padding: 5px 30px;
    margin: 0;
    border: 2px solid #ffc000;
    display: block;
    width: 100%;
    text-transform: uppercase;
    background-color: #ffc000;
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
    letter-spacing: 1px;
}

.all-nws-link-prev a:hover,
.all-nws-link-prev a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #ffc000;
}

.nxt-game-lg-container-prev {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1366px;
    /*   border-bottom: 10px solid #ffc000;*/
    background: rgba(0, 0, 0, 0.5);
}

.nws-data-prev {
    width: 70%;
    padding: 20px;
    display: inline-block;
    float: left;
}

.nws-data-prev a {
    color: #222;
}

.nws-data-prev a:hover,
.nws-data-prev a:focus {
    text-decoration: none;
    color: #222;
}

.nws-data-prev h1 {
    /* font-weight: 900;*/
    padding: 0;
    margin: 0;
    font-size: 2em;
    text-transform: uppercase;
    word-spacing: 5px;
}

.search-input,
.search-submit {
    display: inline-block;
    vertical-align: middle;
}

.search-input {
    width: 58%;
    height: 50px;
    background-color: #ddd;
    border: none;
    padding-left: 20px;
    font-size: 18px;
    color: #727272;
    border-left: 5px solid #ca0000;
}

.search-input:focus,
.search-submit:focus {
    outline: none;
    box-shadow: none;
}

.search-submit:hover {
    background-color: #f43535;
}

.search-submit {
    width: 20%;
    height: 50px;
    background-color: #ca0000;
    color: #eaeaea;
    font-size: 16px;
    border: none;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
}


/*-//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/


/*-/////////////////////////////////////////////////////////// NAVIGATION ///////////////////////////////////////////////////////////-*/


/*-//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/


/*X-Small Screen*/

@media (max-width: 767px) {
    .nav-duplex-container {
        height: 50px;
    }
    .nav-duplex-row-1 {
        height: 50px;
        background: linear-gradient(to right, #266CAA, #88D9DD);
        
    }
    .nav-duplex-row-2 {
        /*height: 5px;*/        
        background-color: #045496;

    }
    .nav-duplex-brand-container {
        background-color: #fff;
        width: 118px;
        height: 50px;
        padding: 5px;
        right: 0;
        top: 0;
    }
    .nav-duplex-brand-container:after {
        right: 105px;
        height: 50px;
        width: 90px;
        width: 25px;
        background-color: #fff;
    }
    .nav-duplex-brand-container img {
        height: 38px;
        float: right;
    }
    .duplex-drawer {
        width: 70%;
        calc(100% - 118px)
        ;
    }
    .duplex-nav-m {
        width: 70%
    }
    .nav-duplex-sponsor-container {
        width: 135px;
        height: 50px;
        padding: 7px;
        top: 0;
        right: 75px;
    }
    .nav-duplex-sponsor-container img {
        height: 30px;
        width: 54px;
    }
}


/*Smal Screen*/

@media (min-width: 768px) and (max-width: 991px) {
    .nav-duplex-container {
        height: 50px;
    }
    .nav-duplex-row-1 {
        height: 50px;
        background-color: #fff;
    }
    .nav-duplex-row-2 {
        /*height: 5px;*/
        background-color: #045496;
    }
    .nav-duplex-brand-container {
        background-color: #fff;
        width: 118px;
        height: 50px;
        padding: 5px;
        right: 0;
        top: 0;
    }
    .nav-duplex-brand-container:after {
        right: 105px;
        height: 50px;
        width: 100px;
        width: 25px;
        background-color: #fff;
    }
    .nav-duplex-brand-container img {
        height: 38px;
        float: right;
    }
    .duplex-drawer {
        width: 40%;
        calc(100% - 118px)
        ;
    }
    .duplex-nav-m {
        width: 40%
    }
    .nav-duplex-sponsor-container {
        width: 135px;
        height: 50px;
        padding: 7px;
        top: 0;
        right: 80px;
    }
    .nav-duplex-sponsor-container img {
        height: 35px;
        width: 54px;
    }
}


/*Medium Screen*/

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-duplex-container {
        height: 75px;
    }
    .nav-duplex-row-1 {
        height: 41px;
        background-color: #fff;
    }
    .nav-duplex-row-2 {
        height: 34px;
        background-color: #045496;
    }
    .nav-duplex-brand-container {
        background-color: #fff;
        width: 137px;
        height: 75px;
        padding: 11px;
        left: 0;
        top: 0;
    }
    .nav-duplex-brand-container:after {
        left: 120px;
        height: 75px;
        width: 120px;
        width: 35px;
        background-color: #fff;
    }
    .nav-duplex-brand-container img {
        width: 115px;
        height: 48px;
    }
    .nav-duplex-sponsor-container {
        width: 135px;
        height: 75px;
        padding: 17px;
        left: 127px;
        top: 0;
    }
    .nav-duplex-sponsor-container:after {
        left: 115px;
        height: 75px;
        width: 38px;
    }
    .nav-duplex-sponsor-container img{
        height: 35px;
    }
}


/*Large Screen*/

@media (min-width: 1200px) {
    .nav-duplex-container {
        height: 75px;
    }
    .nav-duplex-row-1 {
        height: 41px;
        background: linear-gradient(to right, #266CAA, #88D9DD);
    }
    .nav-duplex-row-2 {
        height: 34px;
        background-color: #EDA22D;
    }
    .nav-duplex-brand-container {
        background-color: #fff;
        width: 137px;
        height: 75px;
        padding: 11px;
        left: 0;
        top: 0;
    }
    .nav-duplex-brand-container:after {
        left: 120px;
        height: 75px;
        width: 120px;
        width: 35px;
        background-color: #fff;
    }
    .nav-duplex-brand-container img {
        width: 115px;
        height: 50px;
    }
    .nav-duplex-sponsor-container {
        width: 120px;
        height: 75px;
        padding: 17px;
        left: 127px;
        bottom: 0;
    }
    .nav-duplex-sponsor-container:after {
        left: 115px;
        height: 75px;
        width: 38px;
    }
    .nav-duplex-sponsor-container img{
        height: 35px;
    }
}

#nav-duplex {
    position: relative;
}

.nav-duplex-position {
    position: fixed;
    width: 100%;
    display: block;
    z-index: 1030;
    top: 0;
}

.nav-duplex-container {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1030;
}

.nav-duplex-brand-container {
    position: absolute;
}

/*.nav-duplex-brand-container:after {
    content: '';
    position: absolute;
    top: 0;
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
}*/

.nav-duplex-sponsor-container {
    position: absolute;
}

.nav-duplex-sponsor-container:after {
    content: '';
    position: absolute;
    top: 0;
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    z-index: 1031;
}

.duplex-drawer-trigger {
    height: 28px;
    color: #fff;
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin: 8px;
}

.duplex-drawer-trigger:focus,
.duplex-drawer-trigger:hover {
    color: #fff;
}

.nav-duplex-row-1,
.nav-duplex-row-2 {
    display: block;
    width: 100%;
}

.main-links-container,
.account-links-container,
.account-links-container-logged {
    display: inline;
}

.main-links-container,
.secondary-links-container {
    margin-left: 250px;
    margin-left: 150px;
    height: 100%;
}

.main-links-container {
    float: left;
    width: 790px;
}

.secondary-links-container {
    width: 1200px;
}

.account-links-container {
    float: right;
    /*width: 210px;*/
    margin-right: 15px;
}

.account-links-container-logged {
    float: right;
    width: 210px;
    padding-top: 2px;
}

.main-links,
.secondary-links {
    list-style: none;
    padding-left: 0;
}

.main-links li,
.secondary-links li {
    display: inline-block;
}

.main-links li a {
    display: inline-block;
    height: 41px;
}

.secondary-links li a {
    display: inline-block;
    height: 34px;
}

.main-links li {
    position: relative;
    -webkit-transition: all 0.2s;
    /* Safari */
    height: 41px;
    transition: all 0.2s;
}

.secondary-links li {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
}

.main-links li a {
    font-size: 16px;
    padding: 10px 15px;
    color: #ffffff;
}

.sub-links {
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 15px;
    position: relative;
    color: #fff;
}

.main-sub-links {
    padding: 7px 15px;
    position: relative;
    color: #aeaeae;
}

.main-links-container li a:hover,
.main-links-container li a:focus {
    color: #222;
    text-decoration: none;
}

.main-sub-links:hover{
    background-color: #FFEEAE;
    color: #222;
    text-decoration: none;
}
.sub-links:hover {
    background-color: #B27A23;
    color: #222;
    text-decoration: none;
}

.main-sub-links:focus,
.sub-links:focus {
    color: #727272;
    text-decoration: none;
}

.account-links-container div {
    width: 87px;
    margin-left: 12px;
    display: inline-block;
    margin-top: 4px;
}

.right-sponsors {
    float: right;
    /*width: 210px;*/
}

.right-sponsors img {
    height: 30px;
    margin: 5px 15px 0;
    display: inline-block;
}

.action-block {
    border-radius: 5px;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: Lato, sans-serif;
    padding: 6px;
}

.action-ghost {
    border-radius: 5px;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: Lato, sans-serif;
    padding: 4px;
    border-style: solid;
    border-width: 2px;
}

.action-block-sm {
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    font-family: Lato, sans-serif;
    padding: 7px 20px;
}

.action-ghost-sm {
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    font-family: Lato, sans-serif;
    padding: 5px 20px;
    border-style: solid;
    border-width: 2px;
}

.action-ghost-default {
    border-color: #fff;
    color: #fff;
}

.action-block-default {
    -webkit-box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(top, rgba(219, 219, 219, 1), rgba(231, 231, 231, 1));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(219, 219, 219, 1), rgba(231, 231, 231, 1));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(219, 219, 219, 1), rgba(231, 231, 231, 1));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(219, 219, 219, 1), rgba(231, 231, 231, 1));
    color: #525252;
    border-bottom: 2px solid #aaa;
}

.action-block-error {
    -webkit-box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(top, rgba(144, 25, 25, 1), rgba(207, 46, 45, 1));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(144, 25, 25, 1), rgba(207, 46, 45, 1));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(144, 25, 25, 1), rgba(207, 46, 45, 1));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(144, 25, 25, 1), rgba(207, 46, 45, 1));
    color: #eee;
    border-bottom: 2px solid #790000;
}

.action-block-success {
    color: #fff;
    background-color: #ca0000;
}

.action-block-default:hover,
.action-block-default:focus {
    text-decoration: none;
    color: #525252;
}

.action-block-error:hover,
.action-block-error:focus {
    text-decoration: none;
    color: #eee;
}

.sub-links:hover .duplex-dropdown,
.sub-links:focus .duplex-dropdown {
    display: block;
}

.main-sub-links:hover .main-duplex-dropdown,
.main-sub-links:focus .main-duplex-dropdown {
    display: block;
}

.duplex-dropdown {
    white-space: nowrap;
    display: none;
    position: absolute;
    background-color: #a83032;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 34px;
}

.main-duplex-dropdown {
    white-space: nowrap;
    display: none;
    position: absolute;
    background-color: #f7bc24;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 41px;
    padding-right: 15px;
}

.main-links li:hover,
.main-links li:focus {
    background-color: #f7bc24;
}

.secondary-links li:hover,
.secondary-links li:focus {
    background-color: #a83032;
}

.secondary-links li:hover .sub-links,
.secondary-links li:focus .sub-links {
    color: #fff;
    text-decoration: none;
}

.main-links li:hover .main-sub-links,
.main-links li:focus .main-sub-links {
    color: #222;
    text-decoration: none;
}

.secondary-links li:hover .duplex-dropdown,
.secondary-links li:focus .duplex-dropdown {
    display: block;
}

.duplex-dropdown a {
    padding: 7px 15px;
    display: block;
    color: #aeaeae;
    width: 100%;
}

.duplex-dropdown a:hover,
.duplex-dropdown a:focus {
    color: #fff;
    text-decoration: none;
}

.secondary-links li:hover .duplex-dropdown {
    display: block;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.2s;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 0.2s;
}

.main-links li:hover .main-duplex-dropdown {
    display: block;
    -webkit-animation-name: example_one;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.2s;
    /* Safari 4.0 - 8.0 */
    animation-name: example_one;
    animation-duration: 0.2s;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes example_one {
    0% {
        background-color: #f7bc24;
        left: 0px;
        top: 6px;
    }
    100% {
        background-color: #f7bc24;
        left: 0px;
        top: 41px;
    }
}


/* Standard syntax */

@keyframes example_one {
    0% {
        background-color: #f7bc24;
        left: 0px;
        top: 6px;
    }
    100% {
        background-color: #f7bc24;
        left: 0px;
        top: 41px;
    }
}

@-webkit-keyframes example {
    0% {
        background-color: #f7bc24;
        left: 0px;
        top: 6px;
    }
    100% {
        background-color: #f7bc24;
        left: 0px;
        top: 32px;
    }
}


/* Standard syntax */

@keyframes example {
    0% {
        background-color: #f7bc24;
        left: 0px;
        top: 6px;
    }
    100% {
        background-color: #f7bc24;
        left: 0px;
        top: 32px;
    }
}

.action-block-success,
.action-ghost-default,
.duplex-dropdown,
.logged-account,
.logged-signout {
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
}

#duplex-drawer {
    display: none;
}

.duplex-drawer {
    position: fixed;
    height: 100%;
    background-color: #e7e7f3;
    z-index: 1040;
    margin-top: 50px;
}

.duplex-account-m {
    padding: 10px;
    /*background-color: #222;*/
    text-align: center;
}

.duplex-account-m span {
    width: 50%;
    display: inline-block;
    /*float: left;*/
    padding: 0 10px;
}

.duplex-account-m img {
    border-radius: 25px;
    background-color: #fff;
    width: 35px;
    height: 35px;
}

.duplex-nav-m {
    position: fixed;
    height: calc(100% - 110px);
    overflow-y: scroll;
}

.duplex-nav-m h5 {
    font-weight: 900;
    color: #bebebe;
    font-family: lato, sans-serif;
    color: #444;
    padding: 5px 8px;
    font-size: 12px;
    background-color: #222;
    margin: 0;
}

.duplex-nav-m a {
    color: #000;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px 14px;
    position: relative;
}

.duplex-nav-m span {
    position: relative;
    display: block;
    width: 100%;
}

.duplex-nav-m span:hover .dropdown-m,
.duplex-nav span:focus .dropdown-m {
    display: block;
}

.dropdown-m {
    display: none;
    background-color: #050505;
    min-width: 100%;
    z-index: 1030;
    top: 41px;
}

.dropdown-m a {
    border-bottom: 1px solid #111 !important;
    padding-left: 30px !important;
    color: #727272;
}

.dropdown-m a:focus,
.dropdown-m a:hover {
    background-color: #8c1114 !important;
}

.duplex-nav-m a:hover,
.duplex-nav-m a:focus {
    background-color: #d12420;
    text-decoration: none;
    color: #fff;
}

.duplex-nav-m strong {
    color: #424242;
}

.m-drawer-acc-img,
.m-drawer-acc-action,
.m-drawer-acc-logged {
    display: inline-block;
}

.m-drawer-acc-img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.m-drawer-acc-action {
    width: 100%;
}

.m-drawer-acc-logged {
    height: 40px;
    vertical-align: middle;
    margin-left: 10px;
    width: calc(100% - 50px);
}

.m-drawer-acc-logged a {
    font-size: 13px;
    color: #337ab7;
}

.m-drawer-acc-logged h5,
.acc-logged h5 {
    color: #000;
    padding-bottom: 5px;
    padding-top: 0;
    font-size: 14px;
    margin: 0;
    font-weight: 900;
}

.acc-img,
.acc-logged {
    display: inline-block;
}

.acc-img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.acc-img img {
    border-radius: 25px;
    background-color: #fff;
    width: 35px;
    height: 35px;
}

.acc-logged {
    height: 16px;
    width: 150px;
    vertical-align: middle;
    color: #777;
    margin-left: 10px;
}

.logged-account {
    color: #555;
}

.logged-signout {
    color: #ca0000;
}

.logged-account:hover,
.logged-account:focus {
    color: #aeaeae;
    text-decoration: none;
}

.logged-signout:hover,
.logged-signout:focus {
    color: #F03434;
    text-decoration: none;
}


/*-///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/


/*-/////////////////////////////////////////////////////////// CSR ///////////////////////////////////////////////////////////-*/


/*-///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/

.p-normal {
    font-size: 18px;
    color: #aeaeae;
}

.p-normal-inverted {
    font-size: 18px;
    color: #fff;
}

#csr-page span {
    border-radius: 25px;
    border: 3px solid #111;
    padding: 10px;
    height: 20px;
    width: 20px;
    font-weight: 900;
    color: #fff;
    background-color: #222;
}

.mission-container {
    background-color: #000;
    padding-bottom: 40px;
}

.mission-container div {
    margin-top: 30px;
    padding: 0 20px;
}

.mission-container div>div {
    background-color: #111;
    height: 180px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
}

.vision-container {
    background: rgba(26, 26, 26, 1);
    background: -moz-linear-gradient(top, rgba(26, 26, 26, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26, 26, 26, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(26, 26, 26, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(26, 26, 26, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(26, 26, 26, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(26, 26, 26, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#000000', GradientType=0);
    padding: 50px 0;
}

.vision-container p {
    max-width: 600px;
}

#csr-page hr {
    border-color: rgba(250, 250, 250, 0.2);
    max-width: 300px;
}

.mid-base-limit {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 100px;
}

.sm-base-limit {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
}

.first-fold {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

@media (max-width: 767px) {
    .first-fold {
        background-position: center;
    }
    .content-panel div>span {
        font-size: 22px;
    }
    .content-panel div {
        width: 100%;
    }
    .content-panel img {
        width: 200px;
    }
    .featured-panel {
        width: 100%;
        margin-left: 0%;
        height: 25vh;
        margin-top: 15px;
    }
    .featured-panel div>div {
        position: absolute;
        bottom: 5%;
        left: 5%;
    }
    .hm-intro span {
        text-align: center;
    }
    .hm-intro span:first-of-type {
        width: 100%;
    }
    .hm-intro span:nth-of-type(2) {
        width: 100%;
        font-size: 1.7em;
        color: #aeaeae;
    }
    .hm-video-container iframe {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .first-fold {
        background-position: center;
    }
    .content-panel div>span {
        font-size: 24px;
    }
    .content-panel img {
        width: 200px;
    }
    .featured-panel {
        width: 100%;
        margin-left: 0%;
        height: 35vh;
        margin-top: 15px;
    }
    .featured-panel div>div {
        position: absolute;
        bottom: 5%;
        left: 5%;
    }
    .hm-intro span:first-of-type {
        width: 40%;
    }
    .hm-intro span:nth-of-type(2) {
        width: 60%;
        font-size: 1.7em;
        color: #aeaeae;
    }
    .hm-video-container iframe {
        width: 768px;
        height: 400px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .first-fold {
        background-position: center;
    }
    .content-panel div>span {
        font-size: 28px;
    }
    .content-panel img {
        width: 350px;
    }
    .featured-panel {
        width: 23.75%;
        margin-left: 1%;
        height: 35vh;
        margin-top: 15px;
    }
    .featured-panel div>div {
        position: absolute;
        bottom: 5%;
    }
    .hm-intro span:first-of-type {
        width: 40%;
    }
    .hm-intro span:nth-of-type(2) {
        width: 60%;
        font-size: 1.7em;
        color: #aeaeae;
    }
    .hm-video-container iframe {
        width: 768px;
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .first-fold {
        background-position: middle;
    }
    .content-panel div>span {
        font-size: 28px;
    }
    .content-panel img {
        width: 350px;
    }
    .featured-panel {
        width: 23.75%;
        margin-left: 1%;
        height: 35vh;
        margin-top: 15px;
    }
    .featured-panel div>div {
        position: absolute;
        bottom: 5%;
    }
    .hm-intro span:first-of-type {
        width: 40%;
    }
    .hm-intro span:nth-of-type(2) {
        width: 60%;
        font-size: 1.7em;
        color: #aeaeae;
    }
    .hm-video-container iframe {
        width: 768px;
        height: 400px;
    }
}

.content-panel {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 20px;
    position: relative;
}

.content-panel h1 {
    font-weight: 300;
    font-size: 3em;
}

.content-panel a {
    color: #fff;
}

.content-panel a:hover {
    text-decoration: none;
}

.content-panel div {
    margin: 50px auto;
    text-align: center;
}

.content-panel div>span {
    color: #82e900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
}

.featured-fold {
    max-width: 1200px;
    margin: 0 auto;
}

.featured-panel {
    position: relative;
    background-color: #000;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center;
    -webkit-box-shadow: 0px 0px 5px 7px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 7px rgba(0, 0, 0, 0.25);
}

.featured-panel a>div {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.featured-panel h4 {
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featured-panel h4:hover,
.featured-panel h4:focus {
    color: #ca2d2c;
}

.featured-panel a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.content-panel div>span:nth-of-type(2) {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.featured-panel span {
    font-size: 11px;
    color: #aeaeae;
}

.hm-container {
    background-color: #151515;
    padding: 0;
}

.hm-container-page {
    background-color: #252525;
    padding: 25px;
}

.hm-video-container {
    background-color: #000;
    padding: 25px;
}

.featured-hm {
    padding: 50px 0;
}

.hm-in-container {
    background-color: #000;
    padding-bottom: 50px;
}

.hm-panel-limit img {
    width: 300px;
}

.hm-panel-limit {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

.hm-panel-limit h2 {
    font-size: 1.5em;
    color: #727272;
    font-weight: 400;
}

.hm-archive {
    margin-top: 30px;
}

.hm-archive h5 {
    font-size: 1em;
    font-weight: 900;
}

.hm-archive a {
    color: #fff;
}

.hm-archive a:hover,
.other-visits-limit a:focus {
    color: #ca2d2c;
    text-decoration: none;
}

.hm-archive span:first-of-type {
    color: #aeaeae;
    font-size: 11px;
}

.hm-archive span:nth-of-type(2) {
    color: #727272;
    font-size: 16px;
}

.hm-intro span {
    display: inline-block;
    vertical-align: middle;
    margin: 25px 0;
}

.hm-container-page p {
    color: #aeaeae;
    font-size: 18px;
    font-weight: 300;
}

.hm-container-page h1 {
    color: #fff;
    font-weight: 900;
    padding: 0;
    margin: 15px 0;
}

.hm-video-container h3,
.hm-container-page h3 {
    color: #fff;
    font-weight: 900;
    padding: 0;
    margin: 0;
}

.hm-video-container div {
    max-width: 768px;
    margin: 50px auto;
}

.header {
    margin-top: 15px;
}

.header h2 {
    font-size: 1.5em;
    color: #727272;
    font-weight: 400;
}


/*-///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/


/*-//////////////////////////////////////////////////////// All Stats ////////////////////////////////////////////////////////-*/


/*-///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/

.header-fold {
    width: 100%;
    display: block;
    background-color: #b52625;
    position: relative;
}

.header-fold img {
    position: absolute;
}

.header-fold img:nth-of-type(2) {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
}

.wide-base {
    max-width: 1580px;
    margin: auto;
    padding: 0 10px;
}

.wide-base h1 {
    font-weight: 900;
    color: #eaeaea;
    font-size: 1.6em;
    letter-spacing: .3em;
    margin-bottom: 0;
}

.table-container-1 {
    display: block;
    width: 100%;
    overflow-x: scroll;
}

.table-container-1 .names {
    height: 100%;
    width: 140px;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 4px 2px 20px 4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 4px 2px 20px 4px rgba(0, 0, 0, 0.55);
    box-shadow: 4px 2px 20px 4px rgba(0, 0, 0, 0.55);
    z-index: 1028;
}

#names-table {
    width: 100%;
    font-size: 12px;
}

#names-table img {
    width: 30px;
    float: right;
}

#names-table tr {
    /*background-color: blue;*/
    height: 50px;
    background-color: #000;
    border-top: 1px solid #111;
}

#names-table tr td {
    padding-left: 10px;
}

#names-table tr td a {
    color: #aeaeae;
    font-weight: 400;
    letter-spacing: 1px;
}

#names-table tr td a:hover,
#names-table tr td a:focus {
    color: #fff;
    text-decoration: none;
}

#names-table tr td.header {
    /*background-color: blue;*/
    height: 40px;
    font-size: 13px;
    background-color: #000;
    border-top: 1px solid #000;
    color: #c09f45;
    font-weight: 900;
    padding: 10px !important;
}

.tname-header {
    display: block;
    width: 100%;
    height: 35px;
    background-color: #000;
    position: absolute;
    top: 0;
    /*left: 10px;*/
    z-index: 1029;
}

.tname-header span {
    padding: 5px 10px;
    font-weight: 900;
    color: #c09f45;
    height: 100%;
    margin: 0;
    height: 35px;
    display: inline-block;
}

#record-table img {
    width: 28px;
}

#record-table tr.odd {
    /*background-color: blue;*/
    height: 50px;
    font-size: 12px;
    background-color: #1f1f1f;
    border-top: 1px solid #363636;
    color: #aeaeae;
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
}

#record-table tr.even {
    /*background-color: blue;*/
    height: 40px;
    font-size: 12px;
    background-color: #1a1a1a;
    border-top: 1px solid #363636;
    color: #aeaeae;
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
}

#record-table thead tr.header {
    /*background-color: blue;*/
    height: 50px;
    font-size: 12px;
    background-color: #000;
    border-top: 1px solid #000;
    color: #fff;
    font-weight: 900;
}

#record-table thead tr.header th {
    color: #aeaeae;
    text-align: center;
}

#record-table thead tr.header th:hover,
#record-table thead tr.header th:focus {
    text-decoration: none;
}

#record-table tr.odd:hover,
#record-table tr.even:hover {
    cursor: pointer;
    background-color: #b52625;
}

#record-table tr td {
    padding: 10px;
    text-align: center;
}

#record-table thead tr th:nth-of-type(1),
#record-table thead tr th:nth-of-type(2),
#record-table thead tr th:nth-of-type(3),
#record-table thead tr th:nth-of-type(7),
#record-table thead tr th:nth-of-type(10),
#record-table thead tr th:nth-of-type(13),
#record-table thead tr th:nth-of-type(16),
#record-table thead tr th:nth-of-type(19),
#record-table thead tr th:nth-of-type(21),
#record-table thead tr th:nth-of-type(22) {
    border-right: 1px solid #363636;
}

#record-table tr td:nth-of-type(1),
#record-table tr td:nth-of-type(2),
#record-table tr td:nth-of-type(3),
#record-table tr td:nth-of-type(7),
#record-table tr td:nth-of-type(10),
#record-table tr td:nth-of-type(13),
#record-table tr td:nth-of-type(16),
#record-table tr td:nth-of-type(19),
#record-table tr td:nth-of-type(21),
#record-table tr td:nth-of-type(22) {
    border-right: 1px solid #363636;
}

#record-table tr td:first-of-type {
    text-align: left;
}

#record-table tr td a {
    color: #fff;
}

#allstats .filter-panel {
    background-color: #000;
    border-bottom: 1px solid #222;
    padding: 15px 10px;
}

#allstats .filter-panel span {
    width: 100%;
    font-weight: 900;
    color: #727272;
    display: block;
    margin-bottom: 20px;
}


/*#allstats .filter-panel .row div{
    margin-top: 20px;
}*/


/*#allstats .filter-panel img{
    width: 16%;
}
*/

@media (max-width: 767px) {
    .wide-base h1 {
        padding: 20px 0;
        margin-top: 50px;
    }
    .header-fold img {
        height: 54px;
        top: 55px;
    }
    #record-table {
        width: 1366px;
    }
    #allstats .filter-panel .row div:first-of-type img {
        width: 16%;
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wide-base h1 {
        padding: 20px 0;
        margin-top: 50px;
    }
    .header-fold img {
        height: 54px;
        top: 55px;
    }
    #record-table {
        width: 1366px;
    }
    #allstats .filter-panel .row div:first-of-type img {
        width: 8%;
        padding: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wide-base h1 {
        padding: 72px 0;
        margin-top: 75px;
    }
    .header-fold img {
        height: 148px;
        top: 85px;
    }
    #record-table {
        width: 1366px;
    }
    #allstats .filter-panel .row div:first-of-type img {
        width: 8%;
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .wide-base h1 {
        padding: 72px 0;
        margin-top: 75px;
    }
    .header-fold img {
        height: 148px;
        top: 85px;
    }
    #record-table {
        width: 100%;
    }
    #allstats .filter-panel .row div:first-of-type img {
        width: 8%;
        padding: 10px;
    }
}


/*the container must be positioned relative:*/

.sort-select {
    position: relative;
    font-family: Lato, sans-serif;
    margin-top: 15px;
}

.sort-select select {
    height: 35px;
    background-color: #727272;
    border: none;
    color: #111;
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    outline: none;
}

.sort-select select option {
    background-color: #727272;
    outline: none;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    width: 100%;
}

.half-btn {
    display: inline-block;
    width: 47%;
    margin-left: 2%;
    background-color: #b52625;
    color: #efefef;
    border: 1px solid #760101;
    margin-top: 11px;
}

.half-btn:hover,
.half-btn:focus {
    background-color: #8f2524;
}

.half-btn-clear {
    display: inline-block;
    width: 47%;
    margin-left: 2%;
    background-color: #eaeaea;
    color: #333;
    border: 1px solid #727272;
    margin-top: 11px;
}

.half-btn-clear:hover,
.half-btn-clear:focus {
    background-color: #dadada;
}

.filter-panel label {
    color: #aeaeae;
}

.radio-sorts>div {
    display: inline-block;
}

.radio-sorts>div:nth-of-type(2) {
    margin-left: 15px;
}


/*teamstats*/

.teamstats-tabs ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 72px;
    padding-top: 55px;
    padding-bottom: 55px;
}

.teamstats-tabs ul li {
    display: inline-block;
    width: 50%;
    margin-left: 0;
    padding: 5px;
}

.teamstats-tabs ul li a {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 2px;
    letter-spacing: 1px;
}

.teamstats-tabs ul li a:hover,
.teamstats-tabs ul li a:focus {
    color: #b52625;
    background-color: #fff;
    text-decoration: none;
}

.teamstats-table {
    width: 1559px;
}

.teamstats-table img {
    width: 30px;
    height: 30px;
}

.teamstats-table tr.subtitle,
.teamstats-table tr.maintitle {
    height: 50px;
    font-size: 12px;
    background-color: #000;
    border-top: 1px solid #000;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.teamstats-table tr.record-odd {
    height: 50px;
    font-size: 12px;
    background-color: #222;
    border-top: 1px solid #000;
    color: #aeaeae;
    font-weight: 400;
    text-align: center;
}

.teamstats-table tr.record-even {
    height: 50px;
    font-size: 12px;
    background-color: #151515;
    border-top: 1px solid #000;
    color: #aeaeae;
    font-weight: 400;
    text-align: center;
}

.teamstats-table tr td {
    padding: 0 2px;
    border-top: 1px solid #363636;
}

.teamstats-table tr.maintitle td {
    border-right: 1px solid #363636;
}

.teamstats-table a {
    color: #b52625;
    font-weight: 900;
}

.teamstats-table tr.stat-type {
    height: 50px;
    font-size: 17px;
    background-color: #151515;
    border-top: 1px solid #000;
    color: #aeaeae;
    font-weight: 900;
    letter-spacing: 2px;
}

.teamstats-table tr.stat-type td {
    padding-left: 10px;
}

.teamstats-table tr.record-odd td:nth-of-type(1),
.teamstats-table tr.record-odd td:nth-of-type(3),
.teamstats-table tr.record-odd td:nth-of-type(6),
.teamstats-table tr.record-odd td:nth-of-type(9),
.teamstats-table tr.record-odd td:nth-of-type(12),
.teamstats-table tr.record-odd td:nth-of-type(15),
.teamstats-table tr.record-odd td:nth-of-type(19),
.teamstats-table tr.record-odd td:nth-of-type(22),
.teamstats-table tr.record-odd td:nth-of-type(24),
.teamstats-table tr.record-odd td:nth-of-type(25),
.teamstats-table tr.record-odd td:nth-of-type(28) {
    border-right: 1px solid #363636;
}

.teamstats-table tr.record-even td:nth-of-type(1),
.teamstats-table tr.record-even td:nth-of-type(3),
.teamstats-table tr.record-even td:nth-of-type(6),
.teamstats-table tr.record-even td:nth-of-type(9),
.teamstats-table tr.record-even td:nth-of-type(12),
.teamstats-table tr.record-even td:nth-of-type(15),
.teamstats-table tr.record-even td:nth-of-type(19),
.teamstats-table tr.record-even td:nth-of-type(22),
.teamstats-table tr.record-even td:nth-of-type(24),
.teamstats-table tr.record-even td:nth-of-type(25),
.teamstats-table tr.record-even td:nth-of-type(28) {
    border-right: 1px solid #363636;
}

.teamstats-table tr.subtitle td:nth-of-type(1),
.teamstats-table tr.subtitle td:nth-of-type(3),
.teamstats-table tr.subtitle td:nth-of-type(6),
.teamstats-table tr.subtitle td:nth-of-type(9),
.teamstats-table tr.subtitle td:nth-of-type(12),
.teamstats-table tr.subtitle td:nth-of-type(15),
.teamstats-table tr.subtitle td:nth-of-type(19),
.teamstats-table tr.subtitle td:nth-of-type(22),
.teamstats-table tr.subtitle td:nth-of-type(24),
.teamstats-table tr.subtitle td:nth-of-type(25),
.teamstats-table tr.subtitle td:nth-of-type(28) {
    border-right: 1px solid #363636;
}

.teamstats-scroll {
    width: 100%;
    overflow-x: scroll;
}

.related-vids {
    background-color: #fff;
}

#requestCookies {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    background-color: #b52625;
    z-index: 1030;
    /*    padding: 15px;*/
}

.cookies-limit {
    max-width: 1366px;
    margin: 0 auto
}

.cookies-limit h5,
.cookies-limit p,
.cookies-limit a {
    display: inline-block;
    vertical-align: middle;
}

.cookies-limit h5 {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
}

.cookies-limit p {
    color: #eaeaea;
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 15px;
    /* margin-left: 2vw;*/
}

#okCookies {
    display: block;
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    margin: 15px 0;
}

#okCookies:hover,
#okCookies:focus {
    background-color: #fff;
    color: #b52625;
    text-decoration: none;
}

.cookies-limit p a {
    color: #fff;
    text-decoration: underline;
}

/*Players Page*/

@media (max-width: 575px) {
    .playersBox {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .stndrdImage {
        border: 2px solid #045496;
    }

    .stndrdImageTeams {
        border: 2px solid #045496;
    }
    .playersBox>div {
        display: inline-block;
        vertical-align: middle;
    }
    .playersBox>div:first-of-type {
        width: 20%;
        display: inline-block;
    }
    .playersBox>div:nth-of-type(2) {
        width: 50%;
    }
    .playersBox>div:nth-of-type(3) {
        width: 30%;
    }
    .playersBox h5 {
        text-align: left;
        font-size: 16px;
    }
    .filterBox {
        width: 42%;
    }
}

@media (min-width: 576px) {
    .playersBox {
        display: inline-block;
        width: 33.33333333333333%;
        padding: 30px 0;
    }
    .stndrdImage {
        border: 5px solid #045496;
    }
    .stndrdImageTeams {
        border: 5px solid #045496;
    }
    .filterBox {
        width: 16.66666666666667%;
    }
    .playersBox>div {
        display: block;
        vertical-align: middle;
    }
    .playersBox>div:first-of-type {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .playersBox>div:nth-of-type(2) {
        width: 100%;
    }
    .playersBox>div:nth-of-type(3) {
        width: 100%;
    }
    .playersBox h5 {
        text-align: center;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .playersBox {
        display: inline-block;
        width: 25%;
    }
    .filterBox {
        width: 15%;
    }
    .playersBox>div {
        display: block;
    }
    .playersBox h5 {
        text-align: center;
        font-size: 13px;
    }
    .playersBox>div:first-of-type {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .playersBox>div:nth-of-type(2) {
        width: 100%;
    }
    .playersBox>div:nth-of-type(3) {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .playersBox {
        display: inline-block;
        width: 20%;
    }
}

#playersPool {
    display: block;
    width: 100%;
    font-size: 0;
    padding: 30px 20px;
}

.stndrdImage {
    background-color: #fff;
    border-radius: 100px;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.stndrdImageTeams {
    background-color: #fff;
    border-radius: 100px;
    width: 100%;
    display: inline-block;
    
}

.playersBox {
    border-bottom: 1px solid #222;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    /* Safari */
    transition: all 0.4s;
}

.playersBox:hover,
.playersBox:focus {
    /*background-color: #151515;*/
}

.playersBox a {
    text-decoration: none;
}

.playersBox h5 {
    color: #727272;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.playersBox h5>strong {
    color: #333;
    text-transform: uppercase;
}

.playersBox span {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.playersBox span h6 {
    color: #727272;
    font-weight: 600;
    font-size: 13px;
}

.playersBox span img {
    width: 30px;
}

#filterContainer {
    display: block;
    width: 100%;
    padding: 30px 20px;
}

.filterBox {
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #111;
    margin-left: 5px;
    margin-right: 5px;
}

.filterBox img {
    width: 50%;
}

#selectDefaultContainer {
    display: block;
    width: 100%;
}

#selectDefaultContainer>div {
    display: block;
    width: 300px;
    margin: 0 auto;
}

#selectDefaultContainer>div a {
    text-align: center;
    border: 1px solid #aeaeae;
    display: block;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    font-weight: 900;
    color: #111;
}

#selectDefaultContainer>div a:hover,
#selectDefaultContainer>div a:focus {
    color: #111;
    background-color: #eaeaea;
    text-decoration: none;
}

/*Standings Page*/

@media (max-width: 575px) {
    #standingsTable col:not(:first-of-type) {
        width: 15%;
    }
    #standingsTable col:first-of-type {
        width: 40%;
    }
    #standingsTable tr td:nth-of-type(6),
    #standingsTable tr td:nth-of-type(7),
    #standingsTable tr td:nth-of-type(8) {
        display: none;
    }
}

@media (min-width: 576px) {
    #standingsTable col:not(:first-of-type) {
        width: 10%;
    }
    #standingsTable col:first-of-type {
        width: 30%;
    }
    #standingsTable tr td:nth-of-type(6),
    #standingsTable tr td:nth-of-type(7),
    #standingsTable tr td:nth-of-type(8) {
        display: table-cell;
    }
}

.elimsStandingsContainer {
    display: block;
    width: 100%;
}

#standingsTable {
    table-layout: auto;
    width: 100%;
    background: #fff;
}

#standingsTable tr td:not(:first-of-type) {
    text-align: center;
}

#standingsTable img {
    width: 60px;
    margin-left: 5px;
}

#standingsTable tr:first-of-type {
    /*border-bottom: 2px solid #045496;*/
    background-color: #045496;
    color: #fff;
}

#standingsTable tr:first-of-type td {
    padding: 20px 5px;
    font-size: 11px;
    font-weight: 900;
    color: #000000
}

#standingsTable tr:not(:first-of-type) {
    border-bottom: 2px solid #eee;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    /* Safari */
    transition: all 0.4s;
}

#standingsTable tr:not(:first-of-type):hover {
    background-color: #fff;
    ;
}

#standingsTable tr:not(:first-of-type) td {
    padding: 10px 5px;
}

#standingsTable tr:not(:first-of-type) td:not(:nth-of-type(2)) {
    color: #555;
}

#standingsTable tr:not(:first-of-type) td:nth-of-type(2) {
    color: #000;
    font-weight: 900;
}

.streakPositive {
    color: #6fc45b;
}

.streakNegative {
    color: #de3f3f;
}

.margin-bot {
    margin-bottom: 20px;
}

#tagAd {
    position: fixed;
    display: block;
    width: 340px;
    height: 200px;
    right: -448px;
    z-index: 1020;
    background: rgba(82, 82, 82, 0.81);
    background: -moz-linear-gradient(top, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82, 82, 82, 0.81)), color-stop(44%, rgba(66, 66, 66, 0.81)), color-stop(100%, rgba(0, 0, 0, 0.81)));
    background: -webkit-linear-gradient(top, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    background: -o-linear-gradient(top, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    background: -ms-linear-gradient(top, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(to bottom, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#000000', GradientType=0);
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 1);
    /*-webkit-box-shadow: 0px 0px 50px -9px rgba(54,138,138,1);
    -moz-box-shadow: 0px 0px 50px -9px rgba(54,138,138,1);
    box-shadow: 0px 0px 50px -9px rgba(54,138,138,1);*/
}

#viberAd {
    position: fixed;
    display: block;
    width: 340px;
    height: 200px;
    left: -448px;
    z-index: 1020;
    background: rgba(82, 82, 82, 0.81);
    background: -moz-linear-gradient(top, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82, 82, 82, 0.81)), color-stop(44%, rgba(66, 66, 66, 0.81)), color-stop(100%, rgba(0, 0, 0, 0.81)));
    background: -webkit-linear-gradient(top, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    background: -o-linear-gradient(top, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    background: -ms-linear-gradient(top, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(to bottom, rgba(82, 82, 82, 0.81) 0%, rgba(66, 66, 66, 0.81) 44%, rgba(0, 0, 0, 0.81) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#000000', GradientType=0);
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 1);
    /*-webkit-box-shadow: 0px 0px 50px -9px rgba(54,138,138,1);
    -moz-box-shadow: 0px 0px 50px -9px rgba(54,138,138,1);
    box-shadow: 0px 0px 50px -9px rgba(54,138,138,1);*/
}

.tagModel {
    /*width: 300px;*/
    display: inline-block;
    height: 200px;
    vertical-align: middle;
    /*margin-left: 15px;*/
}

.viberModel {
    /*width: 300px;*/
    display: inline-block;
    height: 200px;
    vertical-align: middle;
    /*margin-left: 15px;*/
}

/*.tagModel img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    z-index: 1022;
}*/

#tagTimer {
    width: 150px;
    height: 150px;
    background-color: #000;
    position: absolute;
    top: 170px;
    left: 63px;
    border-radius: 100px;
    z-index: -1;
    overflow: hidden;
}

#tagTimer .tag-inactive div {
    width: 111px;
    display: block;
    font-size: 0;
    margin-top: 50px;
    display: block;
    margin: 0 auto;
}

#tagTimer .tag-inactive span {
    display: inline-block;
    text-align: center;
    color: #dadada;
    font-size: 16px;
    font-family: 'Anton', sans-serif;
    line-height: 15px;
    width: 24px;
}

#tagTimer .tag-inactive span:not(:first-of-type) {
    margin-left: 5px;
}

#tagTimer .tag-inactive span strong {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #bb161c;
}

#tagTimer .tag-inactive p {
    color: #727272;
    font-size: 11px;
    text-align: center;
    margin-top: 45px;
}

.tag-live-time,
.tag-match-details,
.tag-live-period {
    display: block;
    width: 150px;
}

.tag-live-time {
    height: 40px;
    background-color: #9d0b0e;
}

.tag-match-details {
    height: 70px;
    background-color: #000;
}

.tag-live-period {
    height: 40px;
    background-color: #252525;
}

.tag-match-details span {
    display: inline-block;
    font-size: 0;
    height: 70px;
    vertical-align: middle;
}

.tag-match-details>span:first-of-type,
.tag-match-details>span:last-of-type {
    width: 67px;
}

.tag-match-details>span:nth-of-type(2) {
    width: 10px;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding-top: 27px;
}

.tag-match-details>span:first-of-type {
    padding-left: 15px;
    padding-right: 5px;
}


/*.tag-match-details > span:first-of-type h6{
    text-align: right;
}*/

.tag-match-details>span:last-of-type {
    text-align: right;
    padding-right: 15px;
    padding-left: 5px;
}


/*.tag-match-details > span:last-of-type h6{
    text-align: left;
}*/

.tag-match-details img {
    width: 38px;
}

.tag-match-details h6 {
    margin: 0;
    padding: 0;
    color: #eaeaea;
    font-size: 25px;
    width: 100%;
    font-weight: 900;
}

.tag-live-time span {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #aeaeae;
    font-weight: 900;
    height: 40px;
    padding-top: 11px;
}

.tag-live-period span {
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #aeaeae;
    font-weight: 900;
    height: 40px;
    padding-top: 8px;
}


/*.tag-match-details p{
    color: #727272;
    font-size: 10px;
    font-weight: 900;
}*/

.action-overlay {
    display: block;
    width: 150px;
    height: 150px;
    background-color: red;
    top: 180px;
    left: 48px;
    border-radius: 100px;
    position: absolute;
    z-index: +1;
}

.badge {
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 0px 3px;
  border-radius: 50%;
  background-color: #F33;
  color: #F33;
}

#tagToggle {
    height: 200px;
    width: 30px;
    display: inline-block;
    background-color: #000;
    vertical-align: middle;
}

#tagToggle a {
    color: white;
    height: 200px;
    width: 100%;
    display: block;
    cursor: pointer;
}

#tagToggle a i {
    font-size: 30px;
    margin-top: 85px;
}

#viberToggle {
    height: 200px;
    width: 32px;
    display: inline-block;
    background-color: #000;
    vertical-align: middle;
}

#viberToggle a {
    color: white;
    height: 200px;
    width: 100%;
    display: block;
    cursor: pointer;
}

#viberToggle a i {
    font-size: 30px;
    margin-top: 85px;
}

#tagMaximize {
    position: fixed;
    display: block;
    top: 373px;
    width: 70px;
    right: 0;
    z-index: 1020;
}

#tagMaximize img {
    cursor: pointer;
}

#viberMaximize {
    position: fixed;
    display: block;
    top: 373px;
    width: 70px;
    left: 0;
    z-index: 1020;
}

#viberMaximize img {
    cursor: pointer;
}

#liveActions {
    position: absolute;
    width: calc(100% - 30px);
    height: 150px;
    bottom: 0;
    left: 30px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

#liveActions div {
    width: 226px;
    display: block;
    margin: 0 auto;
    padding-top: 100px;
}

#liveActions div a {
    display: inline-block;
    width: 100px;
    border: 1px solid #727272;
    padding: 5px;
    text-align: center;
    border-radius: 40px;
    color: #aeaeae;
    font-size: 13px;
    margin: 0 5px;
    font-weight: 900;
}

#liveActions div a:hover,
#liveActions div a:focus {
    background-color: #eaeaea;
    color: #333;
    text-decoration: none;
}

@media (max-width: 575px) {
    #tagAd {
        top: 120px;
    }
    #tagMaximize {
        top: 293px;
    }
    #viberAd {
        top: 120px;
    }
    #viberMaximize {
        top: 293px;
    }
}

@media (min-width: 576px) {
    #tagAd {
        top: 120px;
    }
    #tagMaximize {
        top: 293px;
    }
    #viberAd {
        top: 120px;
    }
    #viberMaximize {
        top: 293px;
    }
}

@media (min-width: 768px) {
    #tagAd {
        top: 190px;
    }
    #tagMaximize {
        top: 373px;
    }
    #viberAd {
        top: 190px;
    }
    #viberMaximize {
        top: 373px;
    }
}

@media (min-width: 992px) {
    #tagAd {
        top: 190px;
    }
    #tagMaximize {
        top: 373px;
    }
    #viberAd {
        top: 190px;
    }
    #viberMaximize {
        top: 373px;
    }
}

/* News page Starts */

.black-primary {
    color: #333;
}

.black-secondary {
    color: #444;
}

.white-primary {
    color: #eaeaea;
}

.white-secondary {
    color: #aeaeae;
}

.grey-primary {
    color: #aeaeae;
}

.grey-secondary {
    color: #727272;
}

.pba-h1 {
    letter-spacing: 0.0125rem;
    font-size: 4rem;
}

.pba-h4 {
    letter-spacing: 0.0125rem;
    font-size: 3rem;
}

.pba-h6 {
    letter-spacing: 0.050rem;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
}

.pba-p {
    font-size: 2rem;
    padding: 0;
    margin: 0;
}

.pba-p-subtext {
    font-size: 12px;
}

.text-bold {
    font-weight: 900;
}

.pill {
    background-color: #515151;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    margin-right: 10px;
    color: #eee;
    text-transform: uppercase;
}

.caption-1 {
    font-size: 1.3rem;
}

#newsContainer {
    display: block;
    max-width: 1366px;
    margin: 30px auto;
}

#newsContainer>div:first-of-type {
    display: block;
    width: 100%;
    padding-right: 15%;
    margin-bottom: 30px;
    padding-left: 5px;
}

#newsContainer>div:first-of-type h1 {
    margin-bottom: 20px;
}

#newsContainer>div:nth-of-type(2) {
    display: block;
    width: 100%;
    padding-bottom: 42.85714285714286%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#pageBody {
    background-color: #fff;
    font-size: 0;
}

#articleContainer {
    padding: 10px 20px;
    background-color: #fff;
}

#articleSidebar {
    width: 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    padding: 10px 15px;
    background-color: #fff;
}

.sticky {
    text-align: center;
    padding: 10px 0;
    display: block;
}

.related-news {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 20px;
    font-size: 0;
    height: 90px;
}

.related-news>div {
    display: inline-block;
}

.related-news>div:first-of-type {
    background-size: cover;
    background-repeat: no-repeat;
    height: 90px;
    width: 120px;
}

.related-news>div:nth-of-type(2) {
    width: calc(100% - 120px);
    padding-left: 10px;
    vertical-align: top;
}

.related-news>div p {
    margin-top: 5px;
}

.pba-ad-space {
    background-color: #111;
    margin-bottom: 10px;
}

#fwdAdSpace{
    position: -webkit-sticky;
    position: sticky;
    display: block;
    margin-bottom: 10px;
    z-index: 1029;
}

#giletteAdSpaceNews{
    display: block;
    max-width: 1366px;
    margin: auto;
}


.sticky-sub-desktop,
.sticky-sub-mobile{
    display: block;
    width: 100%;
}

@media (max-width: 575px) {
    #articleContainer,
    #articleSidebar {
        display: block;
    }
    #articleContainer,
    #articleSidebar {
        width: 100%;
        top: 50px;
    }
    #fwdAdSpace{
        top: 50px;
    }
    #giletteAdSpaceNews{
        margin-top: 50px;
    }
}

@media (min-width: 576px) {
    #articleContainer,
    #articleSidebar {
        display: block;
    }
    #articleContainer,
    #articleSidebar {
        width: 100%;
        top: 50px;
    }
    #fwdAdSpace{
        top: 50px;
    }
    #giletteAdSpaceNews{
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    #articleContainer,
    #articleSidebar {
        display: inline-block;
        vertical-align: top;
        top: 50px;
    }
    #articleContainer {
        width: calc(100% - 320px);
    }
    #articleSidebar {
        width: 320px;
    }
    #fwdAdSpace{
        top: 50px;
    }
    #giletteAdSpaceNews{
        margin-top: 50px;
    }
}

@media (min-width: 992px){
    #articleContainer,
    #articleSidebar {
        display: inline-block;
        vertical-align: top;
        top: 75px;
    }
    #fwdAdSpace{
        top: 75px;
    }
    #giletteAdSpaceNews{
        margin-top: 90px;
    }
}

#tbAds {
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: #222;
}

/*News Page Ends*/

.container-max {
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 75px;
    background-image: url('../img/apba-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 10px;
}

.container-max img {
    width: 250px;
}

.container-common {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
    background-color: #181818;
    padding: 10px;
}

.container-max>div {
    max-width: 1080px;
    display: block;
    margin: 0 auto;
}

.nihonweld {
    float: right; 
    margin-top: 10%;
}

.alagang-pba-card {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 120%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    margin-top: 20px;
    cursor: pointer;
}

.alagang-pba-card>div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 0 8px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.alagang-pba-card h4 {
    font-weight: 900;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    font-size: 1.2em;
}

.alagang-pba-card a {
    text-decoration: none;
}

.alagang-pba-card a:hover,
.alagang-pba-card a:focus {
    background-color: #eaeaea;
}

/*
    VIDEO AD
*/
#videoAd {
    position: fixed; 
    padding: 20px;
    bottom: 0; 
    right: 0; 
    width: 20%;
    z-index:99;
}

@media (max-width: 575px) {
    #videoAd {
        width: 50%;
        padding: 10px;
        padding-bottom: 5px;
    }
    .container-max img{
        width: 200px;
    }

    .nihonweld {
        margin-top: 10%;
    }
}

@media (max-width: 375px) {
    .nihonweld {
        margin-top: 10%;
    }
}

@media (min-width: 576px) {
    #videoAd {
        width: 40%;
        padding: 15px;
        padding-bottom: 5px;
    }
}

@media (min-width: 768px) {
    #videoAd {
        width: 40%;
        padding: 15px;
        padding-bottom: 5px;
    }
}

@media (min-width: 992px){
    #videoAd {
        width: 500px;
    }
}