.languagepicker {
  	background-color: transparent;
  	display: inline-block;
  	padding: 0;
  	height: 40px;
  	overflow: hidden;
  	transition: all .3s ease;
  	/* margin: 0 50px 10px 0; */
  	vertical-align: top;
  	float: left;
  }

  .languagepicker {
  	/* don't forget the 1px border */
  	  height: 80px;
      overflow:visible;
      border:none !important;
  }

  /* .languagepicker a{
  	color: #000;
  	text-decoration: none;
  } */

  .languagepicker li {
  	display: block;
  	/* padding: 0px 20px; */
  	/* line-height: 40px; */
  	/* border-top: 1px solid #EEE; */
    padding:0px 10px;

  }

  .languagepicker li:hover{
  	/* background-color: transparent; */
  }
  #mainNav.navbar-shrink .languagepicker li:nth-child(2){
      background-color:#000000 ;
      border-bottom: 1px solid #000000;
      border-radius: 4px;
  }


#mainNav.navbar-shrink .languagepicker li:hover {
    background-color: #000000 ;
}



  .languagepicker li:first-child a {
  	border: none;
  	background: transparent !important;
  }

  .languagepicker li img {
  	margin-right: 5px;
    max-width: 14px;
    max-height: 12px;
  }

  .roundborders {
  	border-radius: 5px;
  }

  @media (min-width:992px){
    .languagepicker{
    overflow: hidden;
    height:38px;
    line-height: 19px;

    }

    .languagepicker li{
      vertical-align: middle;
      line-height: 19px;
      background-color: #000000;
      border-radius: 4px;
    }

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