.elementor-29483 .elementor-element.elementor-element-cd16b27{width:auto;max-width:auto;}/* Start custom CSS for shortcode, class: .elementor-element-cd16b27 */.elementor-29483 .elementor-element.elementor-element-cd16b27{
    
    position: relative;
    min-width: 100px;
}
.languagepicker {
	background-color: transparent;
	display: inline-block;
	padding: 0;
	height: 27px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 0;
	vertical-align: top;
	
	position: absolute;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 81px;
	overflow: visible;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
	font-size: 15px;
}



.languagepicker li {
    display: block;
    opacity: 0;
    background: #fff !important;
    padding: 0px 20px;
    line-height: 40px;
    border-top: 1px solid #EEE;
    font-size: 14px;
    
}

.languagepicker a:not(:first-child) li{
    
    
    font-size: 13px!important;
    line-height: 13px!important;
    padding: 10px 20px!important;
}

.languagepicker:hover li{
   
	opacity : 1;
}


.languagepicker li:hover{
    
	background-color: #EEE;
}

.languagepicker a:first-child li {
    opacity: 1;
	border: none;
	background: transparent!important;
	margin-bottom: 10px;
}



.roundborders {
	border-radius: 0px;
}

.languagepicker.large:hover {

	height: 125px;
}

a.globeiconlang span {
    color: #fff;
    padding: 10px;
}

a.globeiconlang li img {
    max-width: 25px;
    margin: 0px auto;
    display: block;
}/* End custom CSS */