@charset "UTF-8";
/* CSS Document */
/*
TABLE OF CONTENTS

PAGE STRUCTURE
MENU
HOME PAGE
SOCIAL SIDEBAR
DEFAULT PAGE
SCHEDULE PAGE
STANDINGS PAGE
NEWS PAGE
VIDEO PAGE / COLORBOX
OPTA CUSTOM
FOOTER 
IPHONE
IPAD
DESKTOP
*/
/* PAGE STRUCTURE */
@font-face {
  font-family: visueltmedium;
  src: url("visuelt-medium.ttf") format("truetype");
}
@font-face {
  font-family: visueltbold;
  src: url("visuelt-bold.ttf") format("truetype");
}
@font-face {
  font-family: visueltlight;
  src: url("visuelt-light.ttf") format("truetype");
}
@font-face {
  font-family: uniteditaliccondbold;
  src: url("UnitedItalicCond-Bold.otf") format("opentype");
}
@font-face {
  font-family: uniteditaliccondheavy;
  src: url("UnitedItalicCond-Heavy.otf") format("opentype");
}
@font-face {
  font-family: uniteditaliccondblack;
  src: url("UnitedItalicCond-Black.otf") format("opentype");
}
@font-face {
  font-family: unitedsanscondlight;
  src: url("UnitedSansCond-Light.otf") format("opentype");
}
@font-face {
  font-family: unitedsanscondbold;
  src: url("UnitedSansCond-Bold.otf") format("opentype");
}
@font-face {
  font-family: unitedsanscondblack;
  src: url("UnitedSansCond-Black.otf") format("opentype");
}
@font-face {
  font-family: unitedsansregmedium;
  src: url("UnitedSansReg-Medium.otf") format("opentype");
}
@font-face {
  font-family: unitedsansregblack;
  src: url("UnitedSansReg-Black.otf") format("opentype");
}
@font-face {
  font-family: akzidenz;
  src: url("Akzidenz Grotesk Roman.ttf") format("truetype");
}


body{
	font-family: akzidenz, "Open Sans",Verdana,Arial;
	overflow-x: hidden;
	background-color:#fff;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center top;
   
}
header{
	height: 72px;
    margin-top: 50px;
}
html{
	overflow-x:hidden;
}
table{
	max-width:100% !important;
}
a, a:visited{
	color:#444444;
}
a:hover{
	color:#444444;
	text-decoration:none;
}
.container-fluid{
	padding-left:0px;
	padding-right:0px;
}
.btn-custom {
    border-radius: 0px;
    background-color:#333333;
    color: #fff;
	position: relative;
}
.btn-custom:hover{
	color:#fff;
	opacity:.9;
}
.btn-custom:visited{
	color:#fff;
}
.btn-filter, .nav-pills>li>a { 
 	color: #333;
    border-color: #999;
	border-radius: 0px;
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top, #e0e0e0 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e0e0e0 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e0e0e0 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding:6px 12px;
} 
 
.btn-filter:hover, .nav-pills>li>a:hover{
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #e0e0e0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cccccc 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cccccc 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */	
} 
 
.btn-filter:focus, 
.btn-filter:active, 
.btn-filter.active, 
.open .dropdown-toggle.btn-filter,
.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{ 
  color: #ffffff; 
  background-color: #CCCCCC; 
  border-color: #CCCCCC; 
} 
 
.btn-filter:active, 
.btn-filter.active, 
.open .dropdown-toggle.btn-filter,
.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{ 
  background-image: none; 
} 
 
.nav-pills>li+li{
	margin-left: -1px;
}
.btn-filter.disabled, 
.btn-filter[disabled], 
fieldset[disabled] .btn-filter, 
.btn-filter.disabled:hover, 
.btn-filter[disabled]:hover, 
fieldset[disabled] .btn-filter:hover, 
.btn-filter.disabled:focus, 
.btn-filter[disabled]:focus, 
fieldset[disabled] .btn-filter:focus, 
.btn-filter.disabled:active, 
.btn-filter[disabled]:active, 
fieldset[disabled] .btn-filter:active, 
.btn-filter.disabled.active, 
.btn-filter[disabled].active, 
fieldset[disabled] .btn-filter.active { 
  background-color: #BD3B0E; 
  border-color: #BD3B0E; 
} 
 
.btn-filter .badge { 
  color: #CCCCCC; 
  background-color: #ffffff; 
}
.center-block{
	float:none;
	display:inline-block;
}
.nav-tabs>li>a{
	border: 1px solid #ddd;
	font-weight: bold;
	margin-right: 5px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color: #444444;
    color: #fff;
    font-weight: bold;
}
.moduleHeader{
	border-bottom: 5px solid #777;
	font-weight: bold;
    color: #777;
	padding-bottom: 10px;
	font-family: unitedsansregblack;
}
.moduleSubHeader{
	font-weight: bold;
    color: #777;
	padding-bottom: 10px;
}
.moduleHeaderAlt{
	background-color: #CCCCCC;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}
.tableSubHeader{
	background-color:#ddd;
	color:#000;
}
.table>thead>tr>th{
	background-color:#CCCCCC;
	color:#fff;
}
.tablesorter th.header { 
    background-image: url(../images/bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    margin-left: -1px; 
}
.tablesorter th.headerSortDown { 
    background-image: url(../images/desc.gif); 
    background-color: #444444; 
} 
.tablesorter th.headerSortUp { 
    background-image: url(../images/asc.gif); 
    background-color: #444444; 
} 
.tablePlayersStats tr:hover td, .tablePlayersStats tr:hover td a {
    background-color: #444444 !important;
	color:#fff !important;
}
.tablePlayersStats td:hover {
    cursor: pointer;
}
.main-header{
	width:70%;
	margin-left:0;
}
.content-wrapper{
	padding-right: 0px;
    padding-left: 0px;
}
.content-white-bg{
	background: rgba(255,255,255,.98);
    border-top: 5px solid #333;
	padding:20px;
}
.page-wrapper{
}
.hide{
	display:none;
}
.wsmain{
	max-width:inherit;
	margin: 15px auto;
	background: inherit;
	padding-left:120px;
}
.topmenusearch input{
	background-color: inherit;
}
#currentTeamlogo{
	position:absolute;
	left:10px;
	top: 20px;
	z-index: 1040;
    width: 110px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-duration: 1s;
    transition-property: all;
    transition-duration: 1s;
}
#currentTeamlogo img{
	width:100%;
	height:auto;
}
.currentLogoSticky{
	position: absolute !important;
    left: -14px !important;
    width: 120px !important;
    z-index: 1040 !important;
    top: -8px !important;
}
#currentTeamName{
	text-transform: uppercase;
	margin-left: 130px;
}
#currentTeamName h1{
	font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-size: 40px;
}
#currentTeamSubtext{
	font-size: 16px;
}
#currentTeamName h5{
	color: #333;
    padding-left: 2px;
}
.headerPhotoAlt{
	float:left;
	margin-top: 20px;
    margin-left: 12%;
    width: 25%;
}
.headerPhotoAlt img{
	max-width:100%;
	height:auto;
}
.headerBannerAdContainer{
	background-color:#333;
}
.headerBannerAd{
	text-align:center;
	margin:5px;
}
.headerBannerAd img{
	max-width:100%;
	height:auto;
}
.headerAffiliates, .headerSponsors{
	text-align: center;
	color: #000;
    font-size: 14px;
    font-weight: bold;
}
.headerAffiliates .innerContent, .headerSponsors .innerContent{
    /* background: rgba(0,0,0,.4); */
    vertical-align: top;
}
.headerAffiliates ul, .headerSponsors ul{
	margin:0;
	padding:0;
	display: inline-block;
	margin-left: 20px;
}
.headerAffiliates li, .headerSponsors li{
	list-style: none;
	display:inline-block;
	padding:0px;
	margin: 5px 10px;
}
.headerSponsors img{
	max-width:30px;
}
.headerAffiliates img{
	max-width:50px;
}


