/* ================================================================================
	#Reset
================================================================================ */
* {
    padding: 0;
    margin: 0;
    outline: 0;
}

/* ================================================================================
	#Base
================================================================================ */
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

a {
    color: #2069af;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
    vertical-align: middle;
}

ol,
ul {
    list-style-position: inside;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #333;
}

h4 {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}

.bficons {
    font-family: 'BirdieFire icons';
}

/* ================================================================================
	#Helpers
================================================================================ */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* ==========================================================================
	#Bar
========================================================================== */
.nav-shell {
    overflow: hidden;
}


.bar li,
.nav-dropdown li {
    float: left;
}

.bar ul,
.nav-dropdown ul {
    list-style: none outside none;
}

.bar a.top {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.bar {
    width: 100%;
    height: 35px;
    margin-top: 5px;
    background: #f36f21;
    line-height: 35px;
}

.bar > .shell > ul {
    float: left;
    display: inline-block;
}

.bar > .shell > ul > li > a {
    display: inline-block;
    height: 34px;
    padding: 0 23px;
    color: #fff;
    font-size: 14px;
    vertical-align: bottom;
}

/*.bar > .shell > ul > li:first-child a { padding-left: 0; }*/

.bar a:hover {
    text-decoration: none;
}

.bar .current a,
.bar a:hover {
    background: #e45501;
}

input {
    background: none;
    border: 0;
}

/* ================================================================================
	#Main
================================================================================ */
.main {
    padding: 30px 0;
}

.shell {
    overflow: hidden;
}

.sponsor-top {
    float: right;
    position: absolute;
    right: 20px;
    width: 325px;
    height: 60px;
    z-index: 2;
}

.sponsor-bottom {
    margin: 50px 50px;
}

/* ================================================================================
	#Team Head
================================================================================ */
.team-head {
    overflow: hidden;
    padding-bottom: 36px;
}

.team-head h3 {
    float: left;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}

.team-logo {
    float: left;
    width: auto;
    padding: 8px 24px 0 0;
}

.link-back a {
    color: #f26322;
}

.link-back a:hover {
    color: #333;
    text-decoration: none;
}

.meta a,
.link-back a {
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

.team-entry-top {
    overflow: hidden;
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
}

.team-entry-top h2 {
    float: left;
}

.socials {
    float: right;
    padding-top: 18px;
}

.socials ul {
    font-size: 0;
    line-height: 0;
    list-style: none outside none;
}

.socials li {
    display: inline-block;
    vertical-align: middle;
}

.socials li ~ li {
    margin-left: 5px;
}

.socials a {
    display: block;
    font-size: 22px;
}

.socials a:hover {
    margin-top: -5px;
    text-decoration: none;
}

.fa-twitter-square {
    color: #58cbff;
}

.fa-facebook-square {
    color: #3957a1;
}

.socials a {
    -webkit-transition: margin .5s;
    -moz-transition: margin .5s;
    -o-transition: margin .5s;
    transition: margin .5s;
}

.meta {
    padding: 9px 0 0;
}

.meta ul {
    overflow: hidden;
    padding-bottom: 3px;
    list-style: none outside none;
}

.meta li {
    position: relative;
    float: left;
}

.meta li ~ li {
    padding-left: 18px;
}

.meta li ~ li:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: '\2022';
}

.meta a:hover {
    color: #f07c00;
    text-decoration: none;
}

/* ================================================================================
	#Team Nav
================================================================================ */
.team-nav {
    padding-bottom: 52px;
    border-top: 6px solid #f07c00;
}

.team-nav ul {
    position: relative;
    list-style: none outside none;
}

.team-nav ul li {
    float: left;
}

.team-nav ul li a {
    display: block;
}

.team-nav > ul {
    background: #153976;
}

.team-nav > ul > li > a {
    padding: 19px 35px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-nav > ul > li.current > a,
.team-nav > ul > li > a:hover {
    background: #032052;
    text-decoration: none;
}

.team-nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #032052;
}

.team-nav ul ul a {
    position: relative;
    padding: 11px 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.team-nav ul ul i {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    color: #032052;
    opacity: 0;
    visibility: hidden;
}

.team-nav ul ul a:hover {
    color: #f07c00;
    text-decoration: none;
}

.team-nav ul ul .current i {
    bottom: -12px;
    opacity: 1;
    visibility: visible;
}

.team-nav ul ul .current i.first {
    left: 33px;
}

.team-nav ul ul i {
    -webkit-transition: bottom .3s, opacity .3s;
    -moz-transition: bottom .3s, opacity .3s;
    -o-transition: bottom .3s, opacity .3s;
    transition: bottom .3s, opacity .3s;
}

.team-nav > ul > li > a {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

/* ================================================================================
	#Table
================================================================================ */
.table {
    position: relative;
    overflow: hidden;
    display: none;
}

.table-inner {
    width: auto;
    margin-right: 28px;
}

.table-inner ~ .table-inner {
    margin-top: 18px;
}

.opened .table-inner {
    width: 690px;
}

.table-inner div.img {
    display: inline-block;
    width: 50px;
    max-height: 40px;
    margin: 0px 5px;
    overflow: hidden;
}

.table.current {
    display: block;
}

.table th,
.table td {
    border-left: 1px solid #c9c9c9;
}

.table th {
    padding: 3px 15px;
    background: #333;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.scoreboard-table tr:first-child th:nth-child(2) {
    text-align: left;
}

.table tr:nth-child(2) th {
    border-top: 1px solid #c9c9c9;
}

.table tr.clicked td,
.table tr:hover td {
    background: #032052;
    color: #fff;
}

.table tr.clicked td a,
.table tr:hover td a {
    color: #fff;
}

.table td {
    height: 40px;
    padding: 0 8px; /*border-top: 1px solid #f1efef;*/
    text-align: center;
}

.table td:nth-child(2) {
    text-align: left;
}

.table td a:hover {
    text-decoration: none;
}

#table-combo table {
    border: 1px solid #c9c9c9;
    border-collapse: collapse;
}

#table-combo .table-inner {
    width: 100%;
}

#table-combo th {
    height: 43px;
}

