/*
 ************************************************************
 *
 * SECTIONS
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * GLOBAL
 *
 * ----------------------------------------------------------
 *
 * - OVERLAY
 */

#top .overlay-dark::before,
#top .overlay-light::before
{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 540px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .overlay-dark::before,
	.responsive #top .overlay-light::before
	{
		width: 360px;
	}
}

#top .overlay-dark::before
{
	background-image: url('../img/overlay/overlay-dark.svg');
}

#top .overlay-light::before
{
	background-image: url('../img/overlay/overlay-light.svg');
}

#top #footer.overlay-dark::before,
#top #footer.overlay-light::before
{
	width: 300px;
}

/*
 * - CORNER
 */

#top .corner-left::after,
#top .corner-right::after
{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -40px;
	width: 80px;
	height: 80px;
	transform: rotatez(45deg);
}

#top .corner-left::after
{
	left: -40px;
}

#top .corner-right::after
{
	right: -40px;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .corner-left::after,
	.responsive #top .corner-right::after
	{
		bottom: -30px;
		width: 60px;
		height: 60px;
	}
	.responsive #top .corner-left::after
	{
		left: -30px;
	}
	.responsive #top .corner-right::after
	{
		right: -30px;
	}
}

#top .corner-white::after
{
	background-color: var(--color-white);
}

#top .corner-lightgray-1::after
{
	background-color: var(--color-lightgray-1);
}

#top .corner-lightgray-2::after
{
	background-color: var(--color-lightgray-2);
}

#top .corner-darkgray-1::after
{
	background-color: var(--color-darkgray-1);
}

#top .corner-darkgray-2::after
{
	background-color: var(--color-darkgray-2);
}

/*
 * - RELATED
 */

#top .section-related .av-special-heading
{
	padding-bottom: 70px;
}

/*
 * - REQUEST
 */

#top .content-request .container
{
	padding-top: 0 !important;
}

/*
 * ----------------------------------------------------------
 *
 * HEAD
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top .section-head
{
	background-image: url(../img/background/background-01.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: scroll;
	background-size: cover !important;
	overflow: hidden;
}

#top .section-head .flex_column:first-child
{
	padding-left: 30px;
	border-left: 6px solid var(--color-red);
}

#top .section-head .av-section-color-overlay
{
	opacity: 0.3;
	background-color: #000000;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .section-head .av-section-color-overlay
	{
		opacity: 0.3;
	}
}

/*
 * - ELEMENT
 */

#top .section-head .av-subheading
{
	margin-bottom: 20px;
	text-transform: uppercase;
}

#top .section-head .avia_textblock p
{
	text-align: left !important;
}


/*
 * ----------------------------------------------------------
 *
 * RELATED
 *
 * ----------------------------------------------------------
 *
 * - REQUEST
 */

@media only screen and (max-width: 767px)
{
	#top .section-related.content-request .avia-button
	{
		width: 100%;
	}
}

/*
 * ----------------------------------------------------------
 *
 * SINGLE
 *
 * ----------------------------------------------------------
 *
 * - THUMB
 */

#top .section-single .thumb
{
	margin-bottom: 40px;
}

#top .content-manufacturer .manufacturer-logo
{
	position: absolute;
	top: -90px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 100px;
	background-color: var(--color-white);
}

#top .content-manufacturer .manufacturer-logo img
{
	width: 120px;
	height: auto;
}