/*
#------------------------------------------------------------------------
# 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:url('../images/fon.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
		background:#fff;
	color: #666;
	font-size: 12px;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover,
a:active,
a:focus { 
	 color: #80C8FE;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
  text-decoration: none;
}

/* containers */
#gkPage {
	min-width: 280px;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
#gkPageTop {
	width: 100%;
}
#gkPageWrap {
	background: transparent;
	padding: 0 0 30px 0;
	width: 100%;
}
#frame {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 42px 15px;
}

/* 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: #222;
	display: inline-block;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 72px;
	height: auto;
	margin: 26px 0 0 0;
	overflow: hidden;
	padding: 10px 5px;
	text-indent: 0;
	width: auto;
	text-transform:uppercase;
}
#gkLogo.text > span {
	display: block;
	font-size: 92px;
	line-height: 100px;
	padding: 0;
}
#gkLogo.text .gkLogoSlogan {
	color: #555;
	display: block;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	text-transform:uppercase;
}

/* Other elements */
h2 {
	color: #555;
	font-size: 32px;
	font-weight: 200;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: center;
}

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 2px;
	color: #555;
	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"] {
	border:1px solid #ddd;
	padding: 12px 20px !important;
	max-width: 100%!important;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
	border:1px solid #999;
		outline:none;
		
}
button,
.button,
input.button,
span.button,
button.button,
input[type="submit"],
input[type="button"] {
 -webkit-appearance: none;
	 background:rgba(250,250,250,0.5);
	 border: 1px solid #999;
	 color: #555;
	 cursor: pointer;
	 display: block;
	 float: left;
	 height: 39px;
	 line-height: 39px;
	 margin: -1px 5px 2px 2px;
	 padding: 0 24px;
	 text-align: center;
}
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	color: #80C8FE;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
  background: rgba(22,22,22,0.5);
-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-ms-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;
}
#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;
background: rgba(22,22,22,0.5);
color: #80C8FE;
}
#system-message dd {
	padding: 5px 12px;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	margin: 0 0 10px 0;
background: rgba(22,22,22,0.5);
color: #80C8FE;
}
#system-message dd.error {
background: rgba(22,22,22,0.5);
color: #80C8FE;
}
#system-message dd.notice {
background: rgba(22,22,22,0.5);
color: #80C8FE;
}

@media (max-width:1000px) {
	body {
		background-image: url('../../images/header_tablet.jpg');
	}
}

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