.table td {
    -webkit-transition: background .5s, color .5s;
    -moz-transition: background .5s, color .5s;
    -o-transition: background .5s, color .5s;
    transition: background .5s, color .5s;
}

.table .color td {
    background: #f1efef;
}


.table-half {
    display: none;
}

.opened .table-half {
    display: block;
}

.opened .table-full {
    display: none;
}

/*
.table-back { display: none; }
.show-back .table-back { display: block; }
.show-back .table-front { display: none; }

*/

/* ================================================================================
	#Player Info
================================================================================ */
div.player {
    overflow: hidden;
    display: none;
    border: 1px solid #575757;
    background: #333;
}

.player-info td {
    height: 0;
    padding: 0;
    background: #333;
}

.table-round th:first-child,
.player-info td:first-child {
    border-left: 0;
}

.player-aside {
    float: left;
    width: 200px;
}

.player-stats {
    overflow: hidden;
    border-left: 1px solid #575757;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.table-round {
    display: none;
}

.table-round.current {
    display: block;
}

.table-round table {
    border-collapse: collapse;
}

.table-round th {
    height: 35px;
    padding: 0;
    background: #032052;
    border-width: 1px;
    border-style: solid;
    border-color: #6b6b6b;
    text-align: center !important;
}

.table-round th a {
    color: #fff;
}

.table-round td {
    height: 38px;
    border: 1px solid #6b6b6b;
    color: #fff;
    text-align: center !important;
}

.player-info td:hover {
    color: #fff;
}

.table-round tr:last-child td {
    background: #494848 !important;
}

.table-round tr th:last-child,
.table-round tr td:last-child {
    border-right: 0;
}

.table-round tr:nth-child(2) td:last-child,
.table-round tr:nth-child(4) td:last-child {
    border-left: 1px solid #6b6b6b;
}

.table-round .table-half td:nth-child(11) {
    border-right: 0;
}

.table-round .table-half td:last-child {
    border: 0;
}

.table-round .table-half tr:last-child td:last-child {
    background-color: transparent !important;
}

.player-info td {
    background: #333 !important;
    color: #fff !important;
}

.table-round td.green {
    background: #b5f9ae !important;
    color: #434b42 !important;
}

.table-round td.yellow {
    background: #f7b90d !important;
    color: #434b42 !important;
}

.table-round td.red {
    background: #b50d25 !important;
}

.table-round th.arrow {
    background: #494848 !important;
}

.player-tabs-content { /* margin-bottom: 24px; */
}

.player-tabs {
    overflow: hidden;
}

.player-tabs ul {
    float: left;
    list-style: none outside none;
}

.player-tabs li {
    float: left;
    border-right: 1px solid #6b6b6b;
}

.player-tabs li a {
    display: block;
    padding: 5px 30px;
    color: #fff;
}

.player-tabs li.current a,
.player-tabs li a:hover {
    background: #032052;
}

.team-info .team-draw-head a.close {
    background: transparent;
    display: block;
    float: right;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    transition: all .25s;
    font-size: 18px
}

.team-info .team-draw-head a.close:hover {
    background: #F4F4F4;
}

.team-info .team-draw-head a.close span.bficons {
    color: #AAA
}

.team-info .team-draw-head a.close:hover span.bficons {
    color: #F05023
}

.player-info.open div.player-main a.close {
    background: transparent;
    display: block;
    float: right;
    margin: 10px 5px -25px 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    transition: all .25s;
    font-size: 18px;
    position: relative;
    z-index: 20;
}

.player-info.open div.player-main a.close:hover {
    background: #F4F4F4;
}

.player-info.open div.player-main a.close span.bficons {
    color: #AAA
}

.player-info.open div.player-main a.close:hover span.bficons {
    color: #F05023
}

.player-tabs-content th.header {
    width: 50px;
}

.player-tabs-content th.hole {
    width: 40px;
}


.player-thumb {
    padding: 40px 0 10px;
}

.player-team {
    padding-bottom: 15px;
}

.player-entry {
    color: #fff;
}

.player-entry h3 {
    padding-bottom: 10px;
    font-size: 17px;
}

.player-entry h5 {
    font-size: 13px;
    line-height: 1;
}

.player-entry p {
    padding-bottom: 17px;
    font-size: 13px;
}

.table-position td:first-child {
    padding-left: 12px;
    text-align: left;
}

.table-position th:first-child,
.table-position td:nth-child(2) {
    border-left: 0;
}

.table-position tr:nth-child(7) td ~ td,
.table-position tr:nth-child(8) td ~ td {
    text-align: center;
}

.table-position tr:nth-child(7) td,
.table-position tr:nth-child(8) td {
    border-left: 1px solid #5e5e5e;
}

.table-more {
    float: left;
    width: 422px;
    border: 1px solid #5e5e5e;
}

.table-more th {
    height: 23px;
    padding: 0;
    border-color: #5e5e5e;
    background: #032052;
    text-align: center !important;
}

.table-more td {
    height: 23px;
    border-color: #5e5e5e;
    background-color: transparent;
}

.table-position {
    margin: 0 5px;
}

.table-time {
    margin: 0 0 10px;
    width: 100%
}

