@font-face {
	font-family: 'webfont';
	src: url("../fonts/webfont.eot?47602160");
	src: url("../fonts/webfont.eot?47602160#iefix") format("embedded-opentype"), url("../fonts/webfont.woff?47602160") format("woff"), url("../fonts/webfont.ttf?47602160") format("truetype"), url("../fonts/webfont.svg?47602160#webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* =WordPress Core
-------------------------------------------------------------- */

/* line 3, ../sass/partials/_WP-image-alignment.scss */

.alignnone {
	margin: 5px 20px 20px 0;
}

/* line 7, ../sass/partials/_WP-image-alignment.scss */

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

/* line 13, ../sass/partials/_WP-image-alignment.scss */

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

/* line 18, ../sass/partials/_WP-image-alignment.scss */

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

/* line 23, ../sass/partials/_WP-image-alignment.scss */

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

/* line 28, ../sass/partials/_WP-image-alignment.scss */

a img.alignnone {
	margin: 5px 20px 20px 0;
}

/* line 32, ../sass/partials/_WP-image-alignment.scss */

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

/* line 37, ../sass/partials/_WP-image-alignment.scss */

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* line 43, ../sass/partials/_WP-image-alignment.scss */

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

/* line 51, ../sass/partials/_WP-image-alignment.scss */

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

/* line 55, ../sass/partials/_WP-image-alignment.scss */

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

/* line 59, ../sass/partials/_WP-image-alignment.scss */

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

/* line 63, ../sass/partials/_WP-image-alignment.scss */

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

/* line 72, ../sass/partials/_WP-image-alignment.scss */

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

/* line 80, ../sass/partials/_WP-image-alignment.scss */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* line 88, ../sass/partials/_WP-image-alignment.scss */

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* line 108, ../sass/partials/_WP-image-alignment.scss */

.gallery {
	margin: 0 auto 18px;
}

/* line 115, ../sass/partials/_WP-image-alignment.scss */

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	display: inline-block;
}

/* line 123, ../sass/partials/_WP-image-alignment.scss */

.gallery img {
	-webkit-box-shadow: 0px 0px 4px #999;
	-moz-box-shadow: 0px 0px 4px #999;
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
	max-width: 100%;
	height: auto;
}

/* line 138, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-1 .gallery-item:nth-of-type(n) {
	margin-bottom: 0;
	margin-right: 0;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-1 .gallery-item:nth-of-type(1n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 143, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-2 .gallery-item {
	width: 49%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-2 .gallery-item:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 148, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-3 .gallery-item {
	width: 32%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-3 .gallery-item:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-3 .gallery-item:nth-of-type(3n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 153, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-4 .gallery-item {
	width: 23.5%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-4 .gallery-item:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-4 .gallery-item:nth-of-type(4n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 158, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-5 .gallery-item {
	width: 18.4%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-5 .gallery-item:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-5 .gallery-item:nth-of-type(5n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 163, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-6 .gallery-item {
	width: 15%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-6 .gallery-item:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-6 .gallery-item:nth-of-type(6n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 168, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-7 .gallery-item {
	width: 12.57143%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-7 .gallery-item:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-7 .gallery-item:nth-of-type(7n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 173, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-8 .gallery-item {
	width: 10.75%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-8 .gallery-item:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-8 .gallery-item:nth-of-type(8n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 178, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-9 .gallery-item {
	width: 9.33333%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-9 .gallery-item:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 190, ../sass/partials/_WP-image-alignment.scss */

.gallery img:hover {
	background: white;
}

/* line 193, ../sass/partials/_WP-image-alignment.scss */

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

/* line 197, ../sass/partials/_WP-image-alignment.scss */

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

/* line 201, ../sass/partials/_WP-image-alignment.scss */

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

/* line 206, ../sass/partials/_WP-image-alignment.scss */

.gallery dl,
.gallery dt {
	margin: 0;
}

/* line 207, ../sass/partials/_WP-image-alignment.scss */

.gallery br + br {
	display: none;
}

/* line 1, ../sass/partials/_archive.scss */

.archive-img {
	float: left;
	margin: 0 15px 15px 0;
	max-width: 155px;
	height: auto;
}

/* line 14, ../sass/partials/_archive.scss */

.archive .news-title,
.blog .news-title {
	position: static;
	max-width: 95%;
	margin-top: 20px;
	color: #000;
	font-weight: 600;
}

/* line 34, ../sass/partials/_archive.scss */

.archive .single-title,
.blog .single-title {
	font-size: 32px;
}

/* line 41, ../sass/partials/_archive.scss */

.archive .post-entry,
.blog .post-entry {
	margin: 20px 0;
}

/* line 54, ../sass/partials/_archive.scss */

.archive .navigation,
.blog .navigation {
	margin: 40px 0;
}

/* line 57, ../sass/partials/_archive.scss */

.archive #main-content,
.blog #main-content {
	margin-bottom: 20px;
}

/* line 63, ../sass/partials/_archive.scss */

.post-type-archive-gallery.archive .post-entry {
	margin: 0;
	margin-top: 40px;
}

/* line 71, ../sass/partials/_archive.scss */

.post-type-archive-gallery .news-title {
	margin-bottom: 50px;
}

/* line 77, ../sass/partials/_archive.scss */

.single-title a {
	color: #004792;
}

/* line 23, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
}

/* line 27, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li {
	display: inline-block;
	float: left;
	width: 23.5%;
	margin-bottom: 20px;
}

/* line 128, ../sass/partials/_mixins.scss */

.videos-photos-thumbs li:nth-child(n) {
	margin-right: 2%;
}

/* line 131, ../sass/partials/_mixins.scss */

.videos-photos-thumbs li:nth-child(4n) {
	margin-right: 0;
}

/* line 44, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li img {
	width: 100%;
	height: auto;
}

/* line 48, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li a {
	display: block;
	color: #fff;
	line-height: 37px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

/* line 75, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li a:hover {
	text-decoration: none;
	color: #006cdf;
}

/* line 78, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li a:hover p span {
	color: #006cdf;
}

/* line 83, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li span.vid-pics {
	display: block;
	overflow: hidden;
}

/* line 96, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li p {
	width: 100%;
	margin: 0 auto;
	font-weight: 700;
	line-height: 20px;
	margin-top: 5px;
}

/* line 119, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li p span {
	font-family: "webfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	float: left;
	font-size: 22px;
	margin-right: 10px;
}

/* GALLERY STYLE */

/* line 3, ../sass/partials/_single-gallery.scss */

.single-gallery-thumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* line 7, ../sass/partials/_single-gallery.scss */

.single-gallery-thumbs ul li {
	display: inline-block;
	float: left;
	width: 12.57143%;
}

/* line 104, ../sass/partials/_mixins.scss */

.single-gallery-thumbs ul li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 108, ../sass/partials/_mixins.scss */

.single-gallery-thumbs ul li:nth-child(7n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 11, ../sass/partials/_single-gallery.scss */

.single-gallery-thumbs ul li a {
	display: block;
}

/* line 14, ../sass/partials/_single-gallery.scss */

.single-gallery-thumbs ul li img {
	max-width: 100%;
}

/* line 2, ../sass/partials/_top-section.scss */

.top-section {
	display: block;
}

/* line 4, ../sass/partials/_top-section.scss */

.top-section .news-container,
.top-section .right-container {
	display: inline-block;
	min-height: 100px;
	float: left;
}

/* line 9, ../sass/partials/_top-section.scss */

.top-section .news-container {
	width: 66.666666%;
}

/* line 15, ../sass/partials/_top-section.scss */

.top-section .right-container {
	width: 33.333333%;
}

/* line 22, ../sass/partials/_top-section.scss */

.top-section .advert img {
	max-width: 100%;
	max-height: auto;
}

/* line 31, ../sass/partials/_top-section.scss */

.black-border {
	-webkit-box-shadow: 5px 0 0 0 #000, 0 5px 0 0 #000, 5px 5px 0 0 #000, 5px 0 0 0 #000 inset, 0 5px 0 0 #000 inset;
	-moz-box-shadow: 5px 0 0 0 #000, 0 5px 0 0 #000, 5px 5px 0 0 #000, 5px 0 0 0 #000 inset, 0 5px 0 0 #000 inset;
	box-shadow: 5px 0 0 0 #000, 0 5px 0 0 #000, 5px 5px 0 0 #000, 5px 0 0 0 #000 inset, 0 5px 0 0 #000 inset;
}

/* line 38, ../sass/partials/_top-section.scss */

#sidebar-single .black-border {
	-webkit-box-shadow: 2px 0 0 0 #fff, 0 2px 0 0 #fff, 2px 2px 0 0 #fff, 2px 0 0 0 #fff inset, 0 2px 0 0 #fff inset;
	-moz-box-shadow: 2px 0 0 0 #fff, 0 2px 0 0 #fff, 2px 2px 0 0 #fff, 2px 0 0 0 #fff inset, 0 2px 0 0 #fff inset;
	box-shadow: 2px 0 0 0 #fff, 0 2px 0 0 #fff, 2px 2px 0 0 #fff, 2px 0 0 0 #fff inset, 0 2px 0 0 #fff inset;
}

/* line 48, ../sass/partials/_top-section.scss */

.advert {
	border-top: 5px solid #000;
	overflow: hidden;
}

/* line 68, ../sass/partials/_top-section.scss */

.custom-button {
	width: 50%;
	height: 50%;
	float: left;
	display: inline-block;
}

/* line 82, ../sass/partials/_top-section.scss */

.custom-buttons a {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	overflow: hidden;
	background: #FECB2E;
}

/* line 92, ../sass/partials/_top-section.scss */

#sidebar-single .custom-buttons a {
	font-size: 18px;
}

/* line 104, ../sass/partials/_top-section.scss */

.custom-buttons a span {
	display: inline-block;
	background: #000;
	padding: 3px 10px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* line 110, ../sass/partials/_top-section.scss */

.custom-buttons a:before {
	position: absolute;
	top: 15px;
	right: -10px;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../images/acfc-logo.png") no-repeat right 10px;
	opacity: .4;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	mix-blend-mode: soft-light;
}

/* line 122, ../sass/partials/_top-section.scss */

.custom-buttons a:hover {
	background: #fede7a;
}

/* line 126, ../sass/partials/_top-section.scss */

#sidebar-single .custom-buttons {
	margin-bottom: 40px;
}

/* container */

/* line 5, ../sass/partials/_match-centre.scss */

.widget_match_center {
	height: 121px;
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* line 18, ../sass/partials/_match-centre.scss */

.sblock_wrapper {
	height: 121px;
	width: 100%;
}

/* line 24, ../sass/partials/_match-centre.scss */

#sp-comp-links {
	z-index: 2;
	width: 96px;
	display: inline-block !important;
	vertical-align: top;
	line-height: normal;
}

/* match items */

/* line 35, ../sass/partials/_match-centre.scss */

.sblock_dropdown,
#sblock4_dropdown {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25%;
	border: none;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	cursor: pointer;
}

/* line 54, ../sass/partials/_match-centre.scss */

.widget_match_center .spcompname {
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	height: 35px;
	line-height: 36px;
	margin-bottom: 4px;
	text-indent: 8px;
	color: #fff;
	width: 100%;
	display: block !important;
}

/* line 68, ../sass/partials/_match-centre.scss */

.widget_match_center .spmatch {
	width: 202px;
	height: 71px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

/* Match Center match title */

/* line 81, ../sass/partials/_match-centre.scss */

.widget_match_center .spmatch-title {
	display: block !important;
	background: rgba(255, 255, 255, 0.2);
	height: 16px;
	line-height: 16px;
	width: 100%;
	clear: both;
	text-indent: 7px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* line 91, ../sass/partials/_match-centre.scss */

.widget_match_center .spdate {
	color: #FFF;
	float: left;
	font-size: 11px;
}

/* line 96, ../sass/partials/_match-centre.scss */

.sp-match-link.teamslink {
	display: none;
}

/* line 99, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-match-link {
	float: right;
	margin-right: 3px;
	font-size: 10px;
}

/* line 104, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-match-link a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
}

/* Match Center team /score info */

/* line 110, ../sass/partials/_match-centre.scss */

.widget_match_center .spteams {
	border: solid 1px #C4C4C4;
	background: #FCFCFC;
}

/* line 114, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	display: inline;
	float: left;
	height: 71px;
	margin: 0 5px 0 0;
	overflow: hidden;
}

/* line 133, ../sass/partials/_match-centre.scss */

#mc-game-content {
	width: 2000px;
}

/* line 138, ../sass/partials/_match-centre.scss */

#spnext,
#spprev {
	width: 18px;
	height: 72px;
	display: inline-block;
	vertical-align: middle;
	background: #333;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 151, ../sass/partials/_match-centre.scss */

#spprev { /* previous arrow */
	float: left;
	margin: 0 3px 0 7px;
}

