@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-repeat:no-repeat;}
	
body {
	width:100%;
	background: url(images/background.jpg) repeat-x #000;
	/*background: url(images/bg-wolfpack.jpg) #083884;*/
	/*background: #000;*/
    background-attachment: fixed;
    background-position: center -70px;
}

.wrap {
	width: 980px;
	margin:auto;
}

.header {
	width: 100%;
}

.header a.home {
	width: 188px;
	height: 185px;
	float:left;
}







.main {
	width: 100%;
	height: auto;
	background-color:#FFF;
	float:left;
	margin-top: 70px;
	/*margin-top: 120px;*/
	border-radius: 13px;
	margin-bottom: 30px;
	padding-bottom: 40px;
}

img.main-scores {
	margin:auto;
	width: 756px;
	display: block;
	/*margin-top: 60px;*/
}

a.fb {
	margin-left: 20px;
}

h1.stats-h {
	font-size: 26px;
	color: #b50000;
	font-family: Arial, Helvetica, 
	sans-serif;
	text-align:center;
	margin-top: 50px;
}

a.download {
	width: 130px;
	height: 27px;
	background-image:url(images/d.png);
	display:block;
	margin:auto;
	margin-top: 20px;
}

p {
	color:#666;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 20px;
}

img.photos {
	max-width: 700px;
	display:block;
	margin:auto;
	border-radius: 10px;
	margin-top: 20px;
}

img.alltime {
	width:100%;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.row-two,  .row-3{
	width: 90%;
	margin: 50px auto 0 auto;
}
.row-two .column{
	width: 49%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 0 0 16px 0;
}
.row-two .column img{
	max-width: 100%;
	width: 100%;
}
.row-two .column:nth-child(2n){
	margin-left: 2%;
}
.columns ul  {
	list-style: none;
	margin: 10px;
}
.columns span, .alltime span{
	display: inline-block;
	margin-bottom: 6px;
	padding-left: 15px;
}
.alltime span{
	display: block;
	margin-top: 6px;
}
.row-3 .columns{
	width: 31%;
	float: left;
	display: inline-block;
	margin:0 1%;
	box-sizing: border-box;
	padding: 12px 9px;
	margin-bottom: 15px;
	min-height: 250px;
	color: #7A7A7A;
}
.row-3 .columns ul li{
	margin-bottom: 4px;
	padding-left: 12px;
	padding-bottom: 4px;
	font-size: 90%;
}
.row-3 .columns h3{
	color: #000;
	font-size: 1.3rem;
	text-align: center;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	margin-bottom: 14px;
}
.row-3 .columns.color-border-bg{
	border:solid 2px #000;
	background-color: #e8e8e8;
}
.row-3 .columns.rounded{
	border-radius: 10px;
}
.coverupfont .sub-text{
	font-size: 90%;
	text-align: center;
	margin-top: -10px
}
.row-3 .columns img {
    border-radius: 12px;
    display: table;
    margin: 0 auto;
}
.coverupfont h3{
	text-transform: uppercase;
}
.coverupfont ul li {
	
}
.alltime .columns{
	min-height: 280px;
}.homescore .columns{
	min-height: 430px;
}
.players-o{
	margin: 45px 0 15px 0;
}
.players-o span{
	display: block;
	padding: 10px 0;
	text-align: center;
}