.widget_sd_lang_switcher {
	position: absolute;
	right: 15px;
	bottom: -2px;
}

.widget_sd_lang_switcher img {
    width: 33px !important;
    height: 22px !important;
}

.sd-lang-switcher .sd-lang-dropdown-title {
    position: relative;
    z-index: 2;
}

.sd-lang-switcher .sd-lang-dropdown-title a {
    padding: 0;
    font-size: 18px;
    color: #303031;
    font-family: 'Lato Medium', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.sd-lang-switcher .sd-lang-dropdown-title a::after {
    content: '\f078';
	font-family: 'fontawesome';
	position: absolute;
	right: -20px;
	font-size: 15px;
	color: #13152e;
	top: -1px;
	padding-left: 10px;
}

.sd-lang-switcher .sd-lang-single-dropdown-container {
    top: 0;
    display: none;
    position: absolute;
	padding-top: 30px;
}

.sd-lang-switcher.open .sd-lang-single-dropdown-container,
.sd-lang-switcher:hover .sd-lang-single-dropdown-container {
    display: block;
}

.sd-lang-switcher .sd-lang-single-dropdown-container .sd-lang-dropdown-single {
    top: 0px;
}

.sd-lang-switcher .sd-lang-single-dropdown-container a {
    padding: 0;
    font-size: 18px;
    color: #303031;
    font-family: 'Lato Medium', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1250px) {
    .widget_sd_lang_switcher {
        display: none;
    }
}

@media screen and (max-width: 1000px) {

}