@charset "UTF-8";
/* CSS Document */
/*
MAIN COLOR: dark red #0a7cc1
SUB COLOR: light red #0a7cc1
SUB COLOR: blue  #0c223f

*/
/*
TABLE OF CONTENTS

- BASIC STYLES
- HEADER ITEMS
- MAIN NAV
- CONTENT PAGE STRUCTURE
- SIDEBAR STRUCTURE
- HOME PAGE STRUCTURE
- NEWS PAGE STRUCTURE
- SPONSORS PAGE STRUCTURE
- ROSTER PAGE STRUCTURE
- COACHES PAGE STRUCTURE
- VIDEO PAGE STRUCTURE
- MATCH REPORT STRUCTURE
- STANDINGS STRUCTURE
- GALLERY STRUCTURE
- FOOTER STRUCTURE
- RESPONSIVE


*/
/*  BASIC STYLES  */
body{
  margin:0;
  padding:0;
  font-size:15px;
  background-position:center -67px;
  background-repeat:repeat-y;
  -webkit-background-size: 3000px 3000px;
}
td{
	vertical-align:top;	
}

a {
  color: #0a7cc1;
  text-decoration:none; }
a:hover {
  color: #0a7cc1; }


a img{
	border:0;	
}
.clear{
	clear:both;	
	height:0.1px;
}

@font-face {
    font-family: 'Fjalla One';
    src: url('fonts/fjallaone-regular.eot');
    src: local('☺'), url('fonts/fjallaone-regular.woff') format('woff'), url('fonts/fjallaone-regular.ttf') format('truetype'), url('fonts/fjallaone-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-lig.eot');
    src: local('☺'), url('fonts/lato-lig.woff') format('woff'), url('fonts/lato-lig.ttf') format('truetype'), url('fonts/lato-lig.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-reg.eot');
    src: local('☺'), url('fonts/lato-reg.woff') format('woff'), url('fonts/lato-reg.ttf') format('truetype'), url('fonts/lato-reg.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bol.eot');
    src: local('☺'), url('fonts/lato-bol.woff') format('woff'), url('fonts/lato-bol.ttf') format('truetype'), url('fonts/lato-bol.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bla.eot');
    src: local('☺'), url('fonts/lato-bla.woff') format('woff'), url('fonts/lato-bla.ttf') format('truetype'), url('fonts/lato-bla.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

html, input, select, textarea {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, button, .button {
	font-family: 'Fjalla One','Lato';
	text-transform: uppercase;
	color:#004C72;
}
h2{
	font-family:'Source Sans Pro','Lato';
	font-weight:900;
}
.noPadding{
	padding:0px !important;
}
.floatRight{
	float:right !important;	
}

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #ffffff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #ffffff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #ffffff;
}
.darkColorText{
	color:#0a7cc1;
}
.lightColorText{
	color:#a81932
}
.altColorText{
	color:#FFDB00;
}
.blackText{
	color:#000000;	
}
.fixTable td{
	border-bottom:0px;	
}

/* ############  */
/* HEADER ITEMS  */
/* ############  */

#defaultContainer{
/*	background-image:url(/images/bkg_header_t.png);
	position:top;
	background-repeat:repeat-x;	
*/}

#topbarcontainer{
	margin:0 auto;	
	width:728px;
}

.leaguenav{
	width:100%;
	height:40px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.leaguenav ul {
  margin: 0;
  padding: 2px 0 0 0;
}
.leaguenav  ul li {
  display: block;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left:1.4%;
  margin-right:1.5%;
  width:3.5%;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.leaguenav ul li:hover{
  opacity: 1;
  filter: none;
  -webkit-filter: none;		
}
.leaguenav img{
	width:auto;
	height:29px;	
}
.leaguenav a{
	display:block;
	height:40px;	
}

#currentTeamlogo{
	width:150px;
	margin:1%;
	position:absolute;
}	
#currentTeamlogo img{
	width:100%;
	height:auto;	
}
.headerPhotoAlt{
	padding-top:20px;
}
.nav_container{
	position:relative;
	height:170px;	
}

.nav_container h1{
	margin-top: 40px;
	margin-bottom: 40px;
	display: inline-block;
	text-transform: uppercase;
	color:#ffffff;
	padding-left: 185px;
}
.nav{
	height:105px;	
}
#headerRight{
	width:45%;
	float:right;
	display:inline-block;	
}
#headerNextGame{
	float:left;	
	display:inline-block;	
	font-family: 'Fjalla One';
	margin:5% 0 0 0;
	color:#ffffff;
	height:36px;
	width:279px;
	position:relative;
}
#headerNextGame .headerSpan{
	position:absolute;
	top:10px;
	left:10px;	
}
#headerNextGame .teamImg{
	position:absolute;
	top:0px;	
	width:40px;
	height: 35px;
	text-align: center;
}
#headerNextGame .teamImg img{
	width:auto;
	height:100%;	
}
#headerNextGame .team1{
	left: 90px;
}
#headerNextGame .verses{
	position:absolute;
	left:140px;
	top:10px	
}
#headerNextGame .team2{
	left: 155px;
}
#headerNextGame .countdown{
	position:absolute;
	left:205px;	
	top:10px;
}
#headerMatchButton{
position: absolute;
    left: 280px;
    top: 3px;	
}
#headerSearch{
	width:40%;
	float:right;	
	display:inline-block;	
	display:none;
}
.socialSpan {
  display: none !important;
}

.socialLogo {
  width: 45px;
  height: 45px;
  background: url("../images/social_logos.jpg") no-repeat;    
}

#fb-logo, #fb-logo-footer {
    background-position: 0 0;   
}

#tt-logo, #tt-logo-footer {
  background-position: -45px 0;   
}

#gp-logo, #gp-logo-footer {
  background-position: -90px 0;   
}

