/* general styles */
* {
	margin: 0;
	padding: 0;
	
}
body {
    background: #0b0b0b;
	font: 18px/22px "Tahoma", Arial, Helvetica, sans-serif;
}
a {
	color: #8b8b8c;
	text-decoration: underline;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
/* main */
.container {
	background: rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.container h1 {
	padding: 38px 0 0;
}
.container h1 span {
	display: block;
	width: 307px;
	height: 62px;
	background: url(../images/logo.svg) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	margin: 0 auto;
}
.container h2 {
	color: #ffffff;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin: 20px 0 0;
	font-weight: normal;
}
.container h2 span {
	color: #aecf74;;
}
.note {
	color: #8b8b8c;
	text-align: center;
	margin: 22px 0 0;
}
.buttons {
	margin: 44px 0 0;
	text-align: center;
}
.buttons .btn-enter {
	width: 125px;
	height: 41px;
	margin: 0 auto;
	display: block;
    text-align: center;
    background: #aecf74;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    text-decoration: none;
}
.buttons .btn-enter:hover {
	background: #8cc1e3;
    color: #fff;
}
.buttons li a {
	color: #8b8b8c;
	font-size: 15px;
	text-decoration: none;
}
.buttons li {
	padding-bottom: 15px;
}
/* footer */
#footer {
}