.menuRight{
	position: absolute;
	top:0;
	right: 25px;
}
.navSocial{
	float: right;
	margin:0px;
	padding:0px;
	margin-top: 7px;
	margin-left:30px;
}
.navSocial li{
	display:inline-block;
	list-style:none;
	padding: 0px 5px;
}
.navSocial li a, .navSocial li a:hover{
	color:#fff;
}
.bigSocial{
	margin:0px;
	padding:0px;
	display:inline-block;
}
.bigSocial li{
	float:left;
	list-style:none;
	padding: 0px;
    font-size: 40px;
    margin: 0px;
	max-width: 25%;
}
.bigSocial li a, .bigSocial li a:hover{
	color:#fff;
	height: 90px;
    display: block;
    width: 90px;
    text-align: center;
    line-height: 90px;
}
.bigSocial li a i{
	line-height: 90px;
}
.socialFacebook{
	background-color:#3b5998;
}
.socialInstagram{
	background-color:#c32aa3;
}
.socialTwitter{
	background-color:#1da1f2;
}
.socialYoutube{
	background-color:#ff0000;
}
.headerTeamListContainer{
	background:#ccc;
	position:fixed;
	width:100%;
	z-index: 999;
}
.headerTeamList{
	float: left;
}
.headerTeamList img{
	max-width:38px;
}
.headerTeamList ul{
	padding:0px;
	margin:0px;
}
.headerTeamList li{
	display:inline-block;
	list-style:none;
	padding: 7px;
	margin:0px;
	width: 50px;
    height: 50px;
}
.headerTeamList a{
	display:block;
	background-size:contain;
	background-position: center;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
}
.headerTeamList li img{
	max-width: 35px;
    height: auto;
    margin-right: 15px;
    max-height: 33px;
}
.headerTeamList .btn{
	border-radius:0px;
	background-color:rgba(0,0,0,0);
	color:#fff;
	font-family:'Roboto Condensed';
}
.headerTeamList .dropdown-menu>li>a{
	padding:8px 20px;
	font-family: 'Roboto Condensed';
}
.headerTeamList .teamListSpacer{
	width: 1px;
    background-color: #666;
    padding: 0px;
    height: 30px;
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.headerLeagueButton{
	float:right;
	margin-right:30px;
}
.headerLeagueButton .dropdown-menu{
	left:auto;
	right:0;
	top: 83px;
}
.headerLeagueButton li{
	width:auto;
	display:block;
}
.headerLeagueButton a{
	background-position:left;
	padding-left:50px !important;
}
.headerLeagueButton .teamListSpacer{
	width: 100%;
    height: 1px;
    margin: 0;
    background-color: #ccc;
}
.sidebarBannerAdContainer{
	min-height: 200px;
    overflow: hidden;
	position: relative;
}

.marginBottom{
	margin-bottom:30px;
}


/* MENU */
.sticky{
	position:fixed;
	top:0;
	z-index: 1030;
}
.animated-arrow{
	left:auto;
	right:0px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after{
	background:#333;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: 500px;
	background-color: rgba(0,24,168,1);
}
.navbar{
	min-height:34px;
}
.navbar-nav{
	margin-left: 80px;
}
.navbar-nav>li>a{
	padding-top:7px;
	padding-bottom:7px;
}
.navbar-default{
	border-radius: 0px;
	box-shadow: none;
	border:0px;
	margin-bottom:0px;
	background-image:none;
	width: 100%;
    margin: 0 auto;
	max-width: 1170px;
}
.navbar-default {
}
.navbar-fixed-top{
  background-color: rgba(0,0,0,.9);
  max-width: inherit;
	top: 50px;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  background-image:none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
   background-color: #444444;
}
.navbar-default .navbar-nav > li > .dropdown-menu, 
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu{
  background-color: #444444;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a, 
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a{
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus{
  color: #ffffff;
  background-color: #444444;
  background-image:none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #444444;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #444444;
  background-image:none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #444444;
  background-image:none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > .dropdown-menu > .open > a,
.navbar-default .navbar-nav > .open > .dropdown-menu > .open > a:hover,
.navbar-default .navbar-nav > .open > .dropdown-menu > .open > a:focus{
  color: #ffffff;
  background-color: #444444;
  background-image:none;
}
.navbar-default .navbar-toggle {
  border-color: #444444;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #444444;
  background-image:none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
  background-image:none;
}

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #444444;
  }
	.navbar-toggle{
		margin-top:0px;
		margin-bottom:0px;
		border:0px;
	}


.navbar-toggle {
  border: none;
  background: transparent !important;
}
  
  .navbar-toggle:hover {
    background: transparent !important;
  }

.icon-bar {
    width: 22px;
    transition: all 0.2s;
  }

  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
 .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }

.navbar-toggle.collapsed .top-bar {
      transform: rotate(0);      
    }
.navbar-toggle.collapsed .middle-bar {
      opacity: 1;
    }
.navbar-toggle.collapsed .bottom-bar {
      transform: rotate(0);
    }
  
.roundContentBox{
	background-color:#fff;
}
.contentBoxBody{
	padding:10px;
}
.contentBoxHeader{
	text-transform: uppercase;
	font-weight: bold;
    font-size: 24px;
	position:relative;
	padding:10px;
	background-color:#000;
	color:#fff;
	font-family: unitedsanscondblack;
}
.contentBoxHeader span{
	background: #000;
    padding: 0 15px 0px 0px;
	position: relative;
}
.contentBoxFooter{
	text-transform: uppercase;
	font-weight: bold;
    font-size: 16px;
	position:relative;
	padding:10px;
	background-color:#000;
	color:#fff;
	text-align: center;
}
.contentBoxFooter a, .contentBoxFooter a:visited{
	color:#fff;
}
.contentBoxFooter span{
	background: #000;
	position: relative;
}
.paddedTop{
	padding-top:20px;
}

.marginTop{
	margin-top:30px;
}

.transparentContentBox{
	width:100%;
	background:rgba(255,255,255,.7);
	color:#333;
}
.tipsy{padding:5px;font-size:12px;opacity:.8;filter:alpha(opacity=80);background-repeat:no-repeat;background-image:url(images/tipsy.gif)}
.tipsy-inner{padding:5px 8px 4px 8px;background-color:black;color:white;max-width:200px;text-align:center}
.tipsy-inner{-moz-border-radius:3px;-webkit-border-radius:3px}
.tipsy-north{background-position:top center}
.tipsy-south{background-position:bottom center}
.tipsy-east{background-position:right center}
.tipsy-west{background-position:left center}

#my-soon-counter {}
#my-soon-counter .soon-reflection {background-color:#fffaf3;background-image:linear-gradient(#fffaf3 25%,rgba(255,250,243,0));}
#my-soon-counter {background-position:top;}
#my-soon-counter {color:#6e6e6e;}
#my-soon-counter .soon-label {color:#ffffff;}
#my-soon-counter {font-family:"Quicksand",sans-serif;font-weight:normal;font-style:normal;}
#my-soon-counter .soon-matrix-row:nth-child(1) .soon-matrix-dot[data-state='1'] {background-color:#ffffff;}
#my-soon-counter .soon-matrix-row:nth-child(2) .soon-matrix-dot[data-state='1'] {background-color:#f7f7f7;}
#my-soon-counter .soon-matrix-row:nth-child(3) .soon-matrix-dot[data-state='1'] {background-color:#eeeeee;}
#my-soon-counter .soon-matrix-row:nth-child(4) .soon-matrix-dot[data-state='1'] {background-color:#e6e6e6;}
#my-soon-counter .soon-matrix-row:nth-child(5) .soon-matrix-dot[data-state='1'] {background-color:#dddddd;}
#my-soon-counter .soon-matrix-row:nth-child(6) .soon-matrix-dot[data-state='1'] {background-color:#d5d5d5;}
#my-soon-counter .soon-matrix-row:nth-child(7) .soon-matrix-dot[data-state='1'] {background-color:#cccccc;}
#my-soon-counter .soon-matrix-dot[data-state='0'] {background-color:#ffffff;background-color:rgba(255,255,255,0);}
#my-soon-counter .soon-value {
    font-size: 3.5rem !important;
}
#my-soon-counter .soon-group-sub{
    background: rgba(0,0,0,.7);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
	margin-left:2px;
	margin-right:2px;
}
.success{
	background-color:green;
}
.warning{
	background-color:yellow;
}
.danger{
	background-color:red;
}
.whiterow{
	background-color:#fff;
	border-bottom:5px solid #ccc;
}
.grayrow{
	background-color:#F0F1F3;
	border-bottom:5px solid #ccc;
}

/* HOME PAGE */
.homeFullWidth{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	padding:0px;
}
.homeFullWidthImage{
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width:100%;
  height:100%;
  position: absolute;
  z-index: -1;  
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.homeNewsBX .bx-viewport{
	
}
.homeNews{
	padding-left:25px;
	padding-right:25px;
}
.homeNewsPicContainer{
	overflow: hidden;
    height: 100%;
    width: 33%;
	display: inline-block;
}

.homeNewsDiv{
	background-position: center center;
	background-size:cover;
	height:0px;
	padding-bottom:56%;
}
#homeNewsMain{
	margin:0;
	padding:0;
}
.homeVideoWrapper{
	position:relative;
	width:100%;
	height:90vh;
}
.videoCountdown{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	width:450px;
	text-align: center;
}
.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 90vh;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 90vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.slider-nav{
	margin:0;
	padding:0;
}
.slider-nav .slick-slide{
	background-color:#000;
	color:#fff;
	height: 80px;
    font-size: 12px;
    text-transform: uppercase;
	border-right: 2px solid #444;
	position:relative;
}
.slider-nav .slick-slide:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  transform: rotate(270deg);
  border-color: transparent transparent #444 transparent;
}
.slider-nav div a{
	
}
.slider-nav .slick-current{
	
	font-weight: bold;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(153,153,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ); /* IE6-9 */

}
.slider-nav .slick-current:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  transform: rotate(270deg);
  border-color: transparent transparent #fff transparent;
}
.sliderNavText{
	padding:5px;
}
.buttonsBar .homeButtons{
	display: inline-block;
font-family: uniteditaliccondheavy;
    font-size: 19px;
}
.homeSubNewsDiv{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom:56%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.homeSubNews li:hover .homeSubNewsDiv{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.homeNewsLink{
	color:#fff !important;
	text-decoration: none;
	display:block;
	font-family: akzidenz, "Open Sans",Verdana,Arial;
	width:100%;
	height:100%;
	position:relative;
}
.homeNewsLink:hover{
	color:#fff;
}
.homeNewsShade{
	background-image:url(/images/home-news-shade.png);
	background-position: bottom;
	background-repeat:repeat-x;
	height:0%;
	padding-bottom:56%;
	width:100%;
	position: absolute;
}
.homeNewsTitleGroup{
	position: absolute;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	bottom: 35px;
    width: 95%;
    left: 2%;
    text-align: left;
}
.homeNewsTitle{
	font-size: 38px;
    font-weight: 700;
    line-height: 40px;
	font-family: uniteditaliccondheavy;
	text-transform: uppercase;
}
.homeNewsTitleGroupSub{
	color:#062140;
}
.homeNewsSubtitle{
	font-size: 16px;
    line-height: 34px;
}
.homeNewsTitleGroupSub .homeNewsTitle{
	font-size:20px;
	line-height:26px;
}
.homeNewsButton{
	margin-top:10px;
}
.homeButtons{
	width:100%;
	text-align: center;
	text-transform: uppercase;
	padding:10px;
	display:block;
}
.homeButtons:hover{
	opacity:.9;
}
.homeButtons .fa{
	margin-right: 10px;
    opacity: .8;
}
.homeSubNews{
	margin:0;
	padding:0;
}
.homeSubNews li{
	overflow: hidden;
    vertical-align: top;
    width: 100%;
    display: inline-block;
}
.homeSubNews li:last-of-type{
	margin-right:0;
}
.homeSubNewsDiv{
	padding-bottom:60%;
}
.homeSubNewsLink{
	color:#fff !important;
	text-decoration: none;
	display:block;
	font-family: "Roboto Condensed", "Arial Narrow", Arial;
	width:100%;
	height:100%;
	position:relative;
}
.homeSubNewsLink:hover{
	color:#fff;
}
.homeSubNewsShade{
    vertical-align: top;
	display:inline-block;
	width:67%;
}
.homeSubNewsTitleGroup{
	color:#fff;
	padding:10px;
	min-height:80px;
	font-family: akzidenz;
}
.homeSubNewsTitleGroup a{
	color:#fff;
}
.homeSubNewsTitle{
	font-size: 26px;
    font-weight: bold;
    font-family: uniteditaliccondheavy;
    text-transform: uppercase;
}
.homeSubNewsSubtitle{
	margin-bottom:16px;
}
.homeSubNewsSubtitle{
	color:#888;
	font-size:12px;
}
.homeBannerContainer{
	padding:10px;
	height: 140px;
}
.homeBannerImage{
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}
.homeBannerImage .homeBannerTitle, .homeBannerImage .homeBannerDesc{
	
}
.homeBannerImageOverlay{
	position: absolute;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0px;
    left: 0px;
    width: 100%;
}
.homeBannerNoPhoto{
	background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
}
.homeBannerLink{
	display: block;
    width: 100%;
    position: relative;
    height: 100%;
    margin: auto;
	background-image: url(/images/bg-bottom-fade-3.png);
	background-position: bottom;
    background-repeat: repeat-x;
	color:#fff;
}
.homeBannerLink:hover{
	color:#fff;
	text-decoration:none;
}
.homeBannerTextGroup{
	position:absolute;
	bottom:0px;
	padding:20px;
	font-family: "Roboto Condensed", "Arial Narrow", Arial;
}
.homeBannerTitle{
	font-size:36px;
	font-weight: 700;
	color:#fff;
	text-shadow:2px 2px 2px #000;
	text-align: center;
	position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    font-family: unitedsansregblack;
	text-transform: uppercase;
}
.homeBannerTitle a, .homeBannerTitle a:visited{
	color:#fff;
}
.homeBannerDesc{
	font-size:14px;
	color:#fff;
	text-shadow:2px 2px 2px #000;
	text-align: center;
}
.homeBannerDesc a, .homeBannerDesc a:visited{
	color:#eee;
}
.bannerImgFull{
	padding:5px;
	text-align:center;
	margin-top:20px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #e0e0e0 51%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cccccc 0%,#e0e0e0 51%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cccccc 0%,#e0e0e0 51%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.bannerImgFull img{
	max-width:100%;
	height:auto;
}
.shopImage{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.shopImage img{
	width:100%;
	height:auto;
}
.sponsorHomeSlider{

}
.sponsorHomeSlider .bx-wrapper .bx-viewport{
	border-radius:5px;
	background:none;
}
.homeUpcomingGames{
	position: absolute;
	bottom:-45px;
	width:90%;
	height:400px;
	border:1px solid #ccc;
	background:rgba(255,255,255,.7);
	border-radius: 5px;
	padding:5px;
}
.homeGameScheduleContainer{
	width:100%;
	overflow: auto;
	text-align: center;
}
.homeGameSchedule{
	padding:0;
	margin:0;
}
.homeGameSchedule li{
	list-style: none;
	display:block;
	text-align: center;
	padding: 0px;
}
.homeGameSchedule .dayRow{
	background-color: #e0e0e0;
    color: #333;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #333;
}
.upcominggameItem{
	position: relative;
}
.upcominggameItem a{
	display: block;
}
.upcominggameItem .fa{
	position: absolute;
	right:5px;
	top:11px;
	color:#ccc;
}
.upcomingamesTeamName{
	overflow: hidden;
    text-align: center;
    vertical-align: top;
    padding-top: 3px;
    font-weight: bold;
    font-size: 11px;
	padding-top: 25px;
	color: #666;
}
.upcominggameTeamLogo{
	width: 100%;
    height: 95px;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.upcominggameInfo{
    text-align: center;
	vertical-align: top;
	padding-top: 3px;
	width: 100%;
}
.upcomingamescheduleTime{
	display:inline-block;
	width: 25%;
    text-align: left;
    vertical-align: top;
    padding-top: 3px;
}
.homeUpcomingGames .homeButtons{
	position: absolute;
    bottom: 5px;
    width: 96%;
	color: #F00001 !important;
    background-color: #ccc;
}
.homeUpcomingGamesHeader{
	width:100%;
	border-radius:5px;
	background-color: #02284C;
    color: #fff;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-indent: 7px;
}
.homeGalleryPlaceholder{
	background-image:url(/images/gallery-placeholder.jpg);
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	width: 100%;
    height: 375px;
}
.upcomingamesHomeTeam, .upcomingamesAwayTeam{
	padding: 2%;
    width: 38%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
	position: relative;
}
.upcominggameTeamLogo:after{
	content: '';
    border-radius: 50%;
    bottom: -8px;
    left: 30%;
    width: 40%;
    height: 4px;
    box-shadow: 0 0.625rem 0.75rem rgba(0,0,0,.2);
    position: absolute;
}
.upcominggameVs{
	display: inline-block;
    width: 10%;
    text-align: center;
    color: #888;
    font-size: 30px;
    font-weight: bold;
    vertical-align: top;
    line-height: 100px;
    padding: 2%;
}
.upcominggameResultDate{
	font-size: 20px;
	color:#fff;
	text-shadow: 1px 1px 2px #000;
}
.upcominggameResultTime{
	display: inline-block;
    /* width: 50%; */
    float: right;
    background-color: #333;
    color: #fff;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 15px;
    margin-left: -5px;
    margin-top: -5px;
    clip-path: polygon( 10% 0, /* left top */ 100% 0, /* right top */ 100% 100%, /* right bottom */ 0 100% /* left bottom */ );
}
.upcominggameResultLocation{
	color: #666;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
    background-color: #f0f0f0;
}

/* SOCIAL SIDEBAR */
.widgetHeader{
	font-family:"GothamBlack";
	color:#fff;
	text-transform: uppercase;
	border-right: 7px solid #444444;
    /* border-radius: 0px 0px 20px 0px; */
    /* border-bottom: 1px solid #333; */
    /* border-bottom: 1px; */
    background-color: #121212;
    padding: 10px 5px 5px 15px;
    vertical-align: middle;
}
.sidebar-content{
	height:100%;
	overflow: scroll;
}
.socialScroller{
	width:100%;
	max-height:400px;
	overflow: scroll;
}
.socialSidebar{
	padding:25px;
	width:100%;
	background-color:#e0e0e0;
	color:#333;
	font-size: 12px;
	position:relative;
	background-repeat: repeat-y;
	background-position: left;
}
.socialSidebar:nth-child(odd){
	background-color:#ffffff;
}
.socialSidebar a{
	display:block;
	color:#333;
	text-decoration: none;
}
.socialAdSpace{
	padding:25px;
	width:100%;
	color:#fff;
	font-size: 12px;
	position:relative;
	background-repeat: repeat-y;
	background-position: left;
	background-color:#333;
	text-align:center;
}
.socialAdSpaceText{
	margin: 15px 0px 0px 0px;
    color: #e0e0e0;
    text-transform: uppercase;
}
.socialPostedDate{
	color:#666;
	font-style:italic;
	text-align:right;
	margin-bottom:5px;
}
.socialPhoto{
	margin-bottom:5px;
	border:1px solid #fff;
}
.socialPhoto img{
	width:100%;
	max-width:100%;
}
.socialContent{
	margin-bottom:5px;
}
.frontprofileimage{
	width: 30px;
	display:inline-block;
}
.frontprofileimage img{
	-webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
	width: 100%;
}

.frontprofilename{
	display:inline-block;
	padding-left:5px;
	color: #666;
    font-weight: bold;
}
.cardsocial{
	position:absolute;
	right:25px;
	bottom:25px;
}
.strikersBannerContainer{
	position: relative;
	width:100%;
	padding:10px;
	margin-top: 30px;
	overflow:hidden;
}
.strikersBannerContainer a{
	display:block;
	width:100%;
	height:100%;
	color:#fff !important;
}
.strikersBannerBG{
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
    left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b0b9+0,333333+100 */
background: #00b0b9; /* Old browsers */
background: -moz-linear-gradient(top,  #00b0b9 0%, #333333 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00b0b9 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00b0b9 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0b9', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}
.strikersBannerLogoContainer{
	position:absolute;
	width:200px;
	text-align: center;
	vertical-align: top;
	height: 200px;
	top:50%;
	left:30px;
	transform:translateY(-50%);
}
.strikersBannerLogo2{
	background-size:contain;
	background-position: center;
	width:100%;
	height:100%;
	display:inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	opacity:.2;
}
.strikersBannerLogo{
	background-size:contain;
	background-position: center;
	width: 100px;
    height: 100px;
	display:inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	float:left;
}
.strikersBannerLine{
	display:inline-block;
	width:1px;
	background-color:#000;
	height:100%;
	vertical-align: top;
}
.nextHomeGameBox{
	text-align: center;
}
.nextHomeGameBox .upcomingamesTeamName{
	color:#fff;
}
.nextHomeGameBox .upcominggameVs{
	color:#333;
}
.strikersBannerTextContainer{
	width:100%;
	text-align: center;
	display:inline-block;
	vertical-align:top;
	font-family:akzidenz;
	position:relative;
	color:#fff;
}
.strikersBannerTextInnerContainer{
	text-align: center;
	color:#fff;
}
.strikersBannerTextInnerContainer h1{
	margin-top:0px;
	text-shadow: 2px 2px 0px #000;
    font-size: 48px;
	font-family: unitedsansregblack;
}
.strikersBannerTextContainer h1{
	text-transform: uppercase;
    font-size: 36px;
}
/* DEFAULT PAGE */
.pageContainer{
	
}
.paddedContent{
	padding:20px;
	background-color:#fff;
}
.paddedContent img{
	max-width:100%;
}
.pageTitle{
	color:#ffffff;
	background-color: #444444; 
	padding:20px 20px;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	overflow: hidden;
	font-family: unitedsanscondblack;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pageTitle::after{
	content: "";
    background-position: right 10% center;
    background-repeat: no-repeat;
    opacity: .3;
    width: 300%;
    height: 100%;
    position: absolute;
    right: -30%;
    top: 0;
    background-size: 11%;
}
.pageTeaser{
	color:#333;
	font-size:24px;
	padding:20px 20px;
	font-weight:bold;
}
.pageImage{
	width:100%;
	height:auto;
}
.landing-photo-big{
	width:100%;
	height:0px;
	padding-bottom:60%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.sponsorsList1{
	text-align:center;
	padding:0px;
	margin:0px;
}
.sponsorsList1 li {
	display: inline-block;
	width: 23%;
	padding: 1%;
	height: 150px;
    vertical-align: middle;
}
.sponsorsList1 li a {
	
}
.sponsorsList1 img{
	max-height: 100%;
}
.sponsorsList{
	text-align:center;
}
.sponsorsList li{
	width: 27%;
	padding: 3%;
	float:none;
	display:inline-block;
	margin-bottom:40px;
}
.sponsorsList li img{
	max-width:100%;
	max-height:100px;
}
.searchResults{
	
}
.searchResults h3{
	border-bottom:3px solid #ccc;
}
.searchResults ul{
	padding:0px;
	margin:0px;
}
.searchResults li{
	list-style:none;
	padding:10px;
	border-bottom:1px solid #ccc;
}
.searchResults li:nth-child(odd){
	background-color:#f0f0f0;
}
/* LANDING PAGE */
.landingPageTitleContainer{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:30%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
.landingPageTitle{
	font-family:visueltmedium;
	font-size:90px;
	text-transform: uppercase;
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	text-shadow: 4px 4px 0px #000;
	color:#fff;
	width: 90%;
    text-align: center;
}
.landingPageSquare{
	width:100%;
	height:0;
	padding-bottom:100%;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom:30px;
}
.landingPageSquare:after{
	content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #000000);
    opacity: 0;
	z-index: 1;
}
.landingPageSquare > * {
    z-index: 100;
}
.landingPageSquareTitle{
	position:absolute;
	bottom:30px;
	width:100%;
	left:0;
	text-align: center;
	font-family:visueltmedium;
	font-size:24px;
	text-transform: uppercase;
}
.landingPageSquare a{
	display:block;
	width:100%;
	height:100%;
	position: absolute;
}

#accordionLanding .panel-heading{
	border-radius:0px;
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	height:0;
	padding-bottom:25%;
	position: relative;
}
#accordionLanding .panel-heading:after{
	content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #000000);
    opacity: .4;
	z-index: 1;
}
#accordionLanding .panel-heading > * {
    z-index: 100;
}
#accordionLanding .panel-heading a{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
#accordionLanding .panel-heading h4{
	font-family:visueltmedium;
	font-size:50px;
	text-transform: uppercase;
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	color:#fff;
	width: 90%;
    text-align: center;
}

/* TEAMS PAGE */
.teamGrid{
	
}
.teamItem{
	overflow: hidden;
    width: 25%;
    width: calc(100% / 4);
    display: inline-block;
    position: relative;
	text-align:center;
	height:200px;
}
.teamItem .teamLogo{
	width:100%;
	height:100px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
}

.teamItem .teamName{
	font-weight:bold;
	width:100%;
	padding:10px;
}
.teamItem .teamMeta{
	width:100%;
}
.rosterGrid{
	margin-top:20px;
}
.gridPlayerItem{
	overflow:hidden;
	width:23%;
/*	width: calc(100% / 4); */
	display:inline-block;
	position:relative;	
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.gutter-sizer{
	width:2%;
}
.gridPlayerPhotoContainer{
	overflow:hidden;
	width:100px;
	height:100%;
	display: inline-block;
}
.rowPlayerPhotoContainer{
	width:35px;
}
.gridPlayerPhoto{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom:100%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
	
}
tr:hover .gridPlayerPhoto{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.gridPlayerInfoContainer{
	display:inline-block;
	width:48%;
	vertical-align: top;
}
.gridPlayerNumber{
	text-align:right;
	font-size:22px;
}
.gridPlayerName{
	text-align: right;
	font-size:16px;
	font-weight:bold;
}
.gridPlayerPosition{
	text-align: right;
	font-size:14px;
}


/* ######################  */
/* MATCH REPORT STRUCTURE  */
/* ######################  */
.matchTopContainer{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 140px 100px;
    positioN: relative;
}
.matchTopContainer:before{
	content:"";
	background-color:#000;
	opacity:.5;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.matchTopBar{
	width: 96.5%;
	background-color: #63D0DF;
	color: #FFF;
	float: left;
	padding: 5px 10px;
	margin-bottom: 3%;	
}
.matchTopBar .columns{
	margin-bottom:0px;	
}
.matchTopBarReferee{
	text-align:right;	
}
.matchPlayerShirt{
	font-weight:bold;
	width:25px;
	color:#444;
	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;	
}
.matchTimelineContainer{
	position:relative;
	width:100%;
	height:100px;
}
.matchTimelineTeams{
	position: absolute;
    width: 5%;
    top: 13px;
    padding: 5px;
}
.matchTimelineTeams img{
	width: 80%;
    height: auto;
    max-width: unset !important;
    padding: 4px;
}
.matchTimeline{
	width:90%;
	margin: 0 auto;
    background: #777;
	height:1px;
	position: absolute;
    top: 50%;
    left: 5%;
}
.timelineRedCard{
	width:14px;
	height:20px;
	background-color:#ff0000;
	display:inline-block;
}
.timelineYellowCard{
	width:14px;
	height:20px;
	background-color:#F7E306;
	display:inline-block;
}
.timelineHgoal{
	position:absolute;
	bottom:15px;	
}
.timelineVgoal{
	position:absolute;
	top:15px;	
}
.timelineMinute{
	position: absolute;
    top: -11px;
    font-family: RealTime-Regular;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
}
.lineupDiv{
	margin:0 auto;
	padding:30px;
}
.lineupDiv h5{
	font-family:TTCommons-ExtraBoldItalic;
	font-size:30px;
	text-transform: uppercase;
}
.lineupList{
	list-style:none;	
}
.lineupList li{
	margin-bottom: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
.lineupListGroup{
	font-size: 18px;
    margin-left: -16px;
    padding-right: 0px;
    text-transform: uppercase;
}
.lineupPitchContainer{
	width:100%;
	padding: 30px 0px 80px 0px;
	background: rgb(204,204,204);
	background: -webkit-linear-gradient(bottom left, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(bottom left, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to top right, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 100%);
}
#lineupPitch{
	width:556px;
	height:400px;
	background-image:url('/images/pitch_lines.png');
	background-repeat:no-repeat;	
	color: #EFEFEF;
	margin:0 auto;
	background-size:contain;
}
#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: 2px;
    left: 0.5px;
    font-size: 14px;
}
.pitch_position{
	position: absolute;
	text-align: center;
	width: 54px;	
}
div.pitch_position.sub {
    position: relative;
    top: 107%;
	width:48px;
}

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: RealTime-Regular;
	position: relative;
}
div.pitch_position.home .shirtnumber,
div.pitch_position.sub.si.home .shirtnumber  {
    background-image: url("/images/pitch_circle_home_dark.png")
}
div.pitch_position:before{
	content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    text-decoration: inherit;
    font-weight: 900;
    positioN: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
	color:#000;
}
div.pitch_position.away:before{
	color:#444;
}
div.pitch_position.away .shirtnumber, div.pitch_position.away .sign{
	color:#fff;
}
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;
	color: #000;
    text-transform: uppercase;
}
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.F,  div.grid.F  { 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%; }
div.pitch_position.F.away  { left: inherit; right: 40%; }

.lineupFieldHomeTeam{
	position:absolute;
	top:-30px;
	left:-6%;
	font-family:TTCommons-ExtraBoldItalic;
	text-transform: uppercase;
	color:#333;
}
.lineupFieldAwayTeam{
	position:absolute;
	top:-30px;
	right:-6%;
	font-family:TTCommons-ExtraBoldItalic;
	text-transform: uppercase;
	color:#333;
	
}
.matchPlayerShirt{
	color: #444;
	font-weight: 600;
	margin-right: 2.5%;
	width: 30px;
	text-align: right;
	display: inline-block;	
	font-family:RealTime-Regular;
	font-size: 23px;
    line-height: 50px;
    vertical-align: middle;
}
.matchPlayerPhoto{
	display:inline-block;
	width:50px;
	height:50px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:top center;
	vertical-align: middle;
}
.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 li.playbyplayVideoClip{
	height:230px;	
}
.playbyplayVideoHolder{
	width: 350px;
    padding-left: 102px;
}
.playbyplayList img{
	width:auto;
	vertical-align: middle;	
}
.playbyplayCommentary{
	display: inline-block;
}
.playbyplayMinute {
	color: #444;
	background-color: #cccccc;
	width:48px;
	height:48px;
	text-align:center;	
	display: inline-block;
	font-family:RealTime-Regular;
}
.playbyplayLogo{
	width:48px;
	height:48px;
	text-align:center;	
	display: inline-block;	
}
.playbyplayLogo img {
	max-width: 70%;
	max-height: 70%;
	position: relative !important;
	top: 0px !important;
    left: 0px !important;
}
.playbyplayDefault .playbyplayLogo{
	height:10px;	
}
.playbyplayGoal{
	background: #000000 !important;
    background: -moz-linear-gradient(left, #000000 0%, #6cebcc 100%) !important;
    background: -webkit-linear-gradient(left, #000000 0%,#6cebcc 100%) !important;
    background: linear-gradient(to right, #000000 0%,#6cebcc 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6cebcc',GradientType=1 ) !important;
}
.playbyplayGoal .playbyplayMinute, .playbyplayLogo .playbyplayMinute, .playbyplayGoal .playbyplayCommentary, .playbyplayGoal i{
	color:#fff !important;
	background-color: unset !important;
}
.fa-share{
	color:#00C000
}
.fa-share.fa-flip-both{
	color:#ff0000;
}
.stat_header {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #444;
	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: #6cebcc;
}
.away_stat_value {
	text-align: right;
	background-color: #333333;
}
.stat_value {
	color: #ffffff;
	padding: 1%;
	font-weight: bold;
}

.matchInfo{
	display: inline-block;
	width: 100%;
}

.matchInfo ul{
	list-style:none;
	padding-left: 15px;
	  margin: 1em 0px;
}
.matchInfo li{
	display:inline-block;
	width: 100%;
	margin: 0px;
}
.matchInfoIntem{
	color:#fff;
}
.matchInfoIntem span{  
	margin-right: 10px;
	color: #6cebcc;
    font-family: TTCommons-ExtraBoldItalic;
    font-size: 22px;
	text-transform:uppercase;
}
.matchInfo .col1{
	width:39%;
}
.matchInfo .col2{
	width:60%;
}
.matchInfo .col1 span{
	width:40%;
}
.matchInfo .col2 span{
	width:25%;
}
.matchTeamSummary{
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	background: rgba(255,255,255,.7);
	font-family: TTCommons-ExtraBoldItalic;
	padding: 20px 40px;
}
.matchTeamSummary .teamHolder{
	display: block;
	width: 47%;
	float: left;
}
.matchTeamSummary .homeTeamHolder{
	text-align:left;
}
.matchTeamSummary .awayTeamHolder{
	text-align:right;
}
.matchTeamSummary .TeamSeparator{
	display: block;
	width: 6%;
	float: left;
	text-align: center;
	font-size: 2em;
	color: #444;
	font-weight: 200;
	margin-top: 45px;
	height: 135px;
}
.matchTeamSummary .prevGames{
	color:#fff;
	font-size:2em;
	font-weight:400;
	padding: 5px;
	min-height: 32px;
}
.matchTeamSummary .mcteamName{
	font-size: 1.9em;
	font-weight: 600;
	color: #444;
	padding: 5px;
	padding-bottom:10px;
	height: 120px;
  text-transform:uppercase;
}
.matchTeamSummary .mcteamName .sTeamName{
	width:195px;
	display: inline-block;
}
.matchTeamSummary    .mcteamLogoHome{   
	height: 100px;

}
.matchTeamSummary    .mcteamLogoAway{   
	height: 100px;

}
.homeTeamHolder .logoScoreHolder{
	width: 100px;
	float: right;
	margin-top: -30px;
	text-align: center;
}
.awayTeamHolder .logoScoreHolder{
	width: 100px;
	float: left;
	margin-top: -30px;
	text-align: center;
}
.homeTeamHolder .mcScore{

	margin-top: -10px;
	width: 50px;
	text-align: center;
	font-size: 1.8em;
	display: inline-block;
	font-family: RealTime-Regular;
}
.awayTeamHolder .mcScore{
	display: inline-block;
	margin-top: -10px;
	width: 50px;
	text-align: center;

	font-size: 1.8em;
	font-family: RealTime-Regular;
}
.mcGoals{
	background-color: #f2f2f2;
	padding:10px;
	width:47%;
  vertical-align: top;
}
.mcGoals span{
	font-weight:bold;
  margin: 0 10px;
}
.mcGoalsHome{
	background-color: #f2f2f2;
	padding: 10px;
}

.mcGoalsSeparator {
  	width: 6%;
}
  
.mcTScores{
	
	width: 100%;
	margin-top: -5px;

}
.mcTScores p{
	margin:0;
}
.mcTScores .homeGoals{
	text-align:right; 
}
.mcTScores .awayGoals{
	text-align:left; 
}

.matchCenterLeftList{
	margin:0;
	padding:0;
	width:100%;
	margin-left: 20px;
}
.matchCenterLeftList li{
	list-style:none;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #333;
	min-height:33px;
	display: table;
    width: 100%;
}
.matchCenterLeftList .noBorder{
	border-bottom:0px;
}
.matchCenterLeftList div{
	display: table-cell;
    vertical-align: middle;
	height:100%;
}
.matchCenterLeftList .matchCenterListHeader{
	background-color:#000;
	color:#fff;
	font-family: TTCommons-ExtraBoldItalic;
	text-transform:uppercase;
	padding:5px;
}
.matchCenterLeftList .listLabel{
	width:50%;
	font-family: RealTime-Regular;
	text-transform:uppercase;
	font-size:12px;
}
.matchCenterLeftList .listValue{
	width:50%;
	font-family: TTCommons-ExtraBoldItalic;
	text-transform:uppercase;
	font-size:12px;
}
.matchCenterLeftList .matchCenterListDivider{
	height: 15px;
    background-color: #e0e0e0;
    min-height: 15px;
}
.matchCenterLeftList .listScore{
	width:10%;
	font-family: RealTime-Regular;
    text-align: center;
	font-size:14px;
}
.matchCenterLeftList .listScoreWinner{
	background-color:#ccc;
}
.matchCenterLeftList .listLogo{
	width:10%;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}
.matchCenterLeftList .listTeamName{
	width:80%;
	font-family: TTCommons-ExtraBoldItalic;
	text-transform:uppercase;
    padding-left: 10px;
	font-size:14px;
}


/* SCHEDULE PAGE */

.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;
}

.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: #fff;
}      

.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;
}

#scheduleTable {
width: 100%;
}

.dayRow td {
 background-color: #bdc2c8;
color: #003166;
font-weight: 600;
font-size: 1em;
text-transform: uppercase;
padding:4px;  
}


#scheduleTable  .schedule_time{
  background-color:#013064;
  color:#fff;
  border-bottom: 1px solid #fff;
  }
#scheduleTable  .schedule_round, #scheduleTable .schedule_venueName{
  background-color:#003d74;
  color:#fff;
  border-bottom: 1px solid #fff;
  }
#scheduleTable  .schedule_team_A_name,#scheduleTable  .schedule_team_B_name{
  background-color:#fff;  
  color:#013064;
}
#scheduleTable .schedule_result{
    background-color:#fff;  
  color:#013064;
  text-align:center;
  font-size: 1.4em;
  font-weight: 600;
}
#scheduleTable .schedule_calltoaction{
  padding-left:0px;
  padding-right: 0px;
	vertical-align:top;
}
.schedule_page_header{
   background-color: #fff;
text-transform: uppercase;
font-size: .9em;
  }