#yt-logo, #yt-logo-footer {
  background-position: -135px 0;  
}

#ig-logo, #ig-logo-footer {
  background-position: -180px 0;  
}

#fr-logo, #fr-logo-footer {
  background-position: -225px 0;  
}

#socialIcons{
width: auto;
position: absolute;
right: -36px;
top: 168px;
float: none;
clear: none;
}

#socialIcons .socialLogo {
  position: absolute; 
  right: -9px;
}

#fb-logo {    
	top: 67px;    
}

#tt-logo {
  top: 112px;   
}

#gp-logo {
  top: 157px;    
}

#yt-logo {
  top: 202px;    
}

#ig-logo {
  top: 247px;    
}

#fr-logo {
  top: 292px;    
}

/* ##############  */
/*    MAIN NAV     */
/* ##############  */
nav{
	width: 100%;
	display: inline-block;
	margin-top: 0px;	
	font-family:'Fjalla One';
}


#cssmenu {
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  height:34px;
  padding-left: 170px;
}
/* MAIN MENU */
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li.isactive{
	background-color:#0a7cc1;
}
#cssmenu ul .isactive a{
	color: #ffffff;
}
#cssmenu ul .isactive ul li a{
	color: #ffffff;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
/* TOP MENU 1 */
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #0a7cc1;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
/* SUB MENU 1 */
#cssmenu ul li ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #ffffff;
  background-color:#000000;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #000000;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #0a7cc1;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #333333;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
/* TOP MENU */
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 22px 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ffffff;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #0a7cc1;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
  z-index: 999;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 2500px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
	background: #0a7cc1;
  }
  .open li, .open li a{
	background: #0a7cc1;  
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
	z-index: 999;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul li a:hover{
	background-color:#000000;	  
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #ffffff;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 14px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 9px;
  }
}

/* ######################  */
/* CONTENT PAGE STRUCTURE  */
/* ######################  */

#wrapper{
	width:100%;
	max-width:1140px;
	margin:0 auto;	
}
.contentWrapper{
	background-color:#F4F4F4;	
}
.contentHalf{
	float:left;
	width:45%;
	margin-right:4%;	
}
.pageTitle{
	font-size:40px;	
	margin-bottom: 5px;
}
.pageTeaser{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;	
}
.pageImage{
	margin-bottom:10px;	
}
.blockHeader{
	background-color: #004C72;
	padding: 10px;
	color: #fff;	
	font-family: 'Source Sans Pro','Fjalla One';
	text-transform: uppercase;
	font-size: 20px;
	font-weight:900;
}
.column img{
	max-width:100%;
	height:auto;	
}

.etabs { margin: 0; padding: 0; border-bottom: 1px solid #CCC;}
.tab { 
	display: inline-block; 
	zoom:1; 
	*display:inline; 
	border-bottom: none; 
	margin-bottom:0px; 
}
.tab a { 
	font-size: 16px; 
	line-height: 2em; 
	display: block; 
	padding: 10px 10px; 
	outline: none; 
	color:#0a7cc1;  
	font-family: 'Fjalla One', sans-serif;
}
.tab a:hover { 
	text-decoration: underline; 
}
.tab.active { 
	background: #ffffff; 
	position: relative; 
	border-color: #ffffff; 
	color:#000;
}
.tab a.active { 
	font-weight: bold; 
}
.tab-container .panel-container { background: #ffffff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px; }

.smalltab { 
	display: inline-block; 
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0px;
	zoom:1; 
	*display:inline;  
}
.smalltab a { 
	color:#0a7cc1;
	font-size: 14px; 
	font-weight:bold; 
	line-height: 16px; 
	display: block; 
	padding: 0 10px; 
	outline: none; 
	font-family: 'Fjalla One', sans-serif;
}
.smalltab a:hover { 
	text-decoration: none; 
}
.smalltab.active { 
	color: #000; 
	background-color: #ffffff;
}
.smalltab a.active { 
	color: #000;
	font-weight: bold; 
}

.whitebg{
	background-color:#ffffff;
}

.landing-div{
	padding:2%;
	width:45%;
	min-height:260px;
	float:left;	
}
.landing-photo{
	background-size:cover;
	width:30%;
	height:0;
	padding-bottom:25%;	
	float:left;
	background-position:center;
}
.landing-photo-big{
	background-size:cover;
	width:100%;
	height:0;
	padding-bottom:54%;	
	display:inline-block;
	background-position:center;
}
.landing-title{
	width:100%;
	font-size:21px;	
	padding-bottom:5px;
	font-family:'Fjalla One';
	text-transform:uppercase;
}
.landing-text{
	font-size:14px;	
	width: 63%;
	padding-left: 3%;
	float:left;
}

/* #################  */
/* SIDEBAR STRUCTURE  */
/* #################  */



.sidebarBanner{
	margin-bottom:25px;	
}
.sidebarBanner h2{
	font-size:30px;	
}

.event_time {
  font-weight: 600;
	width: 100%;
  clear: both;
  font-size: 14px;
}

.event_time  .eventDayValue {
background-color: #ccc;
color: #333;
text-transform: uppercase;
padding: 5px;
padding-right: 0;
display: block;
float: left;
height: 20px;
width: 38px;
}
.event_time  .eventheadeSperDiago1 {
background-image: url("../images/diago1grey.jpg");
width: 18px;
height: 30px;
display: inline-block;
float: left;
    }
  .event_time  .eventDateValue {
display: block;
float: left;
padding: 5px;
padding-right: 3px;
height: 20px;
background-color: #eaeaea;
color: #333;
      width: 65px;}
   .event_time      .eventheadeSperDiago2 {
background-image: url("../images/diago2grey.jpg");
width: 18px;
height: 30px;
display: inline-block;
          float: left;}
        
      .event_time          .eventheadeClock {
background-image: url("../images/clock.png");
width: 28px;
height: 30px;
display: inline-block;
float: left;
}
.event_time .eventTimeValue {
display: block;
float: left;
padding: 5px;
padding-right: 0;
height: 20px;
background-color: #ffffff;
color: #333;
}

.event_time .eventheadeSperDiago3 {
background-image: url("../images/diago3grey.jpg");
width: 18px;
height: 30px;
display: inline-block;
float: left;
}

.event_time .eventheadeMap {
background-image: url("../images/map-transp.png");
width: 24px;
height: 30px;
display: inline-block;
float: left;
}
 .event_time  .eventLocationValue {
display: block;
float: left;
padding: 5px;
height: 20px;
background-color: #f4f4f4;
color: #333;
/*width: 383px;*/
text-transform: uppercase;
}
 .event_time .timeNode{
  display:none;
    }
    
.eventResultCompetitionName{
  color: #333;
height: 20px;
display: inline-block;
padding: 5px 2px;
  }
  
.match_details {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}

.match_details img {
  width: auto;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.match_details p {
  margin: 0;
}
.match_details h3 {
  font-family: Lato;
  text-transform: none;
  font-weight: 600;
  margin: 2% 0;
  font-size: 20px;
}
  
.m_newsletter {
}
.m_newsletter #mc_embed_signup {
background: url("../images/newsletter_background_fce.jpg") no-repeat -5px -4px;
  background-color: #EAEAEA;
  display: inline-block;
  padding: 10px 0;
  height: 120px;
width: 100%

  }
.m_newsletter #mc_embed_signup form {
width: 58%;
  float: right;
  
 }
.m_newsletter #mc_embed_signup form span {
  position: absolute;
  right: 0;
  margin: 10px;
  width: 55%;
}

