@charset "utf-8";
body {
margin : 0 auto !important ;
float : none !important ;
font-family : Helvetica, Arial, sans-serif;
color : #999999;
background-color : #000000;
}
.header {
background : #000000;
background-image : url("images/menubk.png");
background-repeat : repeat-x;
height : 60px;
position : fixed;
width : 100%;
z-index : 9999;
}
a {
color : #999999;
transition : all 0.3s ease-in-out;
}
a:hover, a:focus {
text-decoration : none;
color : #444444;
transition : all 0.3s ease-in-out;
}
.logo {
color : #cccccc;
font-size : 16px;
padding : 0 !important ;
line-height : 60px;
}
.logo:hover, logo:active {
color : #cccccc;
}
.menu {
font-size : 12px;
font-family : Helvetica, Arial, sans-serif;
transition : all 0.3s ease-in-out;
margin : 0 !important ;
border : none;
}
.menu li a {
font-size : 12px;
color : #cccccc;
transition : all 0.3s ease-in-out;
font-family : Helvetica, Arial, sans-serif;
line-height : 29px;
background-color : #000000;
background-image : url("images/menubk.png");
background-repeat : repeat-x;
z-index : 999;
}
.menu li a:hover {
font-size : 12px;
transition : all 0.3s ease-in-out;
font-family : Helvetica, Arial, sans-serif;
outline : 0;
color : #999999;
}

.inner {
animation : reveal-banner 1s 0.25s ease-in-out;
animation-fill-mode : forwards;
background : rgba(0, 0, 0, 0.5);
color : white;
display : inline-block;
opacity : 0;
padding : 20px 40px;
text-align : center;
}
.title h2 {
font-family : Helvetica, Arial, sans-serif;
font-weight : 200;
font-size : 40px;
text-align : center;
color : #cccccc;
text-transform : uppercase;
}
.desc p {
width : 100%;
margin : 0 auto;
font-family : Helvetica, Arial, sans-serif;
font-weight : 100;
color : #cccccc;
font-size : 16px;
text-align : center;
line-height : 25px;
}
.desc p a {
text-decoration : none;
color : #999999;
}
.features {
background : #000000;
padding : 60px 0;
}
.features-text {
font-family : Helvetica, Arial, sans-serif;
font-weight : 200;
letter-spacing : 5px;
margin-bottom : 30px;
margin-top : 30px;
}
h2.features-text::after {
display : block;
margin : 18px auto 0;
width : 500px;
height : 2px;
background : none 0% 0% repeat scroll #111111;
content : "";
}
.active {
color : #666666 !important ;
}
.nav li a:active {
font-size : 12px;
transition : all 0.3s ease-in-out;
font-family : Helvetica, Arial, sans-serif;
color : #cccccc;
background-image : url("images/menubk.png");
background-repeat : repeat-x;
}