.schedule_page_header th{
  padding: 10px;
  text-align:center;
  }

#scheduleTable td {
padding: 10px;
font-size: 12px;
text-transform: uppercase;  

}
.scheduleTeamLogo{
	
}
.scheduleSidebar h2{
margin: 8px 0 15px;
}
.btnScheduleWatchLive{
width: 92px;
}

#scheduleTable .SMStatus_Playing .schedule_time {
background-color: #009146;
}

#scheduleTable .SMStatus_Playing .schedule_round, #scheduleTable .SMStatus_Playing .schedule_venueName {
background-color: #00A652;
}

.schedule_calltoaction a {
 display:inline-block;
	width: 50px;
    margin-bottom: 3px;
}

.broadcast1{
	background-image:url("/images/icon-tv.png");
	background-repeat:no-repeat;
	background-size: 14px;
    background-position: left top;
    padding-left: 20px;	
}

.broadcast2{
	background-image:url("/images/icon-radio.png");
	background-repeat:no-repeat;
	background-size: 14px;
    background-position: left top;
    padding-left: 20px;	
}

#scheduleTable .matchCenterSmall, #scheduleTable .btnScheduleWatchLive {
font-size: 12px;
}


#scheduleTable .SMStatus_Playing .btnScheduleWatchLive {
background-color: #00A652;
color: #fff;
border-right-color: #00A652;
}


