/* ----------------------------------------------------------- */
/* Table of contents      */
/* ----------------------------------------------------------- */
/* 0) Variables           */
/* 1) Mixins              */
/* 2) Reset Code          */
/* 3) Aw Grids            */
/* 4) Aw Tabs             */
/* 5) Aw Menu             */
/* 5) Fonts and Icons     */
/* 6) Custom Css Import   */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* -----------------Media------------------- */
/*$menu-break-point:  700px;

/* -----------------Menu------------------- */
/* ----------------------------------------------------------- */
/* 1) mixins */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 2) Reset Code                                               */
/* ----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Khula");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
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 {
  display: block; }

body {
  line-height: 1; }

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; }

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 3) Grids                                                    */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 4) Grid definitions                                         */
/* ----------------------------------------------------------- */
.aw-grid, .grid-1600, .grid-1400, .grid-1200, .grid-1000 {
  margin: 0 auto;
  padding: 0 0 0 1%;
  /* THAT'S THE NAME ;) */ }

.grid-1600 {
  max-width: 1620px; }

.grid-1400 {
  max-width: 1420px; }

.grid-1200 {
  max-width: 1220px; }

.grid-1000 {
  max-width: 1020px; }

.row {
  clear: both;
  padding: 0 10px; }

/* *********************************************************************************************************************
 * Common 12 columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 3% 0 0; }

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
  margin: 0; }

.col1 {
  width: 5.5%; }

.col2 {
  width: 14%; }

.col3 {
  width: 22.5%; }

.col4 {
  width: 31%; }

.col5 {
  width: 39.5%; }

.col6 {
  width: 48%; }

.col7 {
  width: 56.5%; }

.col8 {
  width: 65%; }

.col9 {
  width: 73.5%; }

.col10 {
  width: 82%; }

.col11 {
  width: 90.5%; }

.col12 {
  width: 99%;
  margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
  width: 100%;
  height: auto;
  display: block; }

/* *********************************************************************************************************************
 * Common 16 columns definitions
 */
.hex1, .hex2, .hex3, .hex4, .hex5, .hex6, .hex7, .hex8, .hex9, .hex10, .hex11, .hex12, .hex13, .hex14, .hex15, .hex16 {
  float: left;
  margin: 0 3% 0 0; }

.hex1.last, .hex2.last, .hex3.last, .hex4.last, .hex5.last, .hex6.last, .hex7.last, .hex8.last, .hex9.last, .hex10.last, .hex11.last, .hex12.last, .hex13.last, .hex14.last, .hex15.last, .hex16 {
  margin: 0; }

.hex1 {
  width: 3.2%; }

.hex2 {
  width: 9.7%; }

.hex3 {
  width: 16.2%; }

.hex4 {
  width: 22.6%; }

.hex5 {
  width: 29.1%; }

.hex6 {
  width: 35.6%; }

.hex7 {
  width: 42.0%; }

.hex8 {
  width: 48.5%; }

.hex9 {
  width: 54.9%; }

.hex10 {
  width: 61.3%; }

.hex11 {
  width: 67.8%; }

.hex12 {
  width: 74.2%; }

.hex13 {
  width: 80.6%; }

.hex14 {
  width: 87.1%; }

.hex15 {
  width: 93.5%; }

.hex16 {
  width: 99.5%;
  margin: 0; }

.hex1 img, .hex2 img, .hex3 img, .hex4 img, .hex5 img, .hex6 img, .hex7 img, .hex8 img, .hex9 img, .hex10 img, .hex11 img, .hex12 img, .hex13 img, .hex14 img, .hex15 img, .hex16 img {
  width: 100%;
  height: auto;
  display: block; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 4)  Tabs                                                    */
/* ----------------------------------------------------------- */
.tabs-wrapper input[type=radio] {
  display: none; }
.tabs-wrapper input[type=checkbox] {
  display: none; }
.tabs-wrapper input[type=radio] + label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: black;
  width: 8%;
  max-width: 8%;
  height: 2em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: silver;
  text-align: center;
  line-height: 2em; }
  .tabs-wrapper input[type=radio] + label:last-of-type {
    border-bottom: none; }
  .tabs-wrapper input[type=radio] + label:hover {
    background: #fe5e11; }
  @media screen and (max-width: 1600px) {
    .tabs-wrapper input[type=radio] + label {
      width: 8%;
      max-width: 8%;
      font-size: 100%; } }
  @media screen and (max-width: 900px) {
    .tabs-wrapper input[type=radio] + label {
      width: 8%;
      max-width: 8%;
      font-size: 75%; } }
  @media screen and (max-width: 600px) {
    .tabs-wrapper input[type=radio] + label {
      width: 100%;
      max-width: 100%;
      display: block;
      border-bottom: 2px solid black;
      border-radius: 0; } }
.tabs-wrapper input[type=radio]:disabled + label {
  color: #888888; }
@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0; } }

