div.mod-languages ul li.lang-active {
    background-color: #44475600;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
@media only screen
	and (max-width: 650px)
	and (min-width: 450px) {
	#sp-vlajky {
	  position: absolute;
	  left: 82% !important;
	  top: -30px;
	}		
}
@media only screen
	and (max-width: 800px) {
	#sp-vlajky {
	  position: absolute;
	  left: 70%;
	  top: -30px;
	}		
}
@media only screen
	and (max-width: 350px) {
	#sp-vlajky {
	  	position: absolute;
		left: 66%;
		top: -30px;
		width: 100%;
	}		
}