.m_newsletter #mc_embed_signup #mce-EMAIL {
  width: 92%;
  margin: 10px 0;
}

.m_newsletter #mc_embed_signup .button {
  border: none;
  float: right;
  margin: 10px 0;
  font-family: 'Fjalla One', sans-serif;	
}

.standingsRank, .standingsPts, .standingsPld{
	font-weight: bold;
	background-color: #EAEAEA;
	padding: 4px 12px !important;
	border-bottom: 1px solid #B8B8B8;
	text-align: center;
	font-size:13px;
}
.standingsTeamName{
	background-color: #E0E0E0;
	border-bottom: 1px solid #B8B8B8;
	padding: 4px 10px;
	width: 100%;
	font-size:13px;
}
.teamHighlight{
	background-color: #0a7cc1 !important;
	color:#ffffff;
}

/* ###################  */
/* HOME PAGE STRUCTURE  */
/* ###################  */
.tableSubHeader{
	background-color:#ffffff !important;	
	font-weight:bold;
}
.homeNewsContainer{
	width:100%;
	display:inline-block;
}
.homeNewsNavContainer{
	width:100%;
	display:inline-block;
	}
.homeNewsImageNav{
  height:0;
  padding-bottom:50%;
  overflow: hidden;
  float:left;
  background-color:#0a7cc1;
}
.active .homeNewsImageNav img{
	opacity:.4;	
}
.homeNewsImage{
  width: 100%;
  height:0;
  padding-bottom:53%;
  overflow: hidden;
}
.homeNewsMain{

}
.homeNewsTitle{
	background-color: rgba(255,255,255,.9);
    padding-top: 5px;
    padding-left: 1%;
    padding-right: 1%;
    position: absolute;
    bottom: 0px;
    width: 98%;
    margin: 0;
    color: #004C72;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 900;
}
.homeNewsSubtitle{
	display:none;
background-color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0;
  color: #333;	
}
.homeNewsContainer .bx-wrapper .bx-prev {
	display:none;
	left:-20px;
}
.homeNewsContainer .bx-wrapper .bx-next {
	display:none;
	right:-20px;
}

.homeScheduleSliderContainer .bx-wrapper .bx-prev {
	left:-20px;
}
.homeScheduleSliderContainer .bx-wrapper .bx-next {
	right:-20px;
}
.homeScheduleSliderContainer li{
	margin-bottom:0px;	
}
.homeScheduleSliderContainer .bx-viewport{

}
.homeNewsNavContainer .bx-wrapper .bx-prev {
	left:-50px;
}
.homeNewsNavContainer .bx-wrapper .bx-next {
	right:-50px;
}

.homeNewsNavContainer .bx-wrapper .bx-viewport{
	background:none !important; 
}
.homeNewsNavContainer li{
	margin-bottom:0px;
}
.newsThumbA{
	margin-bottom:7px;
	clear:both;
	display:inline-block;	
	background:#ffffff;
}
.thumbCaption{
  padding-top: 2px;
    color: #004C72;
  font-weight: 400;
  text-transform: none;
  font-family: Lato;
 position: absolute;
  bottom: 0px;
background-color:rgba(255,255,255,.9);
  font-size: 12px;
  width: 100%;
  padding: 5px;
  }
.thumbSubtitle{
 	display:none;
 font-size: 12px;
  line-height: 12px;
  color:#333;
  padding-bottom:5px;
}
.videoResultsHome li{
	width:23%;
	padding: 1%;	
}
.videoResultsHome .videoTitle{
	height:30px !important;	
}
.videoResultsHome .videoDate{
  right:0px !important;
  position: relative !important;
  display: inline-block !important;
  }
.resultsItem{
	font-size:12px;	
}
.resultHeader {
  color: #ffffff;
  background-color: #0c223f;
  padding: 4px;
}
.resultHeader span {
  float: right;
}
.matchDetails {
  background-color: #ffffff;
}
.teamNameWrapper {
  margin: 5px;
  padding: 5px;
  font-size: 1.5em;
  font-family: Lato;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}