#tab0:checked + label,
#tab1:checked + label, 
#tab2:checked + label, 
#tab3:checked + label, 
#tab4:checked + label, 
#tab5:checked + label, 
#tab6:checked + label, 
#tab7:checked + label, 
#tab8:checked + label, 
#tab9:checked + label, 
#tab10:checked + label, 
#tab11:checked + label, 
#tab12:checked + label, 
#tab13:checked + label, 
#tab14:checked + label, 
#tab15:checked + label, 
#tab16:checked + label 
{
  background: #fe5e11;
  color: #f2f2f2; }

.tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 10px; }

.tab-body-wrapper {
  background: #eeeeee;
  border-top: #fe5e11 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px; }
  @media screen and (max-width: 600px) {
    .tab-body-wrapper {
      border: none;
      border-radius: 0; } }

#tab0:checked ~ .tab-body-wrapper #tab-body-0, 
#tab1:checked ~ .tab-body-wrapper #tab-body-1, 
#tab2:checked ~ .tab-body-wrapper #tab-body-2, 
#tab3:checked ~ .tab-body-wrapper #tab-body-3, 
#tab4:checked ~ .tab-body-wrapper #tab-body-4, 
#tab5:checked ~ .tab-body-wrapper #tab-body-5, 
#tab6:checked ~ .tab-body-wrapper #tab-body-6, 
#tab7:checked ~ .tab-body-wrapper #tab-body-7, 
#tab8:checked ~ .tab-body-wrapper #tab-body-8, 
#tab9:checked ~ .tab-body-wrapper #tab-body-9, 
#tab10:checked ~ .tab-body-wrapper #tab-body-10, 
#tab11:checked ~ .tab-body-wrapper #tab-body-11, 
#tab12:checked ~ .tab-body-wrapper #tab-body-12, 
#tab13:checked ~ .tab-body-wrapper #tab-body-13, 
#tab14:checked ~ .tab-body-wrapper #tab-body-14, 
#tab15:checked ~ .tab-body-wrapper #tab-body-15, 
#tab16:checked ~ .tab-body-wrapper #tab-body-16 {
  position: relative;
  top: 0px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0.5s; }

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 5)  Menu                                                    */
/* ----------------------------------------------------------- */
nav ul, nav ol, nav li, nav dl, nav dt, nav dd, nav img, nav form, nav fieldset, nav input, nav textarea, nav blockquote {
  margin: 0;
  padding: 0;
  border: 0; }