#scheduleTable .SMStatus_Playing .btnScheduleWatchLive:hover {
color: #00A652;
background-color: #fff;
border-right-color: #00A652;
}

.scheduleWrapper{
	padding:0px;
	margin:0px;
}
.scheduleWrapper li{
	list-style:none;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	border: 5px solid #e0e0e0;
	background-color:#e0e0e0;
	position:relative;
	height:130px;
}
.scheduleHome, .scheduleAway{
	width: 30px;
	text-align: center;
	height:100%;
	position:absolute;
	left:0;
	background-color:#444;
}
.scheduleHome{
	background-color:#444444;
}
.scheduleHome span, .scheduleAway span{
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	text-transform:uppercase;
	color: #fff;
    position: absolute;
    white-space: nowrap;
    width: 100%;
    left: 0px;
    top: 63%;
}
.scheduleTeamLogo{
	width: 10%;
    margin-left: 5%;
    height: 70%;
    vertical-align: middle;
    float:left;
    text-align: center;
}
.scheduleTeamLogo img{
	max-height: 90%;
}
.scheduleTeamLogoHelper{
	display:inline-block;
	height:100%;
	vertical-align: middle;
}
.scheduleGameInfo{
	height: 70%;
    margin-left: 5%;
    width: 30%;
    float: left;
}
.scheduleTime, .scheduleTime2{
	font-size: 24px;
    font-weight: 700;
}
.scheduleVenue{
	font-size: 20px;
}
.scheduleGameType{
	
}
.gameWin{
	color:green;
	margin-right: 6%;
}
.gameLoss{
	color:red;
	margin-right: 6%;
}
.gameTie{
	margin-right: 6%;
    color: #777;
}
.scheduleResult{
	float: left;
    font-size: 24px;
    width: 18%;
    font-weight: 700;
    text-align: center;
}
.scheduleBroadcastGroup{
	width: 70%;
    display: inline-block;
    padding-left: 20%;
    padding-top: .7%;
    margin-top: .5%;
    border-top: 1px dotted #999;
}
.scheduleBroadcast{
	display:inline-block;
	padding-right:25px;
}
.scheduleBroadcast img{
	max-height:25px;
	width:auto;
	max-width: 70px;
}
.scheduleTickets{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:30%;
	background-color:#444;
	color:#fff;
}
.scheduleTickets a{
	display: inline-block;
    color: #fff !important;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 7%;
	font-weight: 700;
	font-family: uniteditaliccondheavy;
    text-transform: uppercase;
}
.scheduleTickets a:hover{
	background-color:#444;
	color:#fff !important;
}
.scheduleRecap{
	position: absolute;
    right: 0px;
    width: 30%;
    height: 100%;
    top: 0;
    background-color: #444;
	overflow: hidden;
}
.scheduleRecapFuture{
	position: absolute;
    right: 0px;
    width: 30%;
    height: 100%;
    top: 0;
	overflow: hidden;	
}
.scheduleGoals{
	padding-left:10px;
	text-align: center;
}
.scheduleGoals div{
	display:inline-block;
	margin-right: 10px;
	position:relative;
	margin: 5px;
	background-size:cover;
	background-repeat: none;
	background-position: center;
	width:60px;
	height:60px;
	border-radius: 60px;
    border: 3px solid #fff;
}
.scheduleGoalsName{
	color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    display: block !important;
	margin: 0px !important;
	border: 0px !important;
    bottom: -20px;
    position: absolute !important;
    height: auto !important;
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
}
.scheduleGoalsMinute{
	position: absolute !important;
    left: -9px;
    background-color: #fff;
    border-radius: 20px;
    color: #444444;
    font-weight: bold;
	margin: 0px !important;
	height: 25px !important;
    width: 25px !important;
    top: -5px;
    padding: 0px;
    z-index: +1;
}
.scheduleGoals img{
	width: 60px;
    height: auto;
    border-radius: 50px;
    border: 3px solid #fff;
}
.scheduleMatchCenter{
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #444;
    padding: 2%;
    color: #fff;
    font-weight: bold;
	font-family: uniteditaliccondheavy;
    text-transform: uppercase;
}
.scheduleMatchCenter:hover{
	background-color:#444;
	color:#fff;
}
.scheduleMatchCenter:visited{
	color:#fff;
}

