/*@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);*/
/* Starter CSS for Menu */

@import url(https://fonts.googleapis.com/css?family=PT+Sans);
.common #cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
.common #cssmenu ul,
.common #cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.class-title-div .common #cssmenu ul li {
  min-height: 1px!important;
  vertical-align: middle!important;
  float: none!important;
}
 .common #cssmenu ul {
  position: relative;
  z-index: 597;
}

.common #cssmenu ul li.hover,
.common #cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.common #cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
.common #cssmenu ul ul li {
  float: none;
}
.common #cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
.common #cssmenu ul li:hover > ul {
  visibility: visible;
}
.common #cssmenu ul ul {
  bottom: 0;
  left: 0;
}
.common #cssmenu ul ul {
  margin-top: 0;
}
.common #cssmenu ul ul li {
  font-weight: normal;
}
.common #cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
.common #cssmenu {
/*  background: #5CA106;*/
/*  border-bottom: 4px solid #FF5901;*/
 font-family: 'PT Sans', sans-serif;
  font-size: 12px;
}
.common #cssmenu > ul {
  *display: inline-block;
}
.common #cssmenu:after,
.common #cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
.common #cssmenu ul {
  text-transform: uppercase;
}
.common #cssmenu ul ul {
/*  border-top: 4px solid #C02545;*/
  text-transform: none;
  min-width: 190px;
}

.common #cssmenu ul ul a {
 background: #F26520;
  color: #ffffff;
  border: 1px solid #909090;
  border-top: 0 none;
  line-height: 150%;
  padding: 16px 20px;
  font-size: 13px;
}

.common #cssmenu ul ul ul {
  border-top: 0 none;
}

.common #cssmenu ul ul li 
{
  position: relative;
	background: rgb(245, 245, 245) none repeat scroll 0% 0%;
	list-style: outside none none;
	margin-bottom: 0px;
	width: 100%;
	border-bottom: 2px solid rgb(245, 245, 245);
}

.common #cssmenu ul ul li:first-child > a
{
  border-top: 1px solid #F26520;
}

.common #cssmenu ul ul li:hover > a
{
  background: #4E8C06;
  color: #ffffff;
}

.common #cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #C02545;
  -webkit-box-shadow: 0 1px 0 #FF5901;
  box-shadow: 0 0px 0 #004B8E;
}
.common #cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.common #cssmenu ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

.common #cssmenu ul li:hover > a
{
	color: #004B8E;
}

.common #cssmenu ul ul a.active > a 
{
	color: #004B8E;
}

.common #cssmenu ul li.has-sub > a:after {
	content: '\f107';
	margin-left: 5px;
	font-family: "FontAwesome";
	float: right;
}

.common #cssmenu ul li.last ul {
  left: auto;
  right: 0;
}

.common #cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}

.common #cssmenu ul li {
    position: relative;
	background: #f5f5f5;
	list-style: none;
	margin-bottom: 6px;
	width:100%;
}

.common #cssmenu ul li::after {
    content: "";
    display: block;
    width: 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #e3e3e3;
}


/*@media only screen and (min-width: 1025px) and (max-width: 1920px){

.common #cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}

}
*/
.common #cssmenu a {
/*  background:#5CA106;*/
    color: #333;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 12px;
	padding: 20px 15px 20px 20px;
	
}

.common #cssmenu > ul > li > a {
 font-size: 13px;
 font-weight: bold;
}



@media only screen and (min-width: 1px) and (max-width: 3000px){
.common #cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

.navbar {
    position: none!important;
}

.common #cssmenu ul li ul {
  position: absolute;
  display:none!important;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

.common #cssmenu ul li:hover ul {
  position: relative;
  display:block!important;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}


}

.common #cssmenu ul li.active {
    background: #002b7f !important;
}

.common #cssmenu ul li.active > a{
    color: #fff !important;
}

.common #cssmenu ul ul li.active a{
    background: #4E8C06 !important;
}

.common #cssmenu ul ul li.active > a{
    color: #fff !important;
}



.common #cssmenu ul li.active::after {
    background: #fff;
    opacity: 0.5;
}
