@media(min-width:992px)
{
	.language_trans
	{
		position: absolute;
		top: 55px;
		right: 20px;
		z-index:100000;

	}

}
footer .table
{
	background:transparent;
}
footer .table th
{
	color:rgba(255, 255, 255, .5);
	padding: 7px 10px;
	font-size: 14px;
	line-height:20px;
}
footer .table-bordered th
{
	border: 1px solid #8f8888;
}
.rd-navbar-static .rd-nav-link
{
	z-index:10000000000;
}
.object-inline
{
	color:rgba(255, 255, 255, .5);
}
#changelanguage
{
	padding: 2px;
	font-size: 14px;
	line-height:auto;
}
@media(min-width:550px) and (max-width:991px)
{
	.language_trans
	{
		position: fixed;
		top: 0px;
		right: 10px;
		z-index:100000;
	}

}

@media(min-width:452px) and (max-width:549px)
{
	.language_trans
	{
		position: fixed;
		top: 26px;
		right: 10px;
		z-index:100000;
	}

}
@media(max-width:451px)
{
	.language_trans
	{
		position: fixed;
		top: 0px;
		right: 10px;
		z-index:100000;
	}

}