/* Container */
.et-l--header .et_pb_section--fixed {
    height: initial;
    position: initial !important;
    transform: initial;
	padding: 0 5%;
}

/* Row */
.et-l--header .et_pb_section--fixed .et_pb_row {
    display: flex;
	justify-content: space-between;
	padding: 0 !important;
	height: 85px;
}

/* Col */
.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3 {
    flex: 0 0 auto;
    /* width: 33.33333%; */
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3:nth-child(1) {
    flex-basis: 25%;
	flex-shrink: 1;
	text-align: start;
}

.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3:nth-child(2) {
	flex-grow: 1;
}

.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3:nth-child(3) {
    flex-basis: 25%;
	flex-shrink: 1;
	text-align: end;
}

.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3 .et_pb_image,
.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3 .et_pb_button {
	position: initial !important;
	width: initial !important;
}

.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3 .et_pb_menu {
	padding: 0;
	margin: 0;
	position: initial !important;
}

.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3 .et_pb_image {
	margin: 0 !important;
	max-width: 100px;
}

.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3 .et_pb_button {
	margin: 0 !important;
}

.et-l--header .et_pb_section--fixed .et_pb_menu__wrap {
/* 	justify-content: center !important; */
}

.et-l--header .et_pb_section--fixed .et_pb_menu_1_tb_header {
	width: initial;
	max-width: initial;
}

.et-l--header .et_pb_section--fixed .et_pb_button_1_tb_header {
	position: initial !important;
}

.et-l--header .et_pb_section--fixed .et_pb_button_1_tb_header {
	min-width: 115px;
    padding: .25rem 1rem !important;
}

.et-l--header .et_pb_section--fixed .et_pb_menu_1_tb_header.et_pb_menu {
	position: initial !important;
	margin: 0 !important;
}

.et_pb_section_2_tb_header {
	display: none;
}

.et-l--header .et_pb_section--fixed .et_pb_row .et_pb_column_1_3 .et_pb_image {
    width: 108px !important;
}

/* .et_mobile_menu {
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 63px;
	top: calc(100% + 17px) !important;
	border: 0;
} */

/*
|--------------------------------------------------------------
| Media queries (min)
|--------------------------------------------------------------
*/
/**
 * sm 
 */
@media (min-width: 576px) {}

/**
 * md 
 */
@media (min-width: 768px) {}

/**
 * lg 
 */
@media (min-width: 981px) {
	.et-l--header .et_pb_section--fixed .et_pb_menu__wrap {
		justify-content: center;
	}
	
	.et-l--header .et_pb_section--fixed .et_pb_row {
		height: 115px;
	}
}

/**
 * xl 
 */
@media (min-width: 1200px) {}

/*
|--------------------------------------------------------------
| Media queries (max)
|--------------------------------------------------------------
*/
/**
 * sm 
 */
@media (max-width: 575px) {}

/**
 * md 
 */
@media (max-width: 767px) {}

/**
 * lg 
 */
@media (max-width: 980px) {
/* 	.et-l--header .et_pb_section--fixed {
		padding: 0 !important;
	} */

	.et-l--header .et_pb_section--fixed .et_pb_section--fixed {
		padding: 0 !important;
	}
	
	.et-l--header .et_pb_section--fixed .et_pb_column_3_tb_header {
		width: initial !important;
    	flex-grow: 1;
	}
	
	.et-l--header .et_pb_section--fixed .et_pb_column_4_tb_header {
		width: initial !important;
	}
	
	.et-l--header .et_pb_section--fixed .et_pb_column_4_tb_header .et_pb_button_1_tb_header {
		margin: 0 !important;
	}
	
/* 	.et-l--header .et_pb_section--fixed .et_pb_row_1_tb_header {
		flex-direction: row-reverse;
	} */
	
	body {
		overflow: hidden;
	}

	.et-boc {
		height: 100vh;
		overflow: auto;
	}

	.et-l--header {
		position: sticky;
		top: 0;
		left: 0;
	}
}

/**
 * xl 
 */
@media (max-width: 1199px) {}