#cssmenu-4433 {
  position: relative;
  height: 45px;
  background: #transparent;
  margin: 0 auto;
  text-align: center;
  top: 10px;
  cursor:default;  
}
#cssmenu-4433 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu-4433 > ul {
  position: relative;
  display: inline;
  background: #transparent;
  height: 32px;
  width: 100%;
  z-index: 500;
}
#cssmenu-4433 > ul > li {
  display:inline-block;  
  /*display: table-cell; */ 
  position: relative;
  margin: 0 0 0 -5px;
  padding: 0;
}
#cssmenu-4433 > ul > #menu-button {
  display: none;
}
#cssmenu-4433 ul li a {
  display: block;
  text-decoration: none;
}
#cssmenu-4433 > ul > li > a {
  font-size: 15px;
  font-weight: normal;
  padding: 15px 30px 14px 30px;
  color: #5a544b;
  border-right: 1px #6f6659 dotted;
  -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;
}
#cssmenu-4433 > ul > li > a br {
    display: none;
}
/*#cssmenu-4433 > ul > li.has-sub > a {
  padding-right: 32px;
}  */
#cssmenu-4433 > ul > li:hover > a {
  color: #ffffff;
  background-color: #008e94;
}

#cssmenu-4433 > ul > .current-menu-ancestor,
#cssmenu-4433 > ul > .active {
  color: #ffffff;
  background-color: #dfdfdf;
}

#cssmenu-4433 li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
/* #cssmenu-4433 > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}	*/
#cssmenu-4433 > 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: #bc36d0;
  z-index: -2;
  -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: #bc36d0;
  top: -12px;
  right: 100%;
  z-index: -2;
}*/
#cssmenu-4433 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: 1000;
}
#cssmenu-4433 ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu-4433 ul ul li {
  position: relative;
}
#cssmenu-4433 > ul > li:hover > ul {
  left: -20%;
  top: 44px;
  opacity: 1;
  border-bottom: 7px solid #ddd9d6;  
}
#cssmenu-4433 ul ul li:hover > ul {
  left: 100%;
  top: 0;
  opacity: 1;
}
#cssmenu-4433 ul ul li a {
  border-bottom: 1px solid #eee;
  padding: 13px 30px 13px 30px;
  font-size: 15px;
  white-space: nowrap;
  color: #534c44;
  background: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu-4433 ul ul li:hover > a {
  background: #b3dddf;
  color: #ffffff;
}

#cssmenu-4433 ul ul .active > a,
#cssmenu-4433 ul ul .current-menu-ancestor > a {
  background: #008e94;
  color: #ffffff;
}

#cssmenu-4433 ul ul li:last-child > a,
#cssmenu-4433 ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #f9fafa;
  position: absolute;
  top: -12px;
}
#cssmenu-4433 ul ul li.has-sub::after,
#cssmenu-4433 ul ul li.has-sub:hover::after {
  border: 8px solid transparent;
  border-left-color: #899ec0;
  right: 0px;
  top: 11px;
  -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;
}
/*#cssmenu-4433 ul ul li.has-sub:hover::after {
  border-left-color: #af4949;
  right: 10px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}*/

@media all and (max-width: 950px), 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) {
#cssmenu-4433 {
    width: auto;
    top: 0;
  }
  #cssmenu-4433 ul {
    width: auto;
  }
  #cssmenu-4433 .submenuArrow,
  #cssmenu-4433 #indicatorContainer {
    display: none;
  }
  #cssmenu-4433 > ul {
    height: auto;
    display: block;
    background: #ffffff;	
  }
  #cssmenu-4433 > ul > li {
    float: none;
  }
  #cssmenu-4433 li,
  #cssmenu-4433 > ul > li {
    display: none;
  }
  #cssmenu-4433 > ul > li > a br {
    display:none;
  }  
#cssmenu-4433 > ul > li a {
  background-color: #ffffff;  
  color: #008b91;
  font-weight: bold;
  border-bottom: 1px dotted #000000 !important;   
}
  #cssmenu-4433 ul ul,
  #cssmenu-4433 ul ul ul,
  #cssmenu-4433 ul > li:hover > ul,
  #cssmenu-4433 ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
  }
  #cssmenu-4433 > ul > li:hover > a {
     color: #ffffff;
     background-color: #008e94;
  }
  #cssmenu-4433 > ul > li:hover > ul {
     border-bottom: none;  
  }  
  #cssmenu-4433 > ul > .current-menu-ancestor {   /* Submenu all bgr acive */
     color: #534c44;
     background-color: #ffffff;
  }
  #cssmenu-4433 ul .has-sub::after {
    display: none;
  }
  #cssmenu-4433 ul li a {
    padding: 12px 20px;
  }
  #cssmenu-4433 ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
    font-weight: normal !important;	
  }
  #cssmenu-4433 ul ul li a:before {
	  content: "";
      color:#8c8072;
   }  
  #cssmenu-4433 ul ul li:hover > a {
     color: #ffffff;
     background-color: #008e94;
  }
#cssmenu-4433 ul ul .active > a,
#cssmenu-4433 ul ul .current-menu-ancestor > a {    /* Submenu Link bgr active*/
  background: #008e94;
  color: #ffffff;
  border-bottom: 1px dotted #000000 !important; 
}
#cssmenu-4433 ul ul .active > a:before {
	  content: "";
      color:#000000;
   }
  #cssmenu-4433 ul ul ul a {
    padding: 8px 50px;
	  border-bottom: 1px dotted #000000 !important; 
  }
  #cssmenu-4433 ul ul ul ul a {
    padding: 8px 65px;
	  border-bottom: 1px dotted #000000 !important; 
  }
  #cssmenu-4433 ul ul ul ul ul a {
    padding: 8px 80px;
	  border-bottom: 1px dotted #000000 !important; 
  }
  #cssmenu-4433 ul ul ul ul ul ul a {
    padding: 8px 95px;
	  border-bottom: 1px dotted #000000 !important; 
  }
  #cssmenu-4433 > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu-4433 #menu-button > a {
    text-align: center;
	color: #008b91;
	padding: 14px 20px;
    font-weight: normal !important;
	background-color: #ffffff !important;  /* Menu 950px bgr */
  }
    #cssmenu-4433 #menu-button > a:hover {
	background-color: #b3dddf !important;  /* Menu 950px bgr */
  }
  #cssmenu-4433 ul.open li,
  #cssmenu-4433 > ul.open > li {
    display: block;
  }
  #cssmenu-4433 > ul.open > li#menu-button > a {
    color: #008b91;
	background-color: #b3dddf !important;   /* Menu 950px bgr */
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu-4433 #menu-button::after {
    display: inline-block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    margin: 0 30px 0 30px;
    left: 50%;
    top: 15px;
  }
  #cssmenu-4433 #menu-button::before {
    display: inline-block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    margin: 0 30px 0 30px;
	left: 50%;
    top: 25px;

  }
  #cssmenu-4433 ul.open #menu-button::after,
  #cssmenu-4433 ul.open #menu-button::before {
    border-color: #1b2939;
  }
}
