@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,  #cssmenu ul,  #cssmenu ul li,  #cssmenu ul li a,  #cssmenu #menu-button {
	margin: 0px 0px;
	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;
	z-index:99999999;
	    /*margin-top: 5px;*/
}

 .control-group {
    margin-bottom: 7px;
}

.menu-item-object-page{
	margin: 0px 0px !important;
}
#cssmenu:after,  #cssmenu:after,  #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
	font-family:"Myriad Pro", Geneva, sans-serif;
}


#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#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 {
	float: left;
    margin-right: 1px;

}
#cssmenu > ul > li > a {
	/*color: #016501;*/
	color: #443266;
    font-size: 17px;
    margin-right: 6px;
    padding: 3px 0px 0px 0px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    margin-top: 0px;
    font-weight: 400;
}
#cssmenu > ul > li:hover > a,  #cssmenu > ul > li > a:hover,  #cssmenu > ul > li.active > a {
	border-bottom:2px solid #d1cab0;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 18px;
}
/*#cssmenu ul > li.has-sub > a:after {

  content: '';

  position: absolute;

  right: 5px;

  top: 17.5px;

  display: block;

  width: 18px;

  height: 18px;

  border-radius: 9px;

  background: #d1cab0;

  background-size: 36px 36px;

  background-position: 0 0;

  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 ul > li.has-sub:hover > a:after {
	background-position: 0 -18px;
}
#cssmenu ul > li.has-sub > a:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #2e5804 transparent transparent;
    border-image: none;
    border-right: 3px solid transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 7px;
    top: 8.5px;
    width: 0;
    z-index: 99;
}
#cssmenu ul > li.has-sub:hover > a:before {
	border-top-color: #016501;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	opacity: 0;
 -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;
}
#cssmenu > ul > li > ul {
	top: 91px;
	padding-top: 8px;
	border-radius: 5px;
}
#cssmenu > ul > li:hover > ul {
	left: auto;
	top: 15px;
	opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	top: 40px;
}
#cssmenu ul ul > li:hover > ul {
	top: 0;
	left: 178px;
	padding-left:15px;
	opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
	left: auto;
	right: 178px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 1;
}
#cssmenu ul ul li a {
	width: 191px;
	padding: 12px 25px;
	font-size: 15px;
	color:#cdcccc;
	font-weight: 700;
	text-decoration: none;
	background: #7080BE;
	-webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
 opacity: 0.8;
    border-bottom: 0.1px solid #cdcccc;

}
#cssmenu ul ul li:hover > a,  #cssmenu ul ul li > a:hover,  #cssmenu ul ul li.active > a {
	color: #fff;
	/*background:#2e5804;*/
	background:#8C489F;
	opacity: 1;
}
.sub-menu:before {
    border-bottom: 10px solid #7080BE;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -2px;
    left: 8px;
    z-index: 10;
    content: "";
    position: absolute;
    opacity: 0.8;
    }


#cssmenu ul ul > li.has-sub > a:after {
	right: 12px;
	top: 9.5px;
	background: #d1cab0;
	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: #fff;
}
#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;
}
#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: 801px), 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 {
}
 #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);
}
 #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;
}
 #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: 20px;
 padding-left: 12.5px;
 cursor: pointer;
 font-size: 13px;
 color: #777671;
 font-weight: 700;
}
 #cssmenu .submenu-button {
 position: absolute;
 right: 0;
 display: block;
 width: 53px;
 height: 53px;
 border-left: 1px solid rgba(120, 120, 120, 0.2);
 z-index: 10;
 cursor: pointer;
}
 #cssmenu ul ul .submenu-button {
 height: 41px;
}
 #cssmenu ul .submenu-button:after {
 content: '';
 position: absolute;
 right: 12.5px;
 top: 12.5px;
 display: block;
 width: 28px;
 height: 28px;
 border-radius: 15px;
 background: #d1cab0;
 background-size: 56px 56px;
 background-position: 0 0;
 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 ul .submenu-button.submenu-opened:after,  #cssmenu #menu-button.menu-opened:after {
 background-position: 0 -28px;
}
 #cssmenu ul ul .submenu-button:after {
 top: 6.5px;
}
#cssmenu .submenu-button:before {
 content: '';
 position: absolute;
 right: 22.5px;
 top: 25.5px;
 display: block;
 width: 0;
 height: 0;
 border: 4px solid transparent;
 border-top-color: #83827d;
 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: #777671;
}
#cssmenu #menu-button{ background: url(../images/menu.png) no-repeat right center; }
.sub-menu::before{ display: none; }
#cssmenu .sub-menu{}
#cssmenu .sub-menu.open{}
}


