.language-switcher-wrapper { position: relative; top:-2px; }
.language-switcher-wrapper .language-switcher { position: absolute; top: 30px; width: 106px; z-index: 1000; background: #f4f4f4;: 4px; display:none; }
.language-switcher-holder{display: inline-block; position: relative; vertical-align: middle;}
.lang-switch-label { font-size: 12px; color: #ffffff; line-height: 38px; display: inline-block; vertical-align: middle;    margin-right: 15px; }
.language-switcher-wrapper .selected { font-weight: 700; font-size: 12px; text-decoration: underline; padding: 7px 6px; position: relative; display: inline-block;}
.language-switcher-wrapper .selected.active { background: #ffffff; border-radius: 4px; text-decoration: none;}
.language-switcher-wrapper .language-switcher li.active { display: none; }
.language-switcher-wrapper .language-switcher li a { font-size: 1.2rem; color: #002478; padding: 4px 10px; font-weight: 700; display: inline-block; width: 100%;  line-height: 27px; }

body.stckIt .lang-switch-label{color:#002776}

.mob-language-switcher-wrapper{display:none; }
.mob-language-switcher-holder{display:none;}

@media all and (max-width:991px){
  .mob-language-switcher-wrapper { display: block; position: absolute; right: 95px; top: 15px; border: 2px solid #e4e4e4; border-radius: 4px; }
  .mob-language-switcher-wrapper .selected{ display: inline-block; font-weight: 700; font-size: 14px; padding: 6px 20px 6px 5px; position: relative;}
  .mob-language-switcher-wrapper .selected::after { content: "\e900"; position: absolute; font-family: 'icomoon' !important; color: #c60c30; font-size: 10px; top: 12px; right: 5px; }
  .mob-language-switcher-wrapper .selected.active::after{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
 
  .mob-language-switcher-holder { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.5); text-align: left; z-index: 10; }
  .mob-language-switcher-holder.opened{display:block; z-index:999;}
  
  .mob-language-switcher-holder ul.language-switcher { width: 100%; max-width:250px; position: relative; background: #fff; top: 50%; margin: 0 auto; -webkit-transform: translateY(-50%);  transform: translateY(-50%); }
  .mob-language-switcher-holder ul.language-switcher li{padding:0;}
  .mob-language-switcher-holder ul.language-switcher li.active{background: #f4f4f4;}
  
  .mob-language-switcher-holder a{ display: inline-block; width: 100%; position: relative; padding: 25px 45px 25px 25px; font-weight: 700; }
  .mob-language-switcher-holder a:before { content: ""; background-image: url('/~/media/8CB7968FCBCF4172814D659A524AB1E6.png'); background-repeat: no-repeat; background-size: 17px auto; position: absolute; right: 25px; top: 26px; background-position: left bottom; width: 18px; height: 18px; content: ""; }
  
  .mob-language-switcher-holder ul.language-switcher li.active a:before { background-position: left top; }
  
}
