
.nav-logo a {
	color: #FFFFFF;
    display: block;
    font-size: 20px;
    padding-top: 6px;
}
.color {
	color:#006d78;
}
.bars {
	color:#ccc;
	font-size:18px;
}
#header-menu {
	line-height:70px;
}
.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width:100%;
	padding: 0;
	z-index: 999999999;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:#333;
	//background:rgb(51, 51, 51);
	//background:rgba(51, 51, 51, 0.95);
	box-shadow:0 1px 10px rgba(31, 50, 63, 0.25);
}
.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}
.ha-header-perspective > div {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.ha-header-small {
	height: 70px;
}
.ha-header-hide {
	height: 70px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ha-header-show {
	height: 70px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}







/* navbar */
.navbar {
	margin-bottom:0;
}
.navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 15px;
    text-transform: uppercase;
	line-height: 43px;
	font-weight:700;
	font-family: "Lovelo-Black";
}
.navbar-nav > li > a:hover , .navbar-nav > li > a:focus {
    background-color: transparent;
	color:#006d78;
}
.container > .navbar-header, .container > .navbar-collapse {
	margin:0;
}
.navbar-toggle {
	background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.nav {
	background:#333333;
}

