@font-face {
    font-family: Azo Sans;
    src: url("../fonts/AzoSans-Thin.otf") format("opentype");
	font-weight: 100;
}

@font-face {
    font-family: Azo Sans;
    src: url("../fonts/AzoSans-Regular.otf") format("opentype");
	font-weight: 300;
}

@font-face {
    font-family: Azo Sans;
    src: url("../fonts/AzoSans-Medium.otf") format("opentype");
	font-weight: 500;
}

@font-face {
    font-family: Azo Sans;
    src: url("../fonts/AzoSans-Bold.otf") format("opentype");
	font-weight: 700;
}

@font-face {
    font-family: Azo Sans;
    src: url("../fonts/AzoSans-Black.otf") format("opentype");
	font-weight: 900;
}

body { 
    background: url(../images/bg.jpg) no-repeat 65% center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: Azo Sans;
}

.navbar-toggle {
	background-color: #000000 !important;	
}

.navbar-toggle:hover {
	background-color: #969595 !important;	
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #000000;
	background-color: transparent !important;
}

.navbar-inverse .navbar-nav>.active>a span,
.navbar-inverse .navbar-nav>.active>a:hover span{
	color: #000000;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.active {
	background: transparent;
	border-radius: 10px;
	height: 6px;
	box-shadow: 0 50px 0 0 #000000;
}

.navbar-inverse .navbar-collapse {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #000000;
}

a:hover {
	color: #000000 !important;	
}