#header {
	background-color: rgba( 4, 9, 30, 0.8 );
}

.single-feature {
	background-color: rgba( 4, 9, 30, 0.8 );
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #777; 
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 10000;
    height: 100%;
}

#status {
    width: 120px;
    height: 120px;
    left: 0%;
	background-image: url( '../img/Rhombus.gif' );
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-top: 200px;
}

.active a {
    color: #f7631b !important;
}

.menu_active {
    color: #f7631b !important;
}

.header-top {
    background-color: #c66e43;
}