
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
.navbar
{
	background:#408bca;
	padding:0 30px;
}
#cssmenu {
	width: auto;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li {
  display:inline-block;
}
#cssmenu > ul > li > a {
    padding: 18px 30px 16px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu > ul > li > a i
{
	padding: 0 0 0 3px;
    position: relative;
    font-size: 18px;
    line-height: 0;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
 background:#fff; color:#408bca; 
}
#cssmenu > ul > li.has-sub > a {
  
}
#cssmenu ul ul > li.has-sub > a:after {
  	content: '';
    position: absolute;
    right:3px;
    top: 11px;
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left-color: #ffffff;
    z-index: 9;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
/*#cssmenu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 25.5px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;
  display:none;
}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #19799f;
}*/
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
	background: #fff; 
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
  z-index:9999;
}
#cssmenu > ul > li > ul {
  	top: 0px;
	background: #fff; 
    box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.1);
    width: 400px;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 49px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
}
#cssmenu ul ul > li:hover > ul.nav-part
{
	left:388px;
}

#cssmenu > ul > li > ul.one a{
	width:79px;
}
#cssmenu > ul > li > ul.one {
	
}
#cssmenu ul ul > li:hover > ul.one{
 
}
#cssmenu > ul > li > ul.two {
	
	
}
#cssmenu > ul > li > ul.three {
	
}
#cssmenu ul ul > li:hover > ul {
  top: -18px;
  left: 168px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 220px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul ul li:first-of-type a {
  
}
#cssmenu ul ul li a {
  font-size: 15px;
  color: #666666;
  text-decoration: none; text-align: left; top:100%;  padding:8px 0 8px 0; margin:0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  position:relative;
}
.navsplit
{
	width:50%;
	float:left;
    padding:18px 30px;
	border-left:solid 1px #EEE;
}
.navsplit h4
{
    color: #61b761;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}
#cssmenu ul ul li a:after
{
	position:absolute;
	content:" ";
	top:0;
	bottom:0px;
	left:-33px;
	width:3px;
	z-index:999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	background:#f58c1f;
	opacity:0;
}  
#cssmenu ul ul li a:hover:after
{
	opacity:1;
}  

#cssmenu ul li ul li a:before
{ 
    content: "\f105";
    color: #666666;
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 6px;
	display:none;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #000;
}
#cssmenu ul ul li:first-child > a {
	border-top:none;
}
#cssmenu ul ul li:last-child > a {
}
/*#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}*/
@media all and (max-width: 1200px), 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 {
  	width: 100%;
  }
  
.navsplit
{
	width:100%;
	float:none;
	border-bottom:solid 1px #EEE;
	padding:10px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #fff;
}
	#cssmenu ul ul > li:hover > ul.nav-part
	{
		left:0;
	}
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
	background: rgba(25,26,29, 0.95); 
    position: relative;
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #cssmenu ul li a {
    padding-left: 12.5px;
	color:#fff;
  }
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    position: relative;
    display: block;
    padding: 0;
    padding-left: 0;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 50px;
    float: right;
    z-index: 9999;
    height: 64px;
  }
  #cssmenu .submenu-button {
   	position: absolute;
    right: 0;
    display: block;
    width: 50px;
    height: 100%;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 10;
    cursor: pointer;
    background: #000;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul li ul li a:before {
    left: 12px;
    top: 12px;
	}
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 10.5px;
    top: 0;
    display: block;
    width: 46px;
    height: 64px;
    background: url(../images/nav.png) center center no-repeat;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #cssmenu #menu-button.menu-opened:after {
    background: url(../images/close.png) center center no-repeat;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,{
	  
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 19.5px;
    top: 17.5px;
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #19799f;
  }
}
