@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
*/
@font-face {
    font-family: UnitedSansCondensedMedium;
    src: url(fonts/UnitedSansCondensedMedium.otf);
}
@font-face {
    font-family: UnitedSansCondensedBlack;
    src: url(fonts/UnitedSansCondensedBlack.otf);
}
@font-face {
    font-family: UnitedSansCondensedHeavy;
    src: url(fonts/UnitedSansCondensedHeavy.otf);
}

/* PAGE STRUCTURE */
body{
	font-family: "Open Sans",Verdana,Arial;
	overflow-x: hidden;
}
html{
	overflow-x:hidden;
}
table{
	max-width:100% !important;
}
a, a:visited{
	color:#AC1A32;
}
a:hover{
	color:#8a091a;
	text-decoration:none;
}
.btn-custom {
    border-radius: 0px;
    background-color: #AC1A32;
    color: #fff;
}
.btn-custom:hover{
	color:#fff;
	background-color:#8a091a
}
.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: #8A091A; 
  border-color: #8a091a; 
} 
 
.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: #AC1A32; 
  border-color: #8a091a; 
} 
 
.btn-filter .badge { 
  color: #AC1A32; 
  background-color: #ffffff; 
}
.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: #AC1A32;
    color: #fff;
    font-weight: bold;
}
.moduleHeader{
	border-bottom: 5px solid #002b5c;
	font-weight: bold;
    color: #777;
}
.moduleHeaderAlt{
	background-color: #002b5c;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}
.tableSubHeader{
	background-color:#ddd;
	color:#000;
}
.table>thead>tr>th{
	background-color:#002b5c;
	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: #AC1A32; 
} 
.tablesorter th.headerSortUp { 
    background-image: url(../images/asc.gif); 
    background-color: #AC1A32; 
} 
.tablePlayersStats tr:hover td, .tablePlayersStats tr:hover td a {
    background-color: #AC1A32 !important;
	color:#fff !important;
}
.tablePlayersStats td:hover {
    cursor: pointer;
}
.main-header{
	width:70%;
	margin-left:0;
}
.content-wrapper{
	padding-right: 0px;
    padding-left: 0px;
}
.page-wrapper{
}
.aside{
	visibility:visible;
	position:absolute;
	right:0;
	top:134px;
	height:100%;
	min-width: 320px;
	background-color:#333;
	padding-left:0px;
	padding-right:0px;
}
.aside header{
	height:105px;
	text-align: center;
	position:relative;
	background-image: url(/images/bg-header.jpg);
    background-size: cover;
}
.asideHeaderImage{
	padding-top: 35px;
}
.aside-fixed{
	position:fixed;
	top: 34px;
}
.close-feed{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	width:50px;
	height:50px;
	color: #ccc;
    font-size: 26px;
    padding-left: 20px;
    padding-top: 5px;
}
.open-feed{
	display:none;
    text-align: center;
    font-weight: bold;
	position:absolute;
	right:0;
	top: 40px;
	color: #ccc;
    font-size: 26px;
    padding-right: 20px;
    padding-top: 5px;
}
.hide{
	display:none;
}
.headerContent{
	height:105px;
	width:100%;
	background-image:url("/images/bg-header.jpg");
	background-size:cover;
	position:relative;
}
#currentTeamlogo{
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1040;
    width: 120px;
    -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:fixed !important;
	left:25px !important;
	width:60px !important;
	z-index: 1040 !important;
	top:5px !important;
}
.headerPhotoAlt{
	float:left;
	margin-top: 20px;
    margin-left: 12%;
    width: 25%;
}
.headerPhotoAlt img{
	max-width:100%;
	height:auto;
}
.headerBannerAd{
	text-align:center;
	padding:5px;
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-image: url(/images/bg-header.jpg);
}
.headerBannerAd img{
	max-width:100%;
	height:auto;
}
.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;
}
.navNASLteams{
	float:right;
}
.navNASLteams li img{
	width:20px;
	height:auto;
	margin-right:15px;
}
.navNASLteams .btn{
	border-radius:0px;
	background-color:#8a091a;
	color:#fff;
	font-family:'Roboto Condensed';
}
.navNASLteams .dropdown-menu>li>a{
	padding:8px 20px;
	font-family: 'Roboto Condensed';
}
/* MENU */
.sticky{
	position:fixed;
	top:0;
	z-index: 1030;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: 500px;
	background-color: rgba(172,26,50,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;
}
.navbar-default {
  background-color: rgba(172,26,50,1);
  border-color: #8a091a;
}
.navbar-fixed-top{
  background-color: rgba(172,26,50,.9);
}
.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-image:none;
}
.navbar-default .navbar-nav > li > .dropdown-menu, 
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu{
  background-color: #AC1A32;
}
.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: #8a091a;
  background-image:none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #8a091a;
}
.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: #8a091a;
  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: #8a091a;
  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: #8a091a;
  background-image:none;
}
.navbar-default .navbar-toggle {
  border-color: #8a091a;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #8a091a;
  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: #8a091a;
  }
	.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);
    }
  

