body {
	margin:0;
	padding:0;
	background:url("../images/bg.jpg") no-repeat center #01103b;
	background-attachment: fixed;
}
body, select, input, textarea{
	color:#777;
	font-size:14px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif, Calibri;
}
img {
	border:none;
}
::-moz-selection  {
    color: #fff;
    background:#000;
}
::selection {
    color: #fff;
    background:#000;
}
figure{
	margin:0;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
a {
	outline:none;
	color:#dddddd;
	text-decoration:none;
}
a:hover {
	outline: none;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	text-decoration: underline;
}
.clear{
	clear:both;
	height:auto;
}
.wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.logo{
	margin: 0 auto;
	width: 356px;
}
.logo a{
	display: block;
	text-align: center;
	background-color: #fff;
	padding: 29px 0 26px;
}
h1{
	text-indent: -999px;
}

/**********/
@media screen and (max-width: 991px) {
	body {
		background:url("../images/bg.jpg") no-repeat center #01103b;
		background-attachment: fixed;
		background-size: cover;
	}
	.logo {
		margin: 0 auto;
		width: 225px;
	}
	.logo a{
		padding: 20px 0 17px;
	}
	.logo a img {
		width: 70%;
	}
}