/* line 155, ../sass/partials/_match-centre.scss */

#spnext {
	margin: 0 7px 0 3px;
}

/* line 158, ../sass/partials/_match-centre.scss */

#spprev:before,
#spnext:before {
	border-style: solid;
	border-style: solid;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	margin-top: 30px;
	margin-left: 7px;
}

/* line 168, ../sass/partials/_match-centre.scss */

#spprev:before {
	border-color: transparent #fff transparent transparent;
	border-width: 6px 5px 6px 0;
}

/* line 172, ../sass/partials/_match-centre.scss */

#spprev:hover,
#spnext:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* line 175, ../sass/partials/_match-centre.scss */

#spnext:before {
	border-color: transparent transparent transparent #fff;
	border-width: 6px 0 6px 5px;
}

/* line 180, ../sass/partials/_match-centre.scss */

.widget_match_center .spteam1,
.widget_match_center .spteam2 {
	color: #000;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	text-indent: 7px;
}

/* line 187, ../sass/partials/_match-centre.scss */

.widget_match_center .spversus {
	color: #000;
	font-size: 11px;
	line-height: 1px;
}

/* line 192, ../sass/partials/_match-centre.scss */

.widget_match_center .spversus:before {
	content: "";
	margin-right: 4%;
	width: 77%;
	height: 1px;
	background: #D1D1D1;
	display: inline-block;
	vertical-align: middle;
}

/* line 201, ../sass/partials/_match-centre.scss */

.widget_match_center .spscore {
	position: absolute;
	top: 14px;
	right: 9px;
	text-align: right;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}

/* line 210, ../sass/partials/_match-centre.scss */

.widget_match_center .team2score,
.widget_match_center .team1score {
	display: block;
}

/* line 213, ../sass/partials/_match-centre.scss */

.widget_match_center .scoredivider {
	display: none;
}

/* line 216, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	color: #F7F7F7;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

/* line 220, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link a:hover,
.widget_match_center .sp-lad-link a:hover,
.widget_match_center .sp-stat-link a:hover {
	text-decoration: none;
}

/* com links buttons */

/* line 228, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link,
.widget_match_center .sp-lad-link,
.widget_match_center .sp-stat-link {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 0 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 236, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link:hover,
.widget_match_center .sp-lad-link:hover,
.widget_match_center .sp-stat-link:hover {
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.2);
}

/* line 5, ../sass/partials/_match-centre-home.scss */

.home { /* container */ /* match items */ /* Match Center match title */ /* Match Center team /score info */ /* com links buttons */
}

/* line 7, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center {
	height: inherit;
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* line 19, ../sass/partials/_match-centre-home.scss */

.home .sblock_wrapper {
	height: 121px;
	width: 100%;
}

/* line 25, ../sass/partials/_match-centre-home.scss */

.home #sp-comp-links {
	z-index: 2;
	width: 96px;
	display: inline-block !important;
	vertical-align: top;
	line-height: normal;
}

/* line 36, ../sass/partials/_match-centre-home.scss */

.home .mc-select,
.home #sblock4_dropdown {
	position: absolute;
	right: 5px;
	width: 25%;
	border: none;
	font-size: 14px;
	font-weight: 700;
	background: #FECB2E;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}

/* line 64, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spcompname {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	margin-bottom: 15px;
	display: block !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* line 100, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spcompname a {
	color: #fff;
	font-size: 18px;
}

/* line 110, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spmatch {
	width: 202px;
	height: 71px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

/* line 123, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spmatch-title {
	display: block !important;
	background: transparent;
	height: 16px;
	line-height: 16px;
	width: 100%;
	clear: both;
	text-indent: 7px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* line 133, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spdate {
	color: #FECB2E;
	float: left;
	font-size: 11px;
}

/* line 138, ../sass/partials/_match-centre-home.scss */

.home .sp-match-link.teamslink {
	display: none;
}

/* line 141, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-match-link {
	float: right;
	margin-right: 3px;
	font-size: 10px;
}

/* line 146, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-match-link a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
}

/* line 150, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-match-link a img {
	display: none !important;
}

/* line 155, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spteams {
	border: none 1px #C4C4C4;
	background: transparent;
}

/* line 159, ../sass/partials/_match-centre-home.scss */

.home #mc-game-wrap {
	display: inline;
	float: left;
	height: 71px;
	margin: 0 5px 0 0;
	overflow: hidden;
}

/* line 178, ../sass/partials/_match-centre-home.scss */

.home #mc-game-content {
	width: 2000px;
}

/* line 183, ../sass/partials/_match-centre-home.scss */

.home #spnext,
.home #spprev {
	width: 18px;
	height: 72px;
	display: inline-block;
	vertical-align: middle;
	background: #333;
	background: transparent;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 196, ../sass/partials/_match-centre-home.scss */

.home #spprev { /* previous arrow */
	float: left;
	margin: 0 3px 0 7px;
}

/* line 200, ../sass/partials/_match-centre-home.scss */

.home #spnext {
	margin: 0 7px 0 3px;
}

/* line 203, ../sass/partials/_match-centre-home.scss */

.home #spprev:before,
.home #spnext:before {
	border-style: solid;
	border-style: solid;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	margin-top: 30px;
	margin-left: 7px;
}

/* line 213, ../sass/partials/_match-centre-home.scss */

.home #spprev:before {
	border-color: transparent #fff transparent transparent;
	border-width: 6px 5px 6px 0;
}

/* line 217, ../sass/partials/_match-centre-home.scss */

.home #spprev:hover,
.home #spnext:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* line 220, ../sass/partials/_match-centre-home.scss */

.home #spnext:before {
	border-color: transparent transparent transparent #fff;
	border-width: 6px 0 6px 5px;
}

/* line 224, ../sass/partials/_match-centre-home.scss */

.home .team1name,
.home .team2name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 170px;
	display: inline-block;
}

/* line 231, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spteam1,
.home .widget_match_center .spteam2 {
	color: #fff;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	text-indent: 7px;
}

/* line 238, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spversus {
	color: #fff;
	font-size: 11px;
	line-height: 1px;
}

/* line 243, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spversus:before {
	content: "";
	margin-right: 4%;
	width: 77%;
	height: 1px;
	background: #D1D1D1;
	display: inline-block;
	vertical-align: middle;
}

/* line 252, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spscore {
	position: absolute;
	top: 14px;
	right: 9px;
	text-align: right;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
}

/* line 262, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .team2score,
.home .widget_match_center .team1score {
	display: block;
}

/* line 265, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .scoredivider {
	display: none;
}

/* line 268, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-fix-link a,
.home .widget_match_center .sp-lad-link a,
.home .widget_match_center .sp-stat-link a {
	color: #F7F7F7;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

/* line 272, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-fix-link a:hover,
.home .widget_match_center .sp-lad-link a:hover,
.home .widget_match_center .sp-stat-link a:hover {
	text-decoration: none;
}

/* line 280, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-fix-link,
.home .widget_match_center .sp-lad-link,
.home .widget_match_center .sp-stat-link {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: transparent;
	margin: 0 0 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 288, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-fix-link:hover,
.home .widget_match_center .sp-lad-link:hover,
.home .widget_match_center .sp-stat-link:hover {
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.2);
}

/* line 1, ../sass/partials/_header.scss */

#header {
	height: 125px;
	background: #F2F2F2;
}

/* line 4, ../sass/partials/_header.scss */

#header .container {
	position: relative;
}

/* line 7, ../sass/partials/_header.scss */

#header .header-player {
	width: 97%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url("../images/header2016.jpg") no-repeat 0 0;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

/* line 26, ../sass/partials/_header.scss */

#header .best-point {
	position: absolute;
	display: none;
	background: url("../images/best-point.png") no-repeat center;
	z-index: 200;
}

/* line 53, ../sass/partials/_header.scss */

.header-logo {
	position: relative;
	top: 15px;
	display: block;
	height: 70px;
	z-index: 200;
	color: #000;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-weight: 600;
	font-size: 34px;
	text-transform: uppercase;
}

/* line 85, ../sass/partials/_header.scss */

.header-logo span {
	font-weight: 300;
}

/* line 88, ../sass/partials/_header.scss */

.header-logo div {
	position: absolute;
	left: 160px;
	top: 25px;
	width: 310px;
	display: none;
}

/* line 95, ../sass/partials/_header.scss */

.header-logo:hover {
	color: #000;
	text-decoration: none;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */

/* line 4, ../sass/partials/_nav.scss */

#nav-container {
	position: relative;
	background: #FECB2E;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	height: 65px;
	z-index: 30;
}

/* line 11, ../sass/partials/_nav.scss */

.home #nav-container {
	border-bottom: none;
}

/* line 14, ../sass/partials/_nav.scss */

#nav-container .container {
	position: relative;
}

/* line 30, ../sass/partials/_nav.scss */

#nav-container .menu {
	clear: both;
	margin: 0 auto;
	padding-right: 10px;
}

/* line 34, ../sass/partials/_nav.scss */

.menu-open #nav-container .menu {
	padding-right: 100px;
}

/* line 38, ../sass/partials/_nav.scss */

#nav-container .main-nav {
	clear: both;
}

/* line 58, ../sass/partials/_nav.scss */

#nav-container .menu a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	cursor: pointer;
	display: block;
	margin: 0;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: -1px;
	text-transform: uppercase;
}

/* line 109, ../sass/partials/_nav.scss */

#nav-container .menu li:hover {
	white-space: normal;
	z-index: 10000;
}

/* line 124, ../sass/partials/_nav.scss */

#nav-container .menu .current-menu-parent > a {
	color: #FECB2E;
}

/* line 131, ../sass/partials/_nav.scss */

#nav-container .menu .current_page_item > a,
#nav-container .menu .current-menu-item > a {
	color: #FECB2E;
}

/* line 142, ../sass/partials/_nav.scss */

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* line 155, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu {
	margin-top: 0px;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.3);
}

/* line 158, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu ul.sub-menu {
	margin-top: 0;
}

/* line 164, ../sass/partials/_nav.scss */

.menu li li {
	float: none;
}

/* line 168, ../sass/partials/_nav.scss */

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

/* line 178, ../sass/partials/_nav.scss */

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

/* line 186, ../sass/partials/_nav.scss */

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

/* line 191, ../sass/partials/_nav.scss */

.menu li li:hover > ul {
	left: 100%;
	top: 1px;
}

/* line 196, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* line 206, ../sass/partials/_nav.scss */

.menu,
.menu ul {
	min-height: 0;
}

/* line 211, ../sass/partials/_nav.scss */

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

/* line 217, ../sass/partials/_nav.scss */

.menu ul li a:hover,
.menu li li a:hover {
	text-decoration: none;
}

/* line 222, ../sass/partials/_nav.scss */

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

/* line 232, ../sass/partials/_nav.scss */

.menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	-webkit-filter: none;
	filter: none;
}

/* line 239, ../sass/partials/_nav.scss */

.menu li li {
	background-image: none;
	-webkit-filter: none;
	filter: none;
	width: auto;
}

/* line 256, ../sass/partials/_nav.scss */

.menu li li:last-child {
	border-bottom: none;
}

/* line 261, ../sass/partials/_nav.scss */

.menu li li a {
	border: none;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	height: auto;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 22px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

/* line 274, ../sass/partials/_nav.scss */

.menu li li a:hover {
	background-image: none;
	border: none;
	-webkit-filter: none;
	filter: none;
}

/* line 281, ../sass/partials/_nav.scss */

.menu li li:hover {
	-webkit-filter: none;
	filter: none;
}

/* line 286, ../sass/partials/_nav.scss */

.menu ul > li + li {
	border-top: 0;
}

/* line 290, ../sass/partials/_nav.scss */

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

/* line 295, ../sass/partials/_nav.scss */

.menu > li:first-child > a {
	border-left: none;
}

/* line 299, ../sass/partials/_nav.scss */

.menu a#responsive_menu_button {
	display: none;
}