/* HOME PAGE */
.homeNews{
	padding-left:25px;
	padding-right:25px;
}
.homeNewsDiv, .homeNewsDivSub{
	background-position: center center;
	background-size:cover;
	margin-top:25px;
	height:0px;
	padding-bottom:60%;
}
.homeNewsLink{
	color:#fff;
	text-decoration: none;
	display:block;
	font-family: "Roboto Condensed", "Arial Narrow", Arial;
	width:100%;
	height:100%;
	position:relative;
}
.homeNewsLink:hover{
	color:#fff;
}
.homeNewsShade{
	background-image:url(/images/bg-bottom-fade-3.png);
	background-position: bottom;
	background-repeat:repeat-x;
	height:0%;
	padding-bottom:60%;
	width:100%;
	position: absolute;
}
.homeNewsTitleGroup{
	position:absolute;
	bottom: 4%;
    left: 3%;
	width: 93%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.homeNewsTitle{
	font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.homeNewsTitleGroupSub{
	color:#062140;
}
.homeNewsSubtitle{
	font-size:18px;
}
.homeNewsTitleGroupSub .homeNewsTitle{
	font-size:20px;
	line-height:26px;
}
.homeBannerImage{
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	width: 90%;
    height: 390px;
    margin: 30px auto;
}
.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:24px;
	font-weight: 700;
}
.homeBannerDesc{
	font-size:14px;
}
.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;
}
/* SOCIAL SIDEBAR */
.sidebar-content{
	height:100%;
	overflow: scroll;
}
.socialScroller{
	width:100%;
}
.socialSidebar{
	padding:25px;
	width:100%;
	background-color:#e0e0e0;
	color:#333;
	font-size: 12px;
	position:relative;
	background-image:url(/images/bg-socialsidebar.png);
	background-repeat: repeat-y;
	background-position: left;
}
.socialSidebar:nth-child(odd){
	background-color:#c0c0c0;
}
.socialSidebar a{
	display:block;
	color:#333;
	text-decoration: none;
}
.socialAdSpace{
	padding:25px;
	width:100%;
	color:#fff;
	font-size: 12px;
	position:relative;
	background-image:url(/images/bg-socialsidebar.png);
	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;
}
/* DEFAULT PAGE */
.paddedContent{
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
}
.paddedContent img{
	max-width:100%;
}
.pageTitle{
	color:#ffffff;
	font-family:'Roboto Condensed';
	background-color: #AC1A32; 
	padding:20px 20px;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}
