﻿@charset "utf-8";
/* CSS Document */
@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*IE 10 & 11*/
@-ms-viewport {
    width: auto !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::selection {
    background: #076bdd;
    color: #fff;
}

::-moz-selection {
    background: #076bdd;
    color: #fff;
}

.scrollup {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    float: right;
    right: 0;
    width: 54px;
    height: 28px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
}

    .scrollup:hover {
    }

#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 999999999;
    height: 100%;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loadin.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.preloader {
    background: #fff url(../images/loaders/1.svg) center center no-repeat;
}

body {
    width: auto;
    margin: 0;
    border: 0;
    font-family: 'Barlow', sans-serif;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both !important;
    content: ".";
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

*html .clearfix {
    height: 1%;
}

.clear {
    clear: both !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

p {
    color: #484848;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

    p strong {
        color: #d60023;
        font-weight: 600;
    }

    p span {
        color: #0072bc;
    }

a, span, strong, nav {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

a {
    color: #ff3000;
    text-decoration: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

    a:hover {
        color: #000;
    }

table {
    color: #000;
    line-height: 24px;
    /*font-size: 16px;*/
}

    table strong {
        color: #2b9e01;
    }

tr {
    border: solid 1px #F2F2F2;
}

td {
    padding: 8px 15px;
    border: solid 1px #F2F2F2;
}

    td.h3 {
        color: #fff;
        background: #f86b26;
        margin: 0;
        text-transform: uppercase;
        font-size: 18px;
        padding: 12px 15px;
    }

ul.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.list li {
        margin-left: 30px;
        line-height: 28px;
    }

        ul.list li strong {
            color: #000;
        }

        ul.list li span {
            color: #2d3091;
        }

h1, h2, h3 {
    color: #2a2f27;
    margin: 15px 0;
    font-weight: 400;
}

.wrapper {
}

.header {
    position: relative;
}

.section {
    position: relative;
}

.footer {
    background: #13336E;
    position: relative;
    padding: 15px 120px;
    overflow: hidden;
    margin-top: 10px;
}

.isStuck {
    z-index: 9999;
}

    .isStuck .header-inner {
    }

        .isStuck .header-inner h1 {
        }

            .isStuck .header-inner h1 img {
            }

    .isStuck .nav {
    }

.header-inner {
    background: #13336E;
    /*padding: 0 30px;*/
    position: relative;
    z-index: 8;
}

    .header-inner h1 {
        margin: 0 0 0 0;
        padding-top: 15px;
        position: relative;
        z-index: 99;
        width: 220px
    }

        .header-inner h1:after {
            content: " ";
            position: absolute;
            top: -12px;
            bottom: 0;
            right: 0;
            width: 2px;
            height: 100%;
            background: #9999cc;
            -ms-transform: rotate(-32deg);
            -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
        }

.nav {
    padding: 29px 0px;
    margin-left: 100px;
    display: block !important;
}

    .nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .nav ul li {
            list-style: none;
            position: relative;
            display: inline-block;
            margin-right: 30px;
        }

            .nav ul li a {
                color: #9999cc;
                font-size: 18px;
                font-weight: 600;
                display: block;
                -webkit-transition: 0.6s;
                -moz-transition: 0.6s;
                -o-transition: 0.6s;
                transition: 0.6s;
                padding: 10px 8px;
                position: relative;
            }

            .nav ul li:hover > a, .nav ul li.active > a {
                color: #ff6633;
            }

            .nav ul li a:before {
                content: " ";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 4px;
                background: #ff6633;
                border-radius: 5px;
                -ms-transform: rotate(-8deg);
                -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
                opacity: 0;
                -webkit-transition: 0.6s;
                -moz-transition: 0.6s;
                -o-transition: 0.6s;
                transition: 0.6s;
            }

            .nav ul li a:after {
                content: " ";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 4px;
                background: #ff6633;
                border-radius: 5px;
                -ms-transform: rotate(-8deg);
                -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
                opacity: 0;
                -webkit-transition: 0.6s;
                -moz-transition: 0.6s;
                -o-transition: 0.6s;
                transition: 0.6s;
            }

            .nav ul li:hover > a:before, .nav ul li.active > a:before,
            .nav ul li:hover > a:after, .nav ul li.active > a:after {
                opacity: 1;
            }

.scroll-text {
    background: #ff622d;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 8;
    padding: 20px 30px;
}

    .scroll-text h3 {
        margin: 0;
        color: #fff;
        margin: 0 20px;
        display: inline-block;
    }

    .scroll-text a {
        color: #339;
        text-transform: capitalize;
        font-style: italic;
        font-weight: 400;
        padding-left: 11px;
        padding-right: 11px;
    }

        .scroll-text a:hover {
            text-decoration: underline
        }

.banner {
    position: relative;
}

.subnav {
    background: #13336E;
    border: solid 1px #9999cc;
    margin: 2px;
}

    .subnav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .subnav ul li {
            float: left;
            list-style: none;
            width: 20%;
            text-align: center;
        }

            .subnav ul li a {
                border: solid 1px #9999cc;
                color: #ff6633;
                padding: 22px 15px;
                display: block;
                font-weight: 600;
            }

                .subnav ul li a:hover {
                }

.section-top {
    padding: 10px 30px 0px 30px;
}

.shows-status {
    background: #13336E;
    border-bottom: solid 6px #ff6633;
    position: relative;
    overflow: hidden;
    padding: 10px 150px 10px 30px;
}

    .shows-status h3 {
        margin: 0;
        font-size: 24px !important;
        font-weight: 600;
        color: #fff;
        padding: 5px 0px;
    }

    .shows-status:after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -64px;
        width: 103px;
        height: 100%;
        background: #ff6633;
        -ms-transform: skewX(-50deg);
        -webkit-transform: skewX(-50deg);
        transform: skewX(-50deg);
    }

.select {
    position: relative;
    display: inline-block;
    width: 70%;
}

    .select select, .tournament-listing-select select {
        padding: 12px 26px;
        box-sizing: border-box;
        width: 100%;
        border: navajowhite;
        background: #fff;
        border-radius: 50px;
        outline: 0;
        color: #000;
        font-family: 'Barlow', sans-serif;
        font-weight: 500;
        font-size: 16px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        select select:hover,
        .select select:focus,
        .tournament-listing-select select:focus {
        }

    .select:after, .tournament-listing-select:after {
        content: "\f107";
        font-family: 'FontAwesome';
        position: absolute;
        top: 5px;
        right: 26px;
        color: #6d6f73;
        pointer-events: none;
        font-weight: normal;
        font-size: 30px;
    }

.section-scroll {
}

.section-scroll-text {
    margin-top: 30px;
    padding: 0 30px 30px 30px;
    position: relative;
}

    .section-scroll-text:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 75%;
        background: linear-gradient(180deg, #ff6633, #fff);
    }

    .section-scroll-text h3 {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }

    .section-scroll-text h2 {
        color: #000;
        font-size: 24px;
        font-weight: 800;
        margin-top: 0;
    }

    .section-scroll-text h4 {
        color: #000;
        font-weight: 600;
        margin: 5px 0;
        position: relative;
    }

        .section-scroll-text h4 span {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            width: 22px;
            height: 22px;
            background: #ff6633;
            color: #fff;
            text-align: center;
        }

.section-inner {
    position: relative;
}

.content {
    width: 100%;
    padding: 0 30px;
}

.popup-feed {
    position: fixed;
    width: 29px;
    height: 83px;
    right: 44px;
    top: 44%;
    /*top: 38%;*/
    bottom: 0;
    z-index: 9999999;
}

.sidebar {
    width: 45px;
    position: fixed;
    top: 15%;
    bottom: 0;
    right: 0;
    height: 50%;
    /*height: 58%;*/
    z-index: 9999999;
    margin: 5% 0;
}

.sidebar-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    left: -1px;
    width: 100%;
    height: 100%;
    /*  height: 60%;*/
    background: #13336E;
    overflow: hidden;
    border-left: solid 2px #ff6633;
}

    .sidebar-inner:before {
        content: " ";
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        width: 100%;
        height: 70px;
        background: #ff6633;
        -ms-transform: skewY(25deg);
        -webkit-transform: skewY(25deg);
        transform: skewY(25deg);
    }

    .sidebar-inner:after {
        content: " ";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        width: 100%;
        height: 70px;
        background: #ff6633;
        -ms-transform: skewY(-25deg);
        -webkit-transform: skewY(-25deg);
        transform: skewY(-25deg);
    }

.social-icons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
    padding: 0px 10px 0px 9px;
}

    .social-icons:after {
        content: " ";
        top: 0;
        left: -40px;
        margin: auto;
        border: solid transparent;
        height: 99%;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #feb100;
        border-width: 20px;
        z-index: 9999;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .social-icons > div {
        display: table-cell;
        vertical-align: middle;
    }

    .social-icons a {
        display: block;
        margin: 10px 0;
    }

        .social-icons a img {
            border-radius: 2px;
            width: 40px;
        }

        .social-icons a:hover {
            opacity: 0.6;
        }

.events-and-sports-tv {
}

    .events-and-sports-tv h2, .sports-news-and-events h2, .photo-gallery h2 {
        background: #13336E;
        border-bottom: solid 6px #ff6633;
        position: relative;
        overflow: hidden;
        padding: 15px 30px;
        /*margin: 0 0 10px 0;*/
        font-size: 24px;
        font-weight: 600;
        color: #fff;
    }

    .sports-news-and-events h2, .events-and-sports-tv h2 {
        margin: 0 0 20px 0;
    }

        .events-and-sports-tv h2:after, .sports-news-and-events h2:after, .photo-gallery h2:after {
            content: " ";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -64px;
            width: 103px;
            height: 100%;
            background: #ff6633;
            -ms-transform: skewX(-50deg);
            -webkit-transform: skewX(-50deg);
            transform: skewX(-50deg);
        }

.upcoming-events, .dc-sports-apparel {
    width: 67%;
}

/*.dc-sports-apparel {
    width: 67%;
    height: 717px !important;
}*/

.upcoming-events-inner {
    border: solid 3px #cccccc;
}

.upcoming-events-img {
    float: left;
    width: 40%;
    position: relative;
    z-index: 999;
    text-align: center;
}

    .upcoming-events-img img {
        max-width: 285px;
        max-height: 100%;
        vertical-align: middle;
        margin: 30px 0px 0px 0px;
    }

.upcoming-events-text {
    width: 60%;
    position: relative;
    /*height: 400px;
    overflow: auto;*/
}

    .upcoming-events-text:before {
        content: " ";
        position: absolute;
        top: 0;
        left: -100px;
        width: 142px;
        height: 50%;
        background: #fff;
        -ms-transform: skewX(-23deg);
        -webkit-transform: skewX(-23deg);
        transform: skewX(-23deg);
        z-index: 99;
    }

    .upcoming-events-text:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: -100px;
        width: 142px;
        height: 50%;
        background: #fff;
        -ms-transform: skewX(23deg);
        -webkit-transform: skewX(23deg);
        transform: skewX(23deg);
        z-index: 99;
    }

    .upcoming-events-text a {
        display: table;
        background: #333333;
        text-align: center;
        color: #fff;
        font-weight: 600;
        padding: 0 30px 0 180px;
        height: 96px;
        width: 100%;
        position: relative;
        margin: 1px 0;
    }

        .upcoming-events-text a span {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100px;
            width: 50px;
            text-align: center;
            opacity: 0.8;
            background: #6e6e6e;
            padding: 30px 0;
        }

        .upcoming-events-text a:hover span {
            background: #fb6e3f;
        }

        .upcoming-events-text a.active, .upcoming-events-text a.active span {
            background: #fb6e3f;
            color: #000;
        }

        /*.upcoming-events-text a:before
{
	content: " ";
    position: absolute;
    top: 22px;
    left: 62px;
    width: 70px;
    height: 26px;
	opacity:0;
    -ms-transform: skewX(23deg);
    -webkit-transform: skewX(23deg);
    transform: skewX(-75deg);
    z-index: 99;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.upcoming-events-text a:hover:before
{
    background: #fb6e3f;
	opacity:1;
}*/
        .upcoming-events-text a > div {
            display: table-cell;
            vertical-align: middle;
        }

        .upcoming-events-text a:hover {
            background: #ff6633;
            color: #000;
        }

.sports-tv {
    width: 30%;
    text-align: center;
}

    .sports-tv iframe {
        width: 100%;
        height: 300px;
    }

    .sports-tv a {
        color: #fff;
        background: #000;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 30px;
        display: inline-block;
        position: relative;
        margin: 29px 0;
        text-transform: uppercase;
    }

        .sports-tv a:after {
            top: 12px;
            right: -16px;
            margin: auto;
            border: solid transparent;
            content: " ";
            position: absolute;
            pointer-events: none;
            border-left-color: #000;
            border-width: 8px;
            z-index: 9;
        }

.sports-news-and-events {
    margin: 20px 0;
    position: relative;
}

.news-and-events {
    width: 30%;
    text-align: center;
    position: relative;
    margin-left: 3%;
    z-index: 99;
}

    .news-and-events marquee {
        /*width: 100%;
    position: absolute;
    top: 98px;
    bottom: 0;
    left: 0;
    right: 0;*/
        height: 32vw;
    }

.color {
    background: #dcdcdc;
}

.news-and-events marquee h3 {
    color: #000;
    font-weight: 500;
    padding: 15px 50px;
    position: relative;
    margin: 0;
    z-index: 999;
    text-align: center;
}

    .news-and-events marquee h3 a {
        position: absolute;
        bottom: 6px;
        right: 6px;
        font-size: 10px;
        font-style: italic;
        color: #ff0000;
    }

    .news-and-events marquee h3 span {
        position: absolute;
        top: 0;
        left: 6px;
        font-size: 12px;
        width: 35px;
        padding: 20px 0;
    }

.photo-gallery {
}

    .photo-gallery ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .photo-gallery ul li {
            /*float: left;*/
            list-style: none;
            width: 18%;
            border: solid 15px #fff;
            display: inline-block;
            margin: 0;
            padding: 0;
            /* For IE, the outcast */
            zoom: 1;
        }

            .photo-gallery ul li a {
                display: block;
                border: solid 3px #000;
                position: relative;
                overflow: hidden;
            }

                .photo-gallery ul li a span {
                    background: #ffff00;
                    color: #000;
                    font-size: 13px;
                    padding: 3px 5px;
                    display: inline-block;
                    border-radius: 3px;
                    position: absolute;
                    left: 10px;
                    bottom: 10px;
                }

                .photo-gallery ul li a:hover span {
                    background: #ff6633;
                }

                .photo-gallery ul li a:before {
                    content: " ";
                    font-weight: normal;
                    position: absolute;
                    bottom: 0;
                    right: -65px;
                    width: 75px;
                    height: 75px;
                    background: #ffff00;
                    -ms-transform: skewX(-50deg);
                    -webkit-transform: skewX(-50deg);
                    transform: skewX(-45deg);
                    -webkit-transition: 0.6s;
                    -moz-transition: 0.6s;
                    -o-transition: 0.6s;
                    transition: 0.6s;
                }

                .photo-gallery ul li a:hover:before {
                    background: #ff6633;
                }

                .photo-gallery ul li a:after {
                    content: "\f067";
                    font-family: 'FontAwesome';
                    font-weight: normal;
                    position: absolute;
                    bottom: 7px;
                    right: 8px;
                    color: #000;
                    font-size: 14px;
                }

.tournament-view-top {
    background: #13336E;
    padding: 0 50px;
}

.tournament-view-nav .icon {
    display: none;
}

.tournament-view-nav {
    width: 80%;
}

    .tournament-view-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .tournament-view-nav ul li {
            float: left;
            list-style: none;
            margin-right: 40px;
            position: relative;
        }

            .tournament-view-nav ul li:first-of-type:before {
                display: none;
            }

            .tournament-view-nav ul li:before {
                content: " ";
                top: 20px;
                left: -20px;
                position: absolute;
                width: 2px;
                height: 25px;
                background: #5c5ca3;
            }

            .tournament-view-nav ul li a {
                color: #fff;
                font-weight: 600;
                font-size: 18px;
                padding: 20px 0;
                display: block;
                position: relative;
                outline: 0;
            }

                .tournament-view-nav ul li a:hover {
                }

                .tournament-view-nav ul li a:before {
                    content: " ";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    width: 100%;
                    height: 5px;
                    background: #ff622d;
                    opacity: 0;
                }

                .tournament-view-nav ul li a:hover:before, .tournament-view-nav ul li.active a:before {
                    opacity: 1;
                }

a.back {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    border: solid 1px #fff;
    padding: 6px 30px;
    border-radius: 12px;
    margin: 14.5px 0px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    a.back:after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -68px;
        width: 85px;
        height: 100%;
        background: #ff6633;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

    a.back:hover {
    }

.tournament-view-text {
    border: solid 1px #989696;
    position: relative;
}

.tournament-view-img {
    width: 30%;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    display: table;
    margin: auto;
    text-align: center;
    padding: 0 30px;
}

    .tournament-view-img > div {
        display: table-cell;
        vertical-align: middle;
    }

.tournament-view-table {
    width: 70%;
    color: #000;
    font-weight: 600;
}

    .tournament-view-table table {
        border: solid 1px #989696;
    }

        .tournament-view-table table tr {
            border: solid 1px #989696;
        }

        .tournament-view-table table td {
            border: solid 1px #989696;
        }

.teams-and-cost {
    background: #13336E;
    padding: 30px;
}

    .teams-and-cost aside {
        margin-right: 20px;
        margin-bottom: 10px;
    }

        .teams-and-cost aside h3 {
            margin: 0 0 10px 0;
            background: #fff;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            color: #000;
            padding: 10px 30px;
            border-radius: 30px;
        }

        .teams-and-cost aside input::-webkit-input-placeholder {
            color: #fff;
            font-family: 'Barlow', sans-serif;
            font-weight: 500;
            font-size: 14px;
        }

        .teams-and-cost aside input::-moz-placeholder {
            color: #fff;
            font-family: 'Barlow', sans-serif;
            font-weight: 500;
            font-size: 14px;
        }

        .teams-and-cost aside input:-ms-input-placeholder {
            color: #fff;
            font-family: 'Barlow', sans-serif;
            font-weight: 500;
            font-size: 14px;
        }

        .teams-and-cost aside input:-moz-placeholder {
            color: #fff;
            font-family: 'Barlow', sans-serif;
            font-weight: 500;
            font-size: 14px;
        }

        .teams-and-cost aside input[type=number], .teams-and-cost aside input[type=text] {
            padding: 12px 26px;
            box-sizing: border-box;
            width: 100%;
            border: solid 1px #ff6633;
            background: none;
            outline: 0;
            position: relative;
            color: #fff;
            font-family: 'Barlow', sans-serif;
            text-align: center;
        }

.buttons {
    text-align: center;
    /*display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 5px 35px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #13336E;
    font-size: 20px;
    margin: 0 10px;*/
    padding-top: 12px;
}

    .buttons button, .buttons a {
        display: inline-block;
        color: #fff;
        font-weight: 600;
        padding: 8px 40px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        background: #13336E;
        font-size: 20px;
        margin: 0 10px;
        cursor: pointer;
        margin-top: -2px;
        margin-bottom: 4px;
    }

        .buttons button:after, .buttons a:after {
            content: " ";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -60px;
            width: 85px;
            height: 100%;
            background: #ff6633;
            -ms-transform: skewX(-20deg);
            -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
        }
/*.buttons2
{
	text-align:center;
	display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 5px 28px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #13336E;
    font-size: 20px;
    margin: 0 10px;
    margin-bottom:-2px;
    margin-top:12px;
	
}
.buttons1
{
    margin-left:734px;
}
 .buttons input
{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #13336E;
    font-size: 20px;
    margin: 0 10px;
}
.buttons input:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    width: 85px;
    height: 100%;
    background: #ff6633!important;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}*/
.tournament-listing-top {
    background: #13336E;
    position: relative;
    padding: 10px 30px;
}

    .tournament-listing-top h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        padding: 14px 0px;
        margin-right: 30px;
    }

.tournament-listing-select {
    width: 50%;
    position: relative;
    margin: 4px 0;
}

    .tournament-listing-select select {
        color: #000000;
    }

.tournament-listing-field {
    background: #efeded;
    padding-left: 200px;
    position: relative;
}

    .tournament-listing-field:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 35px;
        background: #ff6633;
        z-index: 8;
    }

    .tournament-listing-field input[type=text], .tournament-listing-field input[type=email], .tournament-listing-field input[type=number] {
        padding: 12px 16px;
        box-sizing: border-box;
        width: 100%;
        border: solid 1px #898989;
        background: #fff;
        outline: 0;
        position: relative;
        color: #6d6f73;
        font-family: 'Barlow', sans-serif;
        z-index: 9;
        margin: 10px 0;
    }

    .tournament-listing-field h3 {
        margin: 0;
        z-index: 9;
        position: relative;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        padding: 6px 0px;
    }

.tournament-name, .tournament-date {
    width: 16%;
    margin-right: 30px;
}

.city, .state, .gender {
    width: 8%;
    margin-right: 30px;
}

.division {
    width: 25%;
}

.tournament-listing-field label {
    position: relative;
}

    .tournament-listing-field label:after {
        content: " ";
        background: url(../images/formicon.png) center center no-repeat;
        position: absolute;
        top: -4px;
        bottom: 0;
        right: -30px;
        width: 30px;
        height: 30px;
    }

.tournament-listing-table {
    overflow: scroll;
    width: 100%;
    text-align: center;
}

    .tournament-listing-table td {
        text-align: left
    }

    .tournament-listing-table::-webkit-scrollbar {
        width: 12px;
    }

    .tournament-listing-table::-webkit-scrollbar-track {
        background: #13336E;
        border-radius: 10px;
        padding: 2px 0;
    }

    .tournament-listing-table::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #f1f5f7;
    }

    .tournament-listing-table table {
        border: solid 1px #898989;
        width: 1600px;
    }

        .tournament-listing-table table img {
            vertical-align: text-top;
        }

        .tournament-listing-table table tr {
            border: solid 1px #898989;
        }

        .tournament-listing-table table td {
            border: solid 1px #898989;
            /* border: solid 1px #FF6633;*/
        }

.tournament-listing-buttons {
    text-align: center;
    padding-top: 50px;
}

.next-and-prev {
    text-align: center;
}

    .next-and-prev h3 {
        display: inline-block;
        background: #13336E;
        color: #fff;
        font-size: 20px;
        padding: 15px 40px;
        margin: 0;
        border-radius: 30px;
    }

    .next-and-prev a {
        display: inline-block;
        margin: 0 15px;
        background: #e5e3e3;
        color: #000;
        font-weight: 400;
        font-size: 14px;
        width: 49px;
        height: 49px;
        padding: 16px;
        border-radius: 50%;
    }

        .next-and-prev a:hover {
            color: #fff;
            background: #ff6633;
        }

        .next-and-prev a:after {
            font-family: 'FontAwesome';
        }

        .next-and-prev a:first-of-type:after {
            content: "\f060";
        }

        .next-and-prev a:nth-of-type(2):after {
            content: "\f061";
        }

.numbers, .paging-nav {
    display: inline-block;
    background: #ff6633;
    border-radius: 30px;
    /*padding: 15px 50px;*/
    padding: 10px 50px;
    /*margin-top: 30px;*/
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
}

    .numbers:before, .paging-nav:before {
        top: -16px;
        left: 0;
        right: 0;
        width: 8px;
        margin: auto;
        border: solid transparent;
        content: " ";
        position: absolute;
        pointer-events: none;
        border-bottom-color: #ff6633;
        border-width: 8px;
        z-index: 9999;
    }

    .numbers a, .paging-nav a {
        color: #fff;
        display: inline-block;
        font-size: 18px;
        width: 20px;
        text-align: center;
        padding: 5px 0;
        border-radius: 10px;
        margin: 0 5px;
        text-decoration: none;
    }

        .numbers a:hover, .numbers a.active, .paging-nav a:hover, .paging-nav a.selected-page {
            background: #3d3c9e;
            color: #fff !important;
            text-decoration: none;
        }

.footer:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -56px;
    width: 120px;
    height: 100%;
    background: #ff6633;
    -ms-transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
}

.footer:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -56px;
    width: 120px;
    height: 100%;
    background: #ff6633;
    -ms-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
}