.opened .table-more {
    margin: 0 auto 18px;
    float: none;
    width: 90%;
}

.table-time th:first-child {
    border-left: 0;
}

.table-time td:nth-child(1),
.table-time td:nth-child(2) {
    padding: 0 12px;
    text-align: left;
}

#table-team,
#table-player {
    border-right: 1px solid #c9c9c9;
}

.post-foot a,
.close {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}


/* ================================================================================
	#Team Draw 
================================================================================ */
.team-draw {
    display: none;
    background: #333;
}

.team-draw h4 {
    padding: 30px 15px 13px;
    text-align: left;
}

.team-draw-head {
    overflow: hidden;
    padding: 0 10px 12px 15px;
}

.team-draw-head h4 {
    float: left;
    padding: 14px 0 0 0;
}

.team-info td {
    height: 0;
}

.team-info td,
.team-info tr:hover td {
    background: #333 !important;
    color: #fff;
}

.team-info td {
    padding: 0;
}

.table-draw table {
    border-collapse: collapse;
}

.table-draw td {
    height: 35px;
    border: 1px solid #676767;
}

.table-draw td ~ td {
    text-align: center !important;
}

.table-draw td:first-child {
    padding: 0 15px;
    border-left: 0;
    text-align: left;
}

.table-draw .table-color td:last-child {
    border-left: 0;
    border-right: 0;
}

.table-draw .table-color tr:first-child td:last-child {
    border-left: 1px solid #676767;
}

.table-draw .table-color tr:first-child td {
    background: #032052 !important;
    color: #fff;
}

.table-draw .table-color tr:nth-child(2) td {
    background: #484848 !important;
}

.table-draw td a {
    color: #fff;
}

.team-draw-foot {
    padding: 12px 15px;
    text-align: left;
}

.team-draw-foot ul {
    list-style: none outside none;
}

.team-draw-foot li,
.team-draw-foot li span {
    display: inline-block;
    vertical-align: middle;
}

.team-draw-foot li span {
    font-size: 12px;
}

.team-draw-foot li ~ li {
    margin-left: 20px;
}

.icon-legend {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

tr:hover td.double-eagle,
td.double-eagle,
.double-eagle {
    background: #6e96bd !important;
}

tr:hover td.eagle,
td.eagle,
.eagle {
    background: #29b2e7 !important;
}

tr:hover td.birdie,
td.birdie,
.birdie {
    background: #9ec7ef !important;
}

tr:hover td.par,
td.par,
.par {
    background: #ccc !important;
}

tr:hover td.bogey,
td.bogey,
.bogey {
    background: #f7b90d !important;
}

tr:hover td.double-bogey,
td.double-bogey,
.double-bogey {
    background: #ee5e00 !important;
}

tr:hover td.more-bogey,
td.more-bogey,
.more-bogey {
    background: #9e5912 !important;
}

td.start {
    border: 4px solid #909090;
}

/* ================================================================================
	#Sidebar
================================================================================ */
.sidebar {
    position: absolute;
    top: 0;
    right: -383px;
    bottom: 0;
    float: right;
    width: 410px;
}

.opened .sidebar {
    right: 0;
}

.sidebar-outer {
    float: left;
    width: 28px;
    height: 100%;
    background: #2296d6;
    cursor: pointer;
}

.sidebar-inner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 382px;
}

.toggled .sidebar-inner {
    bottom: -21px;
}

.widget-post {
    height: 93%;
}

.sidebar .fa-twitter {
    position: absolute;
    top: 20px;
    left: 7px;
    font-size: 16px;
    color: #fff;
}

.sidebar .fa-caret-square-o-right {
    position: absolute;
    top: 50%;
    left: 7px;
    font-size: 16px;
    color: #fff;
}

.sidebar-inner h4 {
    padding: 20px 0 13px;
    background: #333;
    text-align: center;
}

.widgets {
    float: right;
    height: 100%;
    width: 382px;
    background: #fff;
    list-style: none outside none;
}

#twitter-container {
    overflow: auto;
    padding-bottom: 50px;
}

.widget-post ul {
    overflow: auto;
    padding: 14px 12px;
    list-style: none outside none;
}

.widget-post li {
    overflow: hidden;
}

.widget-post li ~ li {
    padding-top: 25px;
}

.post-thumb {
    float: left;
    width: 50px;
    margin: 2px 13px 0 0;
}

.post-thumb img {
    border-radius: 2px;
}

.post-entry {
    overflow: hidden;
}

.post-head {
    padding-bottom: 5px;
    font-size: 13px;
}

.post-body {
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 1.58;
}

.post-foot a {
    font-size: 11px;
    line-height: 1.73;
    color: #848484;
}

.post-foot a ~ a {
    margin-left: 10px;
}

.post-foot a:hover {
    color: #2069af;
    text-decoration: none;
}

.sidebar {
    -webkit-transition: right .7s;
    -moz-transition: right .7s;
    -o-transition: right .7s;
    transition: right .7s;
}

.table-inner {
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    -o-transition: width .7s;
    transition: width .7s;
}

#nextup-container {
    display: none;
    width: 100%;
    background-color: #e6f0ff;
    border-bottom: 1px solid #99c2ff;
    border-top: 1px solid #99c2ff;
    color: #3385ff;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 1px;
    position: relative;
    text-align: center;
    top: -1px;
    z-index: 2;
}


/* ================================================================================
	#Tournaments
================================================================================ */
.cols {
    overflow: hidden;
}

.tournament ~ .tournament {
    padding-top: 40px;
}

.col {
    float: left;
}

