@charset "UTF-8";

/*************************************
 * Top Navigation
*************************************/
.top-navigation {
	background-color: rgba(200, 200, 200, 1);
	border-bottom: 1px solid rgba(150,150,150,1);
    box-shadow: 0px 10px 10px rgba(200, 200, 200, .5);
}

.top-navigation .top-navigation-inner {
	padding-top: 20px;
    padding-bottom: 20px;	
}

.top-navigation .left-links a {
	color: #222;
    text-decoration: none;
    font-weight: 700;
}

.top-navigation .left-links a:hover {
    color: #666;
}

.top-navigation .top-navigation-inner .social-media {
	margin-left: 10px;
}

.top-navigation .social-media {
	margin-left: 10px;
	color: #222;
}

.top-navigation .social-media:hover {
    color: #666;
}