/*
#------------------------------------------------------------------------
# inStyle - November 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: #fff;
	color: #666;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a {
	color: #39bdbd;
	-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: #111; 
}

/* 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: 100px;
	margin: 24px 30px 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 159px;
	display: inline-block;
}
#gkLogo img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo {
	background: transparent url('../../images/logo.png') no-repeat 0 0;
	height: 100px;
	width: 159px;
}
#gkLogo.text {
	color: #000;
	display: inline-block;
	font-family: 'Qwigley', cursive;
	font-size: 72px;
	height: auto;
	margin: 26px 0 0 0;
	overflow: hidden;
	padding: 10px 5px;
	text-indent: 0;
	width: auto;
}
#gkLogo.text > span {
	display: block;
	font-size: 92px;
	line-height: 100px;
	padding: 0;
}
#gkLogo.text .gkLogoSlogan {
	color: #444;
	display: block;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
}

/* Other elements */
h2 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 300;
	color: #555;
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0 0 32px;
	font-size: 20px;
	font-weight: 300;
	color: #737373;
}
h2 span {
	color: #39bdbd;
    display: block;
    font-family: 'Qwigley', cursive;
    font-size: 300px;
    font-weight: 200;
}
#errorboxbody {
	text-align: center;
	padding: 0 0 36px 0;
}

@media (max-width:1000px) {
	body {
		background-image: url('../../images/header_tablet.jpg');
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h2 span {
		font-size: 120px;
	}
}

@media (max-width:720px) {
	body {
		background-image: url('../../images/header_mobile.jpg');
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 14px;
	}
	h2 span {
		font-size: 100px;
	}
}