.languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 19px;
	width: 105px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	overflow: hidden;
	transition: all .3s ease;
	margin-top: 38px;
	margin-left: 30px;
	float: right;
}

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

.languagepicker a{
	color: #000;
	cursor: pointer !important;
}

.languagepicker li {
	display: block;
	padding: 0px 10px;
	line-height: 19px;
	border-top: 1px solid #EEE;
}

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

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
	color: #0098ef;
}

.languagepicker li img {
	margin-right: 5px;
	margin-top: 3px;
	vertical-align: top;
}

.roundborders {
	border-radius: 5px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@media only screen and (max-width: 1025px) {
	.languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 19px;
	width: 105px;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	overflow: hidden;
	transition: all .3s ease;
	margin-left: 32%;
	float: left;
}
.languagepicker:hover {
	/* don't forget the 1px border */
	height: 59px;
}
.languagepicker a{
	color: #000;
cursor: pointer !important;
}
.languagepicker li {
	display: block;
	padding: 0px 10px !important;
	line-height: 19px;
	border-top: 1px solid #EEE;
	margin-top: 17px;
	margin-bottom: 10px;
}
.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
	margin-top: 0px;
	color: #0098ef;
}
.languagepicker a{
	color: #000;
	text-decoration: none;
}
.languagepicker li img {
	margin-right: 5px;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
	vertical-align: top;
}
.roundborders {
	border-radius: 5px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
}