
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 100%;
  border-bottom: 4px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a span{  font-size: 20px;
  font-weight: 700;}
#cssmenu > ul > li:first-child > a {
  padding: 16px 10px;
  background: url(../images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#cssmenu > ul > li {
  background: #178a8c;
  background: -moz-linear-gradient(#178a8c 0%, #0b6365  100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #178a8c), color-stop(100%, #0b6365 ));
  background: -webkit-linear-gradient(#178a8c 0%, #0b6365  100%);
  background: linear-gradient(#178a8c 0%, #0b6365  100%);
}
#cssmenu > ul > li:hover {
  background: #5ebabb;
 /* background: -moz-linear-gradient(#46ad9e 0%, #429798  100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #178a8c), color-stop(100%, #429798 ));
  background: -webkit-linear-gradient(#46ad9e 0%, #429798  100%);
  background: linear-gradient(#46ad9e 0%, #429798  100%);*/
}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  background: url(../images/pattern.png) top left repeat;
  color: #ffffff !important;
  border: 1px solid #178a8c;
  border-top: none;
  text-shadow: 0 -1px 1px #178a8c;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 15px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size:15px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 96% center no-repeat;
}

#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 8px 10px 8px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
  text-transform:capitalize;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #043d88;
}
.post-wrapper{position: relative;}
.loading-overlay{display: none;position: fixed;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background: rgba(255,255,255,0.5);}
.overlay-content {
    position: fixed;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
div.pagination {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
	/*padding:20px;
	margin:7px;*/
	padding-bottom:20px;
	margin-bottom:7px;
	line-height:30px;
	font-size:14px;
	text-align:center
}

div.pagination a {
	    margin: 2px;
    padding: 3px 6px 3px 6px;
    background-color: #178a8c;
    text-decoration: none;
    color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	padding: 3px 6px 3px 6px;
	margin: 2px;
	background-color: #11396b;
	color: #fff;
}
div.pagination span.current {
    padding: 0.5em;
    margin: 2px;
    background-color: #f6efcc;
    color: #6d643c;
}
div.pagination span.disabled {
    display:none;
}
