@charset "utf-8";


@media screen and (max-width: 768px) {
	.stt-lang-select.tr
	 {
		top: auto !important;
		bottom: 0 !important;
		right: auto !important;
		left: 0 !important;
		border-radius: 0 5px 0 0;
	}
	}

.stt-lang-select{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0 !important;
}