.abtus>h4:first-child{
	margin-top: 50px;
}
.abtus>h4{
	line-height: 28px;
}
.abtus>h4:last-child{
	margin-bottom: 50px;
}
.agenda{
	-webkit-box-shadow: rgba(0,0,0,0.26) 0 0 5px;
	        box-shadow: rgba(0,0,0,0.26) 0 0 5px;
	padding: 0;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
}
.table{
	margin-bottom: 0;
}
.webmenu_active, .webmenu_nonactive{
	background-color: #354b89;
	-webkit-border-radius: 0;
	        border-radius: 0;
	    margin-bottom: 0;
}
.webmenu_active>a, .webmenu_nonactive>a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.webmenu_active > a{
	color: #000;
}
.webmenu_active{
	background: none;
	border-bottom: 1px solid #eee;
}
.webmenu_active:hover > a, .webmenu_nonactive:hover > a{
	color: #000;
}
.menu_details li{
	margin-bottom: 15px;
}

@media (max-width: 446px){
	.nav.nav-pills.nav-stacked{
		margin: -15px -15px 0 -15px;
	}
}