.section-custom-construction .container:before {
	background: #b60e0e !important;
}

.section-custom-construction .container:after {
	background: #fff !important;
}

aside.sticky-active {
	backface-visibility: hidden;	
}

ul.nav-pills>li+li {
	margin-left: 0;
}

html #header.header-semi-transparent-light .header-nav-main nav > #mainNav > li:not(.active) > a {
	color: #b83b13;
}

html #header.header-semi-transparent-light .header-nav-main nav > #mainNav > li:not(.active) > a:hover {
	color: #fff;
}

html #header.header-semi-transparent-light .header-nav-main nav > #mainNav > li.btn-youtube-video:not(.active) > a {
	background-color: #026895;
	color: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	height: auto;
	margin-top: 25px;
	margin-left: 10px;
}

html body:not(.home) #header.header-semi-transparent-light .header-nav-main nav > #mainNav > li.btn-youtube-video {
	display: none;
}

@media (max-width: 991px) {
	html.sticky-header-enabled #header .header-nav-main {
		max-height: none;
		margin-bottom: 0;
	}

	html #header.header-semi-transparent-light .header-nav-main nav > #mainNav > li > a br {
		display: none;
	}

	html #header.header-semi-transparent-light .header-nav-main nav > #mainNav > li.btn-youtube-video:not(.active) > a {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	html #header.header-flex .header-body {
		padding: 0;
	}

	html #header.header-flex .header-nav {
		margin-top: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		font-size: 11px;
		line-height: 15px;
	}
}

.box-youtube-video {
	background-color: #026895;
	border-radius: 20px;
	padding: 10px;
}

.box-youtube-video h3.title {
	font: normal 18px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px 0 10px 0;
	text-transform: none;
}

.box-youtube-video p.description {
	margin: 5px 10px 0 10px;
	color: #fff;
	text-align: center;
}

