/*
#------------------------------------------------------------------------
# Store Box - March 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: antialiased;
	background-color: #fff;
	background-position: center top, 0 0;
	background-repeat: no-repeat, repeat;
	padding: 0;
}

body {
	color: #777;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 2;
	min-height: 100%;
	padding: 0 20px;
	word-wrap: break-word
}

body,
html {
	margin: 0;
	min-height: 100%;
}

a {
	-moz-transition: background .3s cubic-bezier(.17, .67, .88, 1.25), color .2s linear;
	-o-transition: background .3s cubic-bezier(.17, .67, .88, 1.25), color .2s linear;
	-webkit-transition: background .3s cubic-bezier(.17, .67, .88, 1.25), color .2s linear;
	color: #ff7e57;
	text-decoration: none;
	transition: background .3s cubic-bezier(.17, .67, .88, 1.25), color .2s linear
}

a:hover,
a:active,
a:focus {
	color: #363636
}

h2 {
	color: #ff7e57;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	padding: 0
}

h2 span {
	color: #ff7e57;
	display: block;
	font-size: 260px;
	font-weight: 600
}

h3 {
	color: #737373;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 32px
}

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

#errorboxbody {
	border-top: 1px solid #eee;
	padding: 24px 0 0
}

#errorboxbody a {
	padding: 0 12px 0 0
}

#frame {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 26px 15px 80px;
	text-align: center
}

#gkLogo {
	display: block;
	height: 30px;
	text-indent: -999em;
	width: 154px
}

#gkLogo img {
	display: block;
	margin: 0
}

#gkLogo.cssLogo {
	background: transparent url(../../images/logo.png) no-repeat 0 0;
	height: 30px;
	width: 154px
}

#gkLogo.text {
	color: #000;
	display: block;
	font-size: 20px;
	height: auto;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 0;
	text-transform: uppercase
}

#gkLogo.text .gkLogoSlogan {
	color: #000;
	display: block;
	font-size: 10px;
	line-height: 10px
}

#gkLogo.text > span {
	display: block;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px;
	padding: 0
}

#gkPage {
	background: none repeat scroll 0 0 #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.12);
	margin: 50px auto;
	max-width: 1100px;
	padding: 50px
}

#gkPageTop {
	border-bottom: 1px solid #eee;
	padding: 0 0 24px;
	width: 100%
}

#gkPageWrap {
	background: transparent
}

/* Forms */

fieldset {
	border: none;
	margin: 70px auto 0;
	width: 660px;
	overflow: hidden;
}
p#username,
p#password {
	margin: 0 15px 15px 0;
	float: left;
	width: 265px;
}
p#remember,
#form-login ul {
	clear: both;
}
label {
	
	line-height: 1.2;
	display: block;
	margin: 0 0 10px 0;
	color: #242424;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
div.buttons {
	margin: 28px 0 0;
}
input[type="checkbox"] {
	margin: 5px 5px 0 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #9c9c9c;
	height: 34px;
	max-width: 100%!important;
	padding: 0 15px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #fffef4;
}
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon{
	background: #ff7e57;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	margin: -4px 5px 2px 2px;
	padding: 0 15px;
	text-align: center;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover {
	background: #000;
	color: #fff
}
#remember {
	float: left;
	width: auto;
}
label[for="remember"] {
	float: left;
	line-height: 21px;
}
/* messages */
#system-message dt {
	display: none;
}
#system-message-container {
	margin: 0 auto 5px auto!important;
	max-width: 640px;
	padding: 0;
}
#system-message dd ul {
	list-style: none !important;
	margin: 0!important;
}
#system-message dd {
	padding: 5px 12px;
	color: #000;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	margin: 0 0 10px 0;
	background: #efefef;
}
#system-message dd.error {
	color: #fff;
	background: #ff7e57;
}
#system-message dd.notice {
	color: #363636;
	background: #eee;
}

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

@media (max-width:720px) {
	h2 {
		font-size: 16px;
	}
	
	#gkPage {
		padding: 50px 30px;
	}
	
	#frame {
		overflow: visible;
		padding: 26px 0 0 0;	
	} 
	
	fieldset {
		overflow: visible!important;
		padding: 0;
		width: 100%!important;
	}
	
	p#username, 
	p#password {
		width: 100%;
	}
}
