.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lang-header .dropdown:hover > .dropdown-menu {
	padding: 0 !important;
	left: 10px !important;
	min-width: 45px !important;
	width: 45px !important;
}

.btn-365 {
	letter-spacing: 2px;
	border-radius: 5px;
	overflow: hidden;
	padding: 18px;
	background-image: linear-gradient(rgb(92, 4, 125), rgb(92, 4, 125)) !important;
	background-size: auto !important;
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	color: #fff;
}

.btn-365-small {
	letter-spacing: 2px;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
	background-image: linear-gradient(rgb(92, 4, 125), rgb(92, 4, 125)) !important;
	background-size: auto !important;
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	color: #fff;
}

.heading-primary-365 {
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
}

.lang-header img {
	max-width: 40px;
}

@media (min-width: 576px), (max-width: 680px) {
	.ellipsis {
		max-width: 200px;
	}

	.lang-header .dropdown:hover > .dropdown-menu{
		padding: 1px !important;
		left: 3px !important;
	}

	.lang-header {
		margin-right: 10px;
	}

	.lang-header img {
		max-width: 30px !important;
	}

	.logo-header {
		margin-right: 0px !important;
	}

	.logo-header img {
		width: 70px;
	}

	.logo-header a span {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.ellipsis {
		max-width: 400px;
	}
}


