/* ******************************************************************************* */
/* ***************************** STARPLAYERSTATS.COM ***************************** */
/* ****************************** CSS BY LAIK.COM ******************************** */
/* ******************************************************************************* */

/* ******************** Reset ******************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockcontainer, 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, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockcontainer, q {
	containers: none;
}
blockcontainer:before, blockcontainer:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-spacing: 0;
}

/* HTML5 */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ******************** Body ******************** */

html, body {
	background-color: #ffffff;
	font-family: Roboto, Arial;
	font-weight: 500;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ******************** Main ******************** */

main {
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1000px;	
	margin: 0px auto;
}
main h1{
	display: none;
}
main h2{
	font-family: Roboto Condensed, Arial;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	color: #212121;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-bottom:30px;
}
main h3{
	font-family: Roboto Condensed, Arial;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	color: #212121;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top:30px;
	margin-bottom:30px;
}
main .wrap{
	display: inline-block;
	width: 100%;
	max-width: 80%; 
	position: relative;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (max-width:479px) {
	main .wrap{
		top: 43%;
	}
}
main img{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
main img.prt{
	display: none;
}


main a.fcg{
	background-color: #ffffff;
	font-family: Roboto Condensed, Arial;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	color: #212121;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 269px;
	margin: 0px auto;
	padding: 14px 14px 14px 14px;
	border-radius: 3px;
}
main a.fcg:hover{
	background-color: #eee;
}

main a.psv{
	background-color: #ffffff;
	font-family: Roboto Condensed, Arial;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	color: #212121;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 269px;
	margin: 0px auto;
	padding: 14px 14px 14px 14px;
	border-radius: 3px;
}
main a.psv:hover{
	background-color: #eee;
}

main a.mss{
	background-color: #ffffff;
	font-family: Roboto Condensed, Arial;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	color: #212121;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 300px;
	margin: 0px auto;
	padding: 14px 14px 14px 14px;
	border-radius: 3px;
}
main a.mss:hover{
	background-color: #eee;
}


/* ******************** Footer ******************** */

footer {
	background-color: #212121;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}

/* copy */

#copy{
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding-top: 17px;
}
#copy a{
	color: #fff;
	text-decoration: none;
}
@media screen and (min-width:1025px) {
	#copy a:hover{
		color: #df4848;
	}
}
#copy span{
	font-family: Arial;
	font-size: 18px;
	color: #606060;
	padding: 0px 6px 0px 6px;
}