@media only screen and (max-width: 1800px) {
	.topbar-two__language {
		right: -15px;
		
	 
	}
}
@media only screen and (max-width: 1600px) {
	.topbar-two__language {
		right: -20px;
		
	 
	}
}
@media only screen and (max-width: 1400px) {
	.topbar-two__language {
		right: -40px;
		
	 
	}
}
@media only screen and (max-width: 1200px) {
	.topbar-two__language {
		right: -55px;
		
	 
	}
}

@media only screen and (max-width: 992px) {
	.topbar-two__language {
		right: -65px;

	 
	}
}

@media only screen and (max-width: 850px) {
	.topbar-two__language {
		right: -115px;
		top: 80px;
	 
	}
}


@media only screen and (max-width: 576px) {
	.wrapper {
		margin-bottom: 0;
	}
	.section {
		margin-bottom: 0;
	}
	.wrapper-small {
		margin-bottom: 0;
	}
	.section.has-bg {
		margin-bottom: 30px !important;
		margin-top: 0 !important;
	}
	.c-col-6 .image-wrapper.image-lightbox:last-child{
		margin-top: 40px;
	}
	.wrapper-full {
		margin-bottom: 0;
	}
	.no-gap {		
		margin-bottom: 0;
	}
}