#languages-block-top {
 /* float: right;
  position: absolute; */
  display:inline-block;
  position:relative;
  }
  @media (max-width: 479px) {
    #languages-block-top {
      width: 25%; } }
  #languages-block-top span.firstWord {
    display: none; }
  #languages-block-top div.current {
    font-weight: normal;
    padding: 8px 10px 10px 10px;
    line-height: 18px;
    color: #121212;
    font-family:"Montserrat", sans-serif;
    cursor: pointer; }
    @media (max-width: 479px) {
      #languages-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        } }
    #languages-block-top div.current strong {
      color: #121212; }
    #languages-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 14px;
      line-height: 14px;
      color: #121212;
      vertical-align: -2px;
      padding-left: 12px; }
      @media (max-width: 479px) {
        #languages-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 479px) {
      #languages-block-top div.current .cur-label {
        display: none; } }
  #languages-block-top ul {
    display: none;
    position: absolute;
    bottom:46px;
    left: 0;
    background: rgba(0,0,0, 0.8);
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 2; }
  #languages-block-top ul:after {    
	content: "\ ";
	position:absolute;
	bottom:-7px;
	margin-left:-6px;
	left:50%;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 7.5px 0 7.5px;
	border-color: rgba(0,0,0, 0.8) transparent transparent transparent;
}
    #languages-block-top ul li {
      color: #fff;
      display:inline-block;
      /*line-height: 35px;*/
      font-size: 13px; }
      #languages-block-top ul li a,
      #languages-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        font-family:"Montserrat", sans-serif;
        color: #fff !important; }
      #languages-block-top ul li.selected, #languages-block-top ul li:hover a {
        color: #fff;
        text-decoration: underline; }

/*# sourceMappingURL=blocklanguages.css.map */