.teamName span {
  float: right;
}
.competition {
  text-align: left;
  font-weight: bold;
  padding: 5px;
  font-size: 11px;
  margin-left: 5px;
}
.matchLinks {
  color: #000;
  background-color: #EAEAEA;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px;
}
.matchLinks a {
  color: #0a7cc1;
  text-decoration: none;
  display: block;
}

.stats_list{
list-style-type: none;
  padding: 0;
  display: inline-block;
  margin-bottom: 1%;
  margin: 0;
  background: #eaeaea;
}
.stats_list li{
width: 49.3%;
  float: left;
  display: inline-block;
  border: 1px solid #f4f4f4;	
  margin-bottom:0px;
}
.stats_list .stat_name {
  font-size: 1.5em;
  display: inline-block;
  padding: 8px;
  color: #636363;
}
.stats_list .stat_score {
  color: #333;
  background-color: #EAEAEA;
  font-size: 1.9em;
  padding: 6px 10px;
  width: 1.2em;
  float: left;
  display: block;
  text-align: center;
  margin-right: 5px;
}
.stat_bigData {
  width: 32.7% !important;
}
.stat_bigData .stat_name {
  width: 100%;
  padding: 12px 0;
  text-align: center;
}
.stat_bigData .stat_score {
  width: 100%;
  padding: 10px 0 26px;
  font-size: 3em;
}
.stats_top{
list-style-type: none;
  padding: 0;
  display: inline-block;
  margin-bottom: 1%;
  margin: 0;
}
.stats_top li {
  width: 49%;
  text-align: center;
  background-color: #EAEAEA;
  margin-bottom: 1px;
  float: left;
  margin-left: 1%;
}
.stats_top li h4 {
  margin: 0;
  padding: 12px 10px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-size: 1.1em;
  float: left;
}
.stats_top .stat_score {
  font-size: 1.8em;
  float: right;
  padding: 7px 10px;
}
.stats_top li span {
  color: #333;
  padding: 6px;
  display: inline-block;
}
.stats_top li img {
  width: 60%;
  margin: 0 25px;
  height:auto;
}
.explore1{
	position:relative;
}
.explore1 a{
	color:#ffffff;	
}
.exploreImg1{
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 375px;
}
.exploreTextContainer1{
  background: rgba(0,76,115,0.8);
  position: absolute;
  bottom: 0px;
  width: 90%;
  height: 100px;
}
.exploreTitle1{
	font-size: 2em;
	padding-left:3%;
	padding-right:3%;
}
.exploreTeaser1{
  padding-left:3%;
  padding-right:3%;
}
.explore2{
  	position:relative;
    margin-bottom: 20px;
	height:auto;
}
.explore2sub{
	margin-top:-20px;	
}
.explore2 a{
	color:#ffffff;	
}
.exploreImg2{
	overflow:hidden;
}
.exploreImg2 img{
	height:148px;
	width:auto;
}
.exploreTextContainer2{
  background: rgba(10,124,193,0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
 }
.exploreTitle2{
  display: block;
  font-size: 2em;
  padding-left:3%;
  padding-right:3%;
  padding-top:15%;
}
.exploreTeaser2{
  padding-left:3%;
  padding-right:3%;
	
}
.nextMatchInfo{
	background-color: #63D0DF;	
}
.nextMatchHomeAway{
	float: left;
	width: 10%;
	height: 66px;
	text-align: center;
	color: #555;
	font-size:22px;
	font-weight: 300;
	line-height: 74px;
}
.nextMatchHomeAwayVs{
	float: left;
	width: 15%;
	height: 66px;
	text-align: center;
	color: #ffffff;
	font-size:45px;
	font-weight: 300;	
}
.nextMatchLogo {
	float: left;
	width: 20%;
	height: 58px;
	padding: 1% 3%;
	text-align: center;	
}
.nextMatchLogo img{
	width: auto;
	height: 90%;	
}
.nextMatchDetails {
	float: left;
	height: 54px;
	width: 49%;
	padding-top: 5px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;	
}
.nextMatchDetails1, .nextMatchDetails3{
	display:block;
	font-size:small;
	line-height:14px;
}
.nextMatchDetails2{
	display:block;
	font-size:24px;
	line-height:24px;
}
.nextMatchWatch{
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #FFDB00;
	text-transform: uppercase;
	font-weight: 600;
	padding: 3px 0;	
}
.upcomingMatchInfo{
	background-color: #f3f3f3;	
	padding:5px;
	margin-bottom:5px;
	position:relative;
}
.upcomingMatchDetails{
	width:100%;	
	text-transform: uppercase;
}
.upcomingMatchLink{
	text-align:center;
	position:absolute;
	top:7px;
	right:10px;	
}
.upcomingMatchDetails1{
	color:#999;
	display:block;
	line-height:14px;
}
.upcomingMatchDetails2{
	display:block;	
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.upcomingMatchDetails3{
	color:#999;
	display:block;
	line-height:14px;
	text-transform:none;
}
.nextMatchCountdownSponsor{	
	width: 168px;
	margin: 2px auto;
	height:20px;
	text-align:center;
	background-color: #FFc10E;
}
.nextMatchCountdownSponsor img{
	height:100%;
	width:auto;	
}
#nextMatchCountdown {
	min-height: 40px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}
.countBlock{
	width: 55px;
	height:55px;
	background: #ffffff;
	display: inline-block;	
}
.countDigit{
	margin: 0;
	color: #333;
	font-size:24px;
	line-height:30px;	
}
.countText{
	font-weight: 600;
	font-size: 14px;
	color: #333;
	display: block;
	line-height:18px;
}

/* ###################  */
/* NEWS PAGE STRUCTURE  */
/* ###################  */

.mainNewsContainer{
	width:98%;
	position:relative;	
}
.mainNewsPic, .subNewsPic, .subSubNewsPic{
  width: 100%;
  height:0;
  padding-bottom:53%;
  overflow: hidden;
}
.mainNewsTitleContainer{
  position: absolute;
  bottom: 0px;
  width: 70%;
  background: #EAEAEA;
  padding: 1% 2%;	
}
.mainNewsTitle{
  margin-top: 0;
  margin-bottom: 0;
  color: #0a7cc1;
  font-size: 2.5em;	
}
.mainNewsSubTitle{
  margin-top: 0.5em;
  line-height: 16px;
  color: #333;
  font-size: 14px;
  margin-bottom: 0.5em;	
}

.subNewsContainer{
	width:48%;
	margin-right:2%;
	float:left;
	position:relative;	
	margin-top:20px;
}
.subNewsTitleContainer{
	height:110px;

}
.subNewsTitle{
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  color: #0a7cc1;
}
.subNewsSubTitle{
  padding: 5px 0px;
  bottom: 0px;
  margin: 0;
  color: #333;
  font-size:12px;
 }

.subSubNewsContainer{
	width: 23%;
  	margin-right: 2%;
  	float:left;
	position:relative;	
	margin-top:20px;
}
.subSubNewsTitleContainer{

}
.subSubNewsTitle{
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #0a7cc1;
}
.subSubNewsSubTitle{
  font-size: 12px;
  margin-top: 0.5em;
  line-height: 16px;
  color: #333;
 }

.newsItemDate{
  margin: 10px 0px;
  font-size: 12px;
  color: #666;	
}
.newsItemBody{
	margin-top: 30px;	
}

.archiveNewsContainer{
	background-color:#ffffff;
	margin-top:15px;	
	  position: relative;
}
.archiveNewsContainer a{
	display:block;	
}
.archiveNewsPic{
	width:25%;
	display:inline-block;
	height:0px;
	padding-bottom: 14.5%;
  overflow: hidden;
  }
.archiveNewsPic img{
	width:100%;
	height:auto;	
}
.archiveNewsTitleContainer{
	display:inline-block;
	width:73%;
	padding:1%;	
	  position: absolute;
}
.archiveNewsTitle{
font-size: 18px;
  margin-bottom: 5px;
  color: #0a7cc1;
}
.archiveNewsDate{
	color:#888;
	font-size:12px;
	display:inline-block;
}
.archiveNewsSubTitle{
	color:#333;	
	font-size:12px;
}
/* #######################  */
/* SPONSORS PAGE STRUCTURE  */
/* #######################  */

.sponsorsList{
	margin:0;
	padding:0;
	list-style:none;	
}
.sponsorsList li{
	float:left;	
	padding:10px;
}
.sponsorsList img{
	max-width:200px;
	height:auto;
}


/* ######################  */
/* ROSTER PAGE STRUCTURE  */
/* ######################  */

.playerGroup{
	clear:both;
	margin-bottom:40px;	
}
.playerGroup ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.playerGroup li{
	float:left;
	width:140px;
	margin-right: 20px;
}
.playerGroup h2{
	margin-top: 20px;
	padding: 5px 15px;
	width: 100%;
	background-color: #EAEAEA;
	font-size:32px;
}
.playerGroup .playerPhoto{
	background-color:#0a7cc1;	
  height: 0px;
  padding-bottom: 100%;
  overflow: hidden;
}
.playerGroup .playerPhoto img:hover{
	opacity:.7;	
}
.playerGroup .playerNumber{
	background-color: #EAEAEA;
	padding: 11px 5px 5px;
	width: 20px;
	display: inline-block;
	text-align: center;
	float: left;
	height: 27px;
	color: #333;
	font-weight: 600;
}
.playerGroup .playerName{
	float: left;
	display: inline-block;
	width: 100px;
	background-color: #ffffff;
  padding: 7px 5px;
  color: #333;
  font-size: 12px;
  }
.playerPhotoBig{
	width:95%;
	margin-bottom:30px;	
}
.playerBioBig{
	width:95%;	
}
.playerNumberBig{
	color: #333;
	background-color: #EAEAEA;
	padding: 5px 10px 0px;
	margin: -5px 5px -13px -5px;
	display: inline-block;
	height: 45px;
	width: 35px;
	text-align: center;	
}
.playerNameBig{
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	font-weight: 400;
	font-size: 2em;	
}
.playerInfo{
	width: 100%;
	list-style: outside none none;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.playerInfo li{
	font-weight: 500;
	color: #333;
	border-bottom: 1px solid #DEDEDE;
	padding: 10px 0px;	
	margin-bottom: 0px;
}
.playerInfo span{
	font-weight: 600;
	margin-right: 5px !important;	
}
.playerStatsValue{
	background-color: #DBDCDE;
	text-align: center;
	font-weight: 600;
	width: 80px;	
	padding:2%;	
	border-bottom: 2px solid #F4F4F4;
}
.playerStatsDescription{
	background-color: #E8E8E8;
	padding:2%;	
	border-bottom: 2px solid #F4F4F4;
}

/* ######################  */
/* COACHES PAGE STRUCTURE  */
/* ######################  */

.coachList{
	margin:0;
	padding:0;
	list-style:none;	
}
.coachList li{
	width:130px;
	padding:10px;	
	font-weight:bold;
	text-align:center;
	float:left;
	display:inline-block;
	height:200px;
}

/* ####################  */
/* VIDEO PAGE STRUCTURE  */
/* ####################  */


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videoResults{
	margin:0;
	padding:0;
	list-style:none;	
}
#videoResults li{
	width:150px;
	padding:7px;
	float:left;	
	position:relative;
}
.videoPlayButton{
	position:absolute;
	top:60px;
	left:125px;
	width:27px;
	height:27px;
	opacity:.6;
}
.videoTitle{
	font-size:12px;	
	height:60px;
}
.videoDate{
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  right: 10px;
  color: #888;		
}
#videoResultsBig{
	margin-left:7px;	
	margin-bottom:50px;
	max-width:640px
}
.videoTitleBig{
  font-size: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Fjalla One';
  font-weight:900;
  color:#004C72;
  
}
.videoDateBig{
	font-size:12px;
	color:#888;
	text-align: right;
 	 width: 100%;	
}


