.font {
  font-family: ProximaNova-Regular, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.font-italic {
  font-family: ProximaNova-RegularIt;
  font-weight: normal;
}
.font-bold {
  font-family: ProximaNova-Bold;
  font-weight: normal;
}
.clickMenu {
  cursor: default;
  line-height: 1.18182em;
  margin: 0;
  padding: 0;
}
.clickMenu,
.clickMenu ul {
  list-style: none;
}
.clickMenu ul {
  background-color: #262626;
  border: 1px solid #666666;
  float: left;
  margin: 0;
  min-width: 100px;
  padding: 0;
  width: 150px;
}
.clickMenu div.outerbox {
  display: none;
  min-width: 106px;
}
.clickMenu div.inner {
  left: -1px;
  margin: 0;
  top: -1px;
}
.clickMenu div.inner div.outerbox {
  left: 90px;
  margin: 0;
  top: -3px;
}
.clickMenu li {
  position: relative;
}
.clickMenu l#main {
  float: left;
  height: 20px;
}
.clickMenu l#main li {
  min-width: 78px;
  z-index: 2;
}
.clickMenu l#hover {
  z-index: 1!important;
}
.clickMenu l#main ul li a:hover {
  background: #292929;
  color: #ffffff;
}
.clickMenu img.liArrow {
  position: absolute;
  right: 5px;
  top: .41em;
}
.clickMenu a {
  color: #00a3d4;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
html > body div.outerbox {
  padding: 0 5px 5px 0;
}
html > body .innerbox {
  display: inherit;
  margin: 0;
}
.icon span {
  padding-left: 5px;
  position: relative;
  top: -3px;
}
ul#langSelector {
  float: right;
  margin: 6px 10px 0 0;
  position: relative;
}
.clickMenu {
  cursor: default;
  line-height: 1.18182em;
  margin: 0;
  padding: 0;
}
.clickMenu,
.clickMenu ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
.swither_header{
    cursor: pointer !important;
    height: 25px;
}
.switcher_wrap {
    position: relative;
    top: -2px;
    left: -10px;
}

#arrow{
    background-image: url("../../img/inteface/menu/langbg.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.switcher_arrow {

  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  cursor: pointer !important;
  display: block;
  height: 22px;
  padding: 0 2px 0 10px;
  /*color:#d4d3d4;*/
    float: left;
  color: #fff;
  white-space: nowrap;
}
.switcher_wrap #lang_links {
  position: absolute;
  left: -352px;
  top: 11px;
  padding: 0px 0px;
  line-height: 18px;
display: block;
  margin: 0px;
  float: right;
}
#currlng{
    float:left;margin: 2px 5px 0px 0px;
}

#langWrap {
    width: 405px;
    height: 165px;
    margin: 30px 23px 30px 17px;
}

#tuts {
  height: 462px;
  position: absolute;
  overflow: visible;
  width: 420px;
  height: 230px;
  border: 1px solid #141414;
  background: #333333;
  z-index: 999;
  float: right;
}

#tuts li{width: 130px;height: 21px;background: none !important;}
#tuts li a div{
    float:left;
    text-transform: uppercase;
}

#langWrap ul {
    display: inline-block;
    width: 130px;
    border-right: 1px solid #292929;
    height: 100%;
    margin-left: -3px;
}

#langWrap ul:last-of-type {
    border-right: none;
}

#langWrap ul li:hover {
    background: #000 !important;
}

#tuts a {
  text-decoration: none;
  color: #CCCCCC;
  border: 0px;
  font-size: 12px;
  line-height: 21px;
  height: 19px;
  background: transparent;
}
#tuts .lng{
    padding-left: 10px;
}
#sw{
    display:none;
}
#tuts a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #292929 !important;
}
.switcher_wrap ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  background-repeat: no-repeat;
}
.switcher_wrap ul li a {
  display: block;
  padding: 2px 17px;
  text-indent: 0;
  font-family: ProximaNova-Regular, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.switcher_wrap ul li a:hover {
  text-decoration: none;
}
.switcher_wrap:hover ul {
  left: 0px;
}
.flags {
  margin-left: -2px;
}
#tuts li {
  z-index: -999;
}
/*flag images*/
#bg,
#cn,
#cz,
#de,
#dk,
#es,
#fi,
#fr,
#gr,
#hu,
#it,
#jp,
#nl,
#no,
#pl,
#pt,
#ru,
#se,
#th,
#tr,
#tw,
#us {
  background: url("../../img/inteface/flags/flag-sprite.png") no-repeat;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
}
#bg {
  background-position: -49px -56px;
}
#cn {
  background-position: -49px -38px;
}
#cz {
  background-position: -71px -38px;
}
#de {
  background-position: -91px -21px;
}
#dk {
  background-position: -27px -56px;
}
#es {
  background-position: -27px -38px;
}
#fi {
  background-position: -91px -40px;
}
#fr {
  background-position: -71px -56px;
}
#gr {
  background-position: -49px -75px;
}
#hu {
  background-position: -27px -75px;
}
#it {
  background-position: -4px -76px;
}
#jp {
  background-position: -5px -58px;
}
#nl {
  background-position: -5px -39px;
}
#no {
  background-position: -72px -21px;
}
#pl {
  background-position: -50px -21px;
}
#pt {
  background-position: -27px -20px;
}
#ru {
  background-position: -5px -21px;
}
#se {
  background-position: -91px -3px;
}
#th {
  background-position: -72px -4px;
}
#tr {
  background-position: -51px -3px;
}
#tw {
  background-position: -28px -3px;
}
#us {
  background-position: -5px -3px;
}
