#lang_sel,
#lang_sel_click {
  background-color: rgba(51,51,51,0.07);
}
.wf-td #lang_sel,
.wf-td #lang_sel_click {
  background-color: rgba(255,113,0,0.07);
}
.text-near-menu #lang_sel,
.text-near-menu #lang_sel_click {
  background-color: rgba(255,113,0,0.07);
}
#lang_sel:hover,
#lang_sel_click:hover {
  background-color: rgba(255,255,255,0.97);
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#lang_sel li > ul,
#lang_sel_click li > ul {
  background-color: rgba(255,255,255,0.97);
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
#header #lang_sel_list {
  vertical-align: middle;
}
#lang_sel a,
#lang_sel_click a,
#lang_sel_list a {
  color: #333333;
}
.wf-td #lang_sel a,
.wf-td #lang_sel_click a,
.wf-td #lang_sel_list a {
  color: #ff7100;
}
.text-near-menu #lang_sel a,
.text-near-menu #lang_sel_click a,
.text-near-menu #lang_sel_list a {
  color: #ff7100;
}
#lang_sel:hover a,
#lang_sel_click:hover a {
  color: #3a3a3a;
}
#lang_sel:hover a:hover,
#lang_sel_click:hover a:hover {
  color: #ff7100;
  background-color: rgba(58,58,58,0.07);
}
.text-near-logo #lang_sel:hover a *,
.text-near-logo #lang_sel_click:hover a * {
  color: #3a3a3a !important;
}
.text-near-logo #lang_sel:hover a:hover,
.text-near-logo #lang_sel_click:hover a:hover,
.text-near-logo #lang_sel:hover a:hover *,
.text-near-logo #lang_sel_click:hover a:hover * {
  color: #ff7100 !important;
}
#lang_sel a:first-child,
#lang_sel_click a:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#lang_sel a:last-child,
#lang_sel_click a:last-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
