body{
	margin-top: 36px; 
	-webkit-transition:margin-top 500ms;
	-moz-transition:margin-top 500ms;
	-o-transition:margin-top 500ms;
	transition:margin-top 500ms;
}
.menu-item-findingco{
	margin:0px;
	padding:4px 20px;
	height:30px;
	float:right;
}
.menu-item-findingco p{
	margin:0px; 
	padding:0px; 
	font-size:16px;
	cursor:pointer;
}
.menu-item-findingco p a{
	margin:0px; 
	padding:0px;
}


#findingco_menu_wide{
	display:none;
}
#findingco_menu_narrow{
	background-color:white;
	z-index:100000;
	width:100vw; 
	position:fixed; 
	top:0px; 
	left:0px; 
	height:36px; 
	margin:0px; 
	padding:0px;
}
#findingco_menu_expanded{
	background-color:white;
	z-index:100000;
	width:100vw;
	position:fixed;
	top:36px;
	left:0px;
	height:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	-webkit-transition:height 500ms;
	-moz-transition:height 500ms;
	-o-transition:height 500ms;
	transition:height 500ms;
}
@media only screen and (min-width: 700px){

	#findingco_menu_narrow{
		display:none;
	}
	#findingco_menu_wide{
		background-color:white;
		z-index:100000;
		display:block;
		width:100vw; 
		position:fixed; 
		top:0px; 
		left:0px; 
		height:36px; 
		margin:0px; 
		padding:0px;
	}
	#findingco_menu_expanded{
		display:none;
	}
	
}