/* line 303, ../sass/partials/_nav.scss */

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/

/*display: block;*/

/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */

/* line 313, ../sass/partials/_nav.scss */

.ie7 .menu ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

/* line 317, ../sass/partials/_nav.scss */

.ie7 .menu li li a {
	min-width: 100%;
}

/* line 508, ../sass/partials/_nav.scss */

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

/* line 513, ../sass/partials/_nav.scss */

.nav > li {
	position: relative;
	display: block;
}

/* line 517, ../sass/partials/_nav.scss */

.nav > li > a {
	position: relative;
	display: block;
	padding: 3px 6px;
	background: #aaa;
	color: #fff;
}

/* line 524, ../sass/partials/_nav.scss */

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #004792;
}

/* line 529, ../sass/partials/_nav.scss */

.nav > li.disabled > a {
	color: #777777;
}

/* line 532, ../sass/partials/_nav.scss */

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

/* line 539, ../sass/partials/_nav.scss */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #428bca;
}

/* line 545, ../sass/partials/_nav.scss */

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

/* line 552, ../sass/partials/_nav.scss */

.nav-pills > li {
	float: left;
}

/* line 555, ../sass/partials/_nav.scss */

.nav-pills > li > a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 558, ../sass/partials/_nav.scss */

.nav-pills > li > a .triangle {
	margin-top: 5px;
}

/* line 562, ../sass/partials/_nav.scss */

.nav-pills > li + li {
	margin-left: 2px;
}

/* line 565, ../sass/partials/_nav.scss */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #004792;
}

/* line 571, ../sass/partials/_nav.scss */

.tab-content > .tab-pane {
	display: none;
}

/* line 574, ../sass/partials/_nav.scss */

.tab-content > .active {
	display: block;
}

/* line 577, ../sass/partials/_nav.scss */

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

/* line 582, ../sass/partials/_nav.scss */

.nav:after {
	clear: both;
}

/* line 586, ../sass/partials/_nav.scss */

.nav-button {
	position: absolute;
	right: 0;
	top: 0;
}

/* line 590, ../sass/partials/_nav.scss */

.nav-button h2 {
	display: none;
	color: #FFF;
	cursor: pointer;
	margin: 0px;
	letter-spacing: -1px;
	font-size: 21px;
	font-weight: 600;
	background-color: #004792;
	line-height: 44px;
	padding: 0 15px;
}

/* line 1, ../sass/partials/_uisearch.scss */

#sb-search {
	position: absolute;
	top: 15px;
}

/* line 6, ../sass/partials/_uisearch.scss */

#sb-search ::-webkit-input-placeholder {
	color: #555;
}

#sb-search :-moz-placeholder {
	color: #555;
}

#sb-search ::-moz-placeholder {
	color: #555;
}

#sb-search :-ms-input-placeholder {
	color: #555;
}

#sb-search ::placeholder {
	color: #555;
}

/* line 26, ../sass/partials/_uisearch.scss */

.sb-search-submit {
	position: absolute;
	top: -6px;
	right: 0px;
	color: #000;
	z-index: 90;
	font-size: 32px;
	line-height: 32px;
	font-family: "webfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	border: none;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	border: none;
	padding: 5px;
}

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

/* line 1, ../sass/partials/_single-page.scss */

#content-wrap {
	margin-top: 10px;
}

/* line 12, ../sass/partials/_single-page.scss */

.single .post-meta,
.page .post-meta {
	margin-left: 15px;
	margin-right: 15px;
	color: #004792;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

/* line 32, ../sass/partials/_single-page.scss */

.single .post-entry p,
.page .post-entry p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

/* line 64, ../sass/partials/_single-page.scss */

.page .white-bg {
	padding: 0 15px;
}

/* line 83, ../sass/partials/_single-page.scss */

.single .home-more-news {
	margin-top: 30px;
}

/* line 87, ../sass/partials/_single-page.scss */

.single .featured-image {
	margin: 15px;
}

/* line 120, ../sass/partials/_single-page.scss */

.single .image-caption {
	display: block;
	margin: 15px 0 0 15px;
	padding-right: 240px;
}

/* line 130, ../sass/partials/_single-page.scss */

.single .featured-img-container {
	position: relative;
}

/* line 133, ../sass/partials/_single-page.scss */

.single .meta-share {
	position: absolute;
	bottom: -130px;
	right: 20px;
	width: 200px;
	background: #ccc;
	border: 2px solid #fff;
}

/* line 140, ../sass/partials/_single-page.scss */

.single .meta-share .post-meta {
	background: #333;
	color: #fff;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	border-bottom: 2px solid #fff;
}

/* line 151, ../sass/partials/_single-page.scss */

.single .meta-share h4 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin: 8px 0;
}

/* line 159, ../sass/partials/_single-page.scss */

.single .meta-share .fsp-adv-social-media {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	margin-bottom: 15px;
}

/* line 165, ../sass/partials/_single-page.scss */

.single .meta-share .fsp-adv-social-media li {
	display: inline-block;
	background: #333;
	margin: 3px;
	text-align: center;
	width: 40px;
	height: 40px;
}

/* line 172, ../sass/partials/_single-page.scss */

.single .meta-share .fsp-adv-social-media li a {
	font-family: "webfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}

/* line 177, ../sass/partials/_single-page.scss */

.single .meta-share .fsp-adv-social-media li a:hover {
	color: #FECB2E;
	text-decoration: none;
}

/* line 181, ../sass/partials/_single-page.scss */

.single .meta-share .fsp-adv-social-media li a:active,
.single .meta-share .fsp-adv-social-media li a:focus {
	text-decoration: none;
}

/* line 188, ../sass/partials/_single-page.scss */

.single .no-post-thumb .meta-share {
	bottom: -200px;
}

/* line 194, ../sass/partials/_single-page.scss */

.single.single-gallery {
	background: none;
}

/* line 196, ../sass/partials/_single-page.scss */

.single.single-gallery .post-entry {
	margin-top: 60px;
}

/* line 224, ../sass/partials/_single-page.scss */

.archive #content-wrap,
.search #content-wrap,
.page #content-wrap,
.single-gallery #content-wrap,
.single.landing-page-related #content-wrap,
.single-landing #content-wrap {
	margin-top: 0;
}

/* line 268, ../sass/partials/_single-page.scss */

.custom-header-img-mobile {
	margin-bottom: 20px;
}

/* line 272, ../sass/partials/_single-page.scss */

#sidebar-single {
	padding-top: 40px;
}

/* line 293, ../sass/partials/_single-page.scss */

#sidebar-single .social-count-container {
	padding-top: 0;
}

/* line 295, ../sass/partials/_single-page.scss */

#sidebar-single .social-count-container .aggro_count {
	margin: 2px 0;
	width: 100%;
}

/* line 1, ../sass/partials/_more-news-sidebar.scss */

.more-news-sidebar-container {
	margin: 40px 0;
}

/* line 4, ../sass/partials/_more-news-sidebar.scss */

.more-news-sidebar-container .more-news-sidebar h2 {
	line-height: 22px;
}

/* line 6, ../sass/partials/_more-news-sidebar.scss */

.more-news-sidebar-container .more-news-sidebar h2 a {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
}

/* line 152, ../sass/partials/_mixins.scss */

.more-news-sidebar-container .more-news-sidebar .excerpt-text:before,
.more-news-sidebar-container .more-news-sidebar .excerpt-text:after {
	content: "";
	display: table;
}

/* line 157, ../sass/partials/_mixins.scss */

.more-news-sidebar-container .more-news-sidebar .excerpt-text:after {
	clear: both;
}

/* line 15, ../sass/partials/_more-news-sidebar.scss */

.more-news-sidebar-container .more-news-sidebar .excerpt-text p,
.more-news-sidebar-container .more-news-sidebar .excerpt-text img {
	display: inline-block;
	float: left;
}

/* line 19, ../sass/partials/_more-news-sidebar.scss */

.more-news-sidebar-container .more-news-sidebar .excerpt-text p {
	width: 60%;
}

/* line 22, ../sass/partials/_more-news-sidebar.scss */

.more-news-sidebar-container .more-news-sidebar .excerpt-text img {
	width: 40%;
}

/* line 1, ../sass/partials/_front-latest-news.scss */

.home-news-box-container {
	position: relative;
	z-index: 20;
}

/* line 4, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box {
	position: relative;
	width: 50%;
	float: left;
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* line 21, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box a.image-link {
	display: block;
	background: -webkit-gradient(linear, top left, top right, color-stop(0%, transparent), color-stop(30, rgba(0, 0, 0, 0.8)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 30);
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 30);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 30);
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30, rgba(0, 0, 0, 0.8)));
	background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 30);
	height: 100%;
}

/* line 25, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box a.image-link:hover,
.home-news-box-container .home-news-box a.image-link.no-bg {
	background: none;
}

/* line 41, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box img {
	display: none;
}

/* line 48, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 5;
	color: #fff;
	padding: 10px;
}

/* line 56, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption h2 {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-weight: 700;
	margin: 0 0 8px;
}

/* line 61, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption h2 a {
	color: #fff;
}

/* line 63, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption h2 a:hover {
	color: #e6e6e6;
}

/* line 81, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption a {
	color: #fff;
	text-shadow: 2px 2px 0 #000;
}

/* line 84, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption a:hover {
	text-decoration: none;
}

/* line 88, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption small {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-top: 1px solid #000;
	padding-top: 2px;
}

/* line 3, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box {
	width: 50%;
	display: inline-block;
	float: left;
	padding: 20px 40px 20px 0;
	height: 200px;
}

/* line 16, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box:nth-of-type(-n+3) {
	display: block;
}

/* line 19, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
}

/* line 28, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box h2 a {
	color: #000;
}

/* line 32, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box small {
	font-style: italic;
	color: #888;
}

/* line 37, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box .excerpt-text p {
	float: left;
	padding-right: 5px;
	width: 75%;
}

/* line 43, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box .excerpt-text.no-img p {
	width: 100%;
}

/* line 47, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box .excerpt-text img {
	float: left;
	width: 25%;
	height: auto;
}

/* line 1, ../sass/partials/_ladders.scss */

.ladder_container {
	max-height: 595px;
	min-height: 500px;
}

/* line 13, ../sass/partials/_ladders.scss */

.ladder_container .spcompname {
	font-weight: 300;
	font-size: 22px;
	padding: 20px 0;
}

/* line 18, ../sass/partials/_ladders.scss */

.ladder_container .SP_ext_scripts {
	display: block !important;
	width: 80%;
}

/* line 22, ../sass/partials/_ladders.scss */

.ladder_container table {
	width: 100%;
}

/* line 24, ../sass/partials/_ladders.scss */

.ladder_container table th,
.ladder_container table td {
	padding: 2px 3px;
	text-align: center;
	font-weight: 600;
}

/* line 28, ../sass/partials/_ladders.scss */

.ladder_container table th:first-of-type,
.ladder_container table td:first-of-type {
	text-align: left;
}

/* line 35, ../sass/partials/_ladders.scss */

.ladder_container table .sproweven {
	background: #fff;
}

/* line 38, ../sass/partials/_ladders.scss */

.ladder_container table th {
	background: #000;
	color: #fff;
}

/* line 1, ../sass/partials/_front-match-centers.scss */

.widget_match_center_container {
	position: relative;
}

/* line 18, ../sass/partials/_front-match-centers.scss */

