.navigation_item {
	padding: 10px 15px;
	background: #fff;
	text-decoration: none;
	color: #e3e3e3 !important;
	font-size: 12px;
	border: 2px solid #e3e3e3;
	border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	font-family: ubuntu;
	box-shadow: 2px 5px 5px #888888;
}

.navigation_item:hover,
.selected_navigation_item {
	border: 2px solid rgb(107, 106, 106);
	border-radius: 50%;
	color: black !important;
	background: #fff;
	text-decoration: none;
}

.navigations_items_span {
	margin-right: 20px;
	color: white;
	font-family: 'ubuntu';
}

.navigation_text_span {
	text-decoration: none;
	font-family: 'OpenSans-light', sans-serif;
	color: #888888;
	font-size: 16px;
	white-space: nowrap;
	line-height: 50px;
}

.navigation_text_span a {
	text-decoration: none;
	color: #888888;
}