.col-1of2 {
    width: 500px;
    padding: 38px 24px 32px;
    height: 450px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.col-1of4 {
    width: 245px;
    padding: 12px 14px 16px;
    height: 425px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.col ~ .col {
    border-left: 1px solid #ccc;
}

.col table a {
    color: #fff
}

.tournaments {
    padding: 20px 0 0;
}

.tournaments h2 {
    padding-bottom: 10px;
}

.tournaments h3 {
    padding-bottom: 10px;
    font-size: 21px;
}

.tournament-entry .socials {
    padding-top: 0;
}

.tournament-entry .team-logo {
    padding: 0 10px 0 0;
}

.tournament-entry .team-head {
    padding-bottom: 15px;
}

.tournament-entry .head {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-align: center;
}

.tournament-entry .head h5 {
    padding-bottom: 6px;
    font-size: 16px;
}

.table-tournament {
    color: #fff;
}

.table-tournament table {
    border: 1px solid #686868;
    border-collapse: collapse;
}

.table-tournament th {
    height: 24px;
    background: #032052;
}

.table-tournament td {
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #686868;
    background: #333;
    text-align: center;
    font-weight: bold;
}

.table-tournament td:nth-child(2),
.table-tournament td:nth-child(5) {
    padding: 0 15px;
    text-align: left;
}

.col-1of4 .table-tournament th {
    height: 34px;
}

/* ================================================================================
	#Match Play
================================================================================ */
.table-matches {
    color: #fff;
    margin: 0px auto;
    width: 600px;
}

.table-matches table {
    border: 1px solid #686868;
    border-collapse: collapse;
}

.table-matches th {
    height: 24px;
    background: #032052;
}

.table-matches td {
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #686868;
    background: #333;
    text-align: center;
    font-weight: bold;
}

.table-matches td.name {
    width: 200px
}

.table-matches td.score {
    width: 75px
}

.table-matches td.vs {
    width: 50px
}

.table-matches th a {
    font-size: 18px;
}

.table-matches table a:link, .table-matches table a:visited {
    color: white;
}

.teammatch-header {
    width: 100%;
    vertical-align: middle;
    padding-bottom: 25px;
}

.teammatch-header h2 {
    font-size: 20px;
    text-align: center;
}

.featured-table-matches td.name {
    width: 180px;
}

.featured-table-matches td.score {
    width: 50px
}

.featured-table-matches td.vs {
    width: 40px
}

/* ==========================================================================
	#Stats
========================================================================== */
.team-nav-stats ul ul {
    padding-left: 34px;
}

.team-nav-stats ul ul li {
    font-weight: bold;
}

.team-nav-stats ul ul li + li + li {
    margin-left: -15px;
}

.players,
.teams {
    font-weight: bold;
    text-transform: uppercase;
}

.teams {
    position: relative;
    left: -26px;
    padding: 0 20px;
}

.right-border {
    position: absolute;
    top: 9px;
    right: 0;
    width: 2px;
    height: 24px;
    background: #fff;
}

.white-circle {
    position: absolute;
    top: 12px;
    left: 21px;
    width: 15px;
    height: 15px;
    background: url(images/ico-white-circle.png) no-repeat 0 0;
}

.orange-circle {
    position: absolute;
    top: 12px;
    left: 21px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #f07c00;
}


/* ==========================================================================
	#Stats Tables
========================================================================== */
.table-stats {
    overflow: hidden;
    margin-top: 4px;
}

.table-stats table {
    background: #333;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
}

.table-stats table a {
    color: #e1e1e1;
}

.table-stats td {
    height: 22px;
    padding: 0;
    border: 1px solid #575757;
    border-collapse: collapse;
}

.table-stats tr:hover td {
    background: #333;
}

.table-stats th {
    width: 100%;
    background: #032052;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-transform: none;
    text-align: center;
}

.table-stats table.stats-box {
    width: 327px;
    height: 282px
}

.table-stats table.stats-box th {
    width: 326px;
    height: 31px
}

.table-stats table.stats-box td.position {
    width: 40px;
    height: 22px
}

.table-stats table.stats-box td.exact {
    width: 72px
}

.table-stats table.stats-box td.relative {
    width: 49px
}

.stats {
    overflow: hidden;
    list-style: none outside none;
}

.stat {
    float: left;
    padding: 17px;
    margin-bottom: 26px;
    border: 1px solid #e1e1e1;
    margin-top: 3px;
}

.table-text {
    padding-left: 9px;
}

#table-team-border-none {
    border: none;
}

/* ==========================================================================
	#Pairings
========================================================================== */
.gray-line {
    color: #000;
}

.small-text {
    font-size: 11px;
}

.align-left {
    text-align: left !important;
}

.align-left-space {
    padding: 0 15px !important;
    text-align: left !important;
}

.team-table-head h4 {
    display: inline-block;
    padding-bottom: 13px;
    font-size: 17px;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0.04em;
}

.table-inner-paitings {
    width: 100%;
}

.table-inner-paitings td {
    padding-left: 17px !important;
}

.table-inner-paitings th {
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: bold;
}

.tee-sheet {
    width: 100%;
}

.tee-sheet th.times {
    width: 15%;
    height: 47px;
}

.tee-sheet th.position {
    width: 21%;
    height: 47px;
}

.tee-sheet th.last {
    width: 182px;
    height: 47px;
}

/* ==========================================================================
	#Course Page
========================================================================== */
.course-table-head {
    margin-top: -40px;
}

.course-table-head h4 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.table-inner-course {
    width: 100%;
}

.table-inner-course th {
    padding: 3px 0 !important;
    text-align: center !important;
    width: 10%;
    height: 46px
}

.table-inner-course td {
    text-align: center !important;
}

.table-course-results {
    margin-bottom: 31px;
    font-size: 14px;
    color: #fff;
}

.table-course-results table {
    border-collapse: collapse;
    text-align: center;
}

.table-course-results .course-blue td,
.table-course-results .course-gray td {
    border: 1px solid #65676a;
}

.table-course-results td.hole {
    width: 43px
}

.table-course-results td.double {
    width: 68px
}

.table-course-results table.two-row {
    display: none;
}

.course-blue {
    background: #032052;
}

.course-gray {
    background: #333;
}


/* ==========================================================================
	#Nav Secondary
========================================================================== */
.nav-secondary {
    width: 100%;
    height: 41px;
    margin-bottom: 9px;
    background: #032052;
}

.nav-secondary ul {
    display: inline-block;
    margin: 10px 27px 0;
    list-style: none outside none;
}

.nav-secondary li {
    position: relative;
    float: left;
    height: 23px;
    line-height: 23px;
}

.nav-secondary li + li {
    padding-left: 23px;
}

.nav-secondary li + li + li {
    padding-left: 27px;
}

.nav-secondary li:first-child {
    padding-right: 26px;
    border-right: 2px solid #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-secondary li:last-child {
    padding-left: 33px;
}

.nav-secondary a {
    color: #fff;
    text-decoration: none;
}

.nav-secondary a:hover {
    text-decoration: underline;
}

/* ================================================================================
	#Team List
================================================================================ */
.team-list {
    border-collapse: collapse;
    border: 1px solid #c9c9c9;
    width: 100%;
}

.team-list td {
    width: 13%;
    text-align: center;
    height: 40px;
    padding: 0 8px;
    border-left: 1px solid #c9c9c9;
}

.team-list td.name {
    width: 35%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.team-list tr:nth-child(odd) {
    background-color: #EAEAEA;
}

.team-list img {
    display: inline-block;
    max-width: 50px;
    max-height: 40px;
    margin: 0px 5px;
    overflow: hidden;
}

.team-list td.news {
    font-weight: bold;
}

.team-list td.learn-more {
    font-style: italic;
}

/* ================================================================================
	#Team Tournament Page
================================================================================ */
.team-tournament {
    width: 100%;
    overflow: hidden;
    min-height: 250px;
}

.team-tournament div {
    float: left;
    display: inline;
}

.team-tournament div.links {
    float: left;
    display: inline;
    min-width: 175px;
    padding: 0 10px;
    margin-left: 20px;
}

.team-tournament div.links div.links-header {
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.team-tournament div.links ul {
    list-style: none outside none;
    padding-left: 10px;
}

.team-tournament div.tt-logo {
    min-width: 250px;
    padding: 20px;
    text-align: center;
}

.team-tournament div.item {
    display: inline-block;
}

/* ================================================================================
	#Tournament News
================================================================================ */
.tournament-news {
    width: 100%;
    overflow: hidden;
}

.tournament-news div {
    float: left;
    display: inline-block;
}

.tournament-news div.team-tabs {
    min-width: 175px;
    max-width: 250px;
    margin-left: 15px;
    margin-right: 40px;
}

div.team-tabs ul {
    position: relative;
    list-style: none outside none;
}

div.team-tabs > ul {
    background: #153976;
}

div.team-tabs ul li {
    padding: 15px 10px;
}

div.team-tabs li.current {
    background: #032052;
}

div.team-tabs > ul > li > a {
    font-size: 14px;
    padding: 10px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tournament-news div.story {
    width: 520px;
    padding: 20px;
}

.tournament-news div.story p {
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 14px;
}

/* ==========================================================================
	#Icons
========================================================================== */
.ico-blue-arrow {
    position: absolute;
    bottom: -14px;
    right: 18px;
    width: 14px;
    height: 7px;
    background: url(images/blue-menu-arrow.jpg) no-repeat 0 0;
}

/* TOURNAMENT SUMMARY BOX */
.tournament_summary {
    border: 1px solid #999;
    border-collapse: collapse;
    margin: 10px;
}

.tournament_summary tr.top {
    background-color: #EAEAEA;
}

.tournament_summary td {
    border: 1px solid #BBB;
}

.tournament_summary td.base_name {
    font-weight: bold;
    padding: 4px;
}

.tournament_summary td.name {
    width: 250px;
    font-weight: bold;
    padding: 4px;
    color: #333;
    background-color: #EFEFEF;
}

.tournament_summary td.top {
    font-weight: bold;
}

.tournament_summary td.round {
    width: 48px;
}

.tournament_summary td.centered {
    text-align: center;
}

.tournament_summary td.player_total {
    background-color: #A0CFEC;
    width: 55px;
    font-weight: bold;
    color: #777;
}

.tournament_summary tr.team_total_row {
    background-color: #CCC;
}

.tournament_summary td.team_total_line {
    font-weight: bold;
    text-align: right;
    color: #666;
}

.tournament_summary td.blr, .tournament_summary th.blr {
    border-left: 2px solid #666;
    border-right: 2px solid #666;
}

.tournament_summary td.bl, .tournament_summary th.bl {
    border-left: 2px solid #666;
}

.tournament_summary td.br, .tournament_summary th.br {
    border-right: 2px solid #666;
}

.tournament_summary th.hold {
    min-width: 18px;
}

#playerscorecard {
    width: 100%;
    cellspacing: 0;
    cellpadding: 0;
    border: 0;
    border-collapse: collapse;
}

#playerscorecard td {
    text-align: center;
}

#playerscorecard td:first-child {
    text-align: left;
    padding: 0 15px;
}

.team-info td.basic {
    width: 40px;
}

#playerscorecard td.hole {
    min-width: 30px;
}

