/* mobile navigation */
#mobile {
	background : #355664;
	color	: #A6790A;
	overflow	: hidden;
	}
#mobile {
	text-align: center;
	width: 100%;
}

#mobile ul {
	list-style: none;
	padding: 0;
	margin : 4px;
}
#mobile ul li {
	font-family: "Source Sans Pro",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	margin	: 0 15px;
	line-height: 18px;
}
#mobile ul li a {
	width	: 90px;
	display	: inline-block;
	text-decoration: none;
	text-transform: none;
	color	: #A6790A;
	}
#mobile .that {
	color	: white;
	text-decoration: none;
	}