.match-centers {
	background-color: #0060c5; /* Fallback Color */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#004792), to(#0060c5)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #004792, #0060c5); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #004792, #0060c5); /* FF3.6 */ /* IE10 */
	background-image: -o-linear-gradient(top, #004792, #0060c5); /* Opera 11.10+ */
	background-image: linear-gradient(top, #004792, #0060c5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#004792', EndColorStr='#0060c5');
}

/* line 1, ../sass/partials/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

/* line 4, ../sass/partials/_typography.scss */

.heading,
.widget-title {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

/* line 9, ../sass/partials/_typography.scss */

.heading span,
.widget-title span {
	font-weight: 300;
}

/* line 29, ../sass/partials/_typography.scss */

.heading a,
.widget-title a {
	color: #fff;
	font-size: 18px;
}

/* line 39, ../sass/partials/_typography.scss */

.white-text {
	color: #fff;
}

/* line 45, ../sass/partials/_typography.scss */

.single-landing .heading {
	color: #000;
	text-shadow: none;
	background: none;
	padding-left: 0;
}

/* line 48, ../sass/partials/_typography.scss */

.single-landing .heading a {
	color: #000;
	float: right;
}

/* line 57, ../sass/partials/_typography.scss */

.news-title {
	color: #000;
	margin: 0 15px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

/* line 61, ../sass/partials/_typography.scss */

.page .news-title,
.single-gallery .news-title {
	color: #000;
}

/* line 73, ../sass/partials/_typography.scss */

.single-landing .news-title {
	color: #fff;
	font-weight: 700;
}

/* line 99, ../sass/partials/_typography.scss */

.breadcrumb-list {
	margin: 15px;
	color: #FECB2E;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-family: 'Open Sans',sans-serif;
	font-weight: 700;
	font-size: 12px;
}

/* line 104, ../sass/partials/_typography.scss */

.archive .breadcrumb-list,
.page .breadcrumb-list,
.search .breadcrumb-list,
.single-gallery .breadcrumb-list {
	color: #000;
	color: rgba(0, 0, 0, 0.8);
}

/* line 108, ../sass/partials/_typography.scss */

.breadcrumb-list a {
	color: #000;
}

/* line 111, ../sass/partials/_typography.scss */

.breadcrumb-list .chevron {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}

/* line 121, ../sass/partials/_typography.scss */

.title-search-results {
	margin: 40px 0;
	color: #000;
}

/* line 1, ../sass/partials/_sections.scss */

.match-center-container {
	padding-top: 20px;
	height: 230px;
}

/* line 9, ../sass/partials/_sections.scss */

.more-news-ladders {
	background: #FEFCFC;
}

/* line 7, ../sass/partials/_club-logos.scss */

.club-logos {
	margin: 0;
}

/* line 9, ../sass/partials/_club-logos.scss */

.club-logos li {
	position: relative;
	display: inline-block;
	float: left;
}

/* line 13, ../sass/partials/_club-logos.scss */

.club-logos li a {
	position: relative;
	display: block;
}

/* line 17, ../sass/partials/_club-logos.scss */

.club-logos li img {
	max-width: 100%;
}

/* line 20, ../sass/partials/_club-logos.scss */

.club-logos li img:hover {
	margin-top: 1px;
	margin-left: 1px;
}

/* line 29, ../sass/partials/_club-logos.scss */

.mobile-club-logos {
	position: relative;
}

/* line 31, ../sass/partials/_club-logos.scss */

.mobile-club-logos .logo-curve {
	max-width: 100%;
}

/* line 34, ../sass/partials/_club-logos.scss */

.mobile-club-logos .sponsor-img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 30%;
	margin: 50px auto 0;
}

/* line 39, ../sass/partials/_club-logos.scss */

.mobile-club-logos .sponsor-img img {
	max-width: 100%;
}

/* line 1, ../sass/partials/_styles.scss */

body {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

/* line 3, ../sass/partials/_styles.scss */

body.home {
	background: #000;
}

/* line 8, ../sass/partials/_styles.scss */

#aggroPagination {
	display: none;
}

/* line 21, ../sass/partials/_styles.scss */

.navigation {
	margin: 40px 0;
}

/* line 152, ../sass/partials/_mixins.scss */

.navigation:before,
.navigation:after {
	content: "";
	display: table;
}

/* line 157, ../sass/partials/_mixins.scss */

.navigation:after {
	clear: both;
}

/* line 24, ../sass/partials/_styles.scss */

.navigation .previous,
.navigation .next {
	float: left;
	display: inline-block;
	width: 50%;
}

/* line 29, ../sass/partials/_styles.scss */

.navigation .next {
	text-align: right;
}

/* line 35, ../sass/partials/_styles.scss */

.navigation a {
	color: #000;
	font-size: 20px;
	width: 80%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* line 43, ../sass/partials/_styles.scss */

.navigation a:hover {
	text-decoration: none;
}

/* line 47, ../sass/partials/_styles.scss */

.navigation .fsp-arrows {
	font-family: "webfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	padding: 0 5px;
	position: relative;
	top: -9px;
	text-transform: uppercase;
}

/* line 58, ../sass/partials/_styles.scss */

.navigation .next:hover.next .fsp-arrows,
.navigation .next:hover.previous .fsp-arrows,
.navigation .previous:hover.next .fsp-arrows,
.navigation .previous:hover.previous .fsp-arrows {
	color: #004792;
}

/* line 1, ../sass/partials/_social.scss */

.social-media-section {
	position: relative;
	height: 1200px;
	overflow: hidden;
	padding: 80px 0;
	background: #000 url("../images/verticle-stripes.jpg") repeat-x top;
}

/* line 12, ../sass/partials/_social.scss */

.more-feed {
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 20px;
	bottom: 10px;
	right: 50%;
	margin-right: -100px;
	z-index: 2000;
	background: #333;
	color: #fff;
	width: 200px;
	height: 40px;
	line-height: 40px;
}

/* line 27, ../sass/partials/_social.scss */

.more-feed:hover {
	background: #555;
	color: #fff;
}

/* line 31, ../sass/partials/_social.scss */

.more-feed:hover,
.more-feed:focus,
.more-feed:active {
	text-decoration: none;
	color: #fff;
}

/* line 35, ../sass/partials/_social.scss */

.more-feed.open {
	font-family: "webfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	margin-right: -25px;
	bottom: 0;
	background: #000;
}

/* line 48, ../sass/partials/_social.scss */

.social-count-container {
	padding: 80px 0;
	text-align: center;
}

/* line 54, ../sass/partials/_social.scss */

.social-count-container .aggro_count {
	float: none;
	display: inline-block;
	margin-bottom: 0;
}

/* line 92, ../sass/partials/_social.scss */

#front-sponsors h2 {
	display: inline;
	float: left;
}

/* line 96, ../sass/partials/_social.scss */

.apsc-icons-wrapper {
	display: inline-block;
	float: right;
	margin-bottom: 3%;
}

/* line 1, ../sass/partials/_sponsors.scss */

.sponsors-container {
	background: #fff;
	min-height: 500px;
	padding: 80px 0;
}

/* line 8, ../sass/partials/_sponsors.scss */

.sponsors-container h4 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	font-weight: 700;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	width: 200px;
	text-align: center;
}

/* line 16, ../sass/partials/_sponsors.scss */

.sponsors-container h4 span {
	font-weight: 300;
}

/* line 28, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors,
.sponsors-container .platinum-sponsors,
.sponsors-container .gold-sponsors,
.sponsors-container .silver-sponsors,
.sponsors-container .bronze-sponsors {
	position: relative;
	display: table;
	height: 250px;
}

/* line 45, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors a,
.sponsors-container .platinum-sponsors a,
.sponsors-container .gold-sponsors a,
.sponsors-container .silver-sponsors a,
.sponsors-container .bronze-sponsors a {
	display: inline-block;
}

/* line 54, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors,
.sponsors-container .platinum-sponsors {
	height: 250px;
}

/* line 65, ../sass/partials/_sponsors.scss */

.sponsors-container .sponsor-logos {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

/* line 75, ../sass/partials/_sponsors.scss */

.sponsors-container .sponsor-logos li {
	display: inline;
}

/* line 77, ../sass/partials/_sponsors.scss */

.sponsors-container .sponsor-logos li img {
	max-width: 100%;
	margin: 10px;
}

/* line 88, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors ul {
	width: 100%;
}

/* line 91, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors li {
	width: 100%;
}

/* line 93, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors li img {
	height: auto;
}

/* line 111, ../sass/partials/_sponsors.scss */

.sponsors-container .platinum-sponsors ul {
	width: 100%;
}

/* line 114, ../sass/partials/_sponsors.scss */

.sponsors-container .platinum-sponsors li {
	width: 50%;
}

/* line 116, ../sass/partials/_sponsors.scss */

.sponsors-container .platinum-sponsors li img {
	height: auto;
}

/* line 134, ../sass/partials/_sponsors.scss */

.sponsors-container .gold-sponsors ul,
.sponsors-container .silver-sponsors ul {
	width: 100%;
}

/* line 141, ../sass/partials/_sponsors.scss */

.sponsors-container .gold-sponsors li,
.sponsors-container .silver-sponsors li {
	width: 25%;
}

/* line 143, ../sass/partials/_sponsors.scss */

.sponsors-container .gold-sponsors li img,
.sponsors-container .silver-sponsors li img {
	height: auto;
}

/* line 163, ../sass/partials/_sponsors.scss */

.sponsors-container .bronze-sponsors {
	width: 100%;
}

/* line 165, ../sass/partials/_sponsors.scss */

.sponsors-container .bronze-sponsors li {
	width: 12.5%;
}

/* line 167, ../sass/partials/_sponsors.scss */

.sponsors-container .bronze-sponsors li img {
	height: auto;
}

/* line 152, ../sass/partials/_mixins.scss */

#aggro-youtube #aggro-container:before,
#aggro-youtube #aggro-container:after {
	content: "";
	display: table;
}

/* line 157, ../sass/partials/_mixins.scss */

#aggro-youtube #aggro-container:after {
	clear: both;
}

/* line 4, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video,
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video {
	margin: 0;
	float: left;
	position: relative;
}

/* line 29, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard,
#aggro-youtube #aggro-container .ytCard {
	background: #004792;
}

/* line 32, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .aggroAdmin {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/* line 37, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .aggroItem .aggroPic img {
	width: 100% !important;
}

/* line 41, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggroPagination {
	display: none;
}

/* line 44, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube .aggroText {
	color: #fff;
	padding: 10px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* line 52, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube .ytCard .aggroProfile {
	background: #004792 !important;
}

/* line 55, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube .aggroDate {
	display: none;
}

/* line 58, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube .aggroProfile {
	display: none;
}

/* line 103, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video,
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video {
	overflow: hidden;
}

/* line 2, ../sass/partials/_landing-free-text.scss */

.free-text img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* line 1, ../sass/partials/_landing-news.scss */

.more-news-events-container {
	background-color: rgba(255, 255, 255, 0.1); /* Fallback Color */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.1))); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1)); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1)); /* FF3.6 */ /* IE10 */
	background-image: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1)); /* Opera 11.10+ */
	background-image: linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fff', EndColorStr='rgba(255, 255, 255, 0.1)');
	border-bottom: 1px solid #fff;
}

/* line 6, ../sass/partials/_landing-news.scss */

.front-more-news {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

/* line 152, ../sass/partials/_mixins.scss */

.front-more-news:before,
.front-more-news:after {
	content: "";
	display: table;
}

/* line 157, ../sass/partials/_mixins.scss */

.front-more-news:after {
	clear: both;
}

/* line 12, ../sass/partials/_landing-news.scss */

.front-more-news li {
	margin: 3px 0;
	float: left;
	display: inline-block;
	background: #efefef;
	line-height: 20px;
}

/* line 28, ../sass/partials/_landing-news.scss */

.front-more-news li img {
	width: 100%;
	height: auto;
}

/* line 32, ../sass/partials/_landing-news.scss */

.front-more-news li h4 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
	background: #000;
	color: #fff;
	margin: 0;
}

/* line 39, ../sass/partials/_landing-news.scss */

.front-more-news li p {
	padding: 0 10px;
	font-size: 12px;
	line-height: 17px;
}

/* line 44, ../sass/partials/_landing-news.scss */

.front-more-news li a {
	color: #000;
	display: block;
	font-size: 18px;
}

/* line 53, ../sass/partials/_landing-news.scss */

.front-more-news li a:hover {
	text-decoration: none;
}

/* line 55, ../sass/partials/_landing-news.scss */

.front-more-news li a:hover h4 {
	background: #262626;
}

/* line 60, ../sass/partials/_landing-news.scss */

.front-more-news li .rel-article-time {
	background: #e2e2e2;
	margin-bottom: 5px;
	padding: 5px 10px;
}

/* line 65, ../sass/partials/_landing-news.scss */

.front-more-news li .read-more {
	display: none;
}

/* line 1, ../sass/partials/_landing-more-news.scss */

.more-news {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 80px;
}

/* line 9, ../sass/partials/_landing-more-news.scss */

