<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
#cssmenu-maverix {
	margin-top:18px;
  width: auto;
  padding: 0;
  line-height: 2;
  display: block;
  position: relative;
  float:right;
  background:#00dcff;
  z-index:999;
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#cssmenu-maverix ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu-maverix ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu-maverix ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu-maverix ul li a {
  text-decoration: none;
  display: block;
  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;
}
#cssmenu-maverix ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  box-shadow: 0px 0px 2px 0px #000;
}
#cssmenu-maverix ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #e5e5e5;
}
#cssmenu-maverix ul li ul li:hover {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #5f5f5f;
}
#cssmenu-maverix ul li ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #fff;
}
#cssmenu-maverix ul li ul li ul li:hover {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #5f5f5f;
}
#cssmenu-maverix ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu-maverix ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #1e335e;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu-maverix ul li ul li a {
  font-size: 12px;
  font-weight: 100;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 160px;
  padding: 11px 10px 11px 20px;
}
#cssmenu-maverix ul li ul li:hover &gt; a,
#cssmenu-maverix ul li ul li.active &gt; a {
  color: #ffffff;
	
}
#cssmenu-maverix ul li ul li:hover:after,
#cssmenu-maverix ul li ul li.active:after {
  background: #fff;
}
#cssmenu-maverix ul li ul li:hover &gt; ul {
  left: 190px;
  top: 0;
}
#cssmenu-maverix ul li ul li:hover &gt; ul &gt; li {
  max-height: 72px;
  position: relative;
}
#cssmenu-maverix &gt; ul &gt; li {
  float: left;
}
#cssmenu-maverix &gt; ul &gt; li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}

#cssmenu-maverix &gt; ul &gt; li &gt; a {
  color: #fff;
  padding: 14px 10px;
  font-weight:400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  z-index: 2;
  position: relative;
}
#cssmenu-maverix &gt; ul &gt; li:hover:after,
#cssmenu-maverix &gt; ul &gt; li.active:after {
  height: 100%;
}
#cssmenu-maverix &gt; ul &gt; li:hover &gt; a,
#cssmenu-maverix &gt; ul &gt; li.active &gt; a {
  color: #ffffff;
}
#cssmenu-maverix &gt; ul &gt; li:hover &gt; ul {
  left: 0;
}
#cssmenu-maverix &gt; ul &gt; li:hover &gt; ul &gt; li {
  max-height: 72px;
  position: relative;
}
#cssmenu-maverix #menu-button {
  display: none;
}
@media only screen and (max-width: 900px) {
#cssmenu-maverix {
	display:none;
}
}</pre></body></html>