/*
Theme Name: PSG
Version: 1.0
*/

.video-list .col-md-3 iframe {
    max-width: 90%;
    height: auto;
}

.video-list .col-md-3 {
    width: 25%;
    display: inline;
    float: left;
}

body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
    border: 1px solid #d9d7d5;
    border-radius: 0;
    padding: 8px 15px;
    line-height: normal;
    min-width: 200px;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #555;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    background-color: #EEE;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    border-color: #555;
}

.container {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}


/*----- Custom Checkbox & Radio Start -----*/
.custom-radio,
.custom-check {
    position: relative;
    display: inline-block;
}
.custom-radio [type="radio"],
.custom-check [type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.custom-radio label,
.custom-check label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0;
    padding-left: 36px;
    line-height: 22px;
    font-weight: normal;
}
.custom-radio label::before,
.custom-check label::before,
.custom-radio label::after,
.custom-check label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    text-align: center;
    color: #AAA;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.custom-radio label::before,
.custom-check label::before {
    border: 1px solid #b7b7b7;
}
.custom-check label::after {
    /*content: "^";*/
    /*font-family: 'FontAwesome';*/
    /*font-size: 15px;*/
    width: 12px;
    height: 12px;
    background-color: #AAA;
    top: 5px;
    left: 5px;
}
.custom-radio label::after {
    width: 12px;
    height: 12px;
    background-color: #AAA;
    top: 5px;
    left: 5px;
}
.custom-radio label::before,
.custom-radio label::after {
    border-radius: 50%;
}
.custom-radio [type="radio"]:not(:checked) + label::after,
.custom-check [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label::after,
.custom-check [type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
.custom-radio [type="radio"]:disabled + label::before,
.custom-check [type="checkbox"]:disabled + label::before {
    background-color: #9e0039;
    box-shadow: inset 0 0 8px 0 #640024;
}
.custom-radio [type="radio"]:focus + label::before,
.custom-check [type="checkbox"]:focus + label::before {
    border-color: #555 !important;
}

/*----- Custom Checkbox & Radio End -----*/


/*----- Custom Select Start -----*/
select {
    background-image: url(images/caret.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.ie-browser select {
    background-image: none;
}
/*----- Custom Select End -----*/

/*----- Custom Upload Start -----*/
label.lbl-upload input[type="file"] {
    position: absolute;
    left: -9999px;
}
.lbl-upload {
    display: inline-block;
    background-color: #EAEAEA;
    cursor: pointer;
}
.lbl-upload :invalid + span {
    color: #000;
}
.lbl-upload :valid + span {
    color: #4A4;
}
.upload-file {
    margin-top: 10px;
}
/*----- Custom Upload End -----*/


.list-unstyled {
    list-style: none;
    padding-left: 0;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #AAA;
}

:-moz-placeholder {
    color: #AAA;
}

::-moz-placeholder {
    color: #AAA;
}

:-ms-input-placeholder {
    color: #AAA;
}



/* Theme Css Start
==============================================*/

body {
    background: #000000;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
}
p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 16px;
}
p em {
    color: #000000;
    font-size: 12px;
    display: inline-block;
    margin: 8px 0;
}
figure {
    margin: 0;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    display: none;
}
.site {
    margin: 0;
}
.site-inner {
    max-width: 100%;
    margin: 0;
}
.site-header {
    padding: 0;
}
.site-content {
    padding: 0;
}
.site-footer {
    padding: 0;
    display: block;
    align-items: inherit;
    -webkit-align-items: inherit;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.main {
    width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    margin: 0;
}
h1 {
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h2 {
    font-size: 72px;
    line-height: 76px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}
h2 a.fa {
    font-size: 60px;
    color: #000000;
    display: inline-block;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
    position: relative;
    top: -3px;
}
h2 a.fa:hover, h2 a.fa:focus {
    color: #000000;
    opacity: 0.7;
    text-decoration: none;
}
h3 {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
h3 a {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    margin-left: 9px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h3 a:hover, h3 a:focus {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}


/* Header Starts
===========================================*/
#header {
    background: #fff;
    position: relative;
    z-index: 99;
}
.main-nav {
    background: #fff;
    padding: 20px 0;
}
.logo {
    width: 287px;
    height: 104px;
    display: block;
    float: left;
}
.logo img {
    display: block;
    width: 100%;
}
.right-nav {
    width: 74%;
    float: right;
    margin-top: 31px;
}
.right-nav .fa-search {
    float: right;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    margin-left: 16px;
    display: inline-block;
    margin-top: 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.right-nav .fa-search:hover {
    color: #f07621;
    text-decoration: none;
}
.menu-header-container {
    float: right;
}
.menu-header-container .menu {
    list-style: none;;
    padding: 0;
    margin: 0;
}
.menu-header-container .menu > li {
    display: inline-block;
    margin-left: -1px;
    position: relative;
}
.menu-header-container .menu > li > a {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #000000;
    background: #fff;
    padding: 11px 12px 9px 12px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
.menu-header-container .menu > li:first-child {
    margin-left: 0;
}
.menu-header-container .menu > li > ul {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 0 13px;
    width: 170px;
    list-style: none;
    box-shadow: 0 0 5px rgba(000,000,000,0.3);
    z-index: 10;
}
.menu-header-container .menu li ul {
    display: none;
}
.menu-header-container .menu li:hover > ul {
    display: block;
}
.menu-header-container .menu > li > a:before {
    content: "";
    background: #fff;
    height: 5px;
    width: 109px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
}
.menu-header-container .menu > li:hover > a {
    text-decoration: none;
    box-shadow: 0 0 5px rgba(000,000,000,0.3);
}
.menu-header-container .menu > li.menu-item-has-children:hover > a:before {
    opacity: 1;
}
.menu-header-container .menu > li > ul > li {
    display: block;
}
.menu-header-container .menu > li > ul > li > a {
    color: #666666;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 7px 30px 7px 15px;
    display: block;
    letter-spacing: -0.5px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-header-container .menu > li > ul > li.menu-item-has-children > a:after {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -7px;
}
.menu-header-container .menu > li > ul > li:hover > a {
    background: #f07622;
    color: #fff;
    text-decoration: none;
}
.menu-header-container .menu > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    padding: 14px 15px;
    list-style: none;
    margin: 0;
    min-width: 376px;
    background: #f07622;
}
.menu-header-container .menu > li > ul > li > ul > li {
    display: block;
    margin-bottom: 11px;
}
.menu-header-container .menu > li > ul > li > ul > li > a {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 2px 6px 1px;
}
.menu-header-container .menu > li > ul > li > ul > li:first-child > a {
    background: #ff8e41;
    font-weight: 700;
}

.top-dropdowns {
    background: #000;
    padding: 10px 0;
    border-bottom: solid 1px #fff;
}
.dropdowns-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropdowns-list li {
    display: inline-block;
    margin-left: 7px;
    vertical-align: top;
}
.dropdowns-list li:first-child {
    margin-left: 0;
}
.dropdowns-list li a {
    border: solid 1px #666666;
    padding: 7px 35px 5px 7px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.dropdowns-list li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 2px;
    display: block;
    font-size: 20px;
    line-height: 22px;
}
.dropdowns-list li a:hover, .dropdowns-list li a:focus {
    text-decoration: none;
    background: #fff;
    color: #000;
}
.dropdowns-list li input {
    width: 193px;
    height: 30px;
    border: solid 1px #666666;
    background: none;
    padding: 0 8px 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border-radius: 3px;
    box-sizing: border-box;
}
.dropdowns-list li input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.dropdowns-list li input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.dropdowns-list li input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.dropdowns-list li input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.dropdowns-list li select {
    width: 167px;
    height: 30px;
    min-width: inherit;
    border: solid 1px #666666;
    background: url(images/select-arrow.png) no-repeat 97% center;
    padding: 0 4px 0 8px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border-radius: 3px;
    box-sizing: border-box;
}
.dropdowns-list li select option {
    color: #fff;
    background: #000;
}
.dropdowns-list li select option:not(:checked) {
    color: #000;
    opacity: 1;
    background: #fff;
}
.tournament-slider {
    margin: 0 52px;
}
.tournament-box {
    background: #333333;
   /* height: 105px;*/
    overflow: hidden;
}
.slick-slide:hover, .slick-slide:focus {
    outline: none;
    box-shadow: none;
}
.tournament-day {
    font-size: 53px;
    line-height: 55px;
    color: #f07622;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    padding: 8px 25px 1px;
    border-right: solid 1px #ffffff;
}
.tournament-day span {
    font-size: 20px;
    line-height: 22px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.tournament-detail {
    border-right: solid 2px #9f9f9f;
}
.tournament-detail ul {
    list-style: none;
    padding: 11px 12px 1px 10px;
    margin: 0;
}
.tournament-detail ul li {
    margin-bottom: 3px;
}
.tournament-detail ul li h3 {
    float: left;
    font-size: 15px;
    line-height: 17px;
    margin: 0 1px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    min-width: 140px;
    text-align: left;
}
.tournament-detail ul li span {
    font-size: 15px;
    line-height: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    min-width: 32px;
    text-align: right;
    display: inline-block;
    color: #fff;
}
.tournament-detail ul li:nth-child(2n+2) h3, .tournament-detail ul li:nth-child(2n+2) span {
    opacity: 0.5;
}
.date-time {
    border-bottom: solid 1px #9f9f9f;
    padding: 9px 11px 8px 9px;
}
.date-time time {
    float: left;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.date-time a {
    display: inline-block;
    float: right;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}
.slick-arrow {
    background: #242424;
    width: 52px;
    height: 90px;
    border: none;
    border: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -54px;
    top: 0;
    z-index: 9;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-right: solid 1px #fff;
}
.slick-arrow:before {
    content: "\f137";
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 80px;
    color: #fff;
    opacity: 0.2;
    display: block;
}
.slick-arrow.slick-next {
    left: auto;
    right: -54px;
    border-right: 0;
    border-left: solid 1px #fff;
}
.slick-arrow.slick-next:before {
    content: "\f138";
}
.slick-arrow:hover, .slick-arrow:focus {
    background: #3f3f3f;
    outline: none;
    box-shadow: none;
}

.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 0;
    width: 40px;
    height: 24px;
    position: absolute;
    top: 39px;
    right: 45px;
}
.menu-icon .menu-box {
    width: 100%;
    height: 100%;
    margin-right: 20px;
    padding: 0;
    position: absolute;
    left: 0;
}
.menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #000;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
.enumenu_ul .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #f07622;
    cursor: pointer;
    z-index: 999;
    border-left: solid 1px rgba(000,000,000,0.1);
}
.enumenu_ul .arrow:before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.enumenu_ul .arrow.up:before {
    content: "\f068";
}


/* Mid Container
======================================*/
.mid-container {
    padding: 50px 0 40px;
    background-color: #eeeeee;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center -105px;
    position: relative;
}
.mid-container .main {
    position: relative;
    z-index: 9;
}
.mascot-icon {
    width: 353px;
    height: 542px;
    display: block;
    position: absolute;
    right: 0;
    top: 260px;
    left: auto;
}
.banner-content {
    width: 33%;
    float: left;
}
.banner-content p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    word-spacing: 1px;
    margin-bottom: 21px;
}
.banner-content > .button {
    box-shadow: none;
}
.button {
    background: #fff;
    color: #000000;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 11px 20px 9px;
    word-spacing: 2px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 0 3px rgba(000,000,000,0.35);
}
.button:after {
    content: "\f138";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 19px;
}
.button:hover, .button:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.countdown-games {
    margin-top: 65px;
}
.countdown-games h3 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.countdown-games time {
    font-size: 41px;
    line-height: 41px;
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 55px;
}
.countdown-games time small {
    font-size: 83px;
    line-height: 69px;
    display: block;
}
.video-countdown-col {
    width: 57.3%;
    float: right;
    position: relative;
}
.video-countdown-col > a.fa {
    position: absolute;
    right: 21px;
    bottom: 25%;
    font-size: 60px;
    line-height: 60px;
    color: rgba(000,000,000,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-countdown-col > a.fa:hover, .video-countdown-col > a.fa:focus {
    color: rgba(000,000,000,0.5);
    text-decoration: none;
}
.video-wrapper {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 108px;
}
.video-wrapper p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.video-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.countdown-list {
    list-style: none;
    padding: 0;
    margin: 0 0 100px;
}
.countdown-list li {
    display: inline-block;
    margin-left: 8px;
}
.countdown-list li:first-child {
    margin-left: 0;
}
.countdown-list li > div {
    background: url(images/countdown-bg.jpg) no-repeat center center;
    width: 172px;
    height: 142px;
    display: block;
    background-size: cover;
    text-align: center;
    border-radius: 3px;
    padding-top: 15px;
    position: relative;
}
.countdown-list li > div:before {
    content: "";
    background: url(images/countdown-bg-shadow.jpg) no-repeat center center;
    width: 172px;
    height: 84px;
    display: block;
    position: absolute;
    bottom: -84px;
    left: 0;
    right: 0;
}
.countdown-list li > div:after {
    content: "syad";
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    display: block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.countdown-list li > div.hours:after {
    content: "sruoh";
}
.countdown-list li > div.min:after {
    content: "snim";
}
.countdown-list li > div > strong {
    font-size: 73px;
    line-height: 76px;
    color: #fff;
    opacity: 0.15;
    display: block;
    margin-bottom: 3px;
}
.countdown-list li > div > span {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    display: block;
}

.sidebar {
    width: 28%;
    float: right;
    padding-left: 61px;
}
.btn-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    text-align: right;
}
.btn-list li {
    margin-bottom: 33px;
}
.big-btn {
    background: #fdd82a;
    background: -moz-linear-gradient(top,  #fdd82a 0%, #f5a522 100%);
    background: -webkit-linear-gradient(top,  #fdd82a 0%,#f5a522 100%);
    background: linear-gradient(to bottom,  #fdd82a 0%,#f5a522 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd82a', endColorstr='#f5a522',GradientType=0 );*/
    padding: 15px 10px 15px 68px;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-shadow: 1px 0 3px rgba(000,000,000,0.35);
    box-shadow: 1px 0 3px rgba(000,000,000,0.35);
    border: solid 1px #f5a622;
    display: table;
    border-radius: 20px;
    position: relative;
    width: 223px;
    height: 91px;
    margin-left: auto;
}
.big-btn span {
    display: table-cell;
    vertical-align: middle;
}
.big-btn i {
    display: inline-block;
    width: 102px;
    height: 102px;
    border: solid 10px #fff;
    background: #fdd82a;
    font-size: 45px;
    line-height: 80px;
    background: -moz-linear-gradient(top,  #fdd82a 0%, #f5a522 100%);
    background: -webkit-linear-gradient(top,  #fdd82a 0%,#f5a522 100%);
    background: linear-gradient(to bottom,  #fdd82a 0%,#f5a522 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd82a', endColorstr='#f5a522',GradientType=0 );*/
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: -5px;
    left: -52px;
    box-shadow:inset 0 3px 7px rgba(000,000,000,0.35), 1px 0 10px rgba(000,000,000,0.35);
}
.big-btn:hover, .big-btn:focus, .big-btn:hover i, .big-btn:focus i {
    color: #fff;
    text-decoration: none;
    background: #f5a522;
    background: -moz-linear-gradient(top,  #f5a522 0%, #fdd82a 100%);
    background: -webkit-linear-gradient(top,  #f5a522 0%, #fdd82a 100%);
    background: linear-gradient(to bottom,  #f5a522 0%, #fdd82a 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a522', endColorstr='#fdd82a',GradientType=0 );*/
}
.orange-btn {
    border-color: #ed742b;
}
.orange-btn, .orange-btn i {
    background: #f5a522;
    background: -moz-linear-gradient(top,  #f5a522 1%, #ed722b 100%);
    background: -webkit-linear-gradient(top,  #f5a522 1%,#ed722b 100%);
    background: linear-gradient(to bottom,  #f5a522 1%,#ed722b 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a522', endColorstr='#ed722b',GradientType=0 );*/
}
.orange-btn:hover, .orange-btn:focus, .orange-btn:hover i, .orange-btn:focus i {
    background: #ed722b;
    background: -moz-linear-gradient(top,  #ed722b 1%, #f5a522 100%);
    background: -webkit-linear-gradient(top,  #ed722b 1%, #f5a522 100%);
    background: linear-gradient(to bottom,  #ed722b 1%, #f5a522 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed722b', endColorstr='#f5a522',GradientType=0 );*/
}
.lightGreen-btn {
    border-color: #71bf4d;
}
.lightGreen-btn, .lightGreen-btn i {
    background: #c4d426;
    background: -moz-linear-gradient(top,  #c4d426 1%, #6ebe4e 100%);
    background: -webkit-linear-gradient(top,  #c4d426 1%,#6ebe4e 100%);
    background: linear-gradient(to bottom,  #c4d426 1%,#6ebe4e 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4d426', endColorstr='#6ebe4e',GradientType=0 );*/
}
.lightGreen-btn:hover, .lightGreen-btn:focus, .lightGreen-btn:hover i, .lightGreen-btn:focus i {
    background: #6ebe4e;
    background: -moz-linear-gradient(top,  #6ebe4e 1%, #c4d426 100%);
    background: -webkit-linear-gradient(top,  #6ebe4e 1%, #c4d426 100%);
    background: linear-gradient(to bottom,  #6ebe4e 1%, #c4d426 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebe4e', endColorstr='#c4d426',GradientType=0 );*/
}
.green-btn {
    border-color: #12833f;
}
.green-btn, .green-btn i {
    background: #6ebe4e;
    background: -moz-linear-gradient(top,  #6ebe4e 1%, #10823f 100%);
    background: -webkit-linear-gradient(top,  #6ebe4e 1%,#10823f 100%);
    background: linear-gradient(to bottom,  #6ebe4e 1%,#10823f 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebe4e', endColorstr='#10823f',GradientType=0 );*/
}
.green-btn:hover, .green-btn:focus, .green-btn:hover i, .green-btn:focus i {
    background: #10823f;
    background: -moz-linear-gradient(top,  #10823f 1%, #6ebe4e 100%);
    background: -webkit-linear-gradient(top,  #10823f 1%, #6ebe4e 100%);
    background: linear-gradient(to bottom,  #10823f 1%, #6ebe4e 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10823f', endColorstr='#6ebe4e',GradientType=0 );*/
}
.black-btn {
    border-color: #000;
}
.black-btn, .black-btn i {
    background: #666666;
    background: -moz-linear-gradient(top,  #666666 1%, #000000 100%);
    background: -webkit-linear-gradient(top,  #666666 1%,#000000 100%);
    background: linear-gradient(to bottom,  #666666 1%,#000000 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 );*/
}
.black-btn:hover, .black-btn:focus, .black-btn:hover i, .black-btn:focus i {
    background: #000000;
    background: -moz-linear-gradient(top,  #000000 1%, #666666 100%);
    background: -webkit-linear-gradient(top,  #000000 1%, #666666 100%);
    background: linear-gradient(to bottom,  #000000 1%, #666666 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666666',GradientType=0 );*/
}

.featured-athletes {
    margin: 0;
}
.featured-athletes img {
    display: block;
    width: 100% !important;
}
.featured-athletes figcaption {
    background: #ed722b;
    padding: 16px 0 14px 0;
    text-align: center;
    position: relative;
}
.featured-athletes figcaption:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 28px solid #ed722b;
    border-left: 268px solid transparent;
    position: absolute;
    top: -28px;
    right: 0;
}
.featured-athletes figcaption a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    word-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured-athletes figcaption a:after {
    content: "\f138";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 9px;
}
.featured-athletes figcaption a:hover {
    text-decoration: none;
    color: #333;
}



/* News Section
===========================================*/
.news-sec-main {
    background: url(images/news-shadow.jpg) no-repeat center top;
    background-size: 100%;
    padding: 54px 0 0 0;
    margin-top: 3px;
}
.news-sec-main .wideColumn {
    width: 71.4%;
    border-right: 0;
    position: relative;
}
.news-sec-main .wideColumn:after {
    content: "";
    background: #bbbbbb;
    width: 1px;
    position: absolute;
    right: 0;
    top: 45px;
    bottom: 86px;
    display: block;
}
.news-sec h2 {
    font-size: 30px;
    line-height: 30px;
    color: #bbbbbb;
    margin-bottom: 15px;
}
.news-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-slider-content {
    display: block;
}
.news-slider-content:hover {
    text-decoration: none;
}
.news-slider-content figure {
    position: relative;
    z-index: 0;
}
.news-slider-content figure img {
    width: 100%;
    display: block;
}
.news-slider-content figure figcaption {
    position: absolute;
    background: rgba(000,000,000,0.3);
    padding: 11px 13px 26px;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-slider-content figure figcaption h3 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
}
.news-slider-content figure figcaption p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
}
.bx-wrapper {
    margin: 0;
}
.bx-wrapper .bx-viewport {
    left: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    border: none;
}
#bx-pager {
    list-style: none;
    padding: 0;
    margin: 0 0 55px;
}
#bx-pager li {
    float: left;
    width: 20%;
    border-left: solid 1px #333333;
    text-align: center;
}
#bx-pager li:first-child {
    border-left: 0;
}
#bx-pager li a {
    display: block;
    padding: 8px 9% 9px;
    background: #000;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-height: 62px;
}
#bx-pager li a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ed722b;
    position: absolute;
    left: 0;
    right: 0;
    top: -11px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#bx-pager li a:hover, #bx-pager li a.active {
    background: #ed722b;
    color: #fff;
    text-decoration: none;
    outline: none;
}
#bx-pager li a:hover:before, #bx-pager li a.active:before {
    opacity: 1;
}

/* More News Section
=================================================*/
.more-news-sec h3 {
    font-size: 18px;
    line-height: 24px;
    color: #bbbbbb;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 14px;
}
.more-news-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.more-news-list li {
    width: 48%;
    float: left;
    background: #fff;
    margin: 0 0 15px;
    box-shadow: 0 0 5px rgba(000,000,000,0.2)
}
.more-news-list li:nth-child(2n+2) {
    float: right;
}
.more-news-list li figure {
    width: 46.1%;
    float: left;
}
.more-news-list li figure a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more-news-list li figure a:hover {
    opacity: 0.7;
}
.more-news-list li figure img {
    display: block;
    width: 100%;
}
.more-news-content {
    width: 51%;
    float: right;
    padding: 8px 10px 0 0;
}
.more-news-content a {
    display: inline-block;
}
.more-news-content a:hover {
    text-decoration: none;
}
.more-news-content span {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.more-news-content a:hover span {
    color: #ed722b;
}
.more-news-content h3 {
    font-size: 14px;
    line-height: 16px;
    text-transform: inherit;
    margin-top: 9px;
    margin-bottom: 0;
}
.more-news-content h3 a {
    color: #010000;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 0;
    font-size: 14px;
    line-height: 16px;
}
.more-news-content h3 a:hover {
    color: #ed722b;
    text-decoration: none;
}

/* Heading Bar
=========================================*/
.heading-bar {
    background: url(images/gradient-bg.jpg) repeat-x center top;
    padding: 27px 0 21px;
    margin-bottom: 41px;
    position: relative;
}
.heading-bar h2 {
    position: relative;
    z-index: 1;
}
.heading-bar p {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.heading-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 846px;
    height: 1140px;
    position: absolute;
    display: block;
    right: -150px;
    top: -416px;
    z-index: 1;
}

/* Live Stream Section
=========================================*/
.live-stream-sec {
    background: #333333;
    padding: 0 0 41px;
}
.live-stream-sec > .main {
    position: relative;
    z-index: 9;
}
.live-stream-sec .heading-bar {
    background-image: url(images/heading-bar-bg.png);
    background-position: -235px top;
}
.live-stream-sec .heading-bar .heading-image {
    top: -413px;
}
.live-stream-sec .wideColumn {
    width: 72%;
    border-color: #000;
}
.live-stream-sec .sidebar {
    padding-left: 0;
}
.advertisement-box {
    margin: 0;
    display: block;
}
.advertisement-box a {
    display: block;
}
.advertisement-box a img {
    display: block;
    width: 100%;
}
.video-list {
    border-top: solid 1px #191919;
    padding: 26px 0 0 0;
    margin: 30px 0 0 0;
}
.video-list #aggro-container .aggroItem {
    margin: 0;
    border: none;
    margin-right: 0;
    background: none;
    width: 25% !important;
    padding: 0 1%;
}
.video-list .aggro-noscroll {
    margin: 0 -1%;
}
.video-list #aggro-container .aggroItem:last-child {
    margin-right: 0;
}
.video-list .ytCard .aggroProfile, .video-list .aggroDate {
    display: none;
}
.video-list .aggroText {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 0;
    background: none;
}
.live-stream-video #aggro-container .aggroItem {
    width: 100% !important;
    float: none;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: 1px 0 20px rgba(000,000,000,0.3);
}
.live-stream-video #aggro-container .aggroPic a {
    display: block;
}
.live-stream-video #aggro-container .aggroPic a img {
    width: 100%;
}
.live-stream-video .ytCard .aggroProfile, .live-stream-video .aggroText, .live-stream-video .aggroDate {
    display: none;
}
#aggroPagination {
    text-align: center;
    margin: 15px 0;
}
.aggroNextLink {
    background: #fff;
    color: #000000;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 11px 20px 9px;
    word-spacing: 2px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 0 3px rgba(000,000,000,0.35);
}
.aggroNextLink:hover, .aggroNextLink:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.live-brodcaast {
    padding-left: 58px;
}

/* Calender Default css
========================================*/
.calendar .cal-title h5 {
    background: #666666;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    border-bottom-color: #333333;
}
.calendar .cal-month {
    background: #000;
    border-bottom: solid 1px #333333;
}
.cal-timeline {
    background-color: #191919;
    border-bottom: solid 1px #333333;
}
#event_cal .cal-timeline:nth-child(2n+1) {
    background: #000000;
}
.cal-timeline .event {
    padding: 0;
}
.cal-timeline .event-name {
    margin-top: 0;
    width: 63%;
    padding: 15px 60px 15px 20px;
}
.cal-timeline .event-name a {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cal-timeline .event-name a:hover, .cal-timeline .event-name a:focus {
    color: #ed732a;
}
.cal-timeline .event-name a:hover, .cal-timeline .event-name a:focus {
    text-decoration: none;
}
.cal-timeline .event-date {
    width: 37%;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #ed722b;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding: 12px 0;
}
.cal-timeline .event-date small {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.cal-timeline .event-date small span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 2px;
}
.cal-timeline .event-date:after {
    top: 0;
    height: 100%;
    bottom: 0;
}
.calendar .view-all {
    background: #000000;
    padding: 12px 20px 11px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    border-top: solid 2px #333333;
}
.calendar .view-all a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.calendar .view-all a:hover, .calendar .view-all a:focus {
    color: #ed722b;
    text-decoration: none;
}


/* Gallery List
=======================================*/
.gallery-list {
    border-top: solid 1px #191919;
    padding: 26px 0 0 0;
    margin: 30px 0 0 0;
}
.gallery-list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gallery-list > ul > li {
    width: 14.5%;
    float: left;
    margin-right: 2.6%;
}
.gallery-list > ul > li:nth-child(6n+6) {
    margin-right: 0;
}
.gallery-list > ul > li figure {
    margin: 0;
}
.gallery-list > ul > li figure a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-list > ul > li figure a img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.gallery-list > ul > li figure figcaption {
    display: block;
}
.gallery-list > ul > li figure figcaption a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.gallery-list > ul > li:hover a {
    opacity: 0.7;
    text-decoration: none;
}


/* Social Hub
=======================================*/
.social-hub-sec {
    background: #eeeeee;
    padding: 0 0 35px;
}
.social-hub-sec > .main {
    position: relative;
    z-index: 1;
}
.social-hub-sec .heading-bar {
    margin-bottom: 30px;
    background-image: url(images/gradient-green-bg.jpg);
    background-repeat: repeat;
}
.social-hub-sec .heading-bar p {
    display: inline-block;
}
.social-hub-sec .heading-bar .heading-image {
    right: auto;
    left: 0;
    top: -311px;
    height: 1010px;
}
.aggro-noscroll:before, .aggro-noscroll:after {
    content: "";
    display: table;
}
.aggro-noscroll:after {
    clear: both;
}
#aggro-container .aggroItem {
    width: 23% !important;
    float: left;
}
#aggro-container a {
    color: #ed722b;
    display: inline-block;
    word-break: break-all;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#aggro-container a:hover, #aggro-container a:focus {
    text-decoration: none;
    color: #333;
}
.twCard .aggroProfile {
    background: none !important;
}
.twCard .aggroProfile a {
    color: #000000 !important;
}
.follow-us {
    list-style: none;
    padding: 48px 0 0 0;
    margin: 46px 0 0 0;
    background: url(images/news-shadow.jpg) no-repeat center top;
    background-size: 100%;
}
.follow-us li {
    display: inline-block;
    margin-right: 6px;
}
.follow-us li:first-child {
    margin-right: 14px;
}
.follow-us li h3 {
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: inherit;
}
.follow-us li a {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    padding: 12px 20px 9px 21px;
    box-shadow: 1px 0 3px rgba(000,000,000,0.35);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.follow-us li a i.fa {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
.follow-us li a i.fa-instagram {
    margin-left: 3px;
}
.follow-us li a.facebook {
    background: #3b5998;
}
.follow-us li a.twitter {
    background: #1da1f2;
}
.follow-us li a.instagram {
    background: #ffffff;
    color: #000;
}
.follow-us li a.youtube {
    background: #db0000;
}
.follow-us li a.snapchat {
    background: #000000;
}
.follow-us li a.snapchat i.fa {
    color: #fcfb3b;
}
.follow-us li a:hover, .follow-us li a:focus {
    text-decoration: none;
    background: #333333;
    color: #fff;
}
.social-icons {
    list-style: none;
    padding: 0;
    margin: 0 0 0 7px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: -7px;
}
.social-icons li {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
}
.social-icons li a {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icons li a:hover, .social-icons li a:focus {
    color: #333333;
    text-decoration: none;
}



/* Supporters Section
=======================================*/
.supporters-sec {
    background: #fff;
    padding: 0 0 0 0
}
.supporters-sec .heading-bar {
    margin-bottom: 0;
}
.supprters-list {
    list-style: none;
    padding: 50px 0 52px;
    margin: 0;
}
.supprters-list li {
    display: inline-block;
    vertical-align: middle;
    border-left: solid 2px #dddddd;
    margin-left: 14px;
    padding-left: 10px;
}
.supprters-list li:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
}

/* Inner Page
========================================*/
.inner-nav {
    background: #000000;
    padding: 12px 18px 7px;
    border-radius: 12px 12px 0 0;
}
.inner-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.inner-nav ul li {
    margin: 0;
    padding: 0;
    display:
    inline-block;
    vertical-align: top;
}
.inner-nav ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 5px 13px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid #000;
}
.inner-nav ul li a:hover, .inner-nav ul li a:focus, .inner-nav ul li.active a {
    text-decoration: none;
    border-bottom: 2px solid #f07622;
}
.mid-section {
    background: #fff;
}
.wideColumn {
    width: 72%;
    border-right: 1px solid #dddddd;
    float: left;
    padding: 0 65px 0 0;
}
.wideColumn h1 {
    font-size: 48px;
    color: #000;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 10px;
}
.breadcrumb {
    color: #666666;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    margin-bottom: 56px;
}
.breadcrumb a {
    color: #666666;
    font-size: 16px;
    font-family:'Roboto', sans-serif;
    font-style: italic;
}
.breadcrumb a:hover {
    color: #000;
    text-decoration: none;
}
.breadcrumb span {
    font-weight: 700;
    font-style: italic;
}

/* News Page
=========================================*/
.news-content {
    padding: 0 103px 30px;
}
.news-content .title {
    text-align: left;
    padding: 45px 0 56px;
    background: url(images/shadow.png) no-repeat center bottom;
    background-size: 100%;
}
.news-content .title h1 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 38px;
    text-transform: none;
}
.news-content .title span {
    font-size: 16px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}
.news-content .title a {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    /*margin-left: 5px;
    padding-left: 5px;*/
 /*   border-left: 1px solid #666666;*/
    line-height: 14px;
}
.news-content .title a:hover {
    color: #000;
}
.news-content figure {
    margin-bottom: 20px;
    float: left;
}
.news-content figure img {
    max-width: 300px;
    margin-right: 15px;
}

/* Footer CSS Starts
========================================*/
.menu-footer-container {
    width: 65%;
    float: right;
}
.menu-footer-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-footer-container ul.menu > li {
    width: 24.6%;
    display: inline-block;
    vertical-align: top;
}
.menu-footer-container ul.menu > li > a {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: inline-block;
}
.menu-footer-container ul.menu > li > a:hover {
    text-decoration: none;
}
.menu-footer-container ul.menu > li ul li {
    display: block;
    margin-bottom: 5px;
}
.menu-footer-container ul.menu > li ul li a {
    font-size: 16px;
    line-height: 18px;
    color: #cccccc;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-footer-container ul.menu > li ul li a:hover {
    color: #f49624;
    text-decoration: none;
}
.footer-tag-line {
    background: #000000;
    padding: 15px 0;
}
.footer-tag-line .copy-right-txt {
    font-size: 11px;
    color: #cccccc;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    float: left;
}
.footer-tag-line {
    text-align: center;
}
.footer-tag-line .powered-by {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: -100px;
}
.powered-by a {
    display: block;
}
.footer-tag-line .privacy {
    font-size: 11px;
    color: #cccccc;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-tag-line .privacy:hover {
    text-decoration: none;
    color: #f07622;
}
.footer-main {
    padding: 36px 0 30px;
    background: #333333;
}
.footer-main .main {
    position: relative;
    z-index: 9
}
.footer-logo {
    width: 25.6%;
    float: left;
    margin-right: 9%;
}
.footer-logo .foo-logo {
    display: block;
}
.footer-logo .links {
    margin: 45px 0 0 45px;
}
.footer-logo .links a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0 9px;
    border-left: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-logo .links a:first-child {
    border-left: 0;
    padding-left: 0;
}
.footer-logo .links a:hover {
    text-decoration: none; color: #f07622;
}
.srcoll-top-btn {
    float: right;
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    opacity: 0.1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.srcoll-top-btn:hover, .srcoll-top-focus {
    opacity: 0.5;
    color: #fff;
    text-decoration: none;
}
.page-template-default .mid-container {
    padding-bottom: 0;
}
.page-template-default .mid-section {
    padding: 0 30px;
}
.mid-section {
    padding: 0 30px;
}
.page-template-default .wideColumn {
    padding-bottom: 110px;
    padding-top: 30px;
}
.page-template-default .sidebar {
    padding-bottom: 70px;
}
.page-template-default .featured-athletes figcaption:before {
    border-left-width: 250px;
}
.blog .mid-container {
    padding-bottom: 0;
}
.add {
    margin: 0px 0 27px 0;
    text-align: center;
}
.error404 .mid-container {
    padding-bottom: 0;
}
.page-title {
    font-size: 50px;
    line-height: 60px;
    color: #333;
}
.error404  .mid-section {
    padding: 30px 30px 150px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.search-result {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 30px;
}
.search-result input {
    margin-bottom: 15px;
}
.search h1.page-title {
    color: #fff;
}
.search .mid-section {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.search .mid-container {
    padding-bottom: 0;
}
.nav-links .page-numbers {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-links a.page-numbers:hover, .nav-links a.page-numbers:focus {
    color: #f49624;
    text-decoration: none;
}
.post-template-default .mid-container {
    padding-bottom: 0;
}

.supprters-main {
    padding: 50px 0 52px;
}
.supprters-slider {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    z-index: 90;
    position: relative;
}
.foo-logo-left {
    border-right: solid 2px #dddddd;
    margin-right: 14px;
    padding-right: 10px;
    width: 203px;
    display: inline-block;
    vertical-align: middle;
}
.supprters-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}
.col {
    width: 24.6%;
    display: inline-block;
    margin-bottom: 15px;
}
.col img {
    width: 100%;
}
.pin-it {
    display: none;
}
.mfp-title {
    font-size: 0;
}
#aggroPagination {

    display: none;
}



.widget_match_center {
        height:105px;
        position: relative;
        margin-top: 0;
       /* margin-bottom: 10px;*/
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background:transparent;
}
.sblock_wrapper {
        height: 121px;
        width: 100%;
    }
.mc-select, #sblock4_dropdown {
        position: absolute;
        right: 5px;
       /* background: #000;*/
        color: #fff;
        cursor: pointer;  
        color: #fff;
      /*  background-color: #000;*/
        border: 1px solid #fff;
        border-radius: 4px;
        font-size: 12px;
        padding: 15px 15px 15px 11px;
        width: 302px;  
        top:-85px;
        display: none;
}

.widget_match_center .spmatch {
    width: 210px;
    height:105px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    border-right: solid 1px #9f9f9f;
    border-left: solid 1px #9f9f9f;
    border-radius: 0 0 5px 5px;
    }
     .widget_match_center .spmatch-title {
        display: block!important;
        height:20px;
        line-height: 20px;
        width: 100%;
        clear: both;
        text-indent: 7px;
        border-radius:0;
        margin-bottom: 12PX;
       /* border-bottom: 2px solid rgba(255,255,255,0.1);*/
        padding: 9px 0px 0px 0px;
    }
    .widget_match_center .spdate {
        float: left;
        font-size: 12px;
        line-height: 14px;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }
    .sp-match-link.teamslink {
        display: none;
    }
    .widget_match_center .sp-match-link {
        float: right;
        font-size: 10px;
       /* background-color: #FFF;*/
    }
    .widget_match_center .sp-match-link a {
        font-size: 11px;
        line-height: 13px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }
    /* Match Center team /score info */
    #mc-game-wrap {
        display: inline;
        float: left;
        margin: 0 5px 0 0;
        overflow: hidden;
        width: 93%;
        height: 105px;
        margin-top: 0px;
        margin-left: 50px;
    }
    #mc-game-content {
        width: 2000px;
    }
    #spnext, #spprev {
        width: 18px;
    height: 72px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    }
    #spprev { /* previous arrow */
    float:left;
    margin: 0 3px 0 7px;
    position: absolute;
    width: 45px;
    border-radius: 5px;
    text-align: center;
    font-size: 0px;
    left: -3px;
    /*top: 100px;*/
    height: 105px;
    background: #242424;
    }
    #spnext {
    margin: 0 7px 0 3px;
    position: absolute;
    width: 45px;
    border-radius: 5px;
    text-align: center;
    font-size: 0px;
    right: -7px;
   /* top: 100px;*/
    height: 105px;
    background: #242424;
    }
    #spprev:before, #spnext:before {
          display: inline-block;
          margin-top: 36px;
         position: relative;
         left: 0px;
          font-family: 'FontAwesome';
            font-size: 24px;
            color: #fff;
            opacity: 0.2;
            display: block;
    }
    #spprev:before {
            content: "\f137";
           
      /*border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
      border-width: 11px 10px 11px 0;*/
    }
    #spnext:before {
      /*border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
      border-width: 11px 0 11px 10px;*/
          content: "\f138";
    }
    .widget_match_center .spteam1, .widget_match_center .spteam2 {
        font-size: 14px;
        color: #FFF;
        height: 35px;
        line-height: 26px;
        text-indent: 7px;
        font-weight: bold;
        font-size: 15px;
        margin: 0 1px 0 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        text-transform: inherit;
        min-width: 140px;
        text-align: left;
    }
    .widget_match_center .spversus {
        color: #000;
        font-size: 11px;
        line-height: 1px;
        display: none;
    }
    .widget_match_center .spversus:before {
        content:"";
        margin-right: 4%;
        width: 77%;
        height: 1px;
        background: #D1D1D1;
        display: inline-block;
        vertical-align: middle;
    }
    .widget_match_center .spscore {
        position: absolute;
        top: 34px;
        right: 9px;
        text-align: right;
        line-height: 30px;
        font-size: 13px;
        color:#FFF;
        font-size: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        min-width: 32px;
        text-align: right;
        display: inline-block;
        color: #fff;
    }
    .widget_match_center .team2score, .widget_match_center .team1score {
        display: block;
    }
    .widget_match_center .scoredivider {
        display: none;
    }
    .widget_match_center .sp-fix-link a, .widget_match_center .sp-lad-link a, .widget_match_center .sp-stat-link a {
        color: #F7F7F7;
        font-size: 13px;
       /* position: relative;*/
        top: 50px;
        padding-right: 10px;
        text-transform: uppercase;
        position: relative;
        width: 193px;
        height: 30px;
        border: solid 1px #666666;
        background: none;
        padding: 5px 25px 5px 10px;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        border-radius: 3px;
        box-sizing: border-box;
    }


.widget_match_center .sp-match-link img.emoji {

    display:none!important;
}
div#match-center-top {
      /*  margin-top: -18px;*/
    z-index: 200;
    position: relative
}

#match-center .spmatchname {

   display:none;
}

#sp-comp-links {

    display: block!important;
    right: 0px;
    position: absolute;
    margin-top:-87px;
}
.sp-fix-link , .sp-lad-link , .sp-stat-link {

    float: left;

}
.sp-fix-link a:hover , .sp-lad-link a:hover , .sp-stat-link a:hover {

     /*   background-color: #022f58;*/
    /*border: 1px solid #022f58;*/
    text-decoration: none;
}
.sp-fix-link:before , .sp-lad-link:before , .sp-stat-link:before {

    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    position: relative;
    top: 50px;
    right: -124px;
}

.spcompname {

    display: none;
}
.comp-name {

    display: none;
}

.spladder  {

        background: #FFF;
}
.spladder tr th:first-child {

            padding-left:15px;
            font-weight: 100;
    
}
.spladder tr th {

    font-weight: 100;
}
.spladder tr:first-child {

    background: #004b93;
    color: #FFF;
    font-weight: 100;
    
}
.sproweven td:first-child, .sprowodd td:first-child {

    padding-left: 15px;
        
}
#selectMe2 , #selectMe8 , #selectMe9 , #groups{

     position: relative;
     width:auto;
    height: 30px;
    border: solid 1px #666666;
    background: none;
    padding: 0px 23px 0 10px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border-radius: 3px;
    box-sizing: border-box;
   background: url(images/select-arrow.png) no-repeat 99% center;
}

#selectMe5 , #selectMe11 {

    border-radius: 0px;
}
#selectMe3  {

   
    background: none;
    border: none;
    color: #FFF;
    font-size: 37px;
    line-height: 55px;
    color: #f07622;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    padding-top: 0px;
    margin-top: -4px;
    padding-left: 13px;

}
.round {
    
    position: absolute;
    top: 55px;
    left: 80px;
    color: #FFF;
    width: 70px;
    text-align: center; 
    z-index: 99;

}
.round p {

    font-size: 20px;
    line-height: 22px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #f07622;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
}
#selectMe4:before {

    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    position: relative;
   

}
.fixture-sec {

    background: #333333;
}
.spteams {

    border-top: solid 1px #9f9f9f;
}
.top-banner {

    min-height: 400px;
}
.live-stream-video iframe {

        width: 100%;
        min-height: 435px;
}
.top-dropdowns .main {

        position: relative;
}
.live-stream-video iframe {

        width: 100%;
        min-height: 435px;
}
.top-dropdowns .main {

        position: relative;
}
.rss-feed {

    border-left: 1px solid #666666;
}

#searchform {
    position: relative;
    background: #fff;
    border-radius: 4px;
    width: 49%;
    height: 34px;
    float:left;
    margin-bottom: 10px;
}
#searchform .field {
        border: 1px solid #00275d; 
        float: left;
        color: #00275d;
        font-size: 22px;
        width: 80%;
        height: 50px;
        border-radius: 4px;
        padding-left: 10px; 
        -webkit-appearance: none;
        -moz-appearance:    none;
        appearance:         none;
       }
#searchform .submit {
        float: right;
        border: none;
        margin: 0px 5px 0 0;
        width: 18%;
        height: 48px;
        background:#00275d;
        border-radius: 4px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-appearance: none;
        -moz-appearance:    none;
        appearance:         none;
        color: #FFF;

    }
  #searchform   label {
        display: none;
    }
#search_value {
    width: 59%;
    padding: 10px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px;
    height: 51px;
    border: 1px solid #dddddd;

}
.menu-logo {

    width: 100%;
    overflow: hidden;
    clear: both;
}
.search-bar {
    text-align: center;
    padding: 13px 0 11px 0;
    position: relative;
    overflow: hidden;
    display: none;
    max-width: 1260px;
    margin: auto;
}
.search-bar .screen-reader-text {
    display: none;
}
.search-bar input[type="text"],
.search-bar input[type="search"] {
    background: none;
    font-size: 36px;
    line-height: 40px;
    border: none;
    font-style: italic;
    text-transform: uppercase;
    width: 100%;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    min-width: inherit;
    color: #008733;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.search-bar input[type="text"]:focus,
.search-bar input[type="search"]:focus {
    width: 350px;
}
.search-bar input::-webkit-input-placeholder {
    color: #008733;
    opacity: 0.3;
    font-style: italic;
}
.search-bar input:-moz-placeholder {
    color: #008733;
    opacity: 0.3;
    font-style: italic;
}
.search-bar input::-moz-placeholder {
    color: #008733;
    opacity: 0.3;
    font-style: italic;
}
.search-bar input:-ms-input-placeholder {
    color: #008733;
    opacity: 0.3;
    font-style: italic;
}
.search-bar input[type="submit"] {
    width: 49px;
    height: 49px;
    display: inline-block;
    background-size: 100%;
    font-size: 0;
    line-height: 0;
    border: none;
    opacity: 0.3;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.search-bar input[type="submit"]:hover,
.search-bar input[type="submit"]:focus {
    opacity: 0.7;
}
#searchsubmit {

        border: 1px solid #008733;
        background: #008733;
        color: #FFF;
        border-radius: 4px;
        padding: 12px 20px;
}
.page-template-template-gallery .news-content figure , .single-gallery .news-content .col img {

    text-align: center;
}
.page-template-news-template a {

        color: #666666;
}

.col-md-3 {

            width: 25%;
            float: left;
}
.col-md-3 iframe {
         max-width:90%;
         margin:auto;
         width: auto;
         height: auto;
     }

#sfwa_footer, #sfwa_footer * {

    background: #333;
    color: #FFF;
    list-style-type: none;
}
.social-plugin-add .juicer-feed .j-paginate {
        display: none;
}
.social-plugin-add .juicer-feed.modern li.feed-item {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.social-plugin-add  .juicer-feed.modern .j-message {
line-height: 20px;
}
.social-plugin-add  .juicer-feed.modern .j-message p{
    font-size: 14px;
}
.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
    color:#333;
}
.tribe-events-schedule h2, .tribe-events-meta-group .tribe-events-single-section-title {
    color:#000;
}
.tribe-events-schedule h2 {
       font-size: 30px;
    line-height: 35px;
}

.sports-anchor {

    text-decoration: none;
}
.sports-anchor:hover {

    text-decoration: none;
}
.sports-box {

    text-align: center;
    border: 2px solid #dddddd;
    margin: 15px;
    padding: 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.sports-box:hover {

     border: 2px solid #ed6507;
     text-decoration: none;
      color: #ed6507;
}
.sports-logo-bg {

        background: #ed6507;
        border-radius: 50%;
        width: 145px;
        height: 145px;
        margin: 20px auto;
        text-align: center;
        position: relative;
}
.sports-logo-bg img {

   position: absolute;
    display: block;
    top: 35px;
    left: 35px;

}

.rtbs>.rtbs_content   {

    background: transparent!important;
}

.rtbs .rtbs_menu li a.active {

    color: #ed6507!important;
    border: 1px solid #ed6507;
    border-radius: 3px;
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.rtbs .rtbs_menu li a {

        border-bottom: 1px solid #ed6507;
}
.rtbs>.rtbs_content {

    border-top: none!important;
}