.more-news li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
}

/* line 18, ../sass/partials/_landing-more-news.scss */

.more-news li a {
	display: block;
	font-size: 22px;
	line-height: 45px;
	color: #000;
}

/* line 27, ../sass/partials/_landing-more-news.scss */

.more-news li a:hover {
	text-decoration: none;
	background: rgba(204, 204, 204, 0.1);
	padding-left: 5px;
}

/* line 1, ../sass/partials/_landing-gallery.scss */

.landing-gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* line 5, ../sass/partials/_landing-gallery.scss */

.landing-gallery li {
	float: left;
	display: inline-block;
}

/* line 17, ../sass/partials/_landing-gallery.scss */

.landing-gallery li img {
	width: 100%;
	height: auto;
}

/* line 1, ../sass/partials/_landing-nav.scss */

.landing-nav {
	margin-top: -2px;
	position: relative;
	background: #FECB2E;
	margin-bottom: 20px;
}

/* line 35, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li {
	float: left;
}

/* line 57, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li li {
	background: #FECB2E;
	width: 100%;
}

/* line 60, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li li:hover {
	background: #fee494;
}

/* line 63, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li li a {
	line-height: inherit;
}

/* line 68, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

/* line 88, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a:hover {
	background-color: #fee494;
	text-decoration: none;
}

/* line 93, ../sass/partials/_landing-nav.scss */

.landing-nav .menu .current_page_item a,
.landing-nav .menu .current-menu-item a {
	background-color: #fee494 !important;
}

/* line 115, ../sass/partials/_landing-nav.scss */

.landing-nav ul.menu > li ul.sub-menu {
	background: #FECB2E;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* line 12, ../sass/partials/_landing-styles.scss */

.single-landing,
.single.landing-page-related {
	background: none;
}

/* line 27, ../sass/partials/_landing-styles.scss */

.single-landing #content-wrap,
.single.landing-page-related #content-wrap {
	margin-top: 0;
}

/* line 33, ../sass/partials/_landing-styles.scss */

.custom-header-img {
	margin-bottom: 20px;
}

/* line 37, ../sass/partials/_landing-styles.scss */

.landing-hero {
	padding: 20px 0 0;
	background: #000;
}

/* line 40, ../sass/partials/_landing-styles.scss */

.landing-hero img {
	width: 100%;
	max-width: 100%;
}

/* line 47, ../sass/partials/_landing-styles.scss */

.landing-match-centre {
	background: black;
	position: relative;
}

/* line 55, ../sass/partials/_landing-styles.scss */

.landing-page-related .news-title {
	color: #000;
}

/* line 59, ../sass/partials/_landing-styles.scss */

.landing-page-related .breadcrumb-list {
	color: #000;
}

/* line 61, ../sass/partials/_landing-styles.scss */

.landing-page-related .breadcrumb-list a {
	color: #000;
}

/* line 1, ../sass/partials/_footer.scss */

#footer {
	position: relative;
	background: #000 url("../images/verticle-stripes.jpg") repeat-x top;
	border-top: 10px solid #FECB2E;
}

/* line 5, ../sass/partials/_footer.scss */

#footer:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	border-top: 5px solid #000;
}

/* line 13, ../sass/partials/_footer.scss */

#footer .footer-inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* line 22, ../sass/partials/_footer.scss */

#footer #sb-search {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 185px;
}

/* line 37, ../sass/partials/_footer.scss */

#footer #sb-search .sb-search-input {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 5px;
}

/* line 45, ../sass/partials/_footer.scss */

#footer #sb-search .sb-search-submit {
	top: 1px;
	right: -6px;
}

/* line 69, ../sass/partials/_footer.scss */

.social-box {
	padding: 0;
	list-style: none;
}

/* line 88, ../sass/partials/_footer.scss */

.social-box li {
	display: inline-block;
	margin-right: 5px;
}

/* line 95, ../sass/partials/_footer.scss */

.social-box li a {
	font-family: "webfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	text-transform: uppercase;
}

/* line 108, ../sass/partials/_footer.scss */

.social-box li a:hover,
.social-box li a:active,
.social-box li a:focus {
	text-decoration: none;
}

/* line 111, ../sass/partials/_footer.scss */

.social-box li a:hover {
	color: #FECB2E;
}

/* line 133, ../sass/partials/_footer.scss */

.copy-logo {
	padding-top: 15px;
	color: #fff;
}

/* line 145, ../sass/partials/_footer.scss */

.copy-logo p {
	color: #fff;
	font-size: 10px;
}

/* line 92, ../sass/app.scss */

#main-content {
	padding-bottom: 20px;
}

/* line 100, ../sass/app.scss */

a {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/* line 109, ../sass/app.scss */

.events-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* line 113, ../sass/app.scss */

.events-list li {
	margin-bottom: 20px;
	position: relative;
}

/* line 116, ../sass/app.scss */

.events-list li a {
	color: #fff;
	font-size: 16px;
}

/* line 126, ../sass/app.scss */

.events-list li a:hover {
	text-decoration: none;
}

/* line 131, ../sass/app.scss */

.events-list li:before {
	content: "d";
	font-family: "webfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #004792;
	font-size: 12px;
	line-height: 1;
	margin-right: 15px;
	position: relative;
	top: -1px;
}

/* line 145, ../sass/app.scss */

.events-list li:hover:before {
	color: #fff;
}

/* line 151, ../sass/app.scss */

.event-container {
	position: relative;
}

/* line 158, ../sass/app.scss */

.event_widget_row,
.event_list_row {
	display: block;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	width: 80%;
}

/* line 152, ../sass/partials/_mixins.scss */

.event_widget_row:before,
.event_widget_row:after,
.event_list_row:before,
.event_list_row:after {
	content: "";
	display: table;
}

/* line 157, ../sass/partials/_mixins.scss */

.event_widget_row:after,
.event_list_row:after {
	clear: both;
}

/* line 165, ../sass/app.scss */

.event_widget_row:hover,
.event_list_row:hover {
	background: rgba(255, 255, 255, 0.1);
	padding-left: 5px;
}

/* line 169, ../sass/app.scss */

.event_widget_row .event_date,
.event_widget_row .event_title,
.event_list_row .event_date,
.event_list_row .event_title {
	display: inline-block;
	float: left;
}

/* line 173, ../sass/app.scss */

.event_widget_row .event_date,
.event_list_row .event_date {
	color: #004792;
	width: 100px;
}

/* line 177, ../sass/app.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	color: #004792;
}

/* line 180, ../sass/app.scss */

.event_widget_row .event_time,
.event_list_row .event_time {
	display: none;
}

/* line 185, ../sass/app.scss */

.event_list_row .event_title {
	color: #000;
}

/* line 188, ../sass/app.scss */

.event_list_row .event_date {
	width: 180px;
}

/* line 192, ../sass/app.scss */

.event_archive_link {
	background: #004792;
	color: #fff;
	width: 50%;
	left: 0;
	bottom: 0;
	font-size: 22px;
	padding: 5px;
	text-align: center;
	display: block;
}

/* line 202, ../sass/app.scss */

.event_archive_link:hover {
	text-decoration: none;
	background: #0079f8;
	color: #fff;
}

/*# sourceMappingURL=app.css.map */

@media only screen and (min-width: 200px) and (max-width: 992px) {

/* line 325, ../sass/partials/_nav.scss */

.js .sub-header-menu {
	display: none;
}

/* line 329, ../sass/partials/_nav.scss */

.js .main-nav {
	position: relative;
	clear: both;
	margin: 0 auto;
}

/* line 337, ../sass/partials/_nav.scss */

.js .main-nav .menu {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

/* line 358, ../sass/partials/_nav.scss */

.js .main-nav .menu li {
	float: none;
	background-color: #102948;
	border: none;
}

/* line 362, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	color: #FFF;
	font-weight: normal;
	padding: 0 15px;
	border: none;
	border-bottom: 1px solid #0b1d33;
	text-shadow: none;
	text-align: left;
	cursor: pointer;
}

/* line 395, ../sass/partials/_nav.scss */

.js .main-nav .menu li li:hover {
	background: none !important;
}

/* line 399, ../sass/partials/_nav.scss */

.js .main-nav .menu li li a {
	position: relative;
	padding: 0 10px 0 30px;
}

/* line 404, ../sass/partials/_nav.scss */

.js .main-nav .menu li li li a {
	position: relative;
	padding: 0 10px 0 40px;
}

/* line 409, ../sass/partials/_nav.scss */

.js .main-nav .menu li a:hover,
.js .main-nav .menu li li a:hover {
	background-image: none;
	-webkit-filter: none;
	filter: none;
}

/* line 416, ../sass/partials/_nav.scss */

.js .main-nav .menu li li a::before {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 14px;
}

/* line 424, ../sass/partials/_nav.scss */

.js .main-nav .menu li li li a::before {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 14px;
}

/* line 432, ../sass/partials/_nav.scss */

.js .main-nav .menu li li li a::after {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 14px;
}

/* line 440, ../sass/partials/_nav.scss */

.js .main-nav .menu li ul {
	position: static;
	visibility: visible;
}

/* line 446, ../sass/partials/_nav.scss */

.js .main-nav .menu ul {
	min-width: 0;
}

/* line 450, ../sass/partials/_nav.scss */

.js .main-nav #responsive_current_menu_item {
	display: none;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	height: 40px;
}

/* line 458, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	position: absolute;
	display: block;
	width: 23px;
	cursor: pointer;
	line-height: 30px;
	z-index: 10;
}

/* line 483, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:hover {
	text-decoration: none;
}

/* line 486, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:after {
	font-family: "webfont" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\68";
	font-size: 60px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 768px) {

/* line 329, ../sass/partials/_nav.scss */

.js .main-nav {
	margin-left: -15px;
	margin-right: -15px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 767px) {

/* line 337, ../sass/partials/_nav.scss */

.js .main-nav .menu {
	top: 60px;
	z-index: 500;
	background: #102948;
	border-bottom: 2px solid #fff;
}

/* line 362, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	font-size: 22px;
	height: 45px;
	line-height: 45px;
}

/* line 458, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	top: 14px;
	left: auto;
	right: 30px;
	height: 30px;
}

/* line 486, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:after {
	font-size: 32px;
	color: #000000;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (min-width: 768px) {

/* line 337, ../sass/partials/_nav.scss */

.js .main-nav .menu {
	top: 60px;
	z-index: 500;
	background: #102948;
	border-bottom: 2px solid #fff;
}

/* line 362, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	font-size: 42px;
	height: 94px;
	line-height: 94px;
}

/* line 458, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	top: 15px;
	left: auto;
	right: 65px;
	height: 60px;
}

/* line 486, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:after {
	font-size: 42px;
	color: #000000;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (min-width: 992px) {

/* line 387, ../sass/partials/_nav.scss */

.js .main-nav .menu li.current_page_item,
.js .menu .current_page_item a,
.js .menu .current-menu-item a {
	background-color: #004792;
}

/* line 458, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	top: 35px;
	right: 65px;
	left: auto;
	height: 60px;
}

}

@media (min-width: 768px) {

/* line 1, ../sass/partials/_videos-photos.scss */

.videos-photos {
	padding: 40px 0;
	background: url("../images/player-huddle-background.jpg") center;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}

/* line 27, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li {
	height: 128px;
}

/* line 48, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li a {
	font-size: 12px;
}

/* line 63, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li a.vid-link img {
	margin-top: -21px;
}

/* line 83, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li span.vid-pics {
	height: 95px;
}

/* line 96, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li p {
	font-size: 12px;
	line-height: 16px;
}

/* line 119, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li p span {
	line-height: 28px;
}

/* line 53, ../sass/partials/_top-section.scss */

.advert,
.custom-buttons {
	height: 155px;
}

/* line 82, ../sass/partials/_top-section.scss */

.custom-buttons a {
	font-size: 16px;
}

/* line 114, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	width: 555px;
}

/* line 36, ../sass/partials/_match-centre-home.scss */

.home .mc-select,
.home #sblock4_dropdown {
	top: 10px;
	height: 25px;
}

/* line 64, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spcompname {
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	height: 45px;
	font-size: 24px;
	line-height: 44px;
	width: 520px;
}

/* line 159, ../sass/partials/_match-centre-home.scss */

.home #mc-game-wrap {
	width: 555px;
}

/* line 7, ../sass/partials/_header.scss */

#header .header-player {
	right: 0px;
	opacity: .2;
}