/* ######################  */
/* MATCH REPORT STRUCTURE  */
/* ######################  */
.matchTopBar{
	width: 96.5%;
	background-color: #63D0DF;
	color: #ffffff;
	float: left;
	padding: 5px 10px;
	margin-bottom: 3%;	
}
.matchTopBar .columns{
	margin-bottom:0px;	
}
.matchTopBarReferee{
	text-align:right;	
}
.matchPlayerShirt{
	font-weight:bold;
	width:25px;
	color:#0a7cc1;
	display:inline;
}
.matchPlayerName{
	display:inline;
}
.matchResult{
	text-align:center;
	font-size: 34px;
	font-weight: bold;
}
.matchHome{
	float:left;
	text-align:right;
	width:30%;	
}
.matchTeamsResult{
	float:left;
	text-align:center;
	width:40%;	
}
.matchTeamsResult img{
	height:55px;
	width:auto;	
}
.matchTeamsResult td{
	border-bottom:0px;	
}
.matchVisitor{
	float:left;
	text-align:left;
	width:30%;	
}
.matchTeamName{
	font-size:18px;
	font-weight:bold;	
	margin-bottom:0px;
}
.matchPlayerGoals{
	color:#aaaaaa;	
}
.matchTimelineTeams{
	float:left;
	width: 5%;
	padding-right: 5%;
}
.matchTimelineTeams img{
	width:100%;	
	height:auto;
}
.matchTimeline{
	float:left;
	width:90%;
	position:relative;	
}
.timelineHgoal{
	position:absolute;
	top:0px;	
}
.timelineVgoal{
	position:absolute;
	bottom:0px;	
}
.lineupList{
	list-style:none;	
}
.lineupList li{
	margin-bottom:3px;
	font-weight:bold;
}
#lineupPitch{
	width:556px;
	height:400px;
	background-image:url('/images/pitch_dark.jpg');
	background-repeat:no-repeat;	
	color: #EFEFEF;
	margin:0 auto;
}
#lineupField{
	height: 350px;
	margin: 15px 30px 40px;
	position: relative;
	width: 497px;
}
.positionHeadshot{
	border-bottom:0px;	
}
.positionHeadshot img{
	width:30px;
	height:auto;	
}
.positionTipsy{
	border-bottom:0px;
	text-align:left;	
}
.positionTipsy img{
	height:13px;
	width:auto;	
}
div.pitch_position.coach .sign {
    position: relative;
    top: 5px;
    left: 0.5px;
    font-size: 14px;
}
.pitch_position{
	position: absolute;
	text-align: center;
	width: 54px;	
}
div.pitch_position.sub {
    position: relative;
    top: 107%;
    width: 25px;
}

