/* block top links */
#header_links {
	float: right;
	padding: 0px 0 0 10px;
	margin-top: 73px;
	line-height: 25px;
}
#header_links div { float: left; margin-left: 15px; width:30px; text-align: center }
#header_links li:first-child {border:none;}
#header_links a {text-decoration: none}
#header_links a:hover {text-decoration:underline}

/*block permanent links right and left columns*/
#permanent_links div {border-bottom: 1px dotted #eee}
#permanent_links div a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	background:url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
ul#footer_links{
	clear:both;
	text-align: center;
	padding-bottom:6px
}
ul#footer_links li{
	display: inline;
	padding:0 10px
}

#header_links img {
	width: 27px;
}
#header_links div:hover img { width: 30px; }


#phone-menu {
	padding-right: 50px;
}

.lang-dropdown {
    display: none;
}
@media (max-width: 767px) {
	#header_links {
		display: none;
	}


.lang-dropbtn {
    background: transparent;
    color: white;
    border: none;
    margin-left: 2px;
}

.lang-dropbtn img {
	width: 17px;
	margin-top: 1px;
    vertical-align: unset;
}

.lang-dropdown {
	height: 20px;
    position: relative;
    float: right;
    right: -31px;
    top: 20px;
    display: inline-block;
    border-left: none;
}

.lang-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.lang-dropdown-content a {
    color: black;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    display: block;
}

.lang-dropdown-content a:hover {background-color: #ddd;}

.lang-dropdown:hover .lang-dropdown-content {
	display: block;
	/*margin-top: -25px;*/
}

/*.lang-dropdown:hover .lang-dropbtn {background-color: #3e8e41;}*/

}