.pageTitle::after{
	content: "";
    background-image: url(/images/circle-star-white.png);
    background-position: right 10% center;
    background-repeat: no-repeat;
    opacity: .2;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5%;
    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;
}
/* SCHEDULE PAGE */
.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:#AC1A32;
}
.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;
    font-family: 'Roboto Condensed';
}
.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-family: 'Roboto Condensed';
    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:#AC1A32;
	color:#fff;
}
.scheduleTickets a{
	display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    padding-top: 7%;
	font-weight: 700;
}
.scheduleTickets a:hover{
	background-color:#8a091a;
	color:#fff;
}
.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;
}
.scheduleGoalsName{
	color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    display: block !important;
	margin: 0px !important;
}
.scheduleGoalsMinute{
	position: absolute !important;
    bottom: 50px;
    left: -9px;
    background-color: #fff;
    border-radius: 20px;
    padding: 3px;
    width: 25px;
    color: #AC1A32;
    font-weight: bold;
	margin: 0px !important;
}
.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: #AC1A32;
    padding: 2%;
    color: #fff;
    font-weight: bold;
	font-family: 'Roboto Condensed';
}
.scheduleMatchCenter:hover{
	background-color:#8a091a;
	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:#AC1A32;
}
.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%;
    background-color: #666;
    top: 0px;
    margin-top: 0px;
	width:26px;
	text-indent:0px;
}
.bx-wrapper .bx-prev{
	left:0px;
	background:none;
}
.bx-wrapper .bx-prev:after{
	font-family: "FontAwesome";
   	content: "\f104";
	top: 30%;
    position: absolute;
    color: #ccc;
    font-size: 24px;
    left: 8px;
}
.bx-wrapper .bx-next{
	right:0px;
	background:none;
}
.bx-wrapper .bx-next:after{
	font-family: "FontAwesome";
   	content: "\f105";
	top: 30%;
    position: absolute;
    color: #ccc;
    font-size: 24px;
    right: 8px;
}
/* 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(0,43,92,.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:#AC1A32;
}
#matchCenterTab.nav-tabs>li>a:hover{
	background-color:#ddd;
	color:#AC1A32;
}
#matchCenterTab.nav-tabs>li.active>a, #matchCenterTab.nav-tabs>li.active>a:focus, #matchCenterTab.nav-tabs>li.active>a:hover{
	background-color:#fff;
	color:#AC1A32;
}
.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;
}
.standingsRankL, .standingsPtsL{
	background-color: #ddd;
    border-top: 1px solid #fff !important;
	font-weight:bold;
	text-align:center;
	vertical-align: middle !important
}
.teamHighlight {
    background-color: #AC1A32 !important;
    color: #ffffff;
}
.standingsRecord {
    margin: 0;
    padding: 0;
}
.standingsRecord li {
    list-style: none;
	padding:0px;
    margin: 0px;
    float: left;
}
.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;
}
.rosterList .playerBioPopup {
    position: absolute;
    top: 80%;
    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: #002b5c;
    padding-left: 17%;
}
.rosterList .playerNumber{
	width: 14%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    background-color: #AC1A32;
    font-weight: bold;
    position: absolute;
    left: 0px;
}
.rosterList .playerPhoto{
	width:100%;
}
.rosterList .playerDetails{
	padding-left:10px;
	padding-bottom:4px;
}
.rosterList .playerPosition{
	font-weight:bold;
	padding-top:10px;
	font-size:14px;
}
.playerBioSlide {
    position: absolute;
    width: 100%;
    right: -300px;
    bottom: 10px;
    height: 30px;
    background-color: #AC1A32;
    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(0,43,92,.8);
}
.photoHeadshot{
	position:absolute;
	top:-100px;
	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-size: 32px;
    font-weight: bold;
    color: #AC1A32;
}
.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:#AC1A32;
	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;
}
.playerCareerStats .playerStatValue{
	font-weight:bold;
	color: #777;
    text-align: center;
    font-size: 34px;
}
.playerInfoBlock{
	margin:0;
	padding:0;
	border-top:5px solid #002b5c;
	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: #AC1A32 !important;
	color:#fff;
}
*/
.table-hover tr:hover td, .table-hover tr:hover td a {
    background-color: #AC1A32 !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:#002b5c;
	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;
}

/* NEWS PAGE */
.newsGrid{
	background-color:#002b5c;
	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%;
}
.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 #002b5c;
}
.mainNewsTitle{
	font-size:18px;
	color:#444;
	margin-top:10px;
}
.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-family: 'Roboto Condensed';
    font-weight: 700;
}
.newsItemSubTitle{
	padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #666;
}
.newsItemMeta{
	border-left:1px solid #ddd;
	min-height:150px;
	margin-top:20px;
	text-align:right;
}

/* VIDEO PAGE / COLORBOX */

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

/*
    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;}


/* OPTA CUSTOM */
#currentStatsTab .Opta .Opta-Selection-Slide{
	display:none;
}
h3.Opta-Open{
	background-color:#002b5c !important;
}
.Opta-Value{
	color:#777 !important;
	fill:#777 !important;
}
.Opta .Opta-Stats-Radial .Opta-Stat path.Opta-Arc {
    fill: #002b5c !important;
}
.Opta .Opta-Stats-Cross .Opta-Stat circle {
    fill: #002b5c !important;
}
.Opta .Opta-Stats-Bars.Opta-Stats-Bars-Simple .Opta-Bar-Track .Opta-Bar-Fill, .Opta .Opta-Ranking-Bars div {
    background: #002b5c !important;
}
.Opta-Goal-Figure{
	filter:grayscale(1) !important;
}
.Opta .Opta-MatchHeader .Opta-Score .Opta-Team-Score, .Opta .Opta-FootballPitch-Subplayers .Opta-Sub .Opta-Circle, .Opta .Opta-MatchHeader .Opta-Score.Opta-Away .Opta-Team-Score, .Opta .Opta-Ranking-Bars .Opta-FeatureHeader td, .Opta .Opta-Ranking-Bars .Opta-FeatureHeader th, .Opta .Opta-Selection-Slide .Opta-Exp, .Opta .Opta-Selection-Slide .Opta-Options li:hover{
	background-color: #AC1A32 !important;
}
.Opta .Opta-Selection-Slide .Opta-Options{
	background: #192D48 !important;
}
.Opta .Opta-FootballPitch-Subplayers .Opta-Sub.Opta-Away .Opta-Circle{
	background-color: #002b5c !important;
}
.Opta .Opta_F_TL .Opta-Timeline>div {
    background-color: #e0e0e0 !important;
}
.Opta .Opta_F_TL .Opta-Timeline .Opta-Event-Type-Whistle .Opta-IconWhistle{
	height: 5px;
	background: #000;
}
.Opta_F_TL.Opta_F_TL_N .Opta-Time abbr, .Opta_F_TL.Opta_F_TL_N .Opta-Time span{
	color: #FFF !important;
}
.Opta .Opta-FootballPitch .Opta-Node circle.Opta-Home{
	fill: #AC1A32 !important;
}
.Opta .Opta-FootballPitch .Opta-Node circle.Opta-Away, .Opta .Opta-TimeControls .Opta-Dragger path, .Opta .Opta-TimeControls .Opta-TimeSpan{
	fill: #002b5c !important;	
}
.Opta div.Opta-Dropdown.Opta-Active label.Opta-Dropdown-Label span.Opta-Dropdown-Label-Button, .Opta div.Opta-Dropdown.Opta-Active label.Opta-Dropdown-Label span.Opta-Dropdown-Label-Text, .Opta .Opta-Tabs .Opta-Nav>ul.Opta-Overflowed, .Opta .Opta-Nav li.Opta-On a, .Opta .Opta-TimeControls .Opta-PeriodButtons button.Opta-On, .Opta .Opta-TimeControls .Opta-PeriodButtons button.Opta-On:hover, .Opta-Wide .Opta_F_CB .Opta-CheckBoxes.Opta-Nav li.Opta-On, .Opta-Wide .Opta_F_CB .Opta-CheckBoxes.Opta-Nav li:hover{
	background-color:#002b5c !important;
}
.Opta .Opta-Stats-Bars .Opta-Bars-Full .Opta-Percent, .Opta .Opta-Teamsheet-Holder .Opta-Teamsheet-Button{
	background:#AC1A32 !important;
}
.Opta .Opta-Stats-Bars .Opta-Bars-Full .Opta-Percent.Opta-Away, .Opta .Opta-Teamsheet-Holder.Opta-Away .Opta-Teamsheet-Button, .Opta .Opta-H2, .Opta h2{
	background: #002b5c !important;	
}
.Opta .Opta-MatchHeader .Opta-Crest{
	width:auto !important;
}
.Opta .Opta-H3, .Opta h3{
	background: #333;
    color: #fff;
}


