a, a:active, a:visited
{
	color: inherit;
	text-decoration: none;
}
.margin0
{
	margin: 0 auto;
}
body #wrap
{
	display:block;
	background: #000 url("../_images/background.png") no-repeat center 20px;
	background-attachment:fixed;
	min-width:990px;
	min-height:900px;
	padding-top:58px;
}

body .widthWraper
{
	width:990px;
	display:block;
	position:relative;
	margin:0 auto;
}
h2
{
	font-size: 32px;
	text-decoration: underline;
	color: #999999;
}
#navbar
{
	display:block;
	width:100%;
	position:fixed;
	top:0;
	height:56px;
	background-color:#110f0f;
	border-bottom:2px solid #10570a;
	z-index:1010;
	font-weight:normal;
	font-style:normal;
}

#navbar:after
{
	width:1010px;
	left:50%;
	margin-left:-505px;
	position:absolute;
	content:"";
	display:block;
	height:24px;
	top:56px;
	background:transparent url("../_images/nav_bottom_image.png") no-repeat;
	z-index:100;
}

#navbar .widthWraper
{
	height:56px;
}

#navbar h1
{
	display:block;
	float:left;
	width:200px;
	overflow:hidden;
}

#navbar h1 a
{
	color:#10570a;
	height:56px;
	line-height:58px;
	padding:0 12px;
	font-size:14px;
	font-weight:bold;
	font-family:"bebas-neue",Arial,"Helvetica Neue",Helvetica,sans-serif;
	display:block;
	text-decoration:none;
	text-shadow:0px 0px 4px #10570a;
	opacity: .6;
}
#navbar h1 a:hover
{
	color: #10570a;
	text-shadow:0px 0px 20px #10570a;
	opacity: 1;
}

#navbar ul
{
	display:block;
	float:right;
}

#navbar ul li
{
	display:block;
	float:left;
	padding:0 10px;
}

#navbar ul li.active
{
	box-shadow: inset 0 -1px -1px black;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(131,168,128,0) 22%, rgba(17,88,11,0.57) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(22%, rgba(131,168,128,0)), color-stop(100%, rgba(17,88,11,0.57)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(131,168,128,0) 22%, rgba(17,88,11,0.57) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(131,168,128,0) 22%, rgba(17,88,11,0.57) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(131,168,128,0) 22%, rgba(17,88,11,0.57) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(131,168,128,0) 22%, rgba(17,88,11,0.57) 100%);
}

#navbar ul li a
{
	text-transform:uppercase;
	color:#5e5e5e;
	font-weight:bold;
	text-decoration:none;
	height:56px;
	line-height:56px;
	padding:0 10px;
	font-size:12px;
	-webkit-transition:.3s ease all;
	display:block;
}

#navbar ul li a:hover
{
	color: #10570a;
	text-shadow:0 0 4px #10570a;
}*/
#navbar ul li.active a,*/
#navbar ul li.active a:hover
{
	color:white !important;
	text-shadow:0 0 4px white !important;
}

html,body
{
	height:100%;
}
body
{
	font:14px/22px Arial,"Helvetica Neue",Helvetica,sans-serif;
	background-color:black;
	color:#5e5e5e;
	zoom:1;
}
body.homepage #wrap
{
	background-image:url("../_images/background.png");
	background-attachment:scroll;
}
.section-fourths {
	float: left;
	width: 247.5px;
	/*margin: 0 30px 15px 0;*/
}
.features {
	padding-top: 20px;
	width: 990px;
}
.desc {
	color: #333333;
	font-size: 14px;
	text-align: left;
}
.hr2 {
	height: 5px;
	width: 207.5px;
	background-color: #1a1a1a;
	border-left: 40px solid #10570a;
	margin-bottom: 15px;
	margin-top: 15px;
}
.main-body
{
	margin-top: 600px;
	margin-bottom: 45px;
}
.main-body2
{
	min-height: 800px;
	width:990px;
	display:block;
	position:relative;
	margin:0 auto;
	background: rgba(0,0,0,.9);
	margin-top: 45px;
	margin-bottom: 45px;
}
.download-now
{
	opacity: .4;
	font-size: 25px;
	color: white;
	width: 200px;
	max-height: 75px;
	height: 50px;
	background-image: url("../_images/button-1.png");
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
	text-decoration: none;
}
.download-now:hover
{
	opacity: 1;
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	-ms-transition: opacity .4s linear;
	transition: opacity .4s linear;
}
.button-wrap
{
	margin-top: 650px;
}
.button2
{
	width: 25px;
	height: 25px;
	opacity: .6;
	margin-top: 10px;
}
.button2 + .button2
{
	margin-left: 10px;
	margin-top: 10px;
}
.button2:hover
{
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.copyr
{
	margin-left: 10px;
	color: #666666;
	font-size: 16px;
}
.copyr a
{
	color: inherit;
	text-decoration: underline;
}
.footer
{
	display:block;
	width:100%;
	position:fixed;
	top: 95.5%;
	height:45px;
	background-color:#110f0f;
	border-top:2px solid #10570a;
	z-index:1010;
	font-weight:normal;
	font-style:normal;
}

red {
	color: red;
}
 {
	outline: 1px solid red;
}
.desc-big
{
	width: 100%;
	color: #999999;
}
.anouncement
{
	font-variant: small-caps;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #999999;
	font-size: 50px;
}
.center
{
	display: block;
}
.centerimgdiv
{
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
}
.half
{
	width: 50%;
	padding: 30px;
	margin: 0 auto;
}
.col
{
	display: inline;
	float: left;
}
.row:before,
.row:after,
{
	content: " ";
	clear: both;
	display: table;
}