/*
Theme Name:         DFD Ronneby
Theme URI:          https://rnbtheme.com/
Description:        Ronneby - Highly Functional Multifaceted WP Theme
Version:            3.5.51
Author:             DFD
Author URI:         https://rnbtheme.com/
Tags:               light, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain:		dfd
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/


body div#header-container
{
	z-index: 998;
}
#ragnar-lang-nav
{
	display: block;
	width: 200px;
	list-style-type: none;
	position: absolute;
	top: 50px;
	left: 47%;
	z-index: 999;
}
#ragnar-lang-nav li
{
	display: inline-block;
	margin-right: 20px;
	
}


#ragnar-lang-nav li a
{
	border: 0;
	text-decoration: none;
	opacity: 0.6;
	
}

#ragnar-lang-nav li a:hover
{
	opacity: 1;
}

#ragnar-lang-nav li.active-lang a
{
	border-bottom: 1px rgba(255, 255, 255, 0.505) solid;
	opacity: 1;
}

#ragnar-lang-nav li a img
{
	
}