.filters{
	width:100%;
	padding:10px;
	background-color: #e0e0e0;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
.filters div{
	display:inline-block;
	margin-right:20px;
}
.filtersAltColor{
	background-color:#333;
}
.gameSliderList li{
	height:105px;
	background-color:#e0e0e0;
}
.gameSliderList .scheduleHome, .gameSliderList .scheduleAway{
	top:0px;
	left: 26px;
}
.gameSliderTeamLogo{
	position:absolute;
	background-size:contain;
	background-position: center center;
	width: 20%;
    height: 95px;
    left: 55px;
    top: 0px;
    background-repeat: no-repeat;
    margin: 5px;
}
.gameSliderList .scheduleGameInfo{
	margin-left: 36%;
	text-align: left;
	padding-top: 10px;
}
.gameSliderList .scheduleTime{
	font-size:18px;
}
.gameSliderList .scheduleTime2{
	font-size:16px;
}
.gameSliderList .scheduleVenue{
	font-size:13px;
}
.gameSliderList .scheduleTickets{
	right:26px;
	margin: 5px;
    height: 95px;
}
.gameSliderList .scheduleTickets a{
	font-size: 18px;
    padding-top: 15px;
}
.gameSliderList .scheduleResult{
	position: absolute;
    top: 10px;
    right: 60px;
}
.gameSliderList .scheduleMatchCenter{
	width: 30%;
    right: 31px;
    bottom: 5px;
	font-size: 12px;
}
.gameSliderList .scheduleBroadcastGroup{
	position: absolute;
    width: 30%;
    top: 0px;
    right: 31px;
    padding-left: 0;
    text-align: center;
    border-top: 0px;
}
.gameSliderList .scheduleBroadcast{
	padding-right: 0px;
    display: block;
}
.gameSliderList .scheduleBroadcast img{
	padding: 3px;
    margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a{
	height: 100%;
    top: 0px;
    margin-top: 0px;
	text-indent:0px;
}
.bx-wrapper .bx-prev{
	left:0px;
	background:none;
}
.bx-wrapper .bx-prev:after{
	font-family: "Font Awesome 5 Free";
   	content: "\f104";
	top: 34%;
    position: absolute;
    color: #ccc;
    font-size: 24px;
    left: 8px;
	font-weight:900;
}
.bx-wrapper .bx-next{
	right:0px;
	background:none;
}
.bx-wrapper .bx-next:after{
	font-family: "Font Awesome 5 Free";
   	content: "\f105";
	top: 34%;
    position: absolute;
    color: #ccc;
    font-size: 24px;
    right: 8px;
	font-weight:900;
}
/* MATCHCENTER PAGE */
.matchCenterTimeline{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.matchCenterTimelineGradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.12+0,0.61+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.7) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.7) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#9c000000',GradientType=0 ); /* IE6-9 */
	padding-top: 20px;
	position:relative;
}
.matchCenterTimelineBar{
	position:absolute;
	width:100%;
	height:50px;
	background: rgba(251,79,20,.8);
    top: 70px;
}
.matchCenterTimeline .Opta>.Opta_W, .matchCenterTimeline .Opta>.Opta_W>div{
	background:initial !mportant;
	background-color:initial !important;
	color:#fff !important;
	margin:0px !important;
}
.matchCenterTimeline .Opta-Tooltip h3{
	background:#000 !important;
}
.matchCenterTimeline .Opta-Tooltip div{
	color:#000;
	background:#fff !important;
}
.matchCenterTimeline .Opta .Opta-MatchHeader{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.matchCenterTimeline .Opta-Wide td.Opta-Team{
	font-weight:bold;
}
.matchCenterTimeline .Opta-TeamFormation{
	font-size:16px;
}
.matchCenterTimeline .Opta .Opta-MatchHeader tr.Opta-Score-Extras td span{
	color:#fff;
}
.matchCenterTimeline .Opta .Opta-MatchHeader div.Opta-MatchHeader-Details>div, .Opta .Opta-MatchHeader tr.Opta-MatchHeader-Details td>div, .matchCenterTimeline div.Opta-Matchdata{
	background:initial !important;
}
.matchCenterTimeline .Opta_F_TL.Opta_F_TL_N .Opta-Time abbr, .Opta_F_TL.Opta_F_TL_N .Opta-Time span{
	color:#fff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.timelineLogoHome, .timelineLogoAway{
	display:none;
}
#matchCenterTab.nav-tabs>li>a{
	background: rgba(255,255,255,.7);
	color:#444444;
}
#matchCenterTab.nav-tabs>li>a:hover{
	background-color:#ddd;
	color:#444444;
}
#matchCenterTab.nav-tabs>li.active>a, #matchCenterTab.nav-tabs>li.active>a:focus, #matchCenterTab.nav-tabs>li.active>a:hover{
	background-color:#fff;
	color:#444444;
}
.whereToWatch{
	color: #aaa;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    line-height: 55px;
    vertical-align: middle;
}
.whereToWatchPartners{
	display: inline-block;
    padding-left: 25px;
}
.whereToWatchPartners img{
	max-height: 50px;
    width: auto;
    max-width: 100px;
}

