.hide{

	display: none;

}



.show{

	display: block;

}



.header{
	background: transparent;
	transition: all ease .4s;
	width: 100%;
	z-index: 999;
	position: absolute;
}



.header.header-fixed{

	height: 102px;

	position: fixed;

	width: 100%;

	top: 0;

}


/* 
*/



