#cssmenu-1 {
     height: 50px;
    float: left;
    display: block;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
#cssmenu-1-search {
     height: 50px;
    width: 25%;
    float: right;
}
#cssmenu-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu-1 > ul {
    position: relative;
    display: block;
    width: 100%;
    z-index: 500;
}
#cssmenu-1:after,
#cssmenu-1 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu-1.align-right > ul > li {
  float: right;
}
#cssmenu-1.align-center ul {
  text-align: center;
}
#cssmenu-1.align-center ul ul {
  text-align: left;
}
#cssmenu-1 > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.lt-ie9 #cssmenu-1 > ul > li {
  border-bottom: 1px solid #fff;
}
#cssmenu-1 > ul > #menu-button {
  display: none;
}
#cssmenu-1 ul li a {
  display: block;
  text-decoration: none;
}
#cssmenu-1 > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
    color: #7a8189;
    text-transform: uppercase;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -ms-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
}
#cssmenu-1 > ul > li > a:hover {
    -webkit-transition: background-color .75s ease-out;
    -moz-transition: background-color .75s ease-out;
    -ms-transition: background-color .75s ease-out;
    -o-transition: background-color .75s ease-out;
    transition: background-color .75s ease-out;
}

#cssmenu-1 > ul > li.has-sub > a {
     padding-right: 25px;
}
#cssmenu-1 > ul > li:hover > a {
	color: #fff;     
	background: #f47920;
}
#cssmenu-1 li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu-1 > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu-1 > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .15s ease;
  -moz-transition: left .15s ease;
  -ms-transition: left .15s ease;
  -o-transition: left .15s ease;
  transition: left .15s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu-1 ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .15s ease, top .25s ease;
  -moz-transition: opacity .15s ease, top .25s ease;
  -ms-transition: opacity .15s ease, top .25s ease;
  -o-transition: opacity .15s ease, top .25s ease;
  transition: opacity .15s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu-1 ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu-1 ul ul li {
  position: relative;
}
#cssmenu-1 ul ul li ul li {
    position: relative;
    border-left: 5px solid #f47920;
}
#cssmenu-1 > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu-1.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu-1 ul ul li:hover > ul {
  left: 200px;
  top: 0;
  opacity: 1;
}
#cssmenu-1.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu-1 ul ul li a {
   min-width: 200px;
    background: #C7C7C7;
    color: #000000;
    border-bottom: 1px solid #EAE6E6;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu-1 ul ul li ul li a{
    min-width: 170px;
    background: #f2f2f2;
    color: #000000;
    border-bottom: 1px solid #EAE6E6;
    padding: 10px 20px;
    font-size: 13px; !important;
    font-weight: 600;
    color: #000000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu-1.align-right ul ul li a {
  text-align: right;
}
#cssmenu-1 ul ul li:hover > a {
 background: #FFFFFF;
    color: #8c9195;
}
#cssmenu-1 ul ul li ul li:hover > a {
 background: #C7C7C7;
    color: #fff;
}
#cssmenu-1 ul ul li:last-child > a,
#cssmenu-1 ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu-1 > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu-1.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu-1 ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transition: -webkit-transform 0.25s ease, right 0.25s ease;
}
#cssmenu-1.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #fff;
  right: auto;
  left: 10px;
}
#cssmenu-1 ul ul li.has-sub:hover::after {
  border-left-color: #f47920;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu-1.align-right ul ul li.has-sub:hover::after {
  border-right-color:#f47920;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 740px){
	#cssmenu-1 { display: none; }
}
