/* Header Style */
header{
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 6;
	text-align: center;
}
header > div {
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 1.3em;
	width:100%;
	height: 25px;
	padding: 20px 0px;
	background: white;
	text-transform: uppercase;
	z-index: 20;
	position: relative;
	box-shadow: 1px 0px 2px #000;
	position: relative;
}
header div {
	display: inline-block;
	vertical-align:top;
}
header a {
	padding: 0px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
	transition: all .3s;
}
header a:hover{
	color: #ddd;
}
header #top_menu_left {
	position: absolute;
	left: 30px;
}
header #top_menu_right {
	position: absolute;
	right: 30px;
	top: 18px;
	line-height: 30px;
	font-size: 0.65em;
}
#hamburger {
  cursor: pointer;
  width: 1.2em;
  text-align: center;
}
#hamburger > span {
  display: block;
  height: 3px;
  margin-top: 4px;
  background-color: black;
  color: black;
  transition: all 1s;
}
#hamburger:hover > span {
  background-color: #aaaaaa;
  transition: all .3s;
}


/* ========== RESPONSIVE ========== */
/* Largest */
@media all and (max-width: 1280px) {
}

/* Large */
@media all and (max-width: 1024px){
}

/* Medium */
@media all and (max-width: 800px) {
}

/* Small */
@media all and (max-width: 640px) {
	header #top_menu_left {
		font-size: 0.65em;
		width: 50px;
		top: 17px;
		line-height: 17px;
	}
}
