html {
	font-family: 'Open Sans', 'Ubuntu', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: 300;
}
body {
	font-family: 'Open Sans', 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857143;
	color: #333;
	background-color: #f5f5f5;
	padding-top: 50px;
}
html,
body {
	overflow-x: hidden;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: black;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.col-xs-12 {
		padding: 0px 0px 0px 0px;
	}
	.xspad {
		padding-left: 10px;
		padding-right: 10px;
	}
}
form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 2px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.navbar {
	margin-bottom: 10px;
}
.navbar-inverse {
	background-color: #429820;
	border-color: #2d6916;
	background-image: none;
}
.navbar-inverse .navbar-brand {
	color: #A6E090;
	font-size: 24px;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #A6E090
}
.navbar-inverse .navbar-nav>li>a {
	color: #A6E090
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #377f1b;
	background-image: none;
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #377f1b;
	background-image: none;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #A6E090
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}
.navbar-inverse .navbar-link {
	color: #A6E090
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.navbar-inverse .btn-link {
	color: #A6E090
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
	background-color: rgb(231, 231, 231);
	color: rgb(85, 85, 85);
}
.navbar-brand img {
	width: 185px;
	height: 22px;
}
.dropdown-menu a {
	color: #777;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
	.dropdown-menu {
		display: none !important;
	}
	.open .dropdown-menu {
		display: block !important;
	}
}
.navbar-brand i {
	margin: -2px 0px 0px 0px;
}
ul.nav-hover > li.dropdown:hover > .dropdown-menu {
	display: block;
}
#side-carousel img {
	margin: 0 auto;
}
.footer-blurb {
	padding: 30px 0;
	margin-top: 20px;
	background-color: #5c5c5c;
	color: black;
}
.footer-blurb-item {
	padding: 20px;
}
.small-print {
	background-color: #fff;
	padding: 30px 0;
}
.feature,
.page-intro,
.article-intro,
.small-print {
	text-align: center;
}
.scbutton {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	width: 100px;
	padding: 7px 5px 7px 5px;
	font-weight: bold;
	;
	text-align: left;
	color: white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 11px;
}
.scbutton a {
	color: white;
	text-decoration: none
}
.scbutton img {
	float: left;
	margin: -3px 1px -3px -2px;
}
.scbuttonsm {
	cursor: pointer;
	float: left;
	margin-right: 6px;
	min-width: 65px;
	padding: 6px 4px 5px 5px;
	font-weight: bold;
	;
	text-align: left;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
}
.scbuttonsm a {
	color: white;
	text-decoration: none
}
.scbuttonsm img {
	float: left;
	margin: -3px 1px -3px -2px;
}
.scbuttonvsm {
	float: left;
	margin-right: 6px;
	min-width: 70px;
	padding: 3px 4px 3px 3px;
	font-weight: bold;
	;
	text-align: center;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
}
.scbuttonvsm a {
	color: white;
	text-decoration: none
}
.scbuttonvsm img {
	float: left;
	margin: -3px 1px -3px -2px;
}
.scoption {
	cursor: pointer;
	width: 160px;
	padding: 3px;
	font-weight: bold;
	;
	text-align: left;
	color: #777;
	font-size: 11px;
}
.scoption a {
	color: #777;
}
.scoption img {
	float: left;
	margin: -3px 1px -3px -2px;
}
.scrow {
	clear: both;
	height: 22px;
	margin-top: 1px;
	font-size: 11px;
}
.scrow div {
	float: left;
	margin: 1px;
	padding: 4px 5px 6px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.scrowsmall {
	height: 18px;
	margin-top: 1px;
	font-size: 10px;
	display: table-row;
}
.scrowsmall div {
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 3px 4px 3px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: table-cell;
}
.scrowlarge {
	height: 26px;
	margin-top: 1px;
	font-size: 14px
}
.scrowlarge div {
	height: 16px;
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 4px 5px 6px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.sctime {
	text-align: center;
	min-width: 50px;
}
.inplayicon {
	background-color: #f2f2f2;
	text-align: center;
}
.inplayicon img {
	margin-top: 2px;
}
.schome {
	text-align: right;
	background-color: #ffffff;
	overflow: hidden;
}
.scscore {
	text-align: center;
	min-width: 50px;
	font-weight: 600;
}
.scscore a {
	color: #ffffff;
}
.scpen {
	text-align: center;
	min-height: 18px;
	background-color: #ffffff;
}
.scaway {
	background-color: #ffffff;
	overflow: hidden;
}
.scodds {
	text-align: center;
}
.scbetnow {
	text-align: center;
	font-weight: normal;
}
.scbetnow a {
	color: #ffffff;
}
.scbetnowb {
	text-align: center;
	font-weight: normal;
}
.scvideo {
	background-color: #56cbfd;
	color: white;
	text-align: center;
}
.scvideo a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
.scnovideo {
	text-align: center;
}
.scinfo {
	text-align: left;
	font-weight: bold;
	background-image: url(/images/info.png);
	background-repeat: no-repeat;
}
.schomeevents {
	float: left;
	min-height: 15px;
	margin-left: 69px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #bbb;
	width: 150px;
	text-align: right;
	vertical-align: top;
}
.scawayevents {
	float: left;
	min-height: 15px;
	margin-left: 108px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #bbb;
	width: 150px;
	text-align: left;
	vertical-align: top;
}
.schomeeventssmall {
	float: left;
	min-height: 15px;
	margin-left: 89px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #bbb;
	width: 150px;
	text-align: right;
	vertical-align: top;
	display: table-cell;
}
.scawayeventssmall {
	float: left;
	min-height: 15px;
	margin-left: 100px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #bbb;
	width: 150px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}
.sch {
	background-color: #f4a62f;
	color: #fff;
}
.inp {
	background-color: #15bb16;
	color: #fff;
}
.fin {
	background-color: #dc1c1e;
	color: #fff;
}
.allmatches {
	background-color: #000;
	color: #fff;
}
.goalscorers {
	background-color: #555;
	color: #fff;
}
@-webkit-keyframes greenPulse {
	from {
		background-color: #18ce18;
		-webkit-box-shadow: 0 0 9px #333;
	}
	50% {
		background-color: #129912;
		-webkit-box-shadow: 0 0 18px #129912;
	}
	to {
		background-color: #18ce18;
		-webkit-box-shadow: 0 0 9px #333;
	}
}
.inpgoal {
	background-color: #129912;
	color: #fff;
	-webkit-animation-name: greenPulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
}
.home-bar.away-bar {
	width: 180px;
}
.home-bar {
	margin-right: 1px;
	background-color: #318CCD;
}
.away-bar {
	margin-left: 1px;
	background-color: #055085;
}
.scsource {
	width: 300px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
.scrating {
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #f2f2f2;
}
.scsourcedesc {
	float: left;
	min-height: 15px;
	margin-left: 95px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #999;
	width: 300px;
	text-align: left;
	vertical-align: top;
}
.scrowsm {
	height: 18px;
	font-size: 11px;
}
.scrowsm div {
	height: 18px;
	float: left;
	margin: 0px 2px 2px 0px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.schomesm {
	text-align: right;
	font-weight: bold;
	background-color: #f2f2f2;
}
.scscoresm {
	text-align: center;
	font-weight: bold;
}
.scawaysm {
	font-weight: bold;
	;
	background-color: #f2f2f2;
}
.sctimesm {
	text-align: center;
	font-weight: bold;
}
.scgoalssm {} .scmatchsm {
	text-align: left;
	font-weight: bold;
}
.scmon {
	background-color: #f2f2f2;
}
.scmoff {
	background-color: #fff;
}
.sclink {
	text-decoration: none;
	color: #499907;
	font-size: 11px;
}
.sclink:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #499907;
	font-size: 11px;
}
.sccompsm {
	text-align: left;
	background-color: #ccc;
	color: white;
}
.sccompsm a {
	color: white;
	text-decoration: none;
}
.sccompsmG {
	text-align: left;
	;
	background-color: #888888;
	color: white;
	font-weight: bold;
}
.sccompsmG a {
	color: white;
	text-decoration: none;
}
.schomeco {
	text-align: right;
	font-weight: bold;
	background-color: #f2f2f2;
	font-size: 1.1em;
}
.scscoreco {
	font-weight: bold;
	text-align: center;
}
.scscoreco a {
	color: black;
	text-decoration: none;
}
.scpenco {
	width: 12px;
	font-weight: bold;
	text-align: center;
}
.scawayco {
	width: 115px;
	font-weight: bold;
	background-color: #f2f2f2;
	;
	font-size: 1.1em;
}
.aurl1,
.aurl2,
.aurl3,
.aurl4 {
	cursor: pointer;
	color: #499907;
	font-weight: bold;
	text-decoration: underline
}
.xaurl1,
.xaurl2,
.xaurl3,
.xaurl4 {
	cursor: pointer;
}
.sccompsm:hover,
.scscoreco:hover,
.scodds:hover,
.scsource:hover,
.scclick:hover,
.scscore:hover,
.scinfo:hover,
.scbutton:hover,
.scbuttonsm:hover,
.scbuttonvsm:hover,
.scvideo:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	cursor: pointer;
}
.nopad {
	padding: 0px;
}
.oddsheader {
	margin: 5px -2px -2px -2px;
	background-color: #56cBFD;
	color: #fff;
	text-align: center;
}
.formwin {
	width: 15px;
	height: 15px;
	float: left;
	background-color: #15bb16;
	color: #fff;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.formdraw {
	width: 15px;
	height: 15px;
	float: left;
	background-color: #f4a62f;
	color: #fff;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.formlose {
	width: 15px;
	height: 15px;
	float: left;
	background-color: #dc1c1e;
	color: #fff;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.lthomewin {
	border-left: 1px solid #bbb;
}
.formwinsm {
	width: 12px;
	height: 12px;
	float: left;
	background-color: #15bb16;
	color: #fff;
	font-size: 9px;
	padding: 0px 1px 1px 0px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.formdrawsm {
	width: 12px;
	height: 12px;
	float: left;
	background-color: #f4a62f;
	color: #fff;
	font-size: 9px;
	padding: 0px 1px 1px 0px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.formlosesm {
	width: 12px;
	height: 12px;
	float: left;
	background-color: #dc1c1e;
	color: #fff;
	font-size: 9px;
	padding: 0px 1px 1px 0px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.card {
	float: left;
	width: 100%
}
.title-large {
	font-size: 20px;
	margin: 10px 0 5px;
	line-height: 27px;
	color: #141517;
}
.title-small {
	color: #141517;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin: 6px 0 0;
}
.title-x-small {
	font-size: 18px;
	margin: 0px;
}
.title-large a,
.title-small a,
.title-x-small a {
	color: inherit
}
.banner-sec {
	float: left;
	width: 100%;
	background: #EBEBEB
}
.card-block {
	padding: 0 10px 10px;
}
.card-text {
	margin: 0
}
.text-time {
	color: #ff0000;
	font-weight: 600;
}
.banner-sec .card-img-overlay {
	padding: 0;
	top: 3px;
	left: 7px;
	height: 20%
}
.banner-sec {
	float: left;
	width: 100%;
}
.banner-sec .news-block {
	margin-bottom: 20px
}
.banner-sec .news-block:last-child {
	margin-bottom: 0px
}
.banner-sec .news-des {
	margin-bottom: 5px;
}
.banner-sec .title-large {
	margin: 18px 0 0
}
.banner-sec .time {
	margin-top: 0px;
	font-size: 13px;
}
.banner-sec .carousel-control.left,
.banner-sec .carousel-control.right {
	background: none;
}
.banner-sec .card {
	margin-bottom: 20px;
}
.thumbnail {
	position: relative;
	overflow: hidden;
}
.thumbnail-icon {
	right: 10px;
	top: 10px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 30px;
	height: 30px;
	box-shadow: 0px 0px 10px #fff;
}
.caption {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(90, 90, 90, 0.75);
	width: 100%;
	height: 100%;
	padding: 2%;
	display: none;
	text-align: left;
	color: #fff !important;
	z-index: 2;
}
.caption h6 {
	color: #ffffff;
}
ul.custom-bullet,
ul.custom-squad,
ul.custom-star {
	padding-left: 1.2em;
}
.custom-bullet li {
	display: block;
	margin-top: 4px;
}
.custom-bullet li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 9px;
	float: left;
	margin-top: 0px;
	margin-left: -17px;
	color: #CCCCCC;
}
.custom-star li {
	display: block;
}
.custom-star li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
	content: "\e006";
	font-family: 'Glyphicons Halflings';
	float: left;
	color: #FFD700;
}
.custom-squad li {
	display: block;
}
.custom-squad li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
	content: "\e008";
	font-family: 'Glyphicons Halflings';
	font-size: 9px;
	float: left;
	margin-top: 4px;
	margin-left: -17px;
	color: #cccccc;
}
@media (max-width: 767px) {
	.panel {
		border-radius: 0;
	}
	.panel-heading {
		border-radius: 0;
	}
}
.panel {
	border: 0;
}
.panel-default .panel-heading {
	background: #dddddd;
}
.panel-default > .panel-heading-custom {
	background: #56cbfd;
	color: #fff;
}
.panel-heading a {
	text-decoration: none;
}
table.smalltext tr td {
	font-size: 10px;
}
table.largetext tr td {
	font-size: 13px;
}
/*Main style*/

.list-quotes {
	cursor: pointer;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	display: block;
}
.list-quotes img,
.list-quotes h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.list-quotes img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.list-quotes h4 {
	background: rgba(20, 31, 44, 0.8);
	bottom: 10%;
	float: right;
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif!important;
	padding: 10px;
	position: absolute;
	margin: 0;
}
.list-quotes p {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	font-size: 13px;
	font-weight: normal;
	background: rgba(51, 153, 153, 0.8);
	width: 100%;
	color: #fff;
}
.list-quotes:hover img {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: scale(1.2);
	transition: all 250ms ease;
}
.list-quotes:hover {
	box-shadow: 0 0 5px 2px rgba(51, 153, 153, 0.5);
}
.list-quotes:hover h4 {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	text-shadow: 0px 0 15px #fff;
	transition: all 250ms ease;
}
.list-quotes:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.quotes span {
	color: #222;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
}
.partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.partners ul li {
	float: left;
}
.inline-image {
	float: left;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.table-condensed {
	font-size: 12px;
}
.table-scores {
	font-size: 12px;
}
.table-scores {
	border-collapse: separate;
	border-spacing: 1px;
}
.table-scores-events {
	font-size: 11px;
	color: #999999;
}
.table-livescore {
	font-size: 14px;
}
.table-livescore-events {
	font-size: 12px;
	color: #999999;
}
.table .text-right {
	text-align: right
}
.table .text-left {
	text-align: left
}
.table .text-center {
	text-align: center
}
ul.hlist2 {
	list-style: none;
}
ul.hlist2 li {
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	list-style: none;
}
ul.hlist3 {
	margin: 0px 0px 0px 0px;
	padding-left: 0;
	list-style: none;
	font-size: 13px;
}
ul.hlist3 li {
	overflow: hidden;
	line-height: 16px;
	display: inline-block;
	padding-left: 15px;
	white-space: nowrap;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	margin-right: 8px;
}
ul.hlist3 a img {
	vertical-align: text-middle;
}
li.nopad {
	border: none;
	margin: 0px 5px 5px 10px;
	font-size: 10px;
}
.mainHeaderWrapper {
	background: repeat-y url(/images/football-pitch.jpg);
	background-size: contain;
}
.playerphotos {
	float: left;
}
.pitch {
	padding: 2%
}
.squadspacer {
	margin: 5px;
}
.post-slide {
	margin: 0 15px;
	position: relative;
	background: #FFF;
}
.post-slide .post-img {
	position: relative;
	overflow: hidden;
}
.post-slide .post-img img {
	width: 100%;
	height: auto;
}
.post-slide .over-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.30s ease;
}
.post-slide:hover .over-layer {
	opacity: 1;
}
.post-slide .post-link {
	margin: 0;
	padding: 0;
	position: relative;
	top: 45%;
	text-align: center;
}
.post-slide .post-link li {
	display: inline-block;
	list-style: none;
	margin: -9px 0 0;
}
.post-slide .post-link li a {
	color: #FFF;
	font-size: 39px;
}
.post-slide .post-link li a:hover {
	color: #FF8B3D;
	text-decoration: none;
}
.post-slide .post-date {
	position: absolute;
	top: 10%;
	left: 4%;
}
.post-slide .date {
	display: inline-block;
	border-radius: 3px 0 0 3px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #333;
	float: left;
}
.post-slide .month {
	display: inline-block;
	border-radius: 0 3px 3px 0;
	padding: 5px 13px;
	color: #111;
	font-size: 20px;
	font-weight: bold;
	background: #FF8B3D;
}
.post-slide .post-content {
	padding: 30px;
	background-color: #F5F5F6;
}
.post-slide .post-title {
	margin: 0 0 15px 0;
}
.post-slide .post-title a {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
	text-decoration: none;
	color: #FF8B3D;
}
.post-slide .post-description {
	font-size: 14px;
	line-height: 22px;
	color: #444444;
	padding: 0 0 10px 0;
}
.post-slide .read-more {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	transition: color 0.20s linear;
}
.post-slide .read-more:hover {
	text-decoration: none;
	color: #FF8B3D;
}
.post-slide .read-more:after {
	content: "";
	position: absolute;
	width: 30%;
	display: block;
	border: 1px solid #FF8B3D;
	transition: all 0.30s ease;
}
.post-slide .read-more:hover:after {
	width: 100%;
}
@media only screen and (max-width: 479px) {
	.post-slide .month {
		font-size: 14px;
	}
	.post-slide .date {
		font-size: 14px;
	}
}
div.clanky .row {
	padding-top: 35px;
}
.blog-row {
	margin-top: 50px;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.padding_right0 {
	padding-right: 0;
}
.padding_right10 {
	padding-right: 10px;
}
.padding_bottom0 {
	padding-bottom: 0;
}
.padding_top0 {
	padding-top: 0;
}
.padding_top10 {
	padding-top: 10px;
}
.padding_left0 {
	padding-left: 0;
}
.padding_left10 {
	padding-left: 10px;
}
.padding_left20 {
	padding-left: 20px;
}
.margin0 {
	margin: 0px
}
.margin_bottom5 {
	margin-bottom: 5px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.margin_bottom15 {
	margin-bottom: 15px;
}
.margin_bottom20 {
	margin-bottom: 20px;
}
.margin_bottom30 {
	margin-bottom: 30px;
}
.margin_left10 {
	margin-left: 10px;
}
.margin_left20 {
	margin-left: 20px;
}
.margin_right10 {
	margin-right: 10px;
}
.margin_right5 {
	margin-right: 5px;
}
.margin_top0 {
	margin-top: 0;
}
.margin_bottom0 {
	margin-bottom: 0;
}
.margin_left0 {
	margin-left: 0;
}
.margin_right0 {
	margin-right: 0;
}
.margin_top10 {
	margin-top: 10px;
}
.margin_top20 {
	margin-top: 20px;
}
.margin_top30 {
	margin-top: 30px;
}
.blog-content {
	padding: 10px;
}
.bg-white {
	background-color: #fff;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0px;
	margin-right: 0px;
}
.margin10 {
	margin: 10px;
}
.marginm10 {
	margin: -10px -10px 10px -10px;
}
.gap-rightbottom {
	margin-right: 10px;
	margin-bottom: 10px;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.list-group-item-small {
	padding-top: 5px;
	padding-bottom: 5px;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.hr-smallgap {
	margin-top: 10px;
	margin-bottom: 10px;
}
.large-font {
	font-size: 18px;
}
.condensed-large {
	font-size: 13px;
}
figcaption {
	font-size: 11px;
	color: #777777;
	margin-bottom: 10px;
}
.videos img {
	width: 100%;
	height: auto;
}
a.video {
	float: left;
	position: relative;
}
a.video span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("/images/play-video.png") no-repeat;
	background-position: 50% 50%;
	background-size: 300%;
}
a.video:hover span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("/images/play-video.png") no-repeat;
	background-position: 50% 50%;
	background-size: 300%;
	opacity: 0.5;
}
@media screen and (max-width: 480px) {
	a.video span {
		background-size: 400%;
	}
}
.breadcrumb {
	background-color: #206705;
	border-width: 1px;
	color: #79C55D;
	margin-bottom: 0;
	border-radius: 0;
}
.breadcrumb >.active {
	color: #79C55D;
}
.breadcrumb a {
	color: #55A537;
}
.breadcrumb>li+li:before {
	color: rgba(204, 204, 204, 1);
	content: "\276F\00a0";
}
.news-item img {
	width: 100%;
}
.news-item {
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
}
.news-item:hover {
	box-shadow: 0px 0px 15px #aaaaaa;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.03);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.03);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.03);
	transition: all 200ms ease-in;
	transform: scale(1.03);
}
.news-item a {
	text-decoration: none;
}
.full-size {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.panel-affix {
	height: 85%;
	width: 45%;
	margin-top: -30px;
	margin-right: 10px;
	overflow-y: scroll;
}
.table-curved td,
.table-curved th {
	border-radius: 6px;
}
.table thead > tr > th {
	border-bottom: none;
}
.table-scores td {
	border: none !important;
}
span.glyphicon {
	font-size: 1.2em;
}
.sccompsm {
	overflow: hidden;
}
#txtHint {
	left: 0px;
	top: 50px;
	background-color: #aaaaaa;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	z-index: 100000;
	visibility: hidden;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #444444;
}
.schome {
	background-color: #ffffff;
}
.scscore a {
	height: 100%;
	display: block;
}
.livescore-panel {
	background-color: #dddddd;
}
.infobox li {
	font-size: 11px;
}
.h2h {
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}
.h2h li {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}
.smallprint a {
	font-size: 12px;
	color: #bbbbbb;
}
.padding10 {
	padding: 10px;
}
td div.matchinfo {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
tr,
td {
	height: 100%;
}
.marginadjusttop {
	margin-top: -25px;
}
.poweredby {
	margin-top: 10px;
	color: #aaaaaa;
	font-size: 12px;
}
.poweredby img {
	width: 150px;
	height32px
}
.guardianpower {
	padding: 0px;
	margin-top: -7px;
	margin-bottom: 0px;
	margin-right: 5px;
	color: #eee;
	font-size: 11px;
}
.guardianlogo {
	width: 100px;
	height: 21px;
	margin-bottom: 10px;
}
h1.news {
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background: #56cbfd;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
h1.news a {
	color: #fff;
	text-decoration: none;
}
h2.news {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #56cbfd;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
h2.news a {
	color: #fff;
}
h4.news {
	font-size: 14px;
	margin: 0px 0px 00px 0px;
	padding: 10px;
	background: #ddd;
	color: #333;
	border-radius: 5px 5px 0 0;
}
h4.news a {
	color: #333;
	font-weight: normal;
}
.squad {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.squad li {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}
.squadsmall {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	font-size: 11px;
}
.squadsmall li {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}
.squadsmallplayers {
	width: 30px;
	height: 30px;
}
.searchbar {
	margin-bottom: 0px;
	width: 190px;
	color: #777777;
}
.double li {
	line-height: 1.5em;
	float: left;
	display: inline;
}
.double li {
	width: 50%;
}
.triple li {
	line-height: 1.5em;
	float: left;
	display: inline;
}
.triple li {
	width: 33.3333%;
}
.quad {
	margin-bottom: 40px;
}
.quad li {
	line-height: 1.5em;
	float: left;
	display: inline;
}
.quad li {
	width: 25%;
}
.font-bold {
	font-weight: bold;
}
.smalltext {
	font-size: 0.85em
}
.greypanel {
	background-color: #bbbbbb;
}
#showmatch {
	height: 100%
}
.greyback {
	background-color: #dddddd;
}
.btn a {
	color: #ffffff;
}
.btn {
	margin-right: 5px;
	margin-bottom: 5px;
}
.commentary {
	height: 140px;
	overflow-y: scroll;
}
.oddsheading {
	color: #777777;
}
.table .text {
	position: relative;
}
.table .text span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 5px;
	right: 5px;
}
.text:before {
	content: '';
	display: inline-block;
}
.frontscore-h5 {
	margin: 10px 0px 0px 5px !important;
}
.clubbadge {
	display: inline-block;
}
.tab .nav-tabs {
	border-bottom: 0 none;
}
.tab .nav-tabs li {
	margin-right: 10px;
	color: #444;
}
.tab .nav-tabs li a {
	position: relative;
	padding: 15px;
	font-size: 17px;
	z-index: 1;
	color: #444;
	width: 100%;
	height: 100%;
}
.tab .nav-tabs li a:hover {
	background: transparent;
	border: 1px solid transparent;
}
.tab .nav-tabs li a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 8px;
	left: -1px;
	font-size: 17px;
	background: #72b7a0;
	border: 1px solid #d3d3d3;
	border-bottom: 0px none;
	border-radius: 10px 10px 0 0;
	transform-origin: left center 0;
	transform: perspective(4px) rotateX(2deg);
	z-index: -1;
}
.tab .nav-tabs li.active a:before {
	background: #fff;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover {
	border: 1px solid transparent;
	background: transparent;
	color: #444;
	z-index: 2;
}
.tab-content .tab-pane {
	border: 1px solid #d3d3d3;
	padding: 20px;
	background: #fff;
	line-height: 22px;
}
.tab-content .tab-pane h3 {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.tab .nav-tabs li a {
		padding: 15px 10px;
		font-size: 14px;
	}
	.tab .nav-tabs li a:before {
		bottom: 6px;
	}
}
@media only screen and (max-width: 480px) {
	.tab .nav-tabs li {
		width: 100%;
		margin-bottom: 5px;
	}
	.tab .nav-tabs li a:before {
		bottom: 0;
		transform: none;
		border-bottom: 1px solid #d3d3d3;
	}
}
.flag {
	width: 16px;
	height: 11px;
	background: url(/images/flags.png) no-repeat
}
.flag.flag-ad {
	background-position: -16px 0
}
.flag.flag-ae {
	background-position: -32px 0
}
.flag.flag-af {
	background-position: -48px 0
}
.flag.flag-ag {
	background-position: -64px 0
}
.flag.flag-ai {
	background-position: -80px 0
}
.flag.flag-al {
	background-position: -96px 0
}
.flag.flag-am {
	background-position: -112px 0
}
.flag.flag-an {
	background-position: -128px 0
}
.flag.flag-ao {
	background-position: -144px 0
}
.flag.flag-ar {
	background-position: -160px 0
}
.flag.flag-as {
	background-position: -176px 0
}
.flag.flag-at {
	background-position: -192px 0
}
.flag.flag-au {
	background-position: -208px 0
}
.flag.flag-aw {
	background-position: -224px 0
}
.flag.flag-az {
	background-position: -240px 0
}
.flag.flag-ba {
	background-position: 0 -11px
}
.flag.flag-bb {
	background-position: -16px -11px
}
.flag.flag-bd {
	background-position: -32px -11px
}
.flag.flag-be {
	background-position: -48px -11px
}
.flag.flag-bf {
	background-position: -64px -11px
}
.flag.flag-bg {
	background-position: -80px -11px
}
.flag.flag-bh {
	background-position: -96px -11px
}
.flag.flag-bi {
	background-position: -112px -11px
}
.flag.flag-bj {
	background-position: -128px -11px
}
.flag.flag-bm {
	background-position: -144px -11px
}
.flag.flag-bn {
	background-position: -160px -11px
}
.flag.flag-bo {
	background-position: -176px -11px
}
.flag.flag-br {
	background-position: -192px -11px
}
.flag.flag-bs {
	background-position: -208px -11px
}
.flag.flag-bt {
	background-position: -224px -11px
}
.flag.flag-bv {
	background-position: -240px -11px
}
.flag.flag-bw {
	background-position: 0 -22px
}
.flag.flag-by {
	background-position: -16px -22px
}
.flag.flag-bz {
	background-position: -32px -22px
}
.flag.flag-ca {
	background-position: -48px -22px
}
.flag.flag-catalonia {
	background-position: -64px -22px
}
.flag.flag-cd {
	background-position: -80px -22px
}
.flag.flag-cf {
	background-position: -96px -22px
}
.flag.flag-cg {
	background-position: -112px -22px
}
.flag.flag-ch {
	background-position: -128px -22px
}
.flag.flag-ci {
	background-position: -144px -22px
}
.flag.flag-ck {
	background-position: -160px -22px
}
.flag.flag-cl {
	background-position: -176px -22px
}
.flag.flag-cm {
	background-position: -192px -22px
}
.flag.flag-cn {
	background-position: -208px -22px
}
.flag.flag-co {
	background-position: -224px -22px
}
.flag.flag-cr {
	background-position: -240px -22px
}
.flag.flag-cu {
	background-position: 0 -33px
}
.flag.flag-cv {
	background-position: -16px -33px
}
.flag.flag-cy {
	background-position: -32px -33px
}
.flag.flag-cz {
	background-position: -48px -33px
}
.flag.flag-de {
	background-position: -64px -33px
}
.flag.flag-dj {
	background-position: -80px -33px
}
.flag.flag-dk {
	background-position: -96px -33px
}
.flag.flag-dm {
	background-position: -112px -33px
}
.flag.flag-do {
	background-position: -128px -33px
}
.flag.flag-dz {
	background-position: -144px -33px
}
.flag.flag-ec {
	background-position: -160px -33px
}
.flag.flag-ee {
	background-position: -176px -33px
}
.flag.flag-eg {
	background-position: -192px -33px
}
.flag.flag-eh {
	background-position: -208px -33px
}
.flag.flag-england {
	background-position: -224px -33px
}
.flag.flag-er {
	background-position: -240px -33px
}
.flag.flag-es {
	background-position: 0 -44px
}
.flag.flag-et {
	background-position: -16px -44px
}
.flag.flag-eu {
	background-position: -32px -44px
}
.flag.flag-fi {
	background-position: -48px -44px
}
.flag.flag-fj {
	background-position: -64px -44px
}
.flag.flag-fk {
	background-position: -80px -44px
}
.flag.flag-fm {
	background-position: -96px -44px
}
.flag.flag-fo {
	background-position: -112px -44px
}
.flag.flag-fr {
	background-position: -128px -44px
}
.flag.flag-ga {
	background-position: -144px -44px
}
.flag.flag-gb {
	background-position: -160px -44px
}
.flag.flag-gd {
	background-position: -176px -44px
}
.flag.flag-ge {
	background-position: -192px -44px
}
.flag.flag-gf {
	background-position: -208px -44px
}
.flag.flag-gh {
	background-position: -224px -44px
}
.flag.flag-gi {
	background-position: -240px -44px
}
.flag.flag-gl {
	background-position: 0 -55px
}
.flag.flag-gm {
	background-position: -16px -55px
}
.flag.flag-gn {
	background-position: -32px -55px
}
.flag.flag-gp {
	background-position: -48px -55px
}
.flag.flag-gq {
	background-position: -64px -55px
}
.flag.flag-gr {
	background-position: -80px -55px
}
.flag.flag-gs {
	background-position: -96px -55px
}
.flag.flag-gt {
	background-position: -112px -55px
}
.flag.flag-gu {
	background-position: -128px -55px
}
.flag.flag-gw {
	background-position: -144px -55px
}
.flag.flag-gy {
	background-position: -160px -55px
}
.flag.flag-hk {
	background-position: -176px -55px
}
.flag.flag-hm {
	background-position: -192px -55px
}
.flag.flag-hn {
	background-position: -208px -55px
}
.flag.flag-hr {
	background-position: -224px -55px
}
.flag.flag-ht {
	background-position: -240px -55px
}
.flag.flag-hu {
	background-position: 0 -66px
}
.flag.flag-id {
	background-position: -16px -66px
}
.flag.flag-ie {
	background-position: -32px -66px
}
.flag.flag-il {
	background-position: -48px -66px
}
.flag.flag-in {
	background-position: -64px -66px
}
.flag.flag-io {
	background-position: -80px -66px
}
.flag.flag-iq {
	background-position: -96px -66px
}
.flag.flag-ir {
	background-position: -112px -66px
}
.flag.flag-is {
	background-position: -128px -66px
}
.flag.flag-it {
	background-position: -144px -66px
}
.flag.flag-jm {
	background-position: -160px -66px
}
.flag.flag-jo {
	background-position: -176px -66px
}
.flag.flag-jp {
	background-position: -192px -66px
}
.flag.flag-ke {
	background-position: -208px -66px
}
.flag.flag-kg {
	background-position: -224px -66px
}
.flag.flag-kh {
	background-position: -240px -66px
}
.flag.flag-ki {
	background-position: 0 -77px
}
.flag.flag-km {
	background-position: -16px -77px
}
.flag.flag-kn {
	background-position: -32px -77px
}
.flag.flag-kp {
	background-position: -48px -77px
}
.flag.flag-kr {
	background-position: -64px -77px
}
.flag.flag-kw {
	background-position: -80px -77px
}
.flag.flag-ky {
	background-position: -96px -77px
}
.flag.flag-kz {
	background-position: -112px -77px
}
.flag.flag-la {
	background-position: -128px -77px
}
.flag.flag-lb {
	background-position: -144px -77px
}
.flag.flag-lc {
	background-position: -160px -77px
}
.flag.flag-li {
	background-position: -176px -77px
}
.flag.flag-lk {
	background-position: -192px -77px
}
.flag.flag-lr {
	background-position: -208px -77px
}
.flag.flag-ls {
	background-position: -224px -77px
}
.flag.flag-lt {
	background-position: -240px -77px
}
.flag.flag-lu {
	background-position: 0 -88px
}
.flag.flag-lv {
	background-position: -16px -88px
}
.flag.flag-ly {
	background-position: -32px -88px
}
.flag.flag-ma {
	background-position: -48px -88px
}
.flag.flag-mc {
	background-position: -64px -88px
}
.flag.flag-md {
	background-position: -80px -88px
}
.flag.flag-me {
	background-position: -96px -88px
}
.flag.flag-mg {
	background-position: -112px -88px
}
.flag.flag-mh {
	background-position: -128px -88px
}
.flag.flag-mk {
	background-position: -144px -88px
}
.flag.flag-ml {
	background-position: -160px -88px
}
.flag.flag-mm {
	background-position: -176px -88px
}
.flag.flag-mn {
	background-position: -192px -88px
}
.flag.flag-mo {
	background-position: -208px -88px
}
.flag.flag-mp {
	background-position: -224px -88px
}
.flag.flag-mq {
	background-position: -240px -88px
}
.flag.flag-mr {
	background-position: 0 -99px
}
.flag.flag-ms {
	background-position: -16px -99px
}
.flag.flag-mt {
	background-position: -32px -99px
}
.flag.flag-mu {
	background-position: -48px -99px
}
.flag.flag-mv {
	background-position: -64px -99px
}
.flag.flag-mw {
	background-position: -80px -99px
}
.flag.flag-mx {
	background-position: -96px -99px
}
.flag.flag-my {
	background-position: -112px -99px
}
.flag.flag-mz {
	background-position: -128px -99px
}
.flag.flag-na {
	background-position: -144px -99px
}
.flag.flag-nc {
	background-position: -160px -99px
}
.flag.flag-ne {
	background-position: -176px -99px
}
.flag.flag-nf {
	background-position: -192px -99px
}
.flag.flag-ng {
	background-position: -208px -99px
}
.flag.flag-ni {
	background-position: -224px -99px
}
.flag.flag-nl {
	background-position: -240px -99px
}
.flag.flag-no {
	background-position: 0 -110px
}
.flag.flag-np {
	background-position: -16px -110px
}
.flag.flag-nr {
	background-position: -32px -110px
}
.flag.flag-nu {
	background-position: -48px -110px
}
.flag.flag-nz {
	background-position: -64px -110px
}
.flag.flag-om {
	background-position: -80px -110px
}
.flag.flag-pa {
	background-position: -96px -110px
}
.flag.flag-pe {
	background-position: -112px -110px
}
.flag.flag-pf {
	background-position: -128px -110px
}
.flag.flag-pg {
	background-position: -144px -110px
}
.flag.flag-ph {
	background-position: -160px -110px
}
.flag.flag-pk {
	background-position: -176px -110px
}
.flag.flag-pl {
	background-position: -192px -110px
}
.flag.flag-pm {
	background-position: -208px -110px
}
.flag.flag-pn {
	background-position: -224px -110px
}
.flag.flag-pr {
	background-position: -240px -110px
}
.flag.flag-ps {
	background-position: 0 -121px
}
.flag.flag-pt {
	background-position: -16px -121px
}
.flag.flag-pw {
	background-position: -32px -121px
}
.flag.flag-py {
	background-position: -48px -121px
}
.flag.flag-qa {
	background-position: -64px -121px
}
.flag.flag-re {
	background-position: -80px -121px
}
.flag.flag-ro {
	background-position: -96px -121px
}
.flag.flag-rs {
	background-position: -112px -121px
}
.flag.flag-ru {
	background-position: -128px -121px
}
.flag.flag-rw {
	background-position: -144px -121px
}
.flag.flag-sa {
	background-position: -160px -121px
}
.flag.flag-sb {
	background-position: -176px -121px
}
.flag.flag-sc {
	background-position: -192px -121px
}
.flag.flag-scotland {
	background-position: -208px -121px
}
.flag.flag-sd {
	background-position: -224px -121px
}
.flag.flag-se {
	background-position: -240px -121px
}
.flag.flag-sg {
	background-position: 0 -132px
}
.flag.flag-sh {
	background-position: -16px -132px
}
.flag.flag-si {
	background-position: -32px -132px
}
.flag.flag-sk {
	background-position: -48px -132px
}
.flag.flag-sl {
	background-position: -64px -132px
}
.flag.flag-sm {
	background-position: -80px -132px
}
.flag.flag-sn {
	background-position: -96px -132px
}
.flag.flag-so {
	background-position: -112px -132px
}
.flag.flag-sr {
	background-position: -128px -132px
}
.flag.flag-ss {
	background-position: -144px -132px
}
.flag.flag-st {
	background-position: -160px -132px
}
.flag.flag-sv {
	background-position: -176px -132px
}
.flag.flag-sy {
	background-position: -192px -132px
}
.flag.flag-sz {
	background-position: -208px -132px
}
.flag.flag-tc {
	background-position: -224px -132px
}
.flag.flag-td {
	background-position: -240px -132px
}
.flag.flag-tf {
	background-position: 0 -143px
}
.flag.flag-tg {
	background-position: -16px -143px
}
.flag.flag-th {
	background-position: -32px -143px
}
.flag.flag-tj {
	background-position: -48px -143px
}
.flag.flag-tk {
	background-position: -64px -143px
}
.flag.flag-tl {
	background-position: -80px -143px
}
.flag.flag-tm {
	background-position: -96px -143px
}
.flag.flag-tn {
	background-position: -112px -143px
}
.flag.flag-to {
	background-position: -128px -143px
}
.flag.flag-tr {
	background-position: -144px -143px
}
.flag.flag-tt {
	background-position: -160px -143px
}
.flag.flag-tv {
	background-position: -176px -143px
}
.flag.flag-tw {
	background-position: -192px -143px
}
.flag.flag-tz {
	background-position: -208px -143px
}
.flag.flag-ua {
	background-position: -224px -143px
}
.flag.flag-ug {
	background-position: -240px -143px
}
.flag.flag-um {
	background-position: 0 -154px
}
.flag.flag-us {
	background-position: -16px -154px
}
.flag.flag-uy {
	background-position: -32px -154px
}
.flag.flag-uz {
	background-position: -48px -154px
}
.flag.flag-va {
	background-position: -64px -154px
}
.flag.flag-vc {
	background-position: -80px -154px
}
.flag.flag-ve {
	background-position: -96px -154px
}
.flag.flag-vg {
	background-position: -112px -154px
}
.flag.flag-vi {
	background-position: -128px -154px
}
.flag.flag-vn {
	background-position: -144px -154px
}
.flag.flag-vu {
	background-position: -160px -154px
}
.flag.flag-wales {
	background-position: -176px -154px
}
.flag.flag-wf {
	background-position: -192px -154px
}
.flag.flag-ws {
	background-position: -208px -154px
}
.flag.flag-ye {
	background-position: -224px -154px
}
.flag.flag-yt {
	background-position: -240px -154px
}
.flag.flag-za {
	background-position: 0 -165px
}
.flag.flag-zm {
	background-position: -16px -165px
}
.flag.flag-zw {
	background-position: -32px -165px
}
.image20 {
	width: 20px;
	height: 20px;
	z-index: 2;
}
.image30 {
	width: 30px;
	height: 30px;
}
.image35 {
	width: 35px;
	height: 35px;
}
.image40 {
	width: 40px;
	height: 40px;
}
.image50 {
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.image70 {
	width: 70px;
	height: 70px;
	object-fit: cover;
}
.image100 {
	width: 100px;
	height: 70px;
}
.image150 {
	width: 150px;
	height: 150px;
}
.gold {
	color: #FFff00;
}
.light-grey {
	color: #dddddd
}
.mid-grey {
	color: #aaaaaa
}
.dark-grey {
	color: #555555
}
.white-text {
	color: #ffffff;
}
.white {
	color: #ffffff;
}
.green {
	color: #22bb22;
}
.red {
	color: #bb2222;
}
.yellow {
	color: #ffff00;
}
.quicklinks {
	background-color: #aaaaaa;
}
.quicklinks a {
	color: #666666;
}
.theadscores {
	visibility: hidden;
}
.min300 {
	min-width: 300px;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		border: 0;
	}
}
.navbar .navbar-collapse.in {
	max-height: 100vh !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 5px 15px 10px 25px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.dropdown-menu ul {
	margin: 0 0 0 10px;
	padding: 0;
}
.flag-icon-sco {
	background-image: url(/images/flags/flag-scotland.svg);
}
.flag-icon-eng {
	background-image: url(/images/flags/flag-england.svg);
}
.flag-icon-wal {
	background-image: url(/images/flags/flag-wales.svg);
}
.flag-icon-norn {
	background-image: url(/images/flags/flag-northern-ireland.svg);
}
.flag-icon-uel {
	background-image: url(/images/flags/flag-europa-league.png);
}
.flag-icon-ucl {
	background-image: url(/images/flags/flag-champions-league.png);
}
.addthis_inline_share_toolbox {
	margin: 15px 0 10px 0;
	height: 35px;
}
.columnlist ul {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.columnlist ul > li {
	display: inline-block;
	/* You can also add some margins here to make it look prettier */
	zoom: 1;
	*display: inline;
	/* this fix is needed for IE7- */
}
.noh1 {
	margin-top: 10px;
}
.container-h1 {
	background-color: rgb(43, 62, 80);
	color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
@media (max-width: 767px) {
	.container-h1 {
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
}
.container-h1 h1 {
	color: #ffffff;
	margin: 25px 10px 20px 10px;
	font-size: 24px;
}
.container-breadcrumb {
	margin: 0;
}
@media (max-width: 767px) {
	.container-breadcrumb {
		padding-left: 0;
		padding-right: 0
	}
	.container-h1 h1 {
		font-size: 20px;
		margin: 15px 10px 15px 10px;
	}
}
.img-h1-left,
.img-h1-right,
{
	width: 70px;
	height: 70px;
	margin: 10px 0px 10px 0px;
	object-fit: cover;
}
@media (max-width: 767px) {
	.img-h1-left {
		width: 50px;
		height: 50px;
		object-fit: cover;
		margin: 5px 10px 10px -10px;
	}
	.img-h1-right {
		width: 50px;
		height: 50px;
		object-fit: cover;
		margin: 5px 10px 10px -10px;
	}
}
.marginadjust {
	margin-top: 0px;
}
.largeflag {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.largeflag-left {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.livescoreflag {
	font-size: 30px;
}
.block-time {
	display: none;
}
strong {
	font-weight: 800;
}
.loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #42dbcf;
	background: -moz-linear-gradient(left, #42dbcf 10%, rgba(66, 219, 207, 0) 42%);
	background: -webkit-linear-gradient(left, #42dbcf 10%, rgba(66, 219, 207, 0) 42%);
	background: -o-linear-gradient(left, #42dbcf 10%, rgba(66, 219, 207, 0) 42%);
	background: -ms-linear-gradient(left, #42dbcf 10%, rgba(66, 219, 207, 0) 42%);
	background: linear-gradient(to right, #42dbcf 10%, rgba(66, 219, 207, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before {
	width: 50%;
	height: 50%;
	background: #42dbcf;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: #dddddd;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.logospin {
	border-radius: 50%;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
.navbar-brand:hover > .logospin {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.table-fixtures {
	margin: -10px 0 0 0;
}
.sharebar {
	margin-right: 25px;
	margin-bottom: 20px;
}
.bannerwide {
	margin-bottom: 10px;
}
.panel-heading-tab {
	width: 200px;
}
.livescore-score {
	background-color: #fff;
}
.livescore-teams {
	display: table-cell;
	width: 100%;
	padding: 10px;
}
.livescore-sctime {
	display: table-cell;
	padding: 10px 25px 10px 25px;
	vertical-align: top;
}
@media (max-width: 767px) {
	.livescore-sctime {
		display: table-cell;
		padding: 10px 10px 10px 10px;
		vertical-align: top;
	}
}
.livescore-icon {
	display: table-cell;
	padding: 10px 25px 10px 25px;
}
.livescore-events {
	font-size: 12px;
	color: #999999;
}
.oddstable {
	display: table-cell;
	width: 100%;
	padding: 10px;
}
.oddschoice {
	background-color: #fff;
}
.bet365logo {
	width: 90px;
	height: 25px;
	margin-top: 25px;
}
.bet365logo-nomargin {
	width: 90px;
	height: 25px;
}
.oddspad {
	padding: 0px 0px 0px 0px;
}
@media (max-width: 767px) {
	.oddspad {
		padding: 0px 15px 0px 15px;
	}
}
.oddsh5 {
	background-color: #bbb;
	color: #fff;
	display: inline-block;
	margin: 15px 0 0 0;
	padding: 10px;
}
.modal-content {
	background-color: #dddddd;
}
.chartp {
	margin: 10px 0px 0px 0px
}
.charthome {
	display: table-cell;
	height: 25px;
	background-color: rgb(120, 120, 120);
	color: #fff;
	padding: 5px;
	font-size: 11px;
	animation: main 1s;
	transform-origin: 100% 50%;
}
@keyframes main {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
.chartaway {
	display: table-cell;
	height: 25px;
	background-color: rgb(180, 180, 180);
	color: #fff;
	padding: 5px;
	text-align: right;
	font-size: 11px;
	animation: main 1s;
	transform-origin: 50% 100%;
}
@keyframes main {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
.greybg {
	background-color: #eeeeee;
}