/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.header__languages {
  position: relative; }
  @media (min-width: 769px) {
    .header__languages {
      color: #a7a6a7;
      float: left;
      margin-top: 13px;
      margin-top: 1.3rem;
      padding: 0 10px;
      text-transform: uppercase; } }
  .header__languages .current {
    cursor: pointer; }
  .header__languages img {
    display: inline-block;
    margin-left: 4px;
    max-width: 30px; }
    @media (max-width: 768px) {
      .header__languages img {
        display: none; } }
  @media (max-width: 768px) {
    .header__languages {
        margin: 0 2px;
      display: inline-block;
      vertical-align: top;
      float: none;
      position: relative; }
      .header__languages .current {
        background: #512a69;
        color: #ffffff;
        display: block;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        width: 40px; }
        .header__languages .current:after {
          bottom: 2px;
          border: 1px solid;
          content: '';
          left: 2px;
          position: absolute;
          right: 2px;
          top: 2px; } }

/*# sourceMappingURL=blocklanguages.css.map */