#playerscorecard td.front, #playerscorecard td.back {
    min-width: 50px;
}

#playerscorecard td.hole-total {
    min-width: 50px;
}

.team-round-stats {
    margin: 8px;
}

/* ================================================================================
	# TOURNAMENT NEWS
================================================================================ */
.tournament-news {
    width: 100%;
    overflow: hidden;
}

.tournament-news div {
    float: left;
    display: inline-block;
}

.tournament-news div.story-tabs {
    width: 25%;
    margin-right: 3%;
}

div.story-tabs ul {
    position: relative;
    list-style: none outside none;
}

div.story-tabs > ul {
    background: #F4F4F4;
}

div.story-tabs ul li {
    padding: 8px 6px;
}

div.story-tabs li.current {
    background: #D8D8D8;
}

div.story-tabs li.current a {
    color: #9B9B9B;
}

div.story-tabs li.current a:hover {
    color: #888;
}

div.story-tabs > ul > li > a {
    font-size: 14px;
    padding: 10px 10px;
    color: #3C4044;
    letter-spacing: 0.5px;
}

div.story-tabs > ul > li > a:hover {
    color: #F05023;
    text-decoration: none
}

.tournament-news div.story {
    width: 63%;
    padding: 0
}

.tournament-news div.story p {
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 14px;
}