/* STANDINGS PAGE */
.standingsTeamNameL{
	text-align:left;
}
.standingsTeamNameL div{
	display:inline-block;
	min-width:40px;
}
.standingsImgL{
	text-align: center;	
}
.standingsImgL img {
	max-width: 35px;
    max-height: 35px;
}
.standingsDataL{
	text-align:center;
	vertical-align:middle !important;
}
.standingsDataL .label{
	width: 25px;
    margin-right: 2px;
    display: inline-block;
}
.standingsRankL, .standingsPtsL{
	background-color: #ddd;
    border-top: 1px solid #fff !important;
	font-weight:bold;
	text-align:center;
	vertical-align: middle !important
}
.teamHighlight {
    background-color: #333 !important;
    color: #ffffff;
}
.standingsRecord {
    margin: 0;
    padding: 0;
}
.standingsRecord li {
    list-style: none;
	padding:0px;
    margin: 0px;
    display:inline-block;
}
.badge-win{
	background-color:green;
}
.badge-loss{
	background-color:red;
}
.badge-custom{
	padding: 4px;
    min-width: 20px;
	font-size:11px;
}

/* ROSTER PAGE */
.rosterList{
	padding:0;
	margin:0;
}
.rosterList li{
	list-style:none;
	overflow:hidden;
	margin-bottom:20px;
}
.rosterList a{
	display:block;
	overflow:hidden;
	border: 1px solid;
}
.rosterList .playerBioPopup {
    position: absolute;
    top: 83%;
    width: 100%;
    height: 100%;
    color: #fff;
	left:0px;
	padding-left:15px;
	padding-right:15px;
}
.playerBioPopupInner{
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
}
.rosterList .playerName{
	display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #CCCCCC;
    padding-left: 17%;
}
.rosterList .playerNumber{
	width: 14%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background-color: #444444;
    font-weight: bold;
    position: absolute;
    left: 0px;
	font-size: 29px;
    line-height: 44px;
    color: #444;
    font-family: unitedsanscondblack;
    text-transform: uppercase;
}
.rosterList .playerPhoto{
	width:100%;
	max-height: 315px;
}
.rosterList .playerDetails{
	padding-left:10px;
	padding-bottom:4px;
}
.rosterList .playerPosition{
	font-weight:bold;
	padding-top:10px;
	font-size:14px;
}
.rosterTable .playerPhoto{
	max-width:70px;
	height:auto;
}
#rosterTable.table>tbody>tr>td{
	vertical-align: middle;
}
.teamPagePhoto{
	width:100%;
	background-size:cover;
	background-position: center;
	margin-bottom:20px;
}

