.st-19 .st-main-menu-full-width .container {
	max-width: 1282px;
}

.st-19 .st-main-menu-full-width {
	background-color: rgb(26, 28, 30);
	color: #fff;
	position: relative;
}

.st-19 .st-main-menu-full-width ul li {
	-webkit-transition-property: color, background-color, border-color, -webkit-box-shadow, -webkit-transform !important;
	transition-property: color, background-color, border-color, -webkit-box-shadow, -webkit-transform !important;
	-o-transition-property: box-shadow, transform, color, background-color, border-color !important;
	transition-property: box-shadow, transform, color, background-color, border-color !important;
	transition-property: box-shadow, transform, color, background-color, border-color, -webkit-box-shadow, -webkit-transform !important;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
			 -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
					transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.st-19 .st-main-menu-full-width .text-link a {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgb(245, 245, 245);
	text-decoration: none;
}

.st-19 .st-main-menu-full-width .text-link a:hover {
	background-color: rgba(21, 158, 240, 0);
	border-color: rgb(245, 245, 245);
	color: rgb(21, 158, 240);
}

.st-19 .st-main-menu-full-width .text-link a:active {
	background-color: rgba(14, 143, 221, 0);
	border-color: rgb(245, 245, 245);
	color: rgb(13, 127, 196);
}

.st-19 .st-main-menu-full-width .padding-top-bottom {
	padding: 29px 0;
}

@media (max-width: 1366px) {
	/* .owl-stage {
	width: 1242px !important;
} */
	.st-19 .st-main-menu-full-width .container {
			max-width: 1070px;
	}
	.st-19 .st-main-menu-full-width .padding-top-bottom {
		padding: 21px 0;
	}
}