/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2018 | 13:18:02 */
/* Dropdown Button */
.lang_dropdown .dropbtn {
    background-color: transparent;
    color: #fff;
	font-size: 15px;
    font-weight: bold;
    border: none;
    cursor: pointer;
  	padding: 0;
}

/* Dropdown button on hover & focus */
.lang_dropdown .dropbtn:hover,.lang_dropdown .dropbtn:focus {
    background-color: transparent;
}

/* The container <div> - needed to position the dropdown content */
.lang_dropdown .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.lang_dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.lang_dropdown .dropdown-content a {
    color: black;
    padding: 0px 12px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.lang_dropdown .dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.lang_dropdown .show {display:block;}

.jeg_nav_item.jeg_nav_html{
  padding: 0;
}