div.pitch_position.sub.home {
    float: right;
    right: 56%;
}

div.pitch_position.sub.away {
    float: left;
    left: 56%;
}

div.pitch_position.coach {
    top: 107%;
    width: 30px;
}

div.pitch_position.coach .coach {
    height: 32px;
    width: 28px;
}

div.pitch_position.coach.home {
    float: left;
    left: 44%;
}

div.pitch_position.coach.away {
    float: right;
    right: 44%;
}

div.pitch_position.referee {
    left: 47.5%;
    top: -3.4%;
    width: 25px
}

div.pitch_position.referee .shirtnumber, div.pitch_position.coach .coach, div.pitch_position.referee.assistant .shirtnumber  {
    background-image: url("/images/pitch_circle_black.png")
}

div.pitch_position.assistant.assistant_1 { left: 42%; }
div.pitch_position.assistant.assistant_2 { left: 53%; }
div.pitch_position .shirtnumber, div.sub_position .shirtnumber {
    display: block;
    font-size: small;
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    line-height: 25px;
    margin: auto;
    width: 25px;
    font-family: Consolas, monospace;
}
div.pitch_position.home .shirtnumber,
div.pitch_position.sub.si.home .shirtnumber  {
    background-image: url("/images/pitch_circle_home_dark.png")
}

div.pitch_position.away .shirtnumber,
div.pitch_position.sub.si.away .shirtnumber {
    background-image: url("/images/pitch_circle_away_dark.png")
}

div.pitch_position.GK .shirtnumber {
    background-image: url("/images/pitch_circle_keeper.png")
}

div.pitch_position.home .shirtnumber.subbedout,
div.pitch_position.sub.home .shirtnumber {
    background-image: url("/images/pitch_circle_home_light.png")
}

div.pitch_position.away .shirtnumber.subbedout,
div.pitch_position.sub.away .shirtnumber {
    background-image: url("/images/pitch_circle_away_light.png")
}
div.pitch_position .playername {
    font-size: xx-small;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 43px;
    margin: -5px auto auto;
}
div.pitch_position.L, div.grid.L   { top: 9%; }
div.pitch_position.CL, div.grid.CL { top: 29%; }
div.pitch_position.C, div.grid.C   { top: 49%; }
div.pitch_position.CR, div.grid.CR { top: 69%; }
div.pitch_position.R, div.grid.R   { top: 89%; }

div.pitch_position.GK, div.grid.GK { left: -5.5%; }
div.pitch_position.D1, div.grid.D1 { left: 4%; }
div.pitch_position.D2, div.grid.D2 { left: 8%; }
div.pitch_position.DM, div.grid.DM { left: 16%; }
div.pitch_position.M,  div.grid.M  { left: 23%; }
div.pitch_position.AM, div.grid.AM { left: 31.5%; }
div.pitch_position.A,  div.grid.A  { left: 40%; }

