#headerWrap{
	background: #ff286e !important;
}
.sidenav{
	background: #ff286e !important;
}
#headerWrap .btn-danger{
	background: #aa0d3f !important;
}
@media (min-width: 1000px) {
	header{
		background: #ff286e;
	}
	#scrollHolderLabel{
		background: #ed1c5e;
		color: #eee;
	}
	#scrollHolder{
		background: #ff286e !important;
		border-top: 1px solid #aa0d3f;
		border-bottom: 1px solid #aa0d3f;
		color: #fff;
	}
	.ticker, .ticker-swipe, .ticker-content{
		background: #ff286e;
	}
	#logo{
		background-image: url(../images/logoFlagmanWhite.png);
	}
	#headerLeft .button-latest-news{
		color: #fff;
	}
	#headerRight{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	.logo-giro{
		width: 6rem;
		height: 100%;
	}
	.logo-giro img{
		display: block;
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
	.logo-giro-mobile{
		display: none;
	}
}
@media (max-width: 1000px) {
	.logo-giro{
		display: none;
	}
	.logo-giro-mobile{
		margin: 0 1rem 0 0;
	}
	.logo-giro-mobile img{
		width: 40px;
		height: 30px;
	}
}