/* line 26, ../sass/partials/_header.scss */

#header .best-point {
	right: 20px;
	top: 10px;
	width: 100px;
	height: 100px;
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* line 53, ../sass/partials/_header.scss */

.header-logo {
	background: url("../images/acfc-logo.png") no-repeat 0;
	width: 100%;
	width: 140px;
	height: 160px;
}

/* line 38, ../sass/partials/_nav.scss */

#nav-container .main-nav {
	margin-left: -25px;
	margin-right: -24px;
	margin-top: 0;
}

/* line 58, ../sass/partials/_nav.scss */

#nav-container .menu a {
	font-size: 32px;
	color: #fff;
}

/* line 99, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	line-height: 44px;
	position: relative;
}

/* line 239, ../sass/partials/_nav.scss */

.menu li li {
	background: #102948;
	border-bottom: 1px solid #020509;
}

/* line 1, ../sass/partials/_uisearch.scss */

#sb-search {
	right: 126px;
	width: 200px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
	width: 180px;
}

/* line 12, ../sass/partials/_single-page.scss */

.single .post-meta,
.page .post-meta {
	font-size: 18px;
}

/* line 38, ../sass/partials/_single-page.scss */

.single .post-entry p.intro,
.page .post-entry p.intro {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 240px;
	min-height: 100px;
}

/* line 64, ../sass/partials/_single-page.scss */

.page .white-bg {
	min-height: 320px;
	margin-top: 10px;
}

/* line 93, ../sass/partials/_single-page.scss */

.single .navigation {
	margin-left: 0;
	margin-right: 0;
}

/* line 114, ../sass/partials/_single-page.scss */

.single .navigation .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

/* line 261, ../sass/partials/_single-page.scss */

.search .post-entry {
	margin-top: 70px;
}

/* line 275, ../sass/partials/_single-page.scss */

#sidebar-single .heading {
	font-size: 34px;
	line-height: 45px;
}

/* line 4, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box {
	height: 155px;
}

/* line 56, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption h2 {
	font-size: 18px;
}

/* line 88, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption small {
	display: none;
}

/* line 1, ../sass/partials/_ladders.scss */

.ladder_container {
	overflow: hidden;
}

/* line 1, ../sass/partials/_front-match-centers.scss */

.widget_match_center_container {
	margin-bottom: 0;
	height: 170px;
}

/* line 18, ../sass/partials/_front-match-centers.scss */

.match-centers {
	padding: 60px 0;
}

/* line 4, ../sass/partials/_typography.scss */

.heading,
.widget-title {
	font-size: 34px;
	line-height: 45px;
}

/* line 57, ../sass/partials/_typography.scss */

.news-title {
	font-size: 36px;
	line-height: 40px;
}

/* line 121, ../sass/partials/_typography.scss */

.title-search-results {
	font-size: 30px;
}

/* line 145, ../sass/partials/_typography.scss */

.single-title {
	font-size: 36px;
}

/* line 9, ../sass/partials/_sections.scss */

.more-news-ladders {
	padding: 40px 0;
}

/* line 12, ../sass/partials/_styles.scss */

#content {
	min-height: 357px;
}

/* line 54, ../sass/partials/_social.scss */

.social-count-container .aggro_count {
	padding: 5px 15px 15px;
	font-size: 15px;
	margin: 0 3px;
}

/* line 78, ../sass/partials/_social.scss */

.social-count-container .aggro_count .aggro_count_total:before {
	font-size: 28px;
}

/* line 93, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors li img {
	max-width: 300px;
}

/* line 116, ../sass/partials/_sponsors.scss */

.sponsors-container .platinum-sponsors li img {
	max-width: 300px;
}

/* line 143, ../sass/partials/_sponsors.scss */

.sponsors-container .gold-sponsors li img,
.sponsors-container .silver-sponsors li img {
	max-width: 300px;
}

/* line 167, ../sass/partials/_sponsors.scss */

.sponsors-container .bronze-sponsors li img {
	max-width: 100px;
}

/* line 4, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video,
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video {
	width: 48.5%;
}

/* line 104, ../sass/partials/_mixins.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video:nth-child(n),
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video:nth-child(n) {
	margin-bottom: 3%;
	margin-right: 3%;
}

/* line 108, ../sass/partials/_mixins.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video:nth-child(2n),
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 12, ../sass/partials/_landing-news.scss */

.front-more-news li {
	width: 49%;
	min-height: 360px;
}

/* line 104, ../sass/partials/_mixins.scss */

.front-more-news li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 108, ../sass/partials/_mixins.scss */

.front-more-news li:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 5, ../sass/partials/_landing-gallery.scss */

.landing-gallery li {
	width: 23.5%;
}

/* line 104, ../sass/partials/_mixins.scss */

.landing-gallery li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 108, ../sass/partials/_mixins.scss */

.landing-gallery li:nth-child(4n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 4, ../sass/partials/_landing-nav.scss */

.landing-nav .container {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

/* line 1, ../sass/partials/_landing-nav.scss */

.landing-nav {
	height: inherit;
}

/* line 35, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li {
	height: inherit;
	line-height: inherit;
	width: 100%;
	border-bottom: 1px solid #f8bb01;
}

/* line 68, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	padding: 10px;
	display: block;
	font-size: 16px;
}

/* line 97, ../sass/partials/_landing-nav.scss */

.landing-nav .menu ul {
	position: relative;
	visibility: visible;
	margin-top: 0;
}

/* line 1, ../sass/partials/_landing-styles.scss */

.landing-section {
	margin: 20px 0 80px;
}

/* line 22, ../sass/partials/_footer.scss */

#footer #sb-search {
	margin: 10px auto;
}

/* line 52, ../sass/partials/_footer.scss */

#sp-logo {
	float: none !important;
	margin: 0 auto;
}

/* line 69, ../sass/partials/_footer.scss */

.social-box {
	margin: 10px auto;
	width: 170px;
}

/* line 95, ../sass/partials/_footer.scss */

.social-box li a {
	font-size: 34px;
}

/* line 118, ../sass/partials/_footer.scss */

.footer-logo {
	margin: 0 auto;
	display: block;
}

/* line 133, ../sass/partials/_footer.scss */

.copy-logo {
	text-align: center;
}

/* line 192, ../sass/app.scss */

.event_archive_link {
	margin-bottom: 20px;
}

}

@media (min-width: 992px) {

/* line 1, ../sass/partials/_videos-photos.scss */

.videos-photos {
	padding: 65px 0;
	background: url("../images/player-huddle-background.jpg") center;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}

/* line 27, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li {
	height: 165px;
}

/* line 48, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li a {
	font-size: 12px;
}

/* line 63, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li a.vid-link img {
	margin-top: -21px;
}

/* line 83, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li span.vid-pics {
	height: 130px;
}

/* line 96, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li p {
	font-size: 16px;
	line-height: 20px;
}

/* line 119, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li p span {
	line-height: 34px;
}

/* line 53, ../sass/partials/_top-section.scss */

.advert,
.custom-buttons {
	height: 205px;
}

/* line 82, ../sass/partials/_top-section.scss */

.custom-buttons a {
	font-size: 26px;
}

/* line 114, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	width: 780px;
}

/* line 36, ../sass/partials/_match-centre-home.scss */

.home .mc-select,
.home #sblock4_dropdown {
	top: 15px;
}

/* line 64, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spcompname {
	height: 55px;
	font-size: 30px;
	line-height: 55px;
	width: 100%;
	max-width: 700px;
}

/* line 159, ../sass/partials/_match-centre-home.scss */

.home #mc-game-wrap {
	width: 780px;
}

/* line 26, ../sass/partials/_header.scss */

#header .best-point {
	width: 151px;
	height: 151px;
	top: 10px;
	right: 0;
}

/* line 53, ../sass/partials/_header.scss */

.header-logo {
	width: 140px;
	height: 160px;
	left: 0;
}

/* line 14, ../sass/partials/_nav.scss */

#nav-container .container {
	margin-left: auto;
	margin-right: auto;
}

/* line 38, ../sass/partials/_nav.scss */

#nav-container .main-nav {
	margin-left: 0;
	margin-right: 80px;
	margin-top: 0;
	width: 80%;
	float: right;
}

/* line 58, ../sass/partials/_nav.scss */

#nav-container .menu a {
	color: #000;
	padding: 0 9px;
	font-size: 14px;
	line-height: 60px;
	height: 55px;
}

/* line 81, ../sass/partials/_nav.scss */

.home #nav-container .menu a {
	height: 60px;
}

/* line 89, ../sass/partials/_nav.scss */

#nav-container .menu a:hover {
	background: #fede7a;
}

/* line 124, ../sass/partials/_nav.scss */

#nav-container .menu .current-menu-parent > a {
	color: #000;
}

/* line 131, ../sass/partials/_nav.scss */

#nav-container .menu .current_page_item > a,
#nav-container .menu .current-menu-item > a {
	color: #000;
	background: #fede7a;
}

/* line 239, ../sass/partials/_nav.scss */

.menu li li {
	background: #FECB2E;
	border-bottom: 1px solid #dea801;
}

/* line 590, ../sass/partials/_nav.scss */

.nav-button h2 {
	display: block;
}

/* line 1, ../sass/partials/_uisearch.scss */

#sb-search {
	right: 120px;
	width: 140px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
	width: 120px;
}

/* line 12, ../sass/partials/_single-page.scss */

.single .post-meta,
.page .post-meta {
	font-size: 18px;
}

/* line 64, ../sass/partials/_single-page.scss */

.page .white-bg {
	min-height: 600px;
}

/* line 275, ../sass/partials/_single-page.scss */

#sidebar-single .heading {
	font-size: 32px;
	line-height: 38px;
}

/* line 4, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box {
	height: 205px;
}

/* line 56, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption h2 {
	font-size: 20px;
}

/* line 88, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption small {
	font-size: 10px;
}

/* line 1, ../sass/partials/_ladders.scss */

.ladder_container {
	overflow: auto;
}

/* line 1, ../sass/partials/_front-match-centers.scss */

.widget_match_center_container {
	margin-bottom: 40px;
	height: 200px;
}

/* line 18, ../sass/partials/_front-match-centers.scss */

.match-centers {
	padding: 80px 0;
}

/* line 4, ../sass/partials/_typography.scss */

.heading,
.widget-title {
	font-size: 42px;
	line-height: 55px;
}

/* line 57, ../sass/partials/_typography.scss */

.news-title {
	font-size: 40px;
	line-height: 46px;
}

/* line 121, ../sass/partials/_typography.scss */

.title-search-results {
	font-size: 50px;
}

/* line 9, ../sass/partials/_sections.scss */

.more-news-ladders {
	padding: 80px 0;
}

/* line 12, ../sass/partials/_styles.scss */

#content {
	min-height: 900px;
}

/* line 66, ../sass/partials/_styles.scss */

.md-text-right {
	text-align: right;
}

/* line 54, ../sass/partials/_social.scss */

.social-count-container .aggro_count {
	padding: 8px 25px 15px;
	font-size: 18px;
	margin: 0 10px;
}

/* line 78, ../sass/partials/_social.scss */

.social-count-container .aggro_count .aggro_count_total:before {
	font-size: 36px;
}

/* line 93, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors li img {
	max-width: 300px;
}

/* line 116, ../sass/partials/_sponsors.scss */

.sponsors-container .platinum-sponsors li img {
	max-width: 300px;
}

/* line 143, ../sass/partials/_sponsors.scss */

.sponsors-container .gold-sponsors li img,
.sponsors-container .silver-sponsors li img {
	max-width: 300px;
}

/* line 167, ../sass/partials/_sponsors.scss */

.sponsors-container .bronze-sponsors li img {
	max-width: 100px;
}

/* line 4, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video,
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video {
	width: 31.33333%;
}

/* line 104, ../sass/partials/_mixins.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video:nth-child(n),
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video:nth-child(n) {
	margin-bottom: 3%;
	margin-right: 3%;
}

/* line 108, ../sass/partials/_mixins.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video:nth-child(3n),
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 12, ../sass/partials/_landing-news.scss */

.front-more-news li {
	width: 23.5%;
}

/* line 104, ../sass/partials/_mixins.scss */