nav {
  width: 100%;
  background: #4a4d50;
  text-align: left;
  /* Menu Level 1  */ }
  @media screen and (min-width: 700px) {
    nav {
      min-width: 100%; } }
  nav ul {
    list-style: none;
    position: relative;
    display: inline-table; }
  nav ul:after {
    content: "";
    clear: both;
    display: block; }
  nav ul li:hover > ul {
    display: block; }
  nav ul li {
    float: left;
    min-width: 180px;
    text-align: left; }
  nav ul li:hover {
    background: #fe5e11; }
  nav ul li:hover a {
    color: white; }
  nav ul li a {
    display: block;
    padding: 5px 20px 3px 20px;
    color: white;
    text-decoration: none; }
  nav ul ul {
    background: #4a4d50;
    display: none;
    border-radius: 0px;
    padding: 0;
    top: 100%; }
    @media screen and (min-width: 700px) {
      nav ul ul {
        position: absolute;
        z-index: 2; } }
    @media screen and (max-width: 700px) {
      nav ul ul {
        background: #4a4d50;
        text-align: center;
        width: 100%; } }
  nav ul ul li {
    float: none;
    position: relative; }
  nav ul ul li a {
    color: white; }
  nav ul ul li a:hover {
    background: #fe5e11; }
  nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0; }
  nav ul li a.disabled {
    color: #c2c2c2; }
  nav ul ul li a.disabled {
    color: #c2c2c2; }
  nav .show-menu {
    color: white;
    text-align: center; }
    @media screen and (min-width: 700px) {
      nav .show-menu {
        display: none; } }
    @media screen and (max-width: 700px) {
      nav .show-menu {
        display: block; } }
  nav input[type=checkbox] {
    display: none; }
  @media screen and (max-width: 700px) {
    nav .show-menu {
      display: block; }
    nav input[type=checkbox]:not(:checked) ~ ul {
      display: none; }
    nav input[type=checkbox]:checked ul {
      display: inline-table; } }

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 6) Fonts and Icons                                          */
/* ----------------------------------------------------------- */
body {
  font-family: 'Khula', sans-serif; }

@font-face {
  font-family: "entypo";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/entypo/entypo.eot");
  src: url("/fonts/entypo/entypo.eot?#iefix") format("ie9-skip-eot"), url("/fonts/entypo/entypo.woff") format("woff"), url("/fonts/entypo/entypo.ttf") format("truetype"); }

.icon-down-open-big.icon-left a:before, .icon-down-open-big.icon-right a:after, i.icon-down-open-big:before {
  content: "\e764";
  height: inherit; }

.icon-right-open-big.icon-left a:before, .icon-right-open-big.icon-right a:after, i.icon-right-open-big:before {
  content: "\e766";
  height: inherit; }

[class^="icon-"] a:before, [class*=" icon-"] a:before, [class^="icon-"] a:after, [class*=" icon-"] a:after, i[class^="icon-"], i[class*=" icon-"] {
  font-family: "entypo";
  position: absolute;
  text-decoration: none;
  zoom: 1; }

/* ----------------------------------------------------------- */
/* 6) Custom Imports                                           */
/* ----------------------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/*.profile-pic {*/
/*  float: left;*/
/*  width: 250px;*/
/*  @media screen and (max-width: $break-small) {*/
/*    width: 100px;*/
/*    float: none;*/
/*  }*/
/*  @media screen and (min-width: $break-large) {*/
/*    float: right;*/
/*  }*/
/*} */
body {
  width: 100%;
  background: white;
  /* background: white url("/images/bkg.png") repeat-x center top;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-size:100%;
  */ }

.header {
  height: 181px;
  width: 100%;
  background-image: url("/images/leagueopsheader.jpg");
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 800px) {
    .header {
      height: 180px; } }
  @media screen and (max-width: 600px) {
    .header {
      height: 100px; } }
  @media screen and (max-width: 400px) {
    .header {
      height: 60px; } }

.mainborder {
  border: 2px solid #4a4d50; }

.transborder {
  border: 2px solid none; }

.fixedbg {
  background: white;
  /*background: white url("http://www.occurling.com/imgz/bkg.png") repeat-x center top;
  background-attachment: fixed;
  background-size:contain; */ }

.bgblue {
  background-color: #113BFE; }

.bgblueover {
  background-color: #113BFE;
  overflow: hidden; }

.bgorangeover {
  background-color: #FE5E11;
  overflow: hidden; }

.bggreyover {
  background-color: #eeeeee;
  overflow: hidden; }

.bgdkgreyover {
  background-color: #dddddd;
  overflow: hidden; }

.bgdarkover {
  background-color: #4A4D50;
  overflow: hidden; }

.bggoldover {
  background-color: #B18542;
  overflow: hidden; }

.white {
  color: #ffffff; }

.black {
  color: #000000; }

.blue {
  color: #113BFE; }

.bgblack {
  background-color: #000000; }

.bgwhite {
  background-color: #ffffff; }

.bgorange {
  background-color: #FE5E11; }

.bgawblue {
  background-color: #00497a; }

.bggrey {
  background-color: #c0c0c0; }

.bgdrkbrn {
  background-color: #4a4d50; }

.bdrSolidBlack {
  border: 2px solid black; }

.bdrSolidWhite {
  border: 2px solid white; }

/* ----------------------------------------------------------- */
/* 6) Misc Css                                                 */
/* ----------------------------------------------------------- */
.pad10 {
  padding: 10px 10px 10px 10px; }

.high400 {
  min-height: 400px; }

.hideme {
  display: hidden; }

.nopadding {
  padding-bottom: 0px;
  padding-top: 0px; }

.nomargin {
  margin: 0px 0px 0px 0px; }

.scorebox {
  background-color: #ff9900;
  min-height: 35px; }

.fullwide {
  width: 100%; }

.textleft {
  text-align: left; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

/* .textlargebold { font: 700 18px/1.5 'Open Sans', Times, serif;; } */
.textbold {
  font-weight: bold; }

.right {
  text-align: right; }

.textlargebold {
  font-size: 150%;
  Font-weight: bold;
  line-height: 200%; }

/*.teamlist {    -webkit-transition: .125s linear;    -moz-transition: .125s linear;    -ms-transition: .125s linear;    -o-transition: .125s linear;    transition: .125s linear;}*/
.tabs-wrapper input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

.teamdrop {
  line-height: 140%; }

.teamdrop:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: .5; }

.teamlist {
  color: #000000;
  background-color: #c0c0c0;
  /* display: none; */
  visibility: hidden;
  max-height: 0px;
  -webkit-transition: all 1s, height 1s;
  -moz-transition: all 1s, height 1s;
  -ms-transition: all 1s, height 1s;
  -o-transition: all 1s, height 1s;
  transition: all 1s, height 1s;
  overflow: hidden; }

.tl {
  visibility: inherit;
  display: inherit;
  color: #000000;
  background-color: #c0c0c0; }

@media screen and (min-width: 800px) {
  .mediahide {
    visibility: none;
    display: hidden;
    overflow: hidden; } }

input[type=button] {
  background-color: #fff;
  min-width: 30px; }
