/*
#------------------------------------------------------------------------
# game. - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Basic elements */
html { 
	-webkit-font-smoothing: subpixel-antialiased; 
}
body {
	background: #000;
	color: #ccc;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a {
	color: #fff;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus { 
	color: #d82731; 
}

/* containers */
#gkPage {
	padding: 0;
	margin: 0 auto;
}
#gkPageTop {
	width: 100%;
}
#gkPageWrap {
	background: transparent;
	padding: 0 0 30px 0;
}
#frame {
	margin: 0;
	overflow: hidden;
	padding: 0 15px 10px 15px;
	clear: both;
	text-align: center;
}

#errorNumber {
	float: left;
	padding: 31px 0 0;
	width: 39%;
}

/* Logo  */
#gkPageTop {
	text-align: center;
}
#gkLogo {
	height: 58px;
	margin: 24px 0 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 85px;
	display: inline-block;
}
#gkLogo img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo {
	background: transparent url('../../images/style1/logo.png') no-repeat 0 0;
	height: 58px;
	width: 85px;
}
#gkLogo.text {
	color: #fff;
	display: block;
	float: left;
	height: 58px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 0;
	width: auto;
}
#gkLogo.text > span {
	display: block;
	font-size: 30px;
	line-height: 46px;
	padding: 0;
}
#gkLogo.text .gkLogoSlogan {
	color: #e5e5e5;
	display: block;
	font-size: 10px;
	line-height: 4px;
	text-align: center;
}

/* Other elements */
h2 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 300;
	color: #ccc;
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0 0 32px;
	font-size: 20px;
	font-weight: 300;
	color: #aaa;
}
h2 span {
	color: #d82731;
    display: block;
    font-size: 300px;
    font-weight: 200;
}
#errorboxbody {
	text-align: center;
	padding: 0 0 36px 0;
}

@media (max-width:1000px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h2 span {
		font-size: 120px;
	}
}

@media (max-width:720px) {
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 14px;
	}
	h2 span {
		font-size: 100px;
	}
}