.country-selector {
  z-index: 9999;
  text-align: left;
  position: relative;
  display: inline-block;
  width: auto; }
  .country-selector a {
    padding: 0 10px;
    outline: none;
    text-decoration: none;
    float: none;
    white-space: nowrap;
    font-weight: normal;
    cursor: pointer;
    color: black;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .country-selector a:focus {
      outline: none; }
  .country-selector ul {
    padding: 0px;
    z-index: 1010;
    list-style: none;
    margin: 0; }
  .country-selector li {
    margin: 0px;
    padding: 0px; }
  .country-selector.weglot-dropdown {
    background-color: white; }
    .country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
      display: block;
      height: 37px;
      line-height: 36px;
      font-size: 13px;
      padding: 0 10px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: normal; }
      .country-selector.weglot-dropdown a:hover, .country-selector.weglot-dropdown span:hover {
        cursor: pointer; }
    .country-selector.weglot-dropdown .wgcurrent {
      border: 1px solid #e0e0e0;
      list-style: none;
      display: block;
      margin: 0; }
      .country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
        padding-right: 60px; }
      .country-selector.weglot-dropdown .wgcurrent:after {
        display: inline-block;
        position: absolute;
        top: 17px;
        right: 8px;
        width: 13px;
        height: 7px;
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
        background: url("../images/wgarrowdown.png") no-repeat;
        content: '';
        -webkit-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .country-selector.weglot-dropdown ul {
      position: absolute;
      min-width: 100%;
      border: 1px solid #ebeef0;
      background: white;
      left: 0;
      top: initial;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: none;
      padding: 0; }
    .country-selector.weglot-dropdown input:checked ~ ul {
      display: block; }
    .country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .country-selector.weglot-dropdown li {
      width: 100%; }
    .country-selector.weglot-dropdown.weglot-invert ul {
      bottom: 38px; }
    .country-selector.weglot-dropdown.weglot-invert input:checked ~ .wgcurrent:after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .country-selector.weglot-default {
    position: fixed;
    bottom: 0px;
    right: 40px; }
  .country-selector.weglot-inline a:hover {
    text-decoration: underline;
    color: #00a0d2; }
  .country-selector.weglot-inline .wgcurrent a {
    text-decoration: underline; }
  .country-selector.weglot-inline label {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle; }
  .country-selector.weglot-inline ul {
    display: inline-block;
    vertical-align: middle; }
  .country-selector.weglot-inline li {
    line-height: 1;
    display: inline-block;
    margin: 2px 0px;
    vertical-align: middle; }
  .country-selector.weglot-inline.weglot-default {
    bottom: 5px; }
  .country-selector input {
    display: none; }

.navbar .navbar-nav li.weglot-flags a.weglot-lang:before {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

html[dir="rtl"] .weglot-flags a:before, html[dir="rtl"] .weglot-flags span:before {
  margin-right: 0;
  margin-left: 10px; }

.weglot-flags a:before, .weglot-flags span:before {
  background-image: url("../images/rect_mate.png");
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  border-radius: 0px;
  width: 30px;
  height: 20px;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden; }

.weglot-flags.flag-1 a:before, .weglot-flags.flag-1 span:before {
  background-image: url("../images/rect_bright.png"); }

.weglot-flags.flag-2 a:before, .weglot-flags.flag-2 span:before {
  background-image: url("../images/square_flag.png");
  width: 24px;
  height: 24px;
  -webkit-background-size: auto 24px;
  background-size: auto 24px; }

.weglot-flags.flag-3 a:before, .weglot-flags.flag-3 span:before {
  background-image: url("../images/circular_flag.png");
  width: 24px;
  height: 24px;
  -webkit-background-size: auto 24px;
  background-size: auto 24px; }

.weglot-flags a span:before {
  background-image: none;
  display: none; }

.weglot-flags span a:before {
  background-image: none;
  display: none; }
