﻿#menu-fone{
    height:50px;
}
#menu-fone ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}#menu-fone > ul {
  position: relative;
  display: block;
  height: 32px;
  width: 800px;
  z-index: 9000; margin:0 auto; 
}
#menu-fone > ul > li {
  position: relative;
  float: right;
  margin: 0 ;
  padding: 0; display:inline; padding-left:0px;
}
#menu-fone > ul > #menu-fone-button {
  display: none;
}
#menu-fone ul li a {
  display: block;
  text-decoration: none;
}
#menu-fone > ul > li > a {
  font-size: 100%;
  padding: 15px 20px;
color:#fff; 
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#menu-fone > ul > li.has-sub > a {
  padding-right: 32px;
}
#menu-fone > ul > li:hover > a {
  color: #fff;
}
#menu-fone li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#menu-fone > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #666666;
}
#menu-fone > ul > li:hover::after {
  border-top-color: #000000;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: 9000;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: 9999;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: 9000;
}
#menu-fone ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 9000;
}
#menu-fone ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#menu-fone ul ul li {
  position: relative;
}
#menu-fone > ul > li:hover > ul {
  left: 30px;
  top: 44px;
  opacity: 1;
}
#menu-fone ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#menu-fone ul ul li a {
  width: 160px;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  font-size: 16px;
  color: #222;
  background: #f4f4f4;
  text-align:left;
 
  z-index:9999;
}
#menu-fone ul ul li:hover > a {
background-color:#ececec;
  color: #222;
  font-size:100%;
}
#menu-fone ul ul li:last-child > a,
#menu-fone ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
}
#menu-fone ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#menu-fone ul ul li.has-sub:hover::after {
  border-left-color: #000;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 1000px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