.teamPageLogo{
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
	margin-bottom: 30px;
}
.teamPageName{
	display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    font-size: 52px;
    font-weight: bold;
	width:100%;
	padding-left:20px;
	background-color:#000;
	color:#fff;
	text-shadow: 2px 2px 10px #000;
	opacity: .9;
}
.teamPageConference{
	font-size: 24px;
	width:100%;
	padding-left:20px;
	background-color:#333;
	color:#fff;
    padding-top: 3px;
    padding-bottom: 4px;
    border-bottom: 3px solid #000;
	opacity: .9;
}
.teamPageIcons ul{
	margin:0;
	padding:0;
	margin-top: 10px;
	padding-left:20px;
}
.teamPageIcons li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
	background-color: #fff;
    padding: 10px;
    border-radius: 30px;
}
.teamContact{
	padding-left:20px;
}
.teamContact .fa{
	margin-right:10px;
}
.teamContactPerson{
	font-size:16px;
	font-weight: bold;
	margin-top:20px;
}
.teamContactTitle{
	margin-bottom:10px;
}
.teamPagePhotoOverlay{
	position: absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
}
.rosterFullPhoto img{
	max-width:100%;
}
.playerBioSlide {
    position: absolute;
    width: 100%;
    right: -300px;
    bottom: 10px;
    height: 30px;
    background-color: #444444;
    color: #fff;
    text-indent: 30px;
    line-height: 30px;
    font-size: 16px;
}
.photoAction{
	width:100%;
	height:350px;
	background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.playerRibbon{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:80px;
	background:rgba(251,79,20,.8);
}
.photoHeadshot{
	position:absolute;
	top:-175px;
	left: 20px;
    width: 21.6%;
}
.photoHeadshot img{
	max-width:100%;
	height: auto;
}
.playerRibbon .playerNumber{
	position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 270px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
	font-size: 42px;
    color: #444;
    font-family: unitedsanscondblack;
    text-transform: uppercase;
}
.playerRibbon .playerName{
	position: absolute;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    left: 370px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;	
}
.playerRibbon .playerPosition{
	height:30px;
	width:100%;
	color:#fff;
	font-weight:bold;
	background-color:#444444;
	font-size:18px;
	line-height:30px;
    text-align: center;
    text-transform: uppercase;
}
.playerCareerStats{
	padding-left:25%;
	margin-bottom:30px;
}
.playerCareerStats .playerStat{
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	font-size:12px;
	color:#fff;
}
.playerCareerStats .playerStatValue{
	font-weight:bold;
	color: #777;
	color:#fff;
    text-align: center;
    font-size: 34px;
}
.playerInfoBlock{
	margin:0;
	padding:0;
	border-top:5px solid #CCCCCC;
	margin-bottom:30px;
}
.playerInfoBlock li{
	list-style:none;
	margin:0;
	padding:2px;
	border-bottom:1px solid #ddd;
	font-size:12px;
}
.playerInfoBlock li:nth-child(odd){
    background-color:#f9f9f9;
}
.playerInfo{
	display:inline-block;
	width:40%;
}
.playerInfoValue{
	font-weight:bold;
	display:inline-block;
	width:55%;
	margin-left:5%;
}
#appearancesTab td a{
	color:rgb(51, 51, 51);
}
/*
#appearancesTab tr:hover td, #appearancesTab tr:hover td a {
    background-color: #444444 !important;
	color:#fff;
}
*/
.table-hover tr:hover td, .table-hover tr:hover td a {
    background-color: #444444 !important;
	color:#fff !important;
}

#appearancesTab td:hover {
    cursor: pointer;
}
.coachName{
	background-color:#ddd;
	font-weight:bold;
	text-align:center;
	padding:3px;
	font-weight:bold;
	font-size:16px;
	color:#333;
}
.coachPosition{
	background-color:#CCCCCC;
	color:#fff;
	text-align:center;
	padding:3px;
}
.coachName a, .coachName a:hover, .coachPosition a, .coachPosition a:hover{
	color:#fff;
	text-align:center;
	display:block;
}
.coachImageLarge{
	max-width:33%;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.staffItem{
	margin-bottom:30px;
	border-radius: 5px;
    overflow: hidden;
}
.staffPhotoContainer{
	overflow:hidden;
	width:100%;
	height:100%;
}
.staffPhoto{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom:100%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.staffItem:hover .staffPhoto{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.staffName{
	background-color:#000;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	height: 90px;
}
.staffPosition{
	color:#ccc;
	font-size:14px;
	font-weight: normal;
}
/* NEWS PAGE */
.newsGrid{
	background-color:#CCCCCC;
	margin-top: 25px;
}
.newsGrid .newsItem{
	overflow:hidden;
	width:33.3%;
	width: calc(100% / 3);
	background-color:#f9f9f9;
	display:inline-block;
	position:relative;
}
.primaryNewsItem{
	width: 100% !important;
}
.secondaryNewsItem{
	width: calc(100% / 2) !important;
}
.newsItem:nth-of-type(odd){
	background-color:#fff;
}
.mainNewsPicContainer{
	overflow:hidden;
	width:100%;
	height:100%;
	border-right: 1px solid #ddd;
}
.mainNewsPic{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom:60%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.newsItem:hover .mainNewsPic{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.mainNewsTitleContainer{
	width:100%;
	padding:2%;
	height:150px;
	border-right: 1px solid #ddd;
	border-bottom:5px solid #CCCCCC;
}
.mainNewsTitle{
	ont-size: 26px;
    color: #444;
    margin-top: 10px;
    font-family: uniteditaliccondheavy;
    text-transform: uppercase;
}
.mainNewsSubTitle{
	font-size:12px;
	color:#777;
}
.newsItemPic, .newsItemPic img{
	width:100%;
}
.newsItemDate{
	color: #777;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.newsItemTitle{
	color: #444;
    font-weight: 700;
	font-size: 42px;
    font-family: uniteditaliccondheavy;
    text-transform: uppercase;
}
.newsItemSubTitle{
	padding-top: 10px;
    padding-bottom: 20px;
    color: #666;
	font-family: uniteditaliccondheavy;
    font-size: 24px;
    text-transform: uppercase;
}
.newsItemMeta{
	border-left:1px solid #444;
	min-height:150px;
	margin-top:20px;
	text-align:right;
}

/* VIDEO PAGE / COLORBOX */

#videoResults{
	padding:0;
	margin:0;
}
#videoResults li{
	list-style:none;
	display:inline-block;
	width: 46%;
    margin: 2%;
    vertical-align: top;
	height: 174px;
}
#videoResults img{
	max-width:100%;
}
.videoTitle{
	color:#333;
	font-size: 14px;
    padding-top: 10px;
    font-weight: bold;
    border-top: 1px solid #ccc;
}
.videoDate{
	display:inline-block;
	color: #888;
}

.video-container {
    position: relative;
    padding-bottom: 53.5%;
    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%;
}

.videoItemPlayButton{
	position: absolute;
    left: 45%;
    top: 20%;
    font-size: 50px;
    opacity: .7;
}
.videoPlayButton{
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
}
.videoRow .mainNewsTitleContainer {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: auto;
    width: 80%;
    transform: translateX(-50%);
    border-bottom: 0px !important;
    border-right: 0px;
    color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.videoRow .mainNewsTitleContainer a{
	color:#fff;
}
.blackGradientOverlay{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.3);
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	display: none;
   }
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/cb-loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/cb-controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/cb-controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/cb-controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}



/* FOOTER */
.footerLogin{
	float:right;
}
.footerSponsors{
	margin-top:50px;
	text-align: center;
}

.footerSponsors .bx-wrapper .bx-viewport{
	border-top:2px solid #999;
	border-bottom: 2px solid #999;
}
.bx-wrapper .bx-controls-direction a{
	z-index:100;
}
#sponsorSlider{
	margin:0px;
	padding:0px;
}
#sponsorSlider li{
	text-align: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;
	border-right:1px solid #999;