div#navigation_wrapper {
    display: none
}

.story h3 {
    margin-bottom: 20px
}

.meta {
    padding: 10px;
}

/* ================================================================================
	# PAGE TABS
================================================================================ */

.page_tabs {
    border-bottom: 1px solid #CFECEC;
    margin-bottom: 12px;
}

.page_tabs ul {
    margin: 0 20px;
    padding: 0;
}

.page_tabs ul li {
    display: inline;
    list-style-type: none;
}

.page_tabs ul li.header {
    font-weight: bold;
    font-size: 16px;
    color: #42647F;
    padding-right: 14px;
}

.page_tabs ul a:link, .page_tabs ul a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #42647F;
    padding: 4px 8px;
}

.page_tabs ul a:hover {
    color: #FFF;
    background: #42647F;
}

.page_tabs .divider {
    color: #42647F;
}

.page_tabs ul li.focus {
    background-color: #ddd;
}

.page_tabs ul li.focus a:hover {
    color: #42647F;
    background: #DDD;
}


/* PUTT TABLE */
table.putt_table {
    padding: 10px;
    color: #666;
    font-size: 12;
    margin-left: 50px;
}

table.putt_table tr {
    height: 20px;
    border: 1px solid #DDD;
}

table.putt_table td {
    width: 70px;
}

table.putt_table td.value {
    text-align: center;
}

table.putt_table td.name {
    font-weight: bold;
    width: 150px;
    padding-left: 20px;
}

table.putt_table td.total {
    font-size: 14px;
    width: 100px;
    background-color: #EEE;
}

table.putt_table td.shade {;
    background-color: #DEF;
}

table.putt_table tr.total {
    background-color: #EEE;
}

table.putt_table tr td.total_name {
    text-align: right;
}

table.putt_table tr td.total_value {
    font-size: 14px;
}

.round_header {
    font-weight: bold;
    color: #444;
    font-size: 16px;
}

/* Tee Sheet */
#tee-sheet {
    width: 100%;
    border: 1px solid #333;
    border-collapse: collapse;
}

#tee-sheet td {
    padding: 8px;
    border: 1px solid #333;
}

#tee-sheet td.player {
    text-align: center;
}

#tee-sheet td.time {
    width: 100px;
}

#tee-sheet td.last {
    width: 80px;
}

.fade, .faded {
    /* for IE */
    filter: alpha(opacity=40);
    /* CSS3 standard */
    opacity: 0.4;
}

.holebreakdown {
    width: 100%;
    cellspacing: 0;
    cellpadding: 0;
    border: 0;
    border-collapse: collapse;
}

.holebreakdown td {
    text-align: center;
}

.holebreakdown td:first-child {
    text-align: left;
    padding: 0 15px;
}

/* SCOREBOARD CUSTOMIZATION */
table.team-scoreboard th.pos {
    width: 30px;
}

table.team-scoreboard th.team {
    width: 450px;
}

table.team-scoreboard th.total {
    width: 35px;
}

table.team-scoreboard th.to_par {
    width: 90px;
}

table.player-scoreboard th.pos {
    width: 30px;
}

table.player-scoreboard th.player {
    width: 160px;
}

table.player-scoreboard th.team {
    width: 118px;
}

table.player-scoreboard th.total {
    width: 35px;
}

table.player-scoreboard th.to_par {
    width: 90px;
}

table.combo-scoreboard th.pos {
    width: 30px;
}

table.combo-scoreboard th.team {
    width: 480px;
}

table.feature-box td.tpos {
    width: 30px;
}

table.feature-box td.tname {
    width: 178px;
}

table.feature-box td.ttopar {
    width: 38px;
}

table.feature-box td.ppos {
    width: 30px;
}

table.feature-box td.pname {
    width: 178px;
}

table.feature-box td.ptopar {
    width: 38px;
}

table.display-box td.pos {
    width: 30px;
}

table.display-box td.name {
    width: 174px;
}

table.display-box td.topar {
    width: 40px;
}

/* OLD NAVIGATION */
#navigation2 {
    position: relative;
    overflow: hidden;
    left: 100px;
}

#navigation2 ul li {
    float: left;
    display: inline;
}

#navigation2 ul li a {
    display: block;
    padding: 18px 15px 20px 15px;
    font: 14px/16px "proxima_nova_rgbold", arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#navigation2 ul li a:hover,
