header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100
}

.barnav{
	background-color: transparent !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	height: 100px !important;
}

header ul li a{
	font-size: 1.3rem !important;
}

.barnav ul,
.barnav ul li,
.barnav ul li a{
	height: 100px !important;
}

.barnav ul li a{
	line-height: 100px !important;
	color:#fff !important
}

.pinned a.active{
    background-color: #f5f5f5;
    color:#000 !important
}

.pinned a{
	color:#fff !important;
}

.barnav .button-collapse,
.barnav .button-collapse i{	
	height: 80px !important;
	line-height: 80px !important
}

.brand-logo .logo-two{
	max-height: 58px;
	margin-top: 2px !important;
	height: 100%
}

@media(max-width:992px){
	.pinned .button-collapse,
	.pinned .button-collapse i{		
		height: 56px !important;
		line-height: 56px !important;
		color:#fff !important;
	}

	.barnav{
		height: 80px !important;
	}

	.barnav ul,
	.barnav ul li,
	.barnav ul li a{
		height: 80px !important;
	}
	.barnav ul li a{
		line-height: 80px !important;
	}
	.brand-logo img.logo-one{
		max-height: 80px !important;
		height: 80px !important
	}
	.brand-logo img.logo-two{
		margin-top: 2px !important;
		max-height: 54px !important;
		height: 54px !important
	}
}

@media (max-width:351px){
	nav{
		height: 56px !important
	}
}