.front-more-news li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 108, ../sass/partials/_mixins.scss */

.front-more-news li:nth-child(4n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 5, ../sass/partials/_landing-gallery.scss */

.landing-gallery li {
	width: 18.4%;
}

/* line 104, ../sass/partials/_mixins.scss */

.landing-gallery li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 108, ../sass/partials/_mixins.scss */

.landing-gallery li:nth-child(5n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 4, ../sass/partials/_landing-nav.scss */

.landing-nav .container {
	padding-left: 15px;
	padding-right: 15px;
	width: 970px;
}

/* line 1, ../sass/partials/_landing-nav.scss */

.landing-nav {
	height: 45px;
}

/* line 35, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li {
	height: 45px;
	line-height: 45px;
	width: inherit;
}

/* line 68, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	padding: 0 9px;
	font-size: 16px;
}

/* line 97, ../sass/partials/_landing-nav.scss */

.landing-nav .menu ul {
	position: absolute;
	visibility: hidden;
	margin-top: -1px;
}

/* line 22, ../sass/partials/_footer.scss */

#footer #sb-search {
	margin: 0;
}

/* line 52, ../sass/partials/_footer.scss */

#sp-logo {
	float: right !important;
	margin: 0;
}

/* line 69, ../sass/partials/_footer.scss */

.social-box {
	margin: 0;
	float: left;
	width: 100%;
}

/* line 95, ../sass/partials/_footer.scss */

.social-box li a {
	font-size: 40px;
}

/* line 118, ../sass/partials/_footer.scss */

.footer-logo {
	float: left;
	margin: 0 10px 0 0;
}

/* line 133, ../sass/partials/_footer.scss */

.copy-logo {
	text-align: right;
}

/* line 92, ../sass/app.scss */

#main-content {
	min-height: 700px;
}

/* line 151, ../sass/app.scss */

.event-container {
	height: 400px;
}

/* line 192, ../sass/app.scss */

.event_archive_link {
	position: absolute;
	margin-bottom: 0;
}

}

@media (min-width: 1200px) {

/* line 1, ../sass/partials/_videos-photos.scss */

.videos-photos {
	padding: 80px 0 50px;
	background: url("../images/player-huddle-background.jpg") center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

/* line 27, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li {
	height: 235px;
}

/* line 48, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li a {
	font-size: 14px;
}

/* line 63, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li a.vid-link img {
	margin-top: -24px;
}

/* line 83, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li span.vid-pics {
	height: 166px;
}

/* line 96, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li p {
	font-size: 18px;
	line-height: 22px;
}

/* line 53, ../sass/partials/_top-section.scss */

.advert,
.custom-buttons {
	height: 275px;
}

/* line 114, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	width: 1036px;
}

/* line 64, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spcompname {
	height: 65px;
	font-size: 34px;
	line-height: 65px;
	max-width: 890px;
}

/* line 159, ../sass/partials/_match-centre-home.scss */

.home #mc-game-wrap {
	width: 1036px;
}

/* line 7, ../sass/partials/_header.scss */

#header .header-player {
	right: 0px;
	opacity: 1;
}

/* line 26, ../sass/partials/_header.scss */

#header .best-point {
	right: 43px;
}

/* line 53, ../sass/partials/_header.scss */

.header-logo {
	left: 45px;
}

/* line 14, ../sass/partials/_nav.scss */

#nav-container .container {
	margin-left: auto;
	margin-right: auto;
}

/* line 58, ../sass/partials/_nav.scss */

#nav-container .menu a {
	padding: 0 10px;
	font-size: 16px;
}

/* line 1, ../sass/partials/_uisearch.scss */

#sb-search {
	right: 156px;
	width: 200px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 180px;
}

/* line 12, ../sass/partials/_single-page.scss */

.single .post-meta,
.page .post-meta {
	font-size: 18px;
}

/* line 275, ../sass/partials/_single-page.scss */

#sidebar-single .heading {
	font-size: 36px;
	line-height: 40px;
}

/* line 4, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box {
	height: 275px;
}

/* line 56, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption h2 {
	font-size: 30px;
}

/* line 88, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption small {
	font-size: 12px;
}

/* line 18, ../sass/partials/_front-match-centers.scss */

.match-centers {
	padding: 100px 0;
}

/* line 4, ../sass/partials/_typography.scss */

.heading,
.widget-title {
	font-size: 46px;
	line-height: 65px;
}

/* line 57, ../sass/partials/_typography.scss */

.news-title {
	font-size: 42px;
	line-height: 48px;
}

/* line 54, ../sass/partials/_social.scss */

.social-count-container .aggro_count {
	padding: 15px 35px 25px;
	font-size: 20px;
	margin: 0 20px;
}

/* line 78, ../sass/partials/_social.scss */

.social-count-container .aggro_count .aggro_count_total:before {
	font-size: 40px;
}

/* line 93, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors li img {
	max-width: 300px;
}

/* line 116, ../sass/partials/_sponsors.scss */

.sponsors-container .platinum-sponsors li img {
	max-width: 300px;
}

/* line 143, ../sass/partials/_sponsors.scss */

.sponsors-container .gold-sponsors li img,
.sponsors-container .silver-sponsors li img {
	max-width: 300px;
}

/* line 167, ../sass/partials/_sponsors.scss */

.sponsors-container .bronze-sponsors li img {
	max-width: 110px;
}

/* line 12, ../sass/partials/_landing-news.scss */

.front-more-news li {
	min-height: 350px;
}

/* line 4, ../sass/partials/_landing-nav.scss */

.landing-nav .container {
	width: 1230px;
}

/* line 68, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	padding: 0 18px;
}

/* line 86, ../sass/app.scss */

.container {
	width: 1230px;
}

}

@media (max-width: 768px) {

/* line 28, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors,
.sponsors-container .platinum-sponsors,
.sponsors-container .gold-sponsors,
.sponsors-container .silver-sponsors,
.sponsors-container .bronze-sponsors {
	display: inline;
	float: left;
	width: 50%;
}

/* line 49, ../sass/partials/_sponsors.scss */

.sponsors-container .bronze-sponsors {
	width: 100%;
}

/* line 54, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors,
.sponsors-container .platinum-sponsors {
	display: inline;
	float: left;
}

/* line 134, ../sass/partials/_sponsors.scss */

.sponsors-container .gold-sponsors ul,
.sponsors-container .silver-sponsors ul {
	display: inline;
	float: left;
}

}

@media (max-width: 767px) {

/* line 110, ../sass/partials/_WP-image-alignment.scss */

.gallery br {
	display: none;
}

/* line 123, ../sass/partials/_WP-image-alignment.scss */

.gallery img {
	padding: 3px;
	-webkit-box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999;
}

/* line 182, ../sass/partials/_WP-image-alignment.scss */

.gallery.gallery-columns-3 .gallery-item,
.gallery.gallery-columns-4 .gallery-item,
.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
	width: 49%;
}

/* line 116, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-3 .gallery-item:nth-of-type(n),
.gallery.gallery-columns-4 .gallery-item:nth-of-type(n),
.gallery.gallery-columns-5 .gallery-item:nth-of-type(n),
.gallery.gallery-columns-6 .gallery-item:nth-of-type(n),
.gallery.gallery-columns-7 .gallery-item:nth-of-type(n),
.gallery.gallery-columns-8 .gallery-item:nth-of-type(n),
.gallery.gallery-columns-9 .gallery-item:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 120, ../sass/partials/_mixins.scss */

.gallery.gallery-columns-3 .gallery-item:nth-of-type(2n),
.gallery.gallery-columns-4 .gallery-item:nth-of-type(2n),
.gallery.gallery-columns-5 .gallery-item:nth-of-type(2n),
.gallery.gallery-columns-6 .gallery-item:nth-of-type(2n),
.gallery.gallery-columns-7 .gallery-item:nth-of-type(2n),
.gallery.gallery-columns-8 .gallery-item:nth-of-type(2n),
.gallery.gallery-columns-9 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 1, ../sass/partials/_archive.scss */

.archive-img {
	float: none;
	width: 100%;
	max-width: 100%;
}

/* line 14, ../sass/partials/_archive.scss */

.archive .news-title,
.blog .news-title {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 40px;
	line-height: 38px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 100%;
	margin-top: 0;
}

/* line 34, ../sass/partials/_archive.scss */

.archive .single-title,
.blog .single-title {
	font-size: 22px;
}

/* line 41, ../sass/partials/_archive.scss */

.archive .post-entry,
.blog .post-entry {
	padding: 0 15px;
	margin-top: 10px;
}

/* line 48, ../sass/partials/_archive.scss */

.archive .post-data,
.blog .post-data {
	padding: 0 15px;
	margin-bottom: 40px;
}

/* line 1, ../sass/partials/_videos-photos.scss */

.videos-photos {
	padding: 20px 0;
	background: #2A0114;
}

/* line 27, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li {
	width: 100%;
}

/* line 128, ../sass/partials/_mixins.scss */

.videos-photos-thumbs li:nth-child(n) {
	margin-right: 0;
}

/* line 131, ../sass/partials/_mixins.scss */

.videos-photos-thumbs li:nth-child(1n) {
	margin-right: 0;
}

/* line 96, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li p {
	width: 90%;
	font-size: 18px;
	line-height: 22px;
}

/* line 119, ../sass/partials/_videos-photos.scss */

.videos-photos-thumbs li p span {
	line-height: 34px;
}

/* line 9, ../sass/partials/_top-section.scss */

.top-section .news-container {
	width: 100%;
}

/* line 15, ../sass/partials/_top-section.scss */

.top-section .right-container {
	width: 100%;
}

/* line 53, ../sass/partials/_top-section.scss */

.advert,
.custom-buttons {
	width: 100%;
}

/* line 68, ../sass/partials/_top-section.scss */

.custom-button {
	height: 100px;
}

/* line 82, ../sass/partials/_top-section.scss */

.custom-buttons a {
	font-size: 18px;
}

/* line 5, ../sass/partials/_match-centre.scss */

.widget_match_center {
	height: 168px;
	padding: 0 15px;
}

/* line 24, ../sass/partials/_match-centre.scss */

#sp-comp-links {
	width: 100%;
}

/* line 35, ../sass/partials/_match-centre.scss */

.sblock_dropdown,
#sblock4_dropdown {
	position: static;
	width: 100%;
	font-size: 17px;
	margin-bottom: 10px;
}

/* line 54, ../sass/partials/_match-centre.scss */

.widget_match_center .spcompname {
	display: none !important;
}

/* line 114, ../sass/partials/_match-centre.scss */

#mc-game-wrap {
	display: none;
}

/* line 138, ../sass/partials/_match-centre.scss */

#spnext,
#spprev {
	display: none;
}

/* line 216, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	font-size: 25px;
}

/* line 228, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link,
.widget_match_center .sp-lad-link,
.widget_match_center .sp-stat-link {
	height: 40px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.2);
}

/* line 244, ../sass/partials/_match-centre.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	color: #fff;
}

/* line 7, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center {
	padding: 0 15px;
}

/* line 25, ../sass/partials/_match-centre-home.scss */

.home #sp-comp-links {
	width: 100%;
}

/* line 36, ../sass/partials/_match-centre-home.scss */

.home .mc-select,
.home #sblock4_dropdown {
	position: static;
	width: 100%;
	font-size: 17px;
	margin-bottom: 10px;
}

/* line 64, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spcompname {
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 0px;
	width: 100%;
}

/* line 100, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .spcompname a {
	display: none;
}

/* line 159, ../sass/partials/_match-centre-home.scss */

.home #mc-game-wrap {
	display: none;
}

/* line 183, ../sass/partials/_match-centre-home.scss */

.home #spnext,
.home #spprev {
	display: none;
}

/* line 268, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-fix-link a,
.home .widget_match_center .sp-lad-link a,
.home .widget_match_center .sp-stat-link a {
	font-size: 25px;
}

/* line 280, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-fix-link,
.home .widget_match_center .sp-lad-link,
.home .widget_match_center .sp-stat-link {
	height: 40px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.2);
}

/* line 296, ../sass/partials/_match-centre-home.scss */

.home .widget_match_center .sp-fix-link a,
.home .widget_match_center .sp-lad-link a,
.home .widget_match_center .sp-stat-link a {
	color: #fff;
}

/* line 1, ../sass/partials/_header.scss */