#navigation2 ul li a.active {
    background-color: #0f141b;
    text-decoration: none;
}

#navigation2 ul li a:hover span,
#navigation2 ul li a.active span {
    border-bottom: 3px solid #feba12;
}


/* ==========================================================================
	restyling
========================================================================== */

header.header {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
}

.logo {
    color: transparent;
}

.link-back {
    margin: 0px 0 20px;
}

.team-head {
    overflow: hidden;
    padding-bottom: 0;
    width: 100%
}

td.halfscreen {
    height: 0;
    width: 50%
}

.sidebar {
    display: block
}

.soc {
    display: none
}

.player-aside {
    width: 20%;
    float: left;
}

.player-main {
    width: 80%;
    float: right;
}

.player-info a.close {
    float: right
}

.goto.mob {
    display: none;
}

/* ==========================================================================
	#Media Queries
========================================================================== */
@media (max-width: 1099px) {
    .team-head {
        width: 98%;
        margin: 10px 1%
    }
}

@media (max-width: 951px) {
    .mobile-nav-btn {
        display: block;
    }

    .tabs-nav li {
        width: 16.6%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tabs-nav a {
        width: 100%;
        height: 68px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tabs-nav a .ico {
        display: block;
    }

    .tab {
        padding: 10px;
    }

    .form-actions {
        margin-top: 20px;
        text-align: center;
    }

    .form-actions .btn {
        max-width: 320px;
    }

    .team-nav > ul > li > a {
        padding: 20px 25px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    #playerscorecard td.hole {
        min-width: 20px;
    }

    #playerscorecard td.front, #playerscorecard td.back {
        min-width: 30px;
    }

    #playerscorecard td.hole-total {
        min-width: 40px;
    }

    td.total, td.half {
        min-width: 35px;
    }
}

@media (max-width: 768px) {
    .team-head {
        width: 96%;
        margin: 10px 2%
    }

    .full {
        display: none;
    }

    .tabs-nav a {
        font-size: 10px;
    }

    .tabs-nav a .ico {
        font-size: 18px;
    }

    .mobile-nav {
        width: 90%;
    }

    .mobile-nav.active {
        left: 10%;
    }

    .team-nav > ul > li > a {
        padding: 15px 13px;
        font-size: 13px;
        letter-spacing: 0px;
    }

    .sidebar {
        display: none
    }

    .soc {
        display: inline-block
    }

    .table-inner {
        margin-right: 0px;
    }

    .player-aside {
        width: 20%;
        margin-top: -120px;
    }

    .player-aside .player-thumb {
        padding-bottom: 100px;
    }

    .player-main {
        float: left;
    }

    .player-scoreboard .player-main {
        width: 100%;
    }

    #scoreboard_box > table > tbody > tr > td > div > div.player-aside > div.player-thumb {
        position: relative
    }

    #scoreboard_box > table > tbody > tr > td > div > div.player-aside > div.player-thumb img {
        width: 120px;
        clip: rect(0px, 120px, 120px, 0px);
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .table-time.table-more {
        margin-left: 140px;
        max-width: 100%;
        box-sizing: border-box
    }

    .table-inner-paitings th, .table-inner-course th {
        font-size: 12px;
    }

    .tee-sheet, .table-inner-course {
        font-size: 11px;
    }

    .nav-secondary {
        font-size: 12px;
    }

    .nav-secondary li + li, .nav-secondary li + li + li, .nav-secondary li:last-child {
        padding-left: 12px;
    }

    .team-nav ul ul a {
        font-size: 12px
    }

    .table-stats table td {
        font-size: 12px;
    }

    .table-time.table-more {
        width: 375px;
    }

    .tournament_summary td, #playerscorecard td, .putt_table td {
        font-size: 10px;
    }

    .team-round-stats p {
        font-size: 10px;
    }

    .table-matches {
        font-size: 12px;
        width: 425px;
        margin: 0px auto;
    }

    .table-matches th a {
        font-size: 14px;
    }

    .table-matches td.name {
        width: 150px
    }

    .table-matches td.score {
        width: 50px
    }

    .table-matches td.vs {
        width: 25px
    }
}

.team-draw-body.team-hidden {
    display: none
}

.team-draw-body.team-show {
    display: block
}