.footer p {
    margin: 0;
    color: #fff;
}

.footer a {
    color: #fff;
}

/*.mobileMenu {display:none !important;visibility:hidden} */

tr.table-top td {
    background-color: #ff6633;
}

    tr.table-top td h3 {
        margin: 0;
        z-index: 9;
        position: relative;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        padding: 6px 0px;
    }

tr.bg-primary td {
    margin: 0;
    z-index: 9;
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 0px;
}

.tournament-listing-table tr.filter input[type=text], .tournament-listing-table tr.filter input[type=email], .tournament-listing-table tr.filter input[type=number] {
    padding: 12px 16px;
    box-sizing: border-box;
    width: 90%;
    border: solid 1px #898989;
    background: #fff;
    outline: 0;
    position: relative;
    color: #6d6f73;
    font-family: 'Barlow', sans-serif;
    z-index: 9;
    margin: 10px 0;
}

.tournament-listing-table tr.filter label {
    position: relative;
}

    .tournament-listing-table tr.filter label:after {
        content: " ";
        background: url(../images/formicon.png) center center no-repeat;
        position: absolute;
        top: -4px;
        bottom: 0;
        right: -30px;
        width: 30px;
        height: 30px;
    }

.contact-opener {
    position: absolute;
    left: -49px;
    top: 40%;
    padding: 8px 20px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.floating-form {
    max-width: 100px;
    /*background: url(../images/sidebar-right-bg.jpg) 0 0 no-repeat;
	background-size: contain;*/
    top: 20px;
    right: 0;
    box-sizing: border-box;
    position: fixed;
    z-index: 99999999;
}

.slider-social-icons {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #343399;
    padding: 0px 15px 0px 8px;
}

.slider-social-icons {
    vertical-align: middle;
    display: table-cell;
}

    .slider-social-icons:before {
        content: " ";
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        width: 100%;
        height: 70px;
        background: #ff6633;
        -ms-transform: skewY(25deg);
        -webkit-transform: skewY(25deg);
        transform: skewY(25deg);
    }

    .slider-social-icons:after {
        content: " ";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        width: 100%;
        height: 70px;
        background: #ff6633;
        -ms-transform: skewY(-25deg);
        -webkit-transform: skewY(-25deg);
        transform: skewY(-25deg);
    }

    .slider-social-icons a img {
        border-radius: 2px;
        width: 41px;
    }

    .slider-social-icons a {
        margin-top: 2px;
        display: block
    }

.camera_caption a {
    font-style: oblique;
    text-transform: capitalize !important
}

    .camera_caption a:hover {
        background-color: #f63
    }

.simplePopup {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 3;
    width: 40%;
    min-width: 40%;
}

    .simplePopup h3 {
        color: #fff;
        background: #000;
        padding: 10px 10px;
        margin: 0;
        border-radius: 0;
        display: block;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 4px;
    }

.social-feed {
    padding: 20px;
}

    .social-feed ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .social-feed ul li {
            float: left;
            list-style: none;
            width: 29.333333%;
            margin: 2%;
        }

.simplePopupClose {
    float: right;
    cursor: pointer;
    z-index: 999;
    padding: 10px 15px;
    z-index: 999;
    color: #fff;
    background: #00499f;
}

.simplePopupBackground {
    display: none;
    background: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.sidebar-open {
    width: 335px;
    position: fixed;
    top: -2%;
    bottom: 0;
    right: -335px;
    height: 88%;
    /*height: 95%;*/
    z-index: 999;
    background: #13336E;
    margin: 5% 0;
    overflow: hidden;
    border-bottom: solid 6px #ff6633;
    border-top: solid 6px #ff6633;
    border-left: solid 2px #ff6633;
}

.sidebar-inner-open {
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 5px;
    left: 25px;
    width: 300px;
    height: 100%;
    overflow: hidden;
    border: solid 0px red;
    background: #13336E;
}

.sidebar-open:before {
    content: " ";
    position: absolute;
    top: -15px;
    right: 0;
    width: 50px;
    height: 10px;
    background: #ff6633;
    -ms-transform: skewY(25deg);
    -webkit-transform: skewY(25deg);
    transform: skewY(25deg);
}

.sidebar-open:after {
    content: " ";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 50px;
    height: 10px;
    background: #ff6633;
    -ms-transform: skewY(-25deg);
    -webkit-transform: skewY(-25deg);
    transform: skewY(-25deg);
}


.sidebar-inner-open .facebook {
    margin-top: -10px !important;
}

.sidebar-inner-open .social-icons {
    padding: 0px !important;
}

.sidebar-inner-open h3:first-child {
    margin: 0px 0px 15px 0px !important;
}

.sidebar-inner-open h3 {
    margin: 5px 0px;
    text-transform: capitalize;
    color: #9999cc;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.sidebar-inner-open .facebook, .sidebar-inner-open .twitter, .sidebar-inner-open .instagram {
    display: block;
    height: 20% !important;
    overflow: scroll;
    /*height: 23%;*/
    margin-top: 0px !important;
}

.popup-feed-open {
    position: fixed;
    width: 32px;
    height: 83px;
    right: -40px;
    top: 44%;
    bottom: 0;
    z-index: 9999999;
    border: solid 0px #fff;
}

.tournament-listing-filter {
    background: #13336E;
    position: relative;
    padding: 5px 5px 1px 5px;
    /*margin-top:35px;*/
    margin-top: 5px;
    width: 100%;
    display: block;
}

.filterContent {
    display: none;
}

.tournament-listing-filter > div {
    text-align: center;
}

.tournament-listing-filter a.back {
    margin: 5px 0px 5px 0px !important;
}

    .tournament-listing-filter a.back:before {
        content: " ";
        background: url(../images/formicon.png) center center no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0px;
        width: 30px;
        height: 30px;
    }

.tournament-listing-filter input[type=text], .tournament-listing-filter input[type=email], .tournament-listing-filter input[type=number] {
    padding: 12px 16px;
    box-sizing: border-box;
    border: solid 1px #898989;
    background: #fff;
    outline: 0;
    position: relative;
    color: #6d6f73;
    font-family: 'Barlow', sans-serif;
    z-index: 1;
    margin: 10px 0;
}

.tournament-listing-filter .form-group {
    display: inline-block;
    /*margin:0px 5px;*/
    text-align: left;
    position: relative;
}

.tournament-listing-filter label {
    padding: 0px;
    border: solid 0px #898989;
    outline: 0;
    position: relative;
    color: #6d6f73;
    font-family: 'Barlow', sans-serif;
    z-index: 1;
    color: #ffffff;
    display: block;
}


.tournament-listing-filter .buttons .button {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 5px 31px;
    border-radius: 12px;
    border: solid 1px white;
    overflow: hidden;
    position: relative;
    background: #13336E;
    font-size: 20px;
    margin: 0 10px;
    cursor: pointer;
}

    .tournament-listing-filter .buttons .button:after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -60px;
        width: 85px;
        height: 100%;
        background: #ff6633;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

.tournament-listing-filter .select {
    padding: 12px 32px 12px 18px;
    box-sizing: border-box;
    width: 100%;
    border: navajowhite;
    background: #fff;
    border-radius: 12px;
    outline: 0;
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 10px 0;
}

    .tournament-listing-filter .select::-ms-expand {
        display: none;
    }

    .tournament-listing-filter .select:focus {
    }

.tournament-listing-filter .selectFormGroup:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 38px;
    right: 10px;
    color: #6d6f73;
    pointer-events: none;
    font-weight: normal;
    font-size: 30px;
}

.text {
    width: 600px;
    text-align: center;
    margin-top: 10px;
}

/*.schedule-img {
    width: 56% !important;
}*/

#TB_window > #TB_title h3.ProfileUser {
    color: #e75639;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0px 1px 0px;
    font-family: 'Barlow', sans-serif;
}