*/
	height:103px;
	display:inline-block;
	vertical-align: middle;
	display:table;
}
#sponsorSlider li a{
	display:block;
	width:100%;
	height:100%;
	vertical-align:middle;
    display: table-cell;
}
#sponsorSlider li:hover{
	filter:none;
	opacity:1;
}
#sponsorSlider img{
	margin:0 auto;
	display:block;
	vertical-align: middle;
	max-height:100px;
	max-width:80%;
}
.homeAffiliates{
	margin:0px;
	padding:0px;
	text-align: center;
}
.homeAffiliates li{
	list-style:none;
	display:inline-block;
	width:19%;
}
.homeAffiliates img{
	max-width:100%;
	max-height: 122px;
}
.footerTeam{
	padding-top:20px;
	padding-bottom:20px;
}
.footerTeam a{
	color:#fff;
}
.footerTeamInfo{
	width:10%;
	display: inline-block;
}
#footerTeamLogo{
	display:inline-block;
	width:100%;
	height:auto;
}
.footerSiteMap{
	width:85%;
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 30px;
}
.footerSiteMap ul{
	margin:0px;
	padding:0px;
}
.footerSiteMap ul li{
	display:inline-block;
	list-style: none;
	vertical-align: top;
}
.footerSiteMap ul li a{
	display: block;
    font-size: 18px;
    vertical-align: top;
    margin-right: 15px;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: unitedsanscondbold;
}
.footerSiteMap ul li ul li{
	display:block;
}
.footerSiteMap ul li ul li a{
	display: block;
    background-color: initial;
    border-right: 0px;
    font-size: 11px;
    font-weight: normal;
    text-transform: initial;
}
.copyright{
	text-align: center;
	color: #ccc;
}
#footerLinks{
	float:right;
	margin:0;
	padding:0;
}
#footerLinks li{
	padding:0;
	padding-right:20px;
	margin:0;
	display:inline-block;
	list-style:none;
}
#footerEzit{
	clear:both;
	width:100%;
	text-align:center;
	padding:30px;
	background-color:#000;
}
#footerEzit img{
	width:auto;
	height: 25px;
}
.wsmenu{
	padding: 0px 0px 0px 100px;
	border-left:0px;
	font-family:unitedsanscondbold, "Open Sans", Helvetica;
	font-size:21px;
}
.wsmenu-submenu li a{
	font-size:20px;
}
.navbar-fixed-top .wsmenu{
	padding: 0px 0px 0px 0px;	
}
.rightmenu img{
	max-height: 35px;
    margin-top: 5px;
}
.wsmenu-list li a .arrow:after{
	border-top: 4px solid #ffdb00;
	right: 9px;
}
/* IPHONE */
@media(max-width:767px){
	header{
		height:80px;
		margin-top:0px;
	}
	.wsmain{
		padding-left:0px;
	}
	.headerTeamList{
		float: right;
	}
	.headerSponsors{
		display:none;
	}
	.wsmenucontainer.wsoffcanvasopener{
		margin-left:auto;
	}
	.wsoffcanvasopener .animated-arrow{
		left: auto;
    	top: -14px;
	}
	.wsmenu .wsmenu-list{
		padding-top: 80px;
	}
	.animated-arrow{
		z-index: 9999;
	}
	.animated-arrow-absolute{
		position:absolute;
		top: 0px;
	}
	.page-wrapper{
		width:100%;
	}
	.menuRight{
		top: -10px;
    	right: 10px;
	}
	.navbar-nav{
		margin-left: 20px;
	}
	.navNASLteams .navbar-nav{
		margin-left:0px;
	}
	.navNASLteams img {
    	max-width: 25px;
	}
	.navSocial{
		margin-left:5px;
	}
	#currentTeamlogo{
		width: 60px;
		top: 10px;
		margin-left: 10px;
	}
	.currentLogoSticky{
		left: 5px !important;
    top: -49px !important;
    width: 100px !important;
	}
	#currentTeamName{
		margin-left: 30px;
    	text-align: center;
	}
	#currentTeamName h1{
		font-size: 16px;
		padding-top: 30px;
	}
	.homeButtons{
		position:relative;
		height:auto;
	}
	.homeButtons li{
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #fff;
		border-right:0px;
		display: block;
		height: 100px;
		padding-bottom: 20px;
	}
	.homeSubNews li{
		width: 100%;
		margin-bottom: 20px;
	}
	.sidebarBannerAdContainer {
    	text-align: center;
		margin-bottom: 20px;
	}
	.marginBottom{
		margin-bottom:40px;
	}
	.show{
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	.content-wrapper{
		padding-left:0px;
		padding-right:0px;
	}
	.headerPhotoAlt{
		width: 40%;
    	margin-left: 30%;
	}
	.hideMobile{
		display:none;
	}
	.strikersBannerTextInnerContainer h1{
		font-size:36px;
	}
	.homeNews{
		padding-left:0px;
		padding-right:0px;
	}
	.homeNewsDiv{
		padding-bottom:90%;
	}
	.homeNewsShade{
		padding-bottom: 90%;
	}
	.homeNewsTitleGroup{
		width:70%;
	}
	.homeNewsTitle{
		font-size: 24px;
    	line-height: 28px;
	}
	.homeNewsSubtitle{
		font-size:14px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		bottom:10px;
	}
	.homeNewsTitleGroupSub{
		padding: 10px;
    	border-bottom: 1px dashed #062140;
	}
	.homeNewsPicContainer{
		width:100%;
	}
	.homeSubNewsShade{
		width:100%;
	}
	#selectSeason select{
		width:100%;
	}
	#scheduleTable td{
		display: inline-block;
    	width: 100%;
	}
	.scheduleTeamLogo{
		width: 18%;
    	margin-left: 11%;
	}
	.scheduleTeamLogo img{
		max-height:58%;
	}
	.scheduleGameInfo{
		width: 65% !important;
		margin-left: 2%;
	}
	.gameSliderList .scheduleGameInfo{
		width:30%;
	}
	.scheduleTime{
		font-size:13px;
	}
	.scheduleTime2{
		font-size:14px;
	}
	.scheduleVenue{
		font-size: 11px;
    	line-height: 14px;
	}
	.scheduleGameType{
		font-size: 10px;
    	padding-top: 0px;
	}
	.scheduleResult{
		font-size: 18px;
    	float: right;
		width: 22%;
	}
	.scheduleTickets{
		width: 95px;
	}
	.scheduleTickets a{
		font-size: 16px;
    	padding-top: 30%;
	}
	.scheduleBroadcastGroup{
		padding-left: 12%;
		padding-top: 10px;
		width: 100%;
	}
	.scheduleBroadcast{
		padding-right: 8px;
	}
	.scheduleBroadcast img{
		max-width: 45px;
    	max-height: 19px;
	}
	.scheduleRecap, .scheduleRecapFuture{
		width:95px;
	}
	.scheduleGoals img{
		width:55px;
	}
	.filters div{
		display: inline-flex;
    	margin: 5px;
	}
	.nav-pills>li{
		display: inline-block;
    	float: none;
	}
	.nav-pills>li+li{
		margin-left: -5px;
	}
	.btn-filter, .nav-pills>li>a{
		padding: 6px 6px;
	}
	.rosterList .playerBioPopup{
		top:75%;
	}
	.playerBioPopupInner{
		background:rgba(0,0,0,.85);
	}
	.rosterList .playerPosition{
		text-align:center;
		font-size:16px;
	}
	.playerRibbon{
		height:60px;
	}
	.photoHeadshot{
		top: -280px;
		left: 25%;
		 width: 50%;
	}
	.playerRibbon .playerNumber{
		left:0px;
		width: 60px;
    	height: 60px;
    	line-height: 60px;
		font-size:26px;
	}
	.playerRibbon .playerName{
		left: 80px;
    	height: 60px;
    	line-height: 60px;
		font-size:26px;
	}
	.playerCareerStats{
		padding-left:0px;
	}
	.newsGrid .newsItem, .newsGridSecondary .secondaryNewsItem{
		width:100% !important;
	}
	.newsItemMeta{
		border-left: 0px;
   		margin-top: 0px;
    	min-height: 80px;
	}
	.matchCenterTimeline .Opta-TeamFormation{
		font-size:12px;
	}
	.footerTeamInfo{
		width: 30%;
    	display: block;
	}
	.landingPageTitleContainer{
		padding-bottom:80%
	}
	.landingPageTitle{
		font-size: 50px;
	}
	#accordionLanding .panel-heading{
		padding-bottom:45%;
	}
	#accordionLanding .panel-heading h4{
		font-size:30px;
	}
	#my-soon-counter .soon-value {
    	font-size: 2rem !important;
	}
}
@media(max-width:767px) and (orientation: portrait){
	 .nav-tabs>li>a{
		padding:6px;
		font-size:12px;
	}
	.moduleHeader{
		font-size:20px;
	}
	.matchCenterTimelineBar{
		top:22px;
	}
	.timelineLogoHome{
		display:inline-block;
		position:absolute;
		left:5px;
		width: 70px;
		height: 70px;
		top: -5px;
	}
	.timelineLogoAway{
		display:inline-block;
		position:absolute;
		right:5px;
		width: 70px;
		height: 70px;
		top: -5px;
	}
	.timelineLogoHome img, .timelineLogoAway img{
		max-width:100%;
		max-height:100%;
	}
}
@media(max-width:767px) and (orientation: landscape){
	.photoHeadshot{
		width: 30%;
    	left: 33%
	}
}
/* OLD IPHONE */
@media only screen and (max-width: 480px) {
	#currentTeamName h1 {
    font-size: 14px;
	}
}

/* IPAD */
@media screen and (max-width: 1024px) and (min-width: 768px){
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
	.page-wrapper{
		width:100%;
	}
	.navbar-nav{
		margin-left: 20px;
	}
	.menuRight{
		right:70px;
	}
	.navNASLteams .navbar-nav{
		margin-left:0px;
	}
	.navSocial{
		margin-left:5px;
	}
	.currentLogoSticky{
		left:5px !important;
	}
	.aside{
		visibility: hidden;
		width:50%;
		opacity: 0;
		transition:opacity 0.25s linear;
	}
	.aside header{
		height: 55px;
	}
	.aside .bx-wrapper{
		position: absolute;
    	top: 50px;
	}
	.show{
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	.content-wrapper{
		padding-left:0px;
		padding-right:0px;
	}
	.open-feed{
		display:block !important;
	}
	.close-feed{
		display:block !important;
	}
	.headerPhotoAlt{
		margin-left: 12%;
    	width: 25%;
	}
	.hideTablet{
		display:none;
	}
		.rosterList .playerBioPopup{
		top:65%;
	}
	.playerBioPopupInner{
		background:rgba(0,0,0,.85);
	}
	.rosterList .playerPosition{
		text-align:center;
		font-size:16px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
	.hideTabletPortrait{
		display:none;
	}
	.headerPhotoAlt{
		margin-left: 15%;
    	width: 35%;
	}
}
/* DESKTOP */
@media(min-width:1025px){

}
@media(min-width:1200px){

	
}