#header {
	height: 65px;
}

/* line 53, ../sass/partials/_header.scss */

.header-logo {
	background: url("../images/acfc-logo.png") no-repeat 0;
	-webkit-background-size: cover cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 70px;
	height: 80px;
}

/* line 14, ../sass/partials/_nav.scss */

#nav-container .container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* line 38, ../sass/partials/_nav.scss */

#nav-container .main-nav {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0;
}

/* line 58, ../sass/partials/_nav.scss */

#nav-container .menu a {
	color: #fff;
}

/* line 99, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	line-height: 44px;
}

/* line 239, ../sass/partials/_nav.scss */

.menu li li {
	background: #102948;
	border-bottom: 1px solid #020509;
}

/* line 1, ../sass/partials/_uisearch.scss */

#sb-search {
	right: 80px;
}

/* line 26, ../sass/partials/_uisearch.scss */

.sb-search-submit {
	right: -10px;
}

/* line 1, ../sass/partials/_single-page.scss */

#content-wrap {
	margin-top: 0;
}

/* line 12, ../sass/partials/_single-page.scss */

.single .post-meta,
.page .post-meta {
	font-size: 18px;
	margin: 0;
}

/* line 32, ../sass/partials/_single-page.scss */

.single .post-entry p,
.page .post-entry p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

/* line 64, ../sass/partials/_single-page.scss */

.page .white-bg {
	min-height: 0;
	padding: 0;
}

/* line 87, ../sass/partials/_single-page.scss */

.single .featured-image {
	margin: 0;
}

/* line 93, ../sass/partials/_single-page.scss */

.single .navigation {
	margin-left: 0;
	margin-right: 0;
}

/* line 97, ../sass/partials/_single-page.scss */

.single .navigation .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

/* line 101, ../sass/partials/_single-page.scss */

.single .navigation a {
	overflow: inherit;
	white-space: normal;
	width: 100%;
	display: inline;
}

/* line 107, ../sass/partials/_single-page.scss */

.single .navigation .fsp-arrows {
	top: -1px;
}

/* line 120, ../sass/partials/_single-page.scss */

.single .image-caption {
	padding-right: 0;
	margin: 5px 0;
}

/* line 275, ../sass/partials/_single-page.scss */

#sidebar-single .heading {
	font-size: 30px;
	line-height: 36px;
}

/* line 4, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box {
	width: 100%;
}

/* line 21, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box a.image-link {
	position: relative;
}

/* line 30, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box a.image-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}

/* line 41, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box img {
	display: block;
	width: 100%;
}

/* line 56, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption h2 {
	font-size: 30px;
}

/* line 88, ../sass/partials/_front-latest-news.scss */

.home-news-box-container .home-news-box .ln-caption small {
	display: none;
}

/* line 3, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box {
	width: 100%;
	float: none;
	padding: 0;
	display: none;
}

/* line 19, ../sass/partials/_more-news.scss */

.more-news-box-container .more-news-box h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}

/* line 1, ../sass/partials/_ladders.scss */

.ladder_container {
	overflow: hidden;
}

/* line 1, ../sass/partials/_front-match-centers.scss */

.widget_match_center_container {
	margin-bottom: 40px;
}

/* line 18, ../sass/partials/_front-match-centers.scss */

.match-centers {
	padding: 40px 0;
}

/* line 4, ../sass/partials/_typography.scss */

.heading,
.widget-title {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
}

/* line 29, ../sass/partials/_typography.scss */

.heading a,
.widget-title a {
	display: none;
}

/* line 61, ../sass/partials/_typography.scss */

.page .news-title,
.single-gallery .news-title {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
	padding-top: 10px;
}

/* line 57, ../sass/partials/_typography.scss */

.news-title {
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	font-weight: 600;
}

/* line 99, ../sass/partials/_typography.scss */

.breadcrumb-list {
	display: none;
}

/* line 121, ../sass/partials/_typography.scss */

.title-search-results {
	margin: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	background: #2A0114;
	font-size: 40px;
	line-height: 38px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* line 145, ../sass/partials/_typography.scss */

.single-title {
	font-size: 22px;
}

/* line 1, ../sass/partials/_sections.scss */

.match-center-container {
	height: inherit;
}

/* line 9, ../sass/partials/_sections.scss */

.more-news-ladders {
	padding: 20px 0;
}

/* line 1, ../sass/partials/_club-logos.scss */

.club-logos-container {
	display: none;
}

/* line 1, ../sass/partials/_social.scss */

.social-media-section {
	padding: 20px;
}

/* line 12, ../sass/partials/_social.scss */

.more-feed {
	display: none;
}

/* line 48, ../sass/partials/_social.scss */

.social-count-container {
	padding: 20px;
}

/* line 54, ../sass/partials/_social.scss */

.social-count-container .aggro_count {
	width: 100%;
	margin-bottom: 10px;
}

/* line 1, ../sass/partials/_sponsors.scss */

.sponsors-container {
	padding: 20px;
}

/* line 8, ../sass/partials/_sponsors.scss */

.sponsors-container h4 {
	position: static;
	width: 100%;
	margin: 10px 0px;
}

/* line 28, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors,
.sponsors-container .platinum-sponsors,
.sponsors-container .gold-sponsors,
.sponsors-container .silver-sponsors,
.sponsors-container .bronze-sponsors {
	height: inherit;
}

/* line 54, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors,
.sponsors-container .platinum-sponsors {
	height: inherit;
	display: block;
}

/* line 65, ../sass/partials/_sponsors.scss */

.sponsors-container .sponsor-logos {
	display: block;
}

/* line 77, ../sass/partials/_sponsors.scss */

.sponsors-container .sponsor-logos li img {
	margin-left: 0;
	margin-right: 0;
}

/* line 93, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors li img {
	max-width: 250px;
}

/* line 116, ../sass/partials/_sponsors.scss */

.sponsors-container .platinum-sponsors li img {
	max-width: 300px;
}

/* line 143, ../sass/partials/_sponsors.scss */

.sponsors-container .gold-sponsors li img,
.sponsors-container .silver-sponsors li img {
	max-width: 300px;
}

/* line 167, ../sass/partials/_sponsors.scss */

.sponsors-container .bronze-sponsors li img {
	max-width: 100px;
}

/* line 4, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video,
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video {
	width: 100%;
	float: none;
}

/* line 104, ../sass/partials/_mixins.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video:nth-child(n),
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video:nth-child(n) {
	margin-bottom: 0%;
	margin-right: 0%;
}

/* line 108, ../sass/partials/_mixins.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video:nth-child(1n),
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video:nth-child(1n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 11, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video:nth-child(3),
#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video:nth-child(4),
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video:nth-child(3),
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video:nth-child(4) {
	display: none !important;
}

/* line 14, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video img,
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video img {
	width: 100%;
}

/* line 17, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video .aggroText,
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video .aggroText {
	display: block !important;
	color: #fff !important;
}

/* line 65, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video .aggroText,
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video .aggroText {
	position: relative;
	display: block !important;
	text-align: left;
	padding: 10px 0 !important;
}

/* line 70, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard.aggroItem.youtube-video .aggroText a,
#aggro-youtube #aggro-container .ytCard.aggroItem.youtube-video .aggroText a {
	color: #000 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

/* line 76, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .ytplCard,
#aggro-youtube #aggro-container .ytCard {
	background-color: transparent;
}

/* line 79, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .aggroItem:hover .aggroPic .aggroText {
	position: static !important;
	margin: 0px !important;
	word-wrap: break-word !important;
}

/* line 84, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube .ytplCard .aggroProfile:after,
#aggro-youtube .ytCard .aggroProfile:after {
	display: none !important;
}

/* line 87, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube #aggro-container .aggroItem .aggroPic {
	position: relative !important;
}

/* line 90, ../sass/partials/_aggro-youtube.scss */

#aggro-youtube .ytplCard .aggroPic:after,
#aggro-youtube .ytCard .aggroPic:after {
	font-family: "aggro-font-1" !important;
	position: absolute;
	content: "Y";
	top: 50%;
	font-size: 55px;
	left: 50%;
	width: 58px;
	height: 48px;
	margin-left: -29px;
	margin-top: -24px;
}

/* line 2, ../sass/partials/_landing-free-text.scss */

.free-text img {
	display: block;
	margin: 0 auto 10px;
	float: none;
}

/* line 44, ../sass/partials/_landing-news.scss */

.front-more-news li a {
	font-size: 22px;
}

/* line 1, ../sass/partials/_landing-more-news.scss */

.more-news {
	margin-bottom: 20px;
}

/* line 9, ../sass/partials/_landing-more-news.scss */

.more-news li {
	height: inherit;
	line-height: inherit;
	padding: 5px 0;
}

/* line 18, ../sass/partials/_landing-more-news.scss */

.more-news li a {
	font-size: 16px;
	line-height: 22px;
}

/* line 5, ../sass/partials/_landing-gallery.scss */

.landing-gallery li {
	width: 32%;
}

/* line 104, ../sass/partials/_mixins.scss */

.landing-gallery li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 108, ../sass/partials/_mixins.scss */

.landing-gallery li:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 0;
}

/* line 1, ../sass/partials/_landing-nav.scss */

.landing-nav {
	height: inherit;
}

/* line 30, ../sass/partials/_landing-nav.scss */

.landing-nav .menu {
	margin-left: -15px;
	margin-right: -15px;
}

/* line 35, ../sass/partials/_landing-nav.scss */

.landing-nav .menu li {
	height: inherit;
	line-height: inherit;
	width: 100%;
	border-bottom: 1px solid #f8bb01;
}

/* line 68, ../sass/partials/_landing-nav.scss */

.landing-nav .menu a {
	padding: 10px;
	display: block;
	font-size: 16px;
}

/* line 97, ../sass/partials/_landing-nav.scss */

.landing-nav .menu ul {
	position: relative;
	visibility: visible;
	margin-top: 0;
}

/* line 1, ../sass/partials/_landing-styles.scss */

.landing-section {
	margin: 10px 0 20px;
}

/* line 13, ../sass/partials/_footer.scss */

#footer .footer-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* line 22, ../sass/partials/_footer.scss */

#footer #sb-search {
	margin: 10px auto;
}

/* line 37, ../sass/partials/_footer.scss */

#footer #sb-search .sb-search-input {
	width: 100%;
}

/* line 52, ../sass/partials/_footer.scss */

#sp-logo {
	float: none !important;
	margin: 0 auto;
}

/* line 69, ../sass/partials/_footer.scss */

.social-box {
	float: none;
	margin: 10px auto;
	width: 165px;
}

/* line 88, ../sass/partials/_footer.scss */

.social-box li {
	margin-left: 2px;
	margin-right: 2px;
}

/* line 95, ../sass/partials/_footer.scss */

.social-box li a {
	font-size: 34px;
}

/* line 118, ../sass/partials/_footer.scss */

.footer-logo {
	margin: 0 auto;
	display: block;
}

/* line 133, ../sass/partials/_footer.scss */

.copy-logo {
	text-align: center;
}

/* line 116, ../sass/app.scss */

.events-list li a {
	font-size: 12px;
	display: block;
	position: absolute;
	left: 16px;
	top: 0;
}

/* line 131, ../sass/app.scss */

.events-list li:before {
	top: -2px;
	font-size: 10px;
}

/* line 192, ../sass/app.scss */

.event_archive_link {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
}

}

@media (max-width: 480px) {

/* line 28, ../sass/partials/_sponsors.scss */

.sponsors-container .major-sponsors,
.sponsors-container .platinum-sponsors,
.sponsors-container .gold-sponsors,
.sponsors-container .silver-sponsors,
.sponsors-container .bronze-sponsors {
	width: 100%;
	padding: 20px 0px;
	margin: 10px 0px;
}

/* line 143, ../sass/partials/_sponsors.scss */

.sponsors-container .gold-sponsors li img,
.sponsors-container .silver-sponsors li img {
	margin: 30px auto;
}

}

@media print {

/* line 4, ../sass/partials/_print.scss */

.match-centre-container,
.club-finder-container,
.share-box,
#sidebar,
#findClub,
.share-button,
.sb-search,
#footer,
.footer-bottom,
.aggro-count-container,
.navigation,
.home-more-news,
.club-finder-inner,
form {
	display: none !important;
}

}

