




header {
	line-height: 34px;
	position: fixed;
	width: 100%;
	height: 33px;
	max-height: 33px;
	text-align: right;
	font-size: 20px;
font-weight: bold;
	color: #FFFFFF;
	transition: all 0.4s ease;
	top: 0px;
	z-index:1030;
}

header.sticky {
display: none;}




header2 {
	position: fixed;
	width: 100%;
	font-size: 30px;
	line-height: 70px;
	height: 90px;
	background: #FFFFFF;
	color: #E60000;
	transition: all 0.4s ease;
	top: 37px;
	-webkit-box-shadow: 0px 1px 2px #585858;
	box-shadow: 0px 1px 2px #585858;
	z-index:1030;
}

header2.sticky2 {
font-size:14px;
line-height:60px;
height:70px;
	
background: #FFFFFF;
top:0px; 
}


header3 {
	height:35px;
	position: fixed;
	width: 100%;
	text-align: right;
	font-size:14px;
	line-height: 35px;
	color: #1C4779;
	transition: all 0.4s ease;
	top:129px;
	-webkit-box-shadow: 0px 2px 3px #DCDCDC;
	box-shadow: 0px 2px 3px #DCDCDC;
	z-index:1030;
		background-color:#F1F1F1;

}

header3 a .btn {
text-align: right;
font-size:14px;
	color: #1C4779;
	
}


header3.sticky3 {
	
top:70px; 
}


 header4 .ozbot {
	 min-height: 180px;
	transition: all 0.4s ease;
}



header4 .ozbot.sticky4 {
	 min-height: 180px;
}