.clearbar{
	clear:both;
}
.fullNavBar{
	background-color:#fff;
	width:100%;
	height:58px;
	top:0;
	position:fixed;
	z-index:5;
    
    box-shadow: 0px 4px 0px #1e1e1e;
}
.mainNavBar{
	width:auto;
	position:fixed;
	top:0px;
	right:0;
	z-index:5;
}
.secNavBar{
	width:auto;
	position:fixed;
	top:0px;
	left:0;
	z-index:5;
}
.logoNavBox{
	width:auto;
	height:50px;
	float:left;
	
	padding:4px 12px 4px 8px;
	
	z-index:5;
}
.navLogo{
    width:43px;
}
.mainNavBox{
	width:auto;
	height:50px;
	float:left;
	
	margin:0;
	padding:4px 8px 4px 8px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	font-size:20px;
	line-height:80px;
	z-index:5;
}
.secNavBox{
	width:auto;
	height:50px;
	float:right;
	
	margin:0;
	padding:4px 8px 4px 8px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	font-size:20px;
	line-height:80px;
	z-index:5;
}
.navLogo{
	cursor:pointer;
}
.mainNavBox{
	cursor:pointer;
}
.secNavBox{
	cursor:pointer;
}
.navC{
    background-color: #fff;
    width:100%;
    height: 3px;
    margin: -29px 0 0 -6px;
    padding: 0 6px 0 6px;
}
.navCLogo{
    margin: 1px 0 0 -4px;
    padding: 0 6px 0 6px;
}