* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	background: url('./bj.jpg');
	background-repeat:no-repeat;
}

#container {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body {
	text-align: center;
	font-family: 'proxima-nova', Helvetica;
}

#container {
	height: 100%;
}

#overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

#main_head {
	z-index: 2;
	position: absolute;
	display: inline-block;
	top: 10%;
	left: 3%;
	transform: translateY(-50%);
}

#main_content {
	padding: 10px 10px 10px 10px;
	background: rgba(0, 0, 0, 0.5);
}

#main_content h1 {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'proxima-nova-condensed', Helvetica;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}

#main_content h2 {
	font-weight: 600;
	font-family: 'proxima-nova-condensed', Helvetica;
	color: #e300da;
	font-size: 20px;
	line-height: 40px;
	margin-top: 20px;
}

#main_content h2 a {
	color: #e300da;
}

#main_content h3 {
	font-weight: 600;
	font-family: 'proxima-nova-condensed', Helvetica;
	color: #c2f30a;
	font-size: 25px;
	line-height: 40px;
	margin-top: 10px;
}

#main_content .sub_head {
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
}

#main_content .info {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	margin-top: 10px;
}

#main_content .info1 {
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
}

#main_content .list {
	font-size: 14px;
	margin-top: 2px;
}

#main_content .list a {
	color: #455cff;
}

#main_content .list li {
	line-height: 20px;
    height: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#logo {
	margin-top: 1%;
}

#links {
	margin-top: 30px;
}

#links a {
	border: 2px solid rgba(255, 255, 255, 0.20);
	border-radius: 61px;
	font-size: 23px;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 25px;
	display: inline-block;
	margin-right: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#links a:last-child{margin-right: 22px;}
#links a:hover{background: rgba(255, 255, 255, 0.20);}
#footer {
	background: rgba(0, 0, 0, 0.5);
}

#footer a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

#footer span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}