/* MENUS */
.arx_menu_item {
	margin-bottom:40px;
/*	border-bottom:dotted 1px #282344;*/
}


.arx_menu_item h2{
	
}

.arx_menu_item a{
	display:inline-block;
	padding:10px 25px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
	background-color: #03446D;
	color:#fff;
	margin-bottom:20px;
	text-decoration: none !important;
	-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
	margin-right:20px;
}

.arx_menu_item a:hover{
	background-color: #008DCB;
	color:#fff !important;
}

.arx_menu_item a:before {
	content:url()
}