@media (max-width: 568px) {
    .goto.mob {
        display: inline;
        float: left;
        margin-left: 140px;
        font-size: 12px;
        margin-bottom: -15px;
    }

    .team-draw, .player-tabs-content {
        overflow-x: scroll;
    }

    .team-draw-head {
        width: 90%;
        opacity: 0;
        transition: opacity .25s;
    }

    .team-draw-foot {
        position: absolute;
        width: 90%;
        opacity: 0;
        transition: opacity .25s;
    }

    .team-draw-body {
        width: 100%;
        padding: 0px 0 65px 0
    }

    .team-draw-foot {
        width: 95%;
        margin-top: 5px;
    }

    .team-info.open div.team-draw-head, .team-info.open div.team-draw-foot {
        opacity: 1;
        transition-delay: .5s
    }

    #scoreboard_box > table > tbody > tr > th {
        font-size: 9px;
        padding: 2px 5px;
    }

    #scoreboard_box > table > tbody > tr > td {
        font-size: 9px;
        padding: 0 4px;
    }

    #scoreboard_box td.team-name {
        font-size: 8px;
        padding: 0px;
    }

    #table-combo table > tbody > tr > th {
        font-size: 9px;
        padding: 2px 4px;
    }

    #table-combo table > tbody > tr > td {
        font-size: 9px;
    }

    #scoreboard_box table > tbody > tr.team-info > td,
    #table-combo table > tbody > tr.team-info > td,
    #table-combo table > tbody > tr.player-info > td,
    #scoreboard_box > table > tbody > tr.player-info > td {
        padding: 0;
    }

    .team-nav {
        padding-bottom: 48px;
        border-top: none;
    }

    .team-nav > ul > li > a {
        padding: 12px 10px;
        font-size: 11px;
        letter-spacing: -0.1px;
    }

    #scoreboard_box > table > tbody > tr > td > div > div.player-aside > div.player-thumb {
        position: relative
    }

    #scoreboard_box > table > tbody > tr > td > div > div.player-aside > div.player-thumb img {
        width: 120px;
        clip: rect(0px, 120px, 120px, 0px);
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .table-time.table-more {
        margin: 0 0 5px 140px;
        width: 400px;
        box-sizing: border-box;
    }

    /*.table-round.current{ overflow-x: scroll} */
    .table-full {
        width: 100%
    }

    #scoreboard_box .table-full, .combo-scoreboard .table-full {
        width: 200%
    }

    .team-list td {
        font-size: 10px;
    }

    .team-list td.name {
        font-size: 11px;
    }

    .team-list div.img {
        display: none;
    }

    .tee-sheet {
        font-size: 10px;
    }

    .small-text {
        font-size: 8px;
    }

    .team-draw-foot {
        width: 95%;
        margin-top: -50px;
    }

    .table-course-results table.two-row {
        display: block;
    }

    .table-course-results table.one-row {
        display: none;
    }

    /* News */
    .tournament-news div.story-tabs {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        height: 0px;
        overflow: hidden;
        transition: all .5s
    }

    .tournament-news div.story-tabs.m_show { /* height: 640px; */
        margin-bottom: 20px
    }

    .tournament-news div.story-tabs ul {
        width: 100vw;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .5)
    }

    .tournament-news div.story-tabs ul li {
        padding: 10px;
    }

    .tournament-news div.story-tabs ul li.current {
        display: block;
    }

    .tournament-news div.story {
        width: 94%;
        margin: 0 3%
    }

    .tournament-news div.story h3 {
        text-align: center;
        font-size: 12px;
        font-family: "Helvetica Neue Light"
    }

    .tournament-news div.story h3 a:hover {
        text-decoration: none
    }

    div#navigation_wrapper {
        width: 100%;
        padding: 5px 0px;
        overflow: hidden;
        margin-bottom: -36px;
        display: block;
    }

    div#navigation_wrapper a {
        width: 50px;
        text-align: center;
    }

    div#navigation_wrapper a span {
        color: #9B9B9B;
    }

    a.prev {
        float: left;
    }

    a.next {
        float: right;
    }

    #playerscorecard, .table-color.team-info {
        width: 200%;
    }

    .team-tournament div.item {
        width: 100%;
    }

    .sponsor-top {
        display: none;
    }
}

@media (max-width: 450px) {
    .main {
        padding: 10px 0
    }

    .socials {
        padding-top: 0
    }

    .team-head {
        width: 94%;
        margin: 10px 3%
    }

    .meta {
        clear: both;
    }

    .team-logo {
        float: none;
    }

    .round-data {
        display: none;
    }

    h4 {
        font-size: 12px
    }

    .team-nav > ul > li > a {
        padding: 10px 10px;
        font-size: 10px;
        letter-spacing: -0.2px;
    }

    .team-nav > ul > li > a {
        text-transform: none;
    }

    .team-draw-head h4 {
        width: 85%;
    }

    table.team-scoreboard th.team {
        width: 50px;
    }

    h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .table-time.table-more td {
        font-size: 10px;
    }

    .table-time.table-more {
        margin-left: 140px;
        width: 200px;
        box-sizing: border-box;
    }

    #scoreboard_box > table > tbody > tr > td.name {
        font-size: 10px;
    }

    #scoreboard_box > table > tbody > tr > td.name img {
        width: 30px;
    }

    .table-inner-paitings td {
        padding-left: 8px !important;
    }

    .table-inner-paitings th, .table-inner-course th {
        font-size: 10px;
    }

    .tee-sheet, .table-inner-course {
        font-size: 10px;
    }

    .table-inner-course th {
        text-transform: none;
    }

    .table-matches {
        font-size: 10px;
        width: 350px;
        margin: 0px auto;
    }

    .table-matches th, .table-matches td {
        padding: 3px 8px;
    }

    .table-matches th a {
        font-size: 12px;
    }

    .table-matches td.name {
        width: 140px
    }

    .table-matches td.score {
        width: 30px
    }

    .table-matches td.vs {
        width: 10px
    }
}

@media (max-width: 350px) {
    .team-nav > ul > li > a {
        text-transform: none;
    }

    .team-draw {
        width: 320px
    }

    .table-time.table-more {
        margin-left: 0px;
        width: 200px;
        box-sizing: border-box;
    }

    .player-aside {
        display: none
    }

    .team-list td {
        font-size: 8px;
    }

    .team-list td.name {
        font-size: 10px;
    }

    .table-stats table.stats-box {
        width: 97%;
    }

    .tee-sheet, .table-inner-course {
        font-size: 9px;
    }

    .team-nav ul ul a {
        font-size: 10px
    }

    .table-stats table td {
        font-size: 11px;
    }

    .tee-sheet {
        width: 99%;
    }

    .table-matches {
        font-size: 8px;
        width: 300px;
        margin: 0px auto;
    }

    .table-matches th, .table-matches td {
        padding: 3px 3px;
    }

    .table-matches th a {
        font-size: 10px;
    }

    .table-matches td.name {
        width: 120px
    }

    .table-matches td.score {
        width: 20px
    }

    .table-matches td.vs {
        width: 10px
    }
}