/* Début Title Bar Desktop */

.fusion-breadcrumb-item:last-child {
	color: var(--awb-color1);
    font-weight: 700;
}

.image-overlay-container::after {
	background: rgba(0,0,0,0.5);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.image-overlay .fusion-breadcrumb-item:last-child {
	color: var(--awb-custom_color_3);
    font-weight: 700;
}

.max-1200 {
    margin: auto;
    max-width: 1200px;
}

#scroll {
	height: 48px;
    width: 48px;
}

#scroll .button-icon-left {
	margin-right: 0;
}
.fusion-featured-slider-tb .fusion-slider-sc {
	margin: auto;
}

.force-justify-center>.fusion-builder-row.fusion-row.fusion-flex-align-items-flex-start {
    justify-content: center;
}

@media screen and (max-width: 767px) {
	.pdf-download-section-container .fusion-builder-row-inner {
		justify-content: center;
	}
}


.pdf-download-section {
	min-width: 280px;
}

.pdf-download-section>.fusion-column-wrapper {
    justify-content: center;
}

.pdf-download-section>.fusion-column-wrapper>.fusion-text {
    max-width: calc(100% - 110px);
}

.title-max-width {
    max-width: 1150px;
}

.subtitle-max-width {
    max-width: 720px;
}

.full-width-image .fusion-image-element,
.full-width-image .fusion-imageframe,
.full-width-image .img-responsive {
    width: 100%;
}
/* Fin Title Bar Desktop */