div.pitch_position.L.away, div.grid.L   { top: 89%; }
div.pitch_position.CL.away, div.grid.CL { top: 69%; }
div.pitch_position.C.away, div.grid.C   { top: 49%; }
div.pitch_position.CR.away, div.grid.CR { top: 29%; }
div.pitch_position.R.away, div.grid.R   { top: 9%; }

div.pitch_position.GK.away { left: inherit; right: -5.5%; }
div.pitch_position.D1.away { left: inherit; right: 4%; }
div.pitch_position.D2.away { left: inherit; right: 8%; }
div.pitch_position.DM.away { left: inherit; right: 16%; }
div.pitch_position.M.away  { left: inherit; right: 23%; }
div.pitch_position.AM.away { left: inherit; right: 31.5%; }
div.pitch_position.A.away  { left: inherit; right: 40%; }

.matchPlayerShirt{
	color: #0a7cc1;
	font-weight: 600;
	margin-right: 2.5%;
	width: 30px;
	text-align: right;
	display: inline-block;	
}
.matchPlayerEvents{
	display:inline;
	font-weight:normal;
	padding-left:10px;	
}
.matchPlayerEvents img{
	height:13px;
	width:auto;
}
.playbyplayList{
	list-style:none;
	padding:0px;
	margin:0px;	
}
.playbyplayList li{
	padding:0px;
	margin-bottom:5px;
	height:48px;
	line-height:48px;
	font-size:18px;	
	background-color:#f3f3f3;
}
.playbyplayList img{
	width:auto;
	vertical-align: middle;	
}
.playbyplayCommentary{
	display: inline-block;
}
.playbyplayMinute {
	color: #0a7cc1;
	background-color: #cccccc;
	width:48px;
	height:48px;
	text-align:center;	
	display: inline-block;
}
.playbyplayGoal, .playbyplayGoal .playbyplayMinute{
	background-color: #0a7cc1 !important;
	color: #ffffff !important;	
}
.stat_header {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #0a7cc1;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1px;
	margin-top:15px;
}

.stats_sum_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.stats_sum_item {
	font-size: 0.8em;
	display: inline-block;
	margin: 5px;
	width: 180px;
	background-color: #ddd;
	padding: 5px;
	text-align: left;
	line-height: 25px;
}
.stats_sum_item span {
	font-weight: 700;
	font-size: 1.5em;
	float: left;
	margin-right: 10px;
}
.home_stat_value {
	text-align: left;
	background-color: #0a7cc1;
}
.away_stat_value {
	text-align: right;
	background-color: #333333;
}
.stat_value {
	color: #ffffff;
	padding: 1%;
	font-weight: bold;
}

/* ##################  */
/* SCHEDULE STRUCTURE  */
/* ##################  */

.nextMatchInfoSchedule{

}

.nextMatchHomeAwaySchedule{
	float: left;
	width: 10%;
	height: 66px;
	text-align: center;
	color: #555;
	font-size:22px;
	font-weight: 300;
	line-height: 74px;
}
.nextMatchHomeAwayVsSchedule{
	float: left;
	width: 15%;
	height: 66px;
	text-align: center;
	color: #000;
	font-size:45px;
	font-weight: 300;	
	line-height: 66px;
}
.nextMatchLogoSchedule {
	float: left;
	width: 20%;
	height: 58px;
	padding: 1% 3%;
	text-align: center;	
}
.nextMatchLogoSchedule img{
	width: auto;
	height: 90%;	
}
.nextMatchDetailsSchedule {
	float: left;
	height: 54px;
	width: 49%;
	padding-top: 5px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;	
}
.nextMatchDetails1Schedule{
	display:block;
	font-size:20px;
	line-height:24px;
}
.nextMatchDetails2Schedule{
	display:block;
	font-size:24px;
	line-height:24px;
}
.nextMatchDetails3Schedule{
	display:block;
	font-size:small;
	line-height:14px;
}
.nextMatchWatchSchedule{
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #FFDB00;
	text-transform: uppercase;
	font-weight: 600;
	padding: 3px 0;	
}

.upcomingMatchInfoSchedule{
	background-color: #f3f3f3;	
	position: relative;
	width: 90%;
	margin: 15px auto;
}
.upcomingMatchDetailsSchedule{
	width:50%;	
	text-transform: uppercase;
	padding: 3%;
}
.upcomingMatchLinkSchedule{
	text-align:center;
	position:absolute;
	top:7px;
	right:10px;	
}
.upcomingMatchDetails1Schedule{
	color:#999;
	display:block;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}
.upcomingMatchDetails2Schedule{
	display:block;	
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}
.upcomingMatchDetails3Schedule{
	color:#999;
	display:block;
	line-height:14px;
	text-transform:none;
}
.upcomingMatchCenterSchedule{
	width:22%;
	text-align:center !important;
	vertical-align:middle !important;
	background-color:#a81932;
}
.upcomingMatchCenterSchedule a{
	display:block;
	background-color:#a81932;
	color:#f3f3f3;
	width:100%;
	height:100%;
	font-size:20px;
	font-weight:bold;
}
.upcomingMatchWatchHere{
	width:22%;
	text-align:center !important;
	vertical-align:middle !important;
}
.upcomingMatchWatchHere a{
	display:block;
	background-color:#f3f3f3;
	color:#a81932;
	width:100%;
	height:100%;
	font-size:20px;
	font-weight:bold;
}
.upcomingMatchResultsSchedule{
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 22%;
}
.fixtureTable {
width: 100%;
}

.fixtureTable th {
padding: 10px;
text-align: left;
font-size: 14px;
}

.fixtureTable .event_time {
float: none;
border-top: 2px solid #000;
}

.fixtureTable td img {
	width: 50px;
  float: left;
	margin: 0 10px;
}

.dayRow {  
  color: #999;
}

.dayRow td {
  padding: 0px;
  }

.dataRow td {
  padding: 25px 0 35px;
  }

              

.dataRow {
  text-align: center;
}
  
.dataRow .resultCol {
width: 24%;
text-align: center;
}  

.dataRow .resultCol .button {
display: block;
}
      
.resultCol .matchResultScore {
font-size: 3em;
margin: 10px 0;
font-weight: 600;
display: block;
width: 100%;
background: #ffffff;
}      

.dataRow .teamCol {
width: 35%;
text-align: center;
}

.dataRow .teamCol span {
	margin: 10% 0;
	width: 50%;  
	font-size: 1.17em !important;      
  	float: none !important;
	font-weight: 600;  
}

.dataRow .teamCol img {
	height: 100px;
	width:auto;
  	float: none !important;
}

#fixtureTableHolder h3 {
margin-bottom: 0;
  background-color: #EEE;
  padding: 10px;
}

.homeMatchClass {
  background-color: #ccc;
}
/* ###################  */
/* STANDINGS STRUCTURE  */
/* ###################  */
.seasonSelector{
	position: absolute;
	top: 5px;
	right: 5px;
}
.topMenuMatches {
list-style: none;
display: inline-block;
border-bottom: 1px solid #63D0DF;
width: 100%;
margin-bottom: 0;
padding: 0;
margin-top:20px;
}
.topMenuMatches li:first-child {
margin-left: 20px;
}
.topMenuMatches li {
float: left;
border-right: 1px solid #ffffff;
background-color: #c7e6eb;
color: #000;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
text-transform: uppercase;
margin:0;
}
.topMenuMatches a {
text-decoration: none;
color: #242424;
}
.topMenuMatches .selected {
background-color: #63D0DF;
color: #ffffff;
}
.standingsRankL, .standingsPtsL{
	font-weight: bold;
	background-color: #e7e9e8;
	text-align: center;
	font-size:16px;
	text-align:center;
	width:20px;
	padding-left:none;
	padding-right:none;
}
.standingsRankL img{
	height:25px;
	width:auto;	
}
.standingsTeamNameL{
	width: 100%;
	font-size:16px;
	text-align:left;
}
.standingsDataL{
	font-size:16px;
	text-align:center;
	width:18px;	
}

/* #################  */
/* GALLERY STRUCTURE  */
/* #################  */

.galleryDiv{
	padding:1%;
	width:30%;
	float:left;
}
.galleryDivImage{
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding-bottom: 56%;
  }
.galleryDivImage img{
	width:100%;	
}
.galleryDivTitle{
  background-color: #fff;
  padding: 4px;	
  height: 140px;
}


/* ################  */
/* FOOTER STRUCTURE  */
/* ################  */

#banneradfooter{
	width:728px;
	margin:0px auto;	
	padding:15px;
}

#sponsorsHolder {
width: 80%;
text-align: center;
text-transform: uppercase;
padding: 1% 10%;
margin-top: 20px;
border-top: 5px solid #B8B8B8;
color: #636363;
}
#sponsorsHolder h2 {
font-size: 2em;
margin: 0.5em 0;
}

#footer{
	background-image:url(../images/bkg_footer.png);
	border-top: 5px solid #0a7cc1;	
	background-repeat:repeat-x;
	background-color:#000;
	position:relative;
}

#footerTeamLogo {
	top: 60px;
    left: 2%;	
margin: 10px;
height:auto;
position:absolute;
}
#footerAddress{
	width: 240px;
	top: 140px;
	left: 5%;
	text-align: center;
	font-family:'Source Sans Pro';
	font-size:15px;
margin: 10px;
height:auto;
position:absolute;
color: #ccc;
}
.socialHolderFooter {
	top: 80px;
	right: 0;	
	width: 400px;
display: inline-block;
float: right;
position:absolute;
}

.socialHolderFooter .socialLogo {
width: 45px;
height: 45px;
background: url("../images/social_logos.jpg") no-repeat;
float: left;
}

#footernav{
	width:70%;
	margin-top:15px;
	font-family: 'Fjalla One', sans-serif;
}
#footernav ul{
	margin:0 auto;
	padding:0px;
	list-style:none;	
	margin-left:6%;
}
#footernav ul li{
	float:left;	
	width:15%;
}
#footernav ul li a{
	color:#ffffff;
	text-decoration:none;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	text-align:left;
}
#footernav ul li a:hover{
	color:#8ad3f4;
}
#footernav ul li ul{
	margin:0px;
	padding:0px;	
	list-style:none;
	margin-top: 15px;
	min-height:200px;
}
#footernav ul li ul li{
	display:block;
	float:none;
	width:90%;
	margin-bottom:2px;
}
#footernav ul li ul li a{
	color:#888;
	text-decoration:none;
	font-size:12px;	
	text-transform:none;
	font-weight: normal;
}
#footernav ul li ul li a:hover{
	color:#8ad3f4;
}
#footersponsors{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
#footersponsors ul{
	margin:0 auto;
	padding:0px;
	list-style:none;
}
#footersponsors ul li{
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
}
#footersponsors img{
  width: 100px;
  height: auto;
  margin-bottom: 20px;
 }
#footerLinks{
	float:right;	
	margin-left:15px;
	font-size:14px;
}
#footerLinks ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#footerLinks ul li{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0px;
	float:left;
}
#footerLinks a{
	color:#ffffff;
	text-decoration:none;	
}

#footerCopyright{
	display: inline-block;
	color:#ffffff;
	margin-top:180px;	
}
#footerCopyright img{
	max-width:100%;	
}
#footerEzit{
	clear:both;
	margin-top:30px;
	text-align:center;
	margin-bottom:30px;	
}

/* ##########  */
/* RESPONSIVE  */
/* ##########  */

.hideTablet{
	display:visible;	
}
.hideMobile{
	display:visible;	
}


