<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Ali Mammadli */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
#dirt,
#dirt ul,
#dirt li,
#dirt a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family:Arial, Helvetica, sans-serif;
  color: #101518;
  font-size: 14px;
  position: relative;
}
#dirt a {
  line-height: 1.5;
}
#dirt {
  width: 270px;
  background-image:url(../images/alpha_bg.png);
  color: #101518;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#dirt &gt; ul {
  
}
#dirt &gt; ul:after {
  clear: both;
  content: '';
  display: table;
}
@media all and (max-width: 480px) {
  #dirt &gt; ul {
    max-height: 32px;
   /* overflow: hidden;*/
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  #dirt.expand ul {
    max-height: 900px;
  }
}
#dirt &gt; ul &gt; li {
  width: 27px;
  float: left;
}
#dirt &gt; ul &gt; li:hover {
	color: #196698; }
#dirt &gt; ul &gt; li.mobile {
  display: none;
}
#dirt &gt; ul &gt; li.active {
	background-image:url(../images/active_alpha.png);
		background-repeat:no-repeat;

}

#dirt &gt; ul &gt; li:last-child {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#dirt &gt; ul &gt; li:last-child ul {
  left: auto;
  right: 0;
}
#dirt &gt; ul &gt; li.mobile {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#dirt &gt; ul &gt; li &gt; a {
  margin: 0 0 2px 0;
  font-size: 12px;
  display: block;
  background-image:url(../images/basic_alpha.png);
  background-repeat:no-repeat;
  color: #666;
}
#dirt &gt; ul &gt; li &gt; a &gt; span {
  display: block;
  padding: 5px 0px 4px 0px;
  font-size: 18px;
  width: 25px;
  text-align:center;
  color: #196698;
  font-family:Notto Sans;
}
#dirt &gt; ul &gt; li &gt; a &gt; span:hover {
  display: block;
  padding: 5px 0px 4px 0px;
  font-size: 18px;
  width: 25px;
  text-align:center;
  color: #196698;
}
#dirt &gt; ul &gt; li &gt; a:hover {
  color:#2C3E50;
  text-decoration: none;
  background-image:url(../images/hover_bg.png);
  background-repeat:no-repeat;
}

#dirt &gt; ul &gt; li.active &gt; a {
    color: #fff !important;
  	background-image:url(../images/active_alpha.png);
	background-repeat:no-repeat;

}
#dirt &gt; ul &gt; li.active &gt; a span {
	color:#fff;
	display: block;
  padding: 5px 0px 4px 0px;
  font-size: 18px;
  width: 25px;
  text-align:center;}
/* Sub menu */
#dirt ul ul {
  background: #f9f9f9;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 5px 12px;
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  width: 200px;
  padding-bottom: 25px;
  line-height: 25px;
  z-index: 33;
  margin-bottom: 25px;
}

#dirt ul ul li {
  padding: 3px 0;
  float:left;
  width: 150px;
}
#dirt ul ul a {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#dirt ul ul a:hover {
  color: #444444;
}


</pre></body></html>