@charset "utf-8";

#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
margin: 0;
padding: 0; 
outline: none;
}
#polyglotLanguageSwitcher ul {
list-style: none;	
}
#polyglotLanguageSwitcher {
color: #fff !importent;
line-height: normal;
position: relative; }
#polyglotLanguageSwitcher form {
display: none;	
}  #polyglotLanguageSwitcher a {
text-decoration: none;
display: block;
padding: 5px 0px 5px 32px;
background-repeat: no-repeat;
background-position: 1px center;
color: #fff;
transition: all 500ms ease;
}
#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
position: relative; }
#polyglotLanguageSwitcher a.active { border-bottom: none !important;
border-radius: 3px 3px 0 0 !important;
}
#polyglotLanguageSwitcher span.trigger {
display: block;
position: absolute;
top: 8px;
right: 15px;
}
#polyglotLanguageSwitcher span.trigger:before {
content: '\f107';
font-family: FontAwesome;
position: absolute;
color:#fff;
top:-1px;
right:-32px;
}
#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
background-position: left bottom !important;
} #polyglotLanguageSwitcher ul.dropdown { 
display: none;
position: absolute;
top: 43px;
left: -10px;
border-top: none !important;
border-radius: 0 0 0px 0px;
z-index: 99999999999999999999999;
background: #d5ac63;
border: 1px solid #f0f0f0;
}
#polyglotLanguageSwitcher ul.dropdown li {
width:120px;
padding: 0 10px;
display: block;
border-top: 1px dashed #b08a47;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#polyglotLanguageSwitcher ul.dropdown li a {
width:100%;
}
.top_header #polyglotLanguageSwitcher ul.dropdown li:after {
display: none !important;
}
#polyglotLanguageSwitcher ul.dropdown li:first-child {
border:none;
}
#polyglotLanguageSwitcher ul.dropdown li:last-child { 
border-radius: 0 0 3px 3px;
}
#polyglotLanguageSwitcher ul.dropdown li:hover a {
color: #141414;
} #en { 
background-image: url(//athomedesign.hu/wp-content/themes/interrio%202/interrio/assets/language-switcher/gb.png);
}
#fr { 
background-image: url(//athomedesign.hu/wp-content/themes/interrio%202/interrio/assets/language-switcher/fr.png);	
}
#de { 
background-image: url(//athomedesign.hu/wp-content/themes/interrio%202/interrio/assets/language-switcher/de.png);
}
#it { 
background-image: url(//athomedesign.hu/wp-content/themes/interrio%202/interrio/assets/language-switcher/it.png);
}
#es { 
background-image: url(//athomedesign.hu/wp-content/themes/interrio%202/interrio/assets/language-switcher/es.png);
}