@import url("fonts.css");
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0 auto;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
      font-family: 'Lato', sans-serif;
}
#cssmenu {
  width: 100%;
      font-family: 'Lato', sans-serif;
  font-size:16px;
  color: #ffffff;
	z-index: 0;
}
#cssmenu ul > li > ul{
    padding-bottom:5px;
    background-color: #159768;
}
#cssmenu ul ul {
  /*display: none;*/
}
.align-right {
  float: right;
}

#cssmenu > ul > li{
    border-bottom: 1px solid #008656;
}

#cssmenu > ul > li > a {
/*  padding: 15px 10px;*/
    padding: 14px 25px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
/*  background: #6c6c6c;*/
/*  border-bottom: 1px solid #c1c0c0;*/
  display: inline-block;
/*    padding-left: 0;*/
}
#cssmenu > ul > li > a:hover, #cssmenu > ul > li > ul > li > a:hover{
/*  color: #8cf7a0;*/
/*  background-color: transparent;*/
}

#cssmenu > ul > li.active > a, #cssmenu > ul > li > ul > li:active > a{
/*  color: #01e666;*/
/*  background-color: transparent;*/
}

#cssmenu > ul > li.open, #cssmenu > ul > li > ul > li.open{
/*  border-bottom: 1px solid #fff;*/
}

#cssmenu > ul > li.open > a ,#cssmenu > ul > li > ul > li.open > a{
  box-shadow:none;
  border-bottom:none;
/*  font-weight: 700;    */
/*  color: #01e666;*/
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom:none;
}
.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 17px;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.holder::before {
        display: block;
        position: absolute;
        content: "";
        background: url(../img/icons/rightarrow.svg);
        background-repeat: no-repeat;
        height: 15px;
        width: 15px;
        right: 25px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
/*
    position: relative;
    content: "\f054";
    display: inline-block;
    color: #454a54;
    color: #FFF;
    float: right;
    font-size: 12px;
    margin-left: 13px;
    top: 0px;
    right: 25px;
*/

/*
  width: 0px;
  height: 0px;
  right: 0px;
  z-index: 10;
  top:10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #01e666;
  transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
*/
}
.open .holder::before{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
#cssmenu ul ul li a {
  cursor: pointer;
  padding: 14px 35px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  -color:#ffffff;
  font-weight:normal;
  border-bottom: 1px solid #008656;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
/*  background: #6c6c6c;*/
  -color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}



#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 7px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}



#cssmenu .logo img{
    max-width: 190px;
    margin-bottom: 10px;
   
}

#cssmenu .logo{
    padding: 35px 25px;
    width: 100%;
}
#cssmenu .logo h6{
    color: #d1cfcf;
    margin: 0;
    font-size: 12px;
}

#cssmenu .logo h6 span{
    
}


#pageContent .menuconwidth{
    max-width: 280px;
}