.bg-dark {
	color: #fff !important;
	background-color: #F08013 !important;
}
.navbar-collapse {
	background-color: #F08013;
}
.dropdown-menu {
	background-color: #F08013;
}
.div-testata {
	height: 500px;
	color: #fff;
	background-color: #F08013;
}
.div-testata h4 {
	font-weight: 300;
}

.titolo-testata {
	border-left: 2px solid #fff;
}

.left-line {
	border-left: 2px solid #F08013;
	padding-right: 40px;
	margin-bottom: 60px;
}
.left-line p {
	margin-bottom: 0;
}
.left-line span {
	font-weight: 800;
	font-size: 1.33rem;
}
.left-line p {
	font-size: inherit;
	font-weight: 400;
	margin-bottom: 0;
}



/* mobile */
@media screen and (max-width: 500px) {
	.left-line {
		padding-right: 0;
	}
	.dropdown-item {
		background-color: #F08013;
	}
}
/* mobile */

