.widgets {
	padding-top: 50px;
	padding-bottom: 50px;

}
.widgets .menu .nav {
	padding-bottom: 50px;
	border-bottom: none;
}
.widgets .menu .nav > li {
	display: inline-block;
	float: none;
}
.widgets .menu .nav > li > a {
	margin: 0px !important;
	padding: 10px 40px !important;
	border: none !important;
	border-radius: 0px !important;
	color: rgba(0, 0, 0, 0.87) !important;
	background-color: transparent !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}
.widgets .menu .nav > li.active > a {
	color: #ed1c24 !important;
	border-bottom: 2px solid #ed1c24 !important;
}
.widgets .menu .nav > li:hover > a {
	background-color: transparent !important;
}
.widgets .data a {
	width: 100%;
}
.widgets .data #iframe {
	width: 100%;
}