/* FOOTER */
.elevenEverywhere{
	font-family: UnitedSansCondensedHeavy,Arial;
    font-size: 42px;
    color: #fff;
    padding-top: 15px;
    line-height: 42px;
	letter-spacing: 1.5px;
}
.elevenSocial{
	
}
.elevenSocial .navSocial{
	float:none;
	margin-left:0px;
	margin-top:0px;
}
.elevenSocial .navSocial li a, .elevenSocial .navSocial li a:hover {
    color: #fff;
    font-size: 1.5em;
    padding: 10px;
}

.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 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:table;
}
#sponsorSlider li a{
	display:block;
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
#sponsorSlider li:hover{
	filter:none;
	opacity:1;
}
#sponsorSlider img{
	margin:0 auto;
	display:block;
	vertical-align: middle;
}
.footerTeam{
	border-top:40px solid #AC1A32;
	background-color:#062140;
	color:#fff;
	padding:20px;
}
.footerTeam a{
	color:#fff;
}
.footerTeamInfo{
	clear:both;
	margin-bottom:40px;
}
#footerTeamLogo{
	display:inline-block;
	width:150px;
	height:auto;
	display:none;
}
.copyright{
	float:left;
}
#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:20px;
}
#footerEzit img{
	height:37px;
	width:auto;
}
/* IPHONE */
@media(max-width:767px){
	.page-wrapper{
		width:100%;
	}
	.menuRight{
		right:70px;
	}
	.navbar-nav{
		margin-left: 20px;
	}
	.navNASLteams .navbar-nav{
		margin-left:0px;
	}
	.navSocial{
		margin-left:5px;
	}
	.currentLogoSticky{
		left:5px !important;
	}
	.aside{
		visibility: hidden;
		width:100%;
		opacity: 0;
		top:0px;
		transition:opacity 0.25s linear;
	}
	.aside header{
		height:155px;
	}
	.aside .bx-wrapper{
		position: absolute;
    	top: 50px;
		z-index: 1050;
	}
	.asideHeaderImage{
		padding-top:10px;
	}
	.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{
		width: 40%;
    	margin-left: 30%;
	}
	.hideMobile{
		display:none;
	}
	.homeNews{
		padding-left:0px;
		padding-right:0px;
	}
	.homeNewsShade{
		display:none;
	}
	.homeNewsTitleGroupSub{
		padding: 10px;
    	border-bottom: 1px dashed #062140;
	}
	.scheduleTeamLogo{
		width: 18%;
    	margin-left: 11%;
	}
	.scheduleGameInfo{
		width:40%;
		margin-left: 2%;
	}
	.gameSliderList .scheduleGameInfo{
		width:30%;
	}
	.scheduleTime{
		font-size:16px;
	}
	.scheduleTime2{
		font-size:14px;
	}
	.scheduleVenue{
		font-size: 12px;
    	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: -250px;
		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;
	}
}
@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%
	}
}

/* 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%;
	}
	.scheduleTickets a{
		font-size: 22px;
    	padding-top: 10%;
	}
}
/* DESKTOP */
@media(min-width:1025px){
	.page-wrapper{
		width:67%;	
	}
	.aside{
		width:33%;
		visibility: visible;
	}
}
@media(min-width:1200px){
	.page-wrapper{
		width:70%;	
	}
	.aside{
		width:30%;
	}

}
