@CHARSET "UTF-8";

#headmenu {
	
	position: absolute;
	right: 10px;
	bottom: 15px;
	
}

#headmenu UL.menu {

	text-align: right;
	
}

#headmenu UL.menu LI {
	display: inline-block;
	margin-left: 0px;	
	margin: 0 7px;
}

#headmenu UL.menu LI A,
#headmenu UL.menu LI.menuseparator {
	color: white;
	font-size: 18px;
	text-decoration: none;
	xpadding: 0 10px;
	padding: 0 px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}


#headmenu UL.menu LI.menuseparator {
	font-weight:400;
}

#headmenu UL.menu LI A:hover {
	border-bottom: 2px solid;
}


@media only screen and (max-width: 1000px) {
	
	#headmenu {
		padding-top: 2%;
	}
	
	#headmenu UL.menu LI A,
	#headmenu UL.menu LI.menuseparator {
		font-size: 1.6vw;
		xpadding: 0px 1vw;
	}
	
	#headmenu UL.menu LI {
		margin: 0 0.7vw;
	}
	
	#headmenu DIV {
		margin-bottom: 1%; 
	}
	
}

@media only screen and (max-width: 500px) {
	
	
	
}


#footer UL.menu {
	
	
	text-align: center;
	
	
}

#footer UL.menu LI {
	display: inline-block;
	margin: 0px 10px;
	
}

#footer UL.menu LI A {
	color: white;
	font-size: 18px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;	
}

#menutoggle {
	display: none;
}

@media only screen and (min-width: 631px) {

	#headmenu UL.menu {
		display: block !important;
	}
	
}


@media only screen and (max-width: 630px) {
	
	#footer UL.menu {
		text-align: center;
	}
	
	#headmenu {
		display: none;
		width: 100%;
		box-sizing: border-box;
		right: -10px;
		left: 0;
		clear: both;
		padding-top: 0;
		position: relative;
		padding-top: 60px;
	}
	
	#headmenu UL.menu {
		xdisplay: none;
		xposition: fixed; relative;
		xtop: 40px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		padding: 0 10px;
		
		width: 100%;
		box-sizing: border-box;
		
	}
	
	#headmenu, #headmenu DIV, #headmenu UL {
		xposition: static;
		width: 100%;		
	}
	
	LI.menuseparator {
		display: none !important;
	}
	
	LI SPAN.menuitem {
		text-align: center;
		
	}
	
	#headmenu UL.menu LI {
		display: block;
		text-align: left;
		margin-bottom: 15px;
	}
	
	
	#headmenu UL.menu LI A,
	#headmenu UL.menu LI.menuseparator {
		font-size: 15px;
		
	}
	
	#headmenu UL.menu {
		width: 50%;
		float: left;
		text-align: left;
	}
	
	
	#headmenu #headsearch {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		height: 30px;
		padding: 10px 10px;
	}
	
	#headmenu #usermenu, #headmenu #premenu {
		
	}
	
	#headmenu #social {
		display: none;
	}
	
	#headmenu #floatwrap {
		display: block;
		width: 40%;
		float: right;
		clear: right;
	}
	
	#headmenu #usermenu A, #headmenu #premenu A {
		display: block;
		max-width: 100%;
		font-size: 12px;
		text-align: center;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	
	#headmenu #headsearch INPUT[type='text'] {
		width: 100%;
		font-size: 14px;
		padding: 5px;
		max-width: 100%;
	}
	
	#menutoggle {
		display: block;
		position: absolute;
		right: 10px;
		top: 30px;
		z-index: 3000;
		text-align: right;
		margin-right: 20px;
		line-height: 1em;
		font-size: 20px;
		line-height: 1em;
		
	} 
	
	#menutoggle A {
		display: block;
		width: 30px;
		height: 23px;
		background-image: url('/images/menutoggle.png');
		background-size: contain;
		background-repeat: no-repeat;
	}

}


