html {
	background: url("../images/backer.jpg") no-repeat center top #000;
}
.footer-backer {
	background: url("../images/backer.jpg") no-repeat center top;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	bottom: 0;
	height: 634px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

.flex {
	border-bottom: 1px solid  #333;
	/* border-bottom: 1px solid rgba(255,255,255,.5);*/
	margin: 0 auto;
	max-width: 1300px;
	min-width: 960px;
	overflow: hidden;
}

.flexClean {
	border-bottom: 0px solid  #333;
	/* border-bottom: 1px solid rgba(255,255,255,.5);*/
	margin: 0 auto;
	max-width: 1300px;
	min-width: 960px;
	overflow: hidden;
}
.lte7 .logo-line {
	zoom: 1;
}

/* ------ Header Styles-------- */

.adidas,
.abs {
	float: left;
}

.adidas {
	padding: 63px 30px 0 0;
}

.abs {
	padding-top: 41px;
}
.head-login {
	border-bottom: 1px solid #333;
	float: right;
	font-size: 14px;
	line-height: 18px;
	padding-left: 21px;
}

.head-login img {
	padding-left: 5px;
	padding-right: 12px;
	padding-top: 10px;
}

.head-login:hover {
	color: #009BE7;
	text-decoration: none;
}

.head-login-a {
	border-bottom: 1px solid #333;
	color: #9F9F9F;
	float: left;
	margin-bottom: -1px;
	padding: 10px 0;
}

.head-login-b {
	border-bottom: 1px solid #009BE7;
	color: #9F9F9F;
	float: left;
	margin-bottom: -1px;
	padding: 10px 0;
}

.head-nav ul {
	float: left;
}

.head-nav li {
	display: block;
	float: left;
	padding-right: 7px;
}

.head-nav .nav-headers {
	border-bottom: 4px solid transparent;
	color: #999;
	display: block;
	font-family: 'Chisel', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: -1px;
	padding: 54px 9px 28px;
	text-transform: uppercase;
}

.wrapper .head-nav a:hover,
.wrapper .head-nav .active {
	border-bottom-color: #838D94;
	color: #FFF;
	text-decoration: none;
}

.wrapper .head-nav .current {
	border-bottom-color: #009BE7;
	color: #FFF;
	text-decoration: none;
}

.head-nav .first {
	margin-left: -9px;
}

.head-nav .last {
	margin-right: 34px;
	padding-right: 0px;
}

.logo {
	float: right;
	clear: right;
	padding-top: 79px;
}

.head-nav .subnav {
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inset 0 0 5px #000;
	background: url("../images/grey-texture.png");
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.head-nav .subnav ul {
	left: 50%;
	margin-left: -480px;
	position: relative;
	width: 960px;
}

.head-nav .subnav .internal-links,
.head-nav .subnav .videos-links,
.head-nav .subnav .external-links,
.head-nav .subnav .external-links-space{
	border-right: 1px solid #687076;
	border-right-color: rgba(0,0,0,.2);
	margin: 18px 14px 18px 0;
	padding-right: 15px;
	padding-bottom: 18px;
	width: 160px;
}

.head-nav .subnav .videos-links {
	width: 390px;
}

.head-nav .subnav .external-links {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

/*Ext LInks Hack*/
.head-nav .subnav .external-links-space {
	border-right: none;
	margin-right: 0;
	padding-right: 40px;
}
.head-nav .subnav .internal-links-clear
{
	border-right: 0px;
	border-right-color: rgba(0,0,0,.2);
	margin: 18px 14px 18px 0;
	padding-right: 15px;
	padding-bottom: 18px;
	width: 160px;
}





.head-nav .subnav h3 {
	color: #34383B;
	color: rgba(0,0,0,.6);
}

.head-nav .subnav ul ul {
	float: none;
	margin: 0;
	width: auto;
	position: static;
}

.head-nav .subnav ul ul li {
	float: none;
	padding-right: 0;
}

.head-nav .subnav a {
	border-bottom: none;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
}
.internal-links a,
.external-links a,
.external-links-space a 
{
	padding: 4px 0 5px;
}
.head-nav .subnav a:hover {
	color: #333;
	border-bottom: none;
}

.head-nav .subnav .first {
	margin-bottom: 18px;
	padding-bottom: 83px;
}

.head-nav .subnav .second {
	padding-bottom: 112px;
}

.head-nav .search {
	background: url('../images/search-glass.png') no-repeat 0 54px;
	color: #999;
	cursor: pointer;
	display: block;
	float: right;
	font-family: 'Chisel', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding: 54px 0 31px 19px;
	text-transform: uppercase;
}

.head-nav .search:hover {
	background-position: 0 -31px;
	color: #FFF;
}

.head-nav .search-active {
	border-bottom: 4px solid #838D94;
	padding-bottom: 27px;
}

.score-car-pad {
	padding: 0 9px;
}

.search-pane {
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inset 0 0 5px #000;
	background: url("../images/grey-texture.png");
	display: none;
	left: 0;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 241px;
	z-index: 1;
}

.search-pane label {
	background: url("../images/search-glass-black.png") no-repeat left 27px;
	color: #34383B;
	font-family: 'Chisel', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	display: block;
	line-height: 18px;
	padding-top: 27px;
	padding-left: 20px;
	text-transform: uppercase;
}

.search-pane label span {
	font-family: 'Helvetica Neue', Arial, sans-serif;;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
}

.search-pane .quick-search-input {
	background: transparent;
	border: none;
	color: #CDD1D4;
	font-family: 'Chisel', 'Helvetica Neue', Arial, sans-serif;
	font-size: 60px;
	line-height: 60px;
	margin-top: 9px;
	margin-bottom: 18px;
	outline: none;
	text-transform: uppercase;
	width: 100%;
}
.search-pane .quick-search-input::-webkit-input-placeholder {
	color: #9BA3A9;
	color: rgba(255,255,255,.2);
}

.search-pane .quick-search-input:-moz-placeholder {
	color: #9BA3A9;
	color: rgba(255,255,255,.2);
}
.search-pane .quick-search-submit {
	display: none;
}

.subnav .videos-links a {
	zoom: 1;
}

.subnav .external-links a, .subnav .external-links-space a {
	background: url("../images/external-link-dark.png") no-repeat right 8px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-right: 13px;
}










.videoImage {
	background: url("../images/nav-video-play.png") no-repeat right center;
	float: left;
	padding-right: 35px;
	margin-right: 12px;
	padding-bottom: 9px;
}
.videoImage img {
	display: block;
}
.videoDate {
	color: rgba(0,0,0,.6);
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}
.videoTitle {
	font-size: 13px;
	line-height: 15px;
}

/* Carousel */

.carousel {
	position: relative;
}

	.carousel .carousel-item h3 {
		color: #787878;
	}

.carousel-holder {
	overflow: hidden;
	padding-top: 0;
	position: relative;
}

.carousel-items {
	left: 0;
	top: 0;
	width: 100%;
}

	.carousel-items h1 a:hover {
		color: #FFF;
	}

.carousel-page {
	float: left;
}

.carousel-item {
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
	zoom: 1;
}
	.carousel-item h1,
	.carousel-item h3 {
		color: #999;
	}
	.carousel-item .dateline {
		color: #717171;
	}
	.carousel-item .dateline span {
		color: #A3A3A3;
	}

.carousel-previous,
.carousel-next {
	background: url("../images/carousel-controls.png") no-repeat;
	cursor: pointer;
	height: 0;
	margin-top: -19px;
	overflow: hidden;
	padding-top: 38px;
	position: absolute;
	top: 50%;
	width: 20px;
}

.no-js .carousel-previous,
.no-js .carousel-next {
	display: none
}

.carousel-previous {
	left: -40px;
}

.carousel-next {
	background-position: right -79px;
	right: -40px;
}

.carousel-pager {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.no-js .carousel-pager {
	display: none;
}

.carousel-pager li {
	display: inline-block;
	margin: 0;
	padding: 0 8px;
}
.lte7 .carousel-pager li {
	display: inline;
	zoom: 1;
}

.carousel-pager li .a {
	background: transparent url(../images/carousel-pager.png) no-repeat left top;
	border-bottom: none;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding-top: 8px;
	width: 7px;
}

.carousel-pager li .active {
	background-position: -31px top;
}

.team-home span,
.team-away span {
	color: #6E6E6E;
}

/* Clashes */
.carousel-clashes .carousel-holder {
	height: 140px;
}
.carousel-clashes .carousel-previous,
.carousel-clashes .carousel-next {
	color: #999;
	font-size: 1.1em;
	line-height: 12px;
	height: auto;
	margin-top: -37px;
	padding: 7px 0;
	width: auto;
}

.carousel-clashes .carousel-previous {
	padding-left: 30px;
	left: 0;
}

.carousel-clashes .carousel-next {
	padding-right: 30px;
	right: 0;
	text-align: right;
}

.carousel-clashes .team-home,
.carousel-clashes .team-away {
	font-size: 40px;
	line-height: 63px;
	float: left;
	width: 47%;
	margin-top: 27px;
	margin-bottom: 14px;
}
.carousel-clashes .team-home {
	text-align: right;
}
.carousel-clashes h3 {
	float: left;
	width: 6%;
	text-align: center;
	margin-top: 50px;
}

.carousel-clashes p {
	padding-bottom: 18px;
	margin-bottom: 0;
}

.carousel-player {
	margin: 360px 0 18px;
}

.carousel-player .carousel-item,
.carousel-team-images .carousel-item {
	width: 33.3%;
	
}




.carousel-team-images .carousel-previous {
	left: 0;
	top: 125px;
}

.carousel-team-images .carousel-next {
	right: 0;
	top: 125px;
}

/* Video Link */
.video-link {
	position: relative;
	margin-bottom: 5px;
}

.video-link:hover span {
	color: #EBEBEB;
}

.video-link:hover {
	outline: 4px solid #009BE7;
}

.video-link-large {
	position: relative;
}

.video-link-small {
	margin-bottom: 4px;
}
.video-link:after {
	content: ' ';
	background: url("../images/video.png");
	display: block;
	width: 71px;
	height: 71px;
	position: absolute;
	left: 90px;
	top: 31px;
}
.video-link-small:after {
	background: url("../images/video-small.png");
	width: 50px;
	height: 50px;
	top: 27px;
	left: 64px;
}
.video-link-large:after {
	content: ' ';
	background: url("../images/video-large.png");
	display: block;
	width: 132px;
	height: 132px;
	position: absolute;
	top: 131px;
	left: 294px;
}

.video-content {
	float: left;
	padding: 18px 21px 0 24px;
	width: 180px;
}

.video-content .first,
.video-content .last {
	color: #9F9F9F;
}


.video-content-player {
	float: left;
	padding: 18px 10px 0 10px;
	width: 134px;
}

.video-content-player .first{
	color: #9F9F9F;
}





.video-link-small .video-content {
	padding: 9px 9px 0 18px;
	width: 107px;
}



/* List Dates */
.list-dates {
	list-style: none;
}

.list-dates li {
	line-height: 18px;
	padding-bottom: 3px;
	margin-left: 0;
	padding-left: 100px;
	position: relative;
}

.list-dates .date {
	left: 0;
	margin-top: 1px;
	position: absolute;
}

/* Footer Styles */

.ad img {
	width: 100%;
	padding: 63px 0 85px;
}

.coaches {
	width: 177px;
}

.community {
	width: 181px;
}

.foot-box .face-tv {
	margin-bottom: -3px;
}

	.foot-box .face-tv a {
		display: block;
		font-size: 10px;
		font-weight: bold;
		line-height: 12px;
		text-transform: uppercase;
	}

	.foot-box .face-tv li {
		float: left;
		width: 50%
	}

	.foot-box .face-tv .last {
		margin-left: -3px;
	}

		.foot-box .face-tv .list-layout .face-kids {
			margin-top: 2px;
		}
		
.footer_majorlinks{padding-bottom:3em;padding-top:5em;border-top:1px solid rgba(255, 255, 255, 0.05);}.footer_majorlinks .footer_majorlinks_wrapper{margin-left:auto;margin-right:auto;width:90%;max-width:960px;text-align:center;font-size:0.9em;}.footer_majorlinks .footer_majorlinks_wrapper ul.footer_majorlinks_links>li{display:inline;opacity:0.8;padding:0 0.5em;line-height:2;}
.footer_majorlinks .footer_majorlinks_wrapper ul.footer_majorlinks_links>li>a{border-bottom:0;}
.footer_majorlinks{margin-top:-6em;}

.clearfix:before,.clearfix:after,.wrapper:before,.wrapper:after{color:transparent;content:' ';display:block;height:0;overflow:hidden;}
.wrapper:after,.clearfix:after{clear:both;}

.tiles__footer_logos{text-align:center;padding:2.5em 0 0 0;}.tiles__footer_logos .tile_list{margin:0 2%;}
.tiles__footer_logos .tile__footer_logos_first{display:block;}
.tiles__footer_logos .tile_item{float:left;width:14%;height:8em;margin:0;}
.tiles__footer_logos .tile_link{border-bottom:none;}
.tiles__footer_logos .tile__footer_logos_last{display:none;}

.tiles__footer_logos .tile_item{float:left;width:16.666666666666668%;height:8em;margin:0;}

.fans {
	width: 191px;
}
	.fans .tw4kw {
		display: block;
		padding-bottom: 83px;
	}

.foot-box {
	float: left;
	padding-left: 14px;
}
	.foot-box a {
		border-bottom: 1px solid transparent;
		line-height: 21px;
	}

	.foot-box a,
	.foot-box h3 {
		color: #999999;
	}

	.social li {
		float: left;
	}

	.foot-box .face,
	.foot-box .twit,
	.foot-box .you,
	.foot-box .goog {
		border-bottom: none;
		background: url('../images/social-icons.png') no-repeat 0 0;
		display: block;
		float: left;
		margin: 0 2px;
		height: 20px;
		width: 20px;
	}
	.foot-box .face {
		padding-left: 0;
	}
		.foot-box .face:hover,
		.foot-box a:hover .face{
			background-position: 0 -20px;
		}

	.foot-box .goog {
		background-position: -40px 0;
	}
		.foot-box .goog:hover {
			background-position: -40px -20px;
		}

	.foot-box .twit {
		background-position: -20px 0px;
	}
		.foot-box .twit:hover {
			background-position: -20px -20px;
		}

	.foot-box .you {
		background-position: -60px 0;
	}
		.foot-box .you:hover {
			background-position: -60px -20px;
		}

.foot-nav {
	padding-top: 45px;
}
	.foot-nav a {
		border-bottom: none;
	}

	.foot-nav .first {
		padding-left: 0;
	}
	.foot-nav .last {
		border-right: 0;
	}

	.foot-nav h5 {
		padding-bottom: 9px;
		font-family: 'Chisel', 'Helvetica Neue', Arial, sans-serif;
		text-transform: uppercase;
	}

	.foot-nav .wrapper {
		background: url('../images/footer-lines.png') repeat-y center top;
	}

.foot-logos {
	padding-top: 36px;
}
	.foot-logos li {
		float: left;
	}
	.foot-logos a {
		display: block;
		border: none;
	}

	.foot-logos .foot-abs {
		padding-right: 31px;
	}

	.foot-logos .foot-heart {
		padding: 0 54px;
	}

	.foot-logos .foot-super {
		padding: 0 45px 0 45px;
	}

	.foot-logos .foot-itm  {
		padding: 0 54px 0 50px;
	}



	.foot-logos .foot-ref {
		padding: 0 44px 0 45px;
	}

	.foot-logos .foot-small {
		padding: 0 45px;
	}

	.foot-logos .foot-rfu {
		padding-left: 31px;
	}

.kids {
	width: 180px;
}

.nzru {
	width: 170px;
}

.other-teams h3 {
	padding: 36px 0 36px;
	margin-bottom: 0;
	text-align: center;
}

.social {
	bottom: 36px;
	padding: 0;
	position: absolute;
	width:18em;
}
	.social li a {
		margin-bottom: 36px;
	}


.social-kids {
	bottom:  36px;
	padding: 0;
	position: absolute;
	width:18em;
}

.teams {}
	.teams a {
		border-bottom: none;
		display: block;
	}

	.teams .last {
		padding-right: 0;
	}

	.teams li {
		float: left;
		padding-right: 36px;
		padding-bottom: 27px;
	}
/* ---- Home Styles ----- */

.app-bg {
	background: url('../images/app-ad.jpg') no-repeat bottom;
}
	.app-bg a {
		margin-left: 148px;
		padding: 27px 0 40px 5px;
	}
	.app-bg a:hover {
		text-decoration: none;
	}

.download:after {
	content: ' ';
	background: url('../images/downarrow.png') no-repeat;
	display: block;
	position: absolute;
	width: 6px;
	height: 10px;
	bottom: 3px;
	left: 15px;
}
	.download a {
		margin-left: 9px;
	}
.watcharrow:after {

}

.facebook-head {
	font-size: 45px;
	line-height: 24px;
	color: #009BE7;
}

.facebook-int {
	padding: 0 45px;
}

.facebook-larger {
	font-size: 32px;
	line-height: 30px;
}

.facebook-smaller {
	font-size: 18px;
	line-height: 30px;
}

.fan-zone {
	background: url('../images/page-singing.jpg') no-repeat bottom;
	height: 180px;
}

.social-bar {
	height: 205px;
}

.social-bar-face h3 {
	padding-top: 33px;
}

.social-bar-twitter {
	padding: 36px 72px 0 63px;
}

.social-bar-twitter .hashtag {
	color: #009BE7;
}

.shop {
	background: url('../images/page-shop.jpg') no-repeat bottom;
	height: 180px;
}
.shop ul {
	display: block;
}
.shop h5,
.fan-zone h5 {
	margin-bottom: 5px;
}
.shop a {
	border: none;
}
.shop .wraplines {
		padding-bottom: 9px;
	}

.shop .wrap-width {
	width: 180px;
}
.lte8 .shop .wrap-width {
	width: 210px;
}


.shop .wrap-width2 {
	width: 300px;
}

	.shop h5 a:active {
		border: none;
	}


.twitter-logo {
	position: absolute;
	top: 36px;
	left: 18px;
}



/*----- News Styles ------*/

.advertisments {
	padding-top: 27px;
	padding-bottom: 45px;
}
.advertisments img {
	float: left;
}

.advertisments .middle img {
	padding-left: 45px;
	padding-right: 27px;
}

.arrowfix .carousel-previous {
	left: 379px;
}
.arrowfix .carousel-next {
	right: 860px;
}
.arrow-links a {
	background: url("../images/arrow-link.png") no-repeat left 5px;
	border-bottom: none;
	padding-left: 18px;
	padding-bottom: 9px;
}

.blurb {
	background-color: #333;
	padding: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}


.blurb .byline {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 27px;
	font-style: italic;
	margin: 0;
}

.art-comments {
	background-color: #EDEDED;
	color: black;
}

.art-social {
	position: absolute;
	bottom: 96px;
	left: -39px;
}
	.art-social a {
		border-bottom: none;
	}

.article-head h2 {
	float: left;
	width: 53%;
	margin-right: -30%;
	position: relative;
	margin-bottom: 0;
}
.lte9 .article-head h2 {
	width: 63%;
}


.article-head img {
	float: right;
	margin-bottom: 4px;
}

.article-text {
	padding-bottom: 37px;
}


.comment-body img {
	float: left;
	padding: 18px 18px 18px 27px;
}

.comment-content {
	border-bottom: 1px solid #9F9F9F;
	padding: 18px 27px 27px 92px;
}

	.comment-content a {
		float: right;
	}

	.comment-content p {
		margin-bottom: 0;
	}

.comment-foot h3 {
	padding: 18px;
}
	.comment-foot {
		color: #9F9F9F;
	}
	.comment-foot a {
		color: #007ECC;
	}

.comment-foot h3 a:hover {
	border-bottom: 1px solid #007ECC;
	color: #FFF;
}

.comment-head {
	background-color: #333;
	color:#9F9F9F;
	padding: 18px 0 18px 27px;
}
	.comment-head h5 {
		padding-bottom: 12px;
	}

.flex .left-side-nav a {
	border: none;
	color: #9F9F9F;
}

.flexClean .left-side-nav a {
	border: none;
	color: #9F9F9F;
}

.flex .left-side-nav a:hover {
	color: #009BE7;
}

.flexClean .left-side-nav a:hover {
	color: #009BE7;
}


.flex .left-side-nav .current {
	color: #FFF;
}
.flexClean .left-side-nav .current {
	color: #FFF;
}

	.flex .left-side-nav .current:hover {
		color: #FFF;
	}
	
	.flexClean .left-side-nav .current:hover {
		color: #FFF;
	}

.left-side-nav{}
	.left-side-nav a,
	.right-sidebar a {
		display: block;
	}

	.side-nav-head2 {
		display: block;
		padding-top: 18px;
	}

	.left-side-nav .last {
		padding-top: 36px;
	}

	.left-side-nav li {
		margin-bottom: 9px;
	}

.right-sidebar {
	padding-left: 27px;
	padding-top: 18px;
}

	.right-sidebar .arrow-links a {
		color: #9F9F9F;
	}
	.right-sidebar h5 {
		padding-bottom: 18px;
	}

	.right-sidebar p {
		border-bottom: 1px solid #004E74;
		display: inline;
	}

	.right-sidebar p:hover {
		border-bottom-color: #009BE7;
		color: #009BE7;
	}

	.right-sidebar span {
		border-bottom: none;
	}

.main-text {
	background-color: #EDEDED;
}

.opaque {
	background: url('../images/transback.png');
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	border-top: none;
}

	.opaque tbody td {
		border: none;
	}

.player-img-nav {
	bottom: 0;
	width: 100%;
}

/* ------- Team Styles ---------- */

.arrow-previous,
.arrow-next,
.team-previous,
.team-next
{
	background: url("../images/carousel-controls.png") no-repeat;
	border: transparent;
	cursor: pointer;
	overflow: hidden;
	top: 50%;
	width: 20px;
}
	.no-js .team-previous,
	.no-js .team-next,
	.no-js .arrow-previous,
	.no-js .arrow-next {
		display: none
	}

	.arrow-previous {
		left: -40px;
		padding-right: 105px;
		padding-bottom: 20px;
		padding-top: 9px;
	}

	.arrow-next {
		background-position: right bottom;
		right: -40px;
		padding-top: 20px;
		padding-bottom: 11px;
		padding-left: 105px;
	}

.art-comments .comment-foot a {
	color: #007ECC;
}

.gallery-width {
	padding-top: 4px;
	width: 486px;
}

.player-hud {
	position: absolute;
	left: 50%;
	margin-left: 80px;
	bottom: -360px;
}

.hud-trigger {
	cursor: pointer;
}

.player-art .carousel-holder {
	margin-right: 0;
}

.results table {
	border-top: none;
}
	.results td {
		vertical-align: bottom;
	}

.segment {
	width: 480px;
	float: left;
}
	.segment a:active {
		border: none;
	}
	.segment li {
		display: block;
		float: left;
		padding-top: 30px;
		padding-bottom: 24px;
		margin: 0;
	}

	.segment .first a{
		padding-left: 29px;
	}

	.segment .last a {
		padding-right: 29px;
	}

	.segment .blue-border:hover {
		border-bottom: 1px solid #009BE7;
	}

.super-pad {
	padding-bottom: 90px;
}

.squad h3 {
	margin-bottom: 0;
}

.squad-body .backs {
	padding-left: 31px;
}

.squad-head td {
	padding: 12px 0;

}
.squad-head .backs {
	padding-left: 36px;
}

.squad-head .forwards,
.squad-head .backs {
	width: 231px
}
.social-icons {
	position: absolute;
	top: 17px;
	left: 211px;
}

.sponsor {
	border-top: 1px solid  #333;
	border-bottom: 1px solid  #333;
}
	.sponsor a {
		padding: 18px 0;
	}
	.sponsor h3 {
		width: 240px;
		padding: 32px 0 30px 27px;
		margin: 0;
	}
.team-info,
.player-info {
	position: relative;
	margin-bottom: -165px;
	overflow: hidden;
	width: 100%;
}
.player-info {
	margin-bottom: 0;
}

.team-info {
	margin-bottom: 0;
}

.team-image {
	display: block;
	margin-top: 100px;
	left: 50%;
	margin-left: -700px;
	position: relative;
	z-index: -1;
}

.team-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.team-title {
	position: relative;
	padding: 18px 0;
}

.team-list {
	background: rgba(0,0,0,.7);
	padding: 36px 9px 9px;
	width: 160px;
}

.team-list h5 {
	margin-bottom: 9px;
}

.team-list a,
.team-list a:visited {
	border-bottom: none;
	color: #9F9F9F;
	display: block;
	padding: 4px 0 5px;
}

.team-list a:hover {
	color: #009BE7;
}

.team-list .current a {
	color: #fff;
}

.team-carousel-position {
	margin-top: -304px;
	}

.team-carousel-position .carousel-next {
	right: -58px;
}

.team-previous {
	left: -40px;
	padding-bottom: 20px;
	padding-top: 9px;
}

.team-next {
	background-position: right bottom;
	right: -40px;
	padding-top: 20px;
	padding-bottom: 11px;
}

.team-arrows .first {
	padding-right: 210px;
}

.team-arrows .last {
	padding-left: 210px;
}

.win {
	color: #FFF;
}


/*-----Player Styles ---*/

.player-art .carousel-player {
	padding-top: 4px;
	width: 405px;
}
.player-art .carousel-next,
.player-art .carousel-previous {
	margin-top: -37px;
}
.player-art .social-icons {
	top: 35px;
	left: 252px;
}

.player-img-nav	.arrow-previous:hover {
		background: url("../images/arrowhover.png") no-repeat;
		border: transparent;
		cursor: pointer;
		overflow: hidden;
		top: 50%;
		width: 20px;
		left: -40px;
		padding-right: 105px;
		padding-bottom: 20px;
		padding-top: 9px;
	}

.player-img-nav	.arrow-next:hover {
		background: url("../images/arrowhover.png") no-repeat;
		border: transparent;
		cursor: pointer;
		overflow: hidden;
		top: 50%;
		width: 20px;
		background-position: right bottom;
		right: -40px;
		padding-top: 20px;
		padding-bottom: 11px;
		padding-left: 105px;
	}

/* IMG hover effects */

	.dark:hover .white-hover
		{
		color: #FFF;
	}

	.dark:hover,
	img:hover {
		opacity: 1;
	}

	img,
	.dark {
		opacity: 0.7;
	}

	.op-1 {
		opacity: 1;
	}
/* Setting Opacity for News Images returned from Database*/
.newsImageOpacity {padding:0; margin:0;}
.newsImageOpacity img {
		opacity: 1;
	}


/* iFrame */

.iframe-pad {
	padding-bottom: 180px;
}


/*---------------*/

.zoom {
	zoom: 1;
}


/*----- Modal ------*/

.modal-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0,0,0,0.9);
	display: none;
}

.lte8 .modal-overlay {
	background:#000;
}

.modal {
	position: absolute;
	top: 150px;
	left: 50%;
	z-index: 200;
	float: left;
	width: 960px;
	margin-left: -480px;
	overflow: visible;
	display: none;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	float: left;
	width: 63px;
	height: 0;
	padding-top: 63px;
	overflow: hidden;
	background: url("../images/modal-close.png") no-repeat 13px 13px #333;
	z-index: 300;
}

.modal h2 {
	width: 80%;
}


/*----- Video Player Styles ------*/

.video-wrapper {
	width: 854px;
	margin: 0 auto;
}

.video-holder {
	width: 854px;
}

.player-holder {
	width: 720px;
}

/*----- Video Carousel Styles ------*/

.video-item {
	width: 180px;
	margin:0;
}
.video-item:hover {
	outline:none;
}

.video-item:after {
	content: ' ';
	background:none;
}

.video-title {
	width: 155px;
	padding: 16px 12px 12px;
	font-size: 14px;
	line-height: 18px;
	border-right: 1 px solid #3C3C3C;
	min-height: 40px;
}

.video-item:hover,
.video-item:hover .video-title {
	background: #009BE7;
}

.video-item img {
	width: 172px;
	height: 82px;
	padding: 4px;
}

.carousel-video .carousel-previous,
.carousel-video .carousel-next {
	background-color: #262626;
	top: 19px;
	width: 65px;
	padding-top: 65px;
}

.carousel-video .carousel-previous {
	background-position: 20px 14px;
	left: -69px;
}

.carousel-video .carousel-next {
	background-position: 25px -65px;
	right: -69px;
}


/*----- Video Page tab links ------*/

.tab-links {
	width: 134px;
}

.tab-links li {
	margin-bottom: 5px;
	width: 100%;
}

.tab-links li a {
	font-family: 'Chisel', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	border: none;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.tab-links li a:hover {
	color: #fff;
	text-decoration: none;
}


/*----- Video Hack ------*/

.dnaVideo-link {
	position: relative;
	margin-bottom: 5px;
}

.dnaVideo-link:hover span {
	color: #EBEBEB;
}

.dnaVideo-link:hover {
	outline: 4px solid #009BE7;
}

.dnaVideo-link:after {
	content: ' ';
	background: url("../images/video.png");
	display: block;
	width: 71px;
	height: 71px;
	position: absolute;
	left: 90px;
	top: 31px;
}
