.menu_fixed {
	background-color:#000;
}
.menu_fixed .col {
	padding:1em auto;
}
.menu_fixed .span_1_of_3 {
	width: 35.26%;
	padding:0.5em 3em;
}
.menu_fixed .span_1_of_2 {
	width: 55.2%;
	padding-top: 2.5em;
}
 @media only screen and (max-width: 979px) {
.menu_fixed .span_1_of_3 {
 width: 38.26%;
 padding: 0.5em 0em;
}
}
.menu_fixed img {
	width:auto;
}
 @media only screen and (max-width: 1165px) {
.menu_fixed img {
 width: 200px;
}
}
 @media only screen and (max-width: 600px) {
 .menu_fixed .col {
padding:1em 0;
}
.menu_fixed .span_1_of_3 {
 width: 100%;
 padding:0.5em 0em;
}
.menu_fixed .span_1_of_2 {
 width: 100%;
 padding-top: 0em;
}
.menu_fixed img {
width:100%;
}
}
/* common and top level styles */

	#nav span {
	display: none;
}
#nav, #nav ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#nav {
	background-color:#000;
	float:right;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	width: 98%;
}
#nav ul.subs {
	background-color:transparent;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	color: #1f9f90;
	display: none;
	left: 10;
	padding: 5%;
	position:absolute;
	top: 45px;
	width:auto;
}
#nav ul.subs li {
	padding: 5px 0px;
}
#nav ul.subs li a {
	color:#1f9f90;
	font-size:12px;
}
#nav > li {
	float: left;
	margin-bottom: -5px;
	text-align: left;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
#nav li a {
	display: block;
	text-decoration: none;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	white-space: normal;
	font-weight:bold;
}
#nav > li > a {
	color: #1f9f90;
	display: block;
	font-size: 1m;
	line-height: 45px;
	padding: 0 15px;
}
#nav > li:hover > a, #nav > a:hover {
	background-color: #1f9f90;
	display:block;
	color: #fff;
}
#nav li.active > a {
	background-color: #1f9f90;
	color: #fff;
}
/* submenu */

	#nav li:hover ul.subs {
	display: block;
	z-index:6000;
}
#nav ul.subs > li {
	display: inline-block;
	float: none;
	padding: 10px 1%;
	vertical-align: top;
	width: 33%;
}
#nav ul.subs > li a {
	color: #1f9f90;
	line-height: 20px;
}
#nav ul li a:hover {
	color: #fff;
}
#nav ul.subs > li > a {
	font-size: 1.3em;
	margin-bottom: 10px;
}
#nav ul.subs > li li {
	float: none;
	padding-left: 8px;
	-moz-transition: padding 150ms ease-out 0s;
	-ms-transition: padding 150ms ease-out 0s;
	-o-transition: padding 150ms ease-out 0s;
	-webkit-transition: padding 150ms ease-out 0s;
	transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
	padding-left: 15px;
}


	/* responsive rules */

	@media all and (max-width :767px) {
 #nav {
 background-color: #000;
}
 #nav > li {
 float: none;
 border-bottom: 0;
 margin-bottom: 0;
}
 #nav ul.subs {
 position: relative;
 top: 0;
}
 #nav li:hover ul.subs {
 display: none;
position: relative;
 top: 0;
display:inline-block;
}
 #nav li #s1:target + ul.subs, #nav li #s2:target + ul.subs {
 display: block;
}
 #nav ul.subs > li {
 display: block;
 width: auto;
}
}
ul.topnav li.icon {
	display: none;
}
 @media screen and (max-width:767px) {
 ul.topnav li {
display: none;
}
 ul.topnav li.icon {
 float: right;
 display: inline-block;
}
}
 @media screen and (max-width:767px) {
 ul.topnav.responsive {
position: relative;
}
 ul.topnav.responsive li.icon {
 position: absolute;
 right: 0;
 top: 0;
}
 ul.topnav.responsive li {
 float: none;
 display: inline;
}
 ul.topnav.responsive li a {
 display: block;
 text-align: left;
}
}
.innermenu {
	background-color:#000;
	display:block;
	height:50px;
}

@media only screen and (max-width: 1242px) {
 .menu_fixed .span_1_of_3 {
 width: 30.26%;
padding-left:1px;
}
 .menu_fixed .span_1_of_2 {
 width: 65.2%;
 padding-top: 0.5em;
}
#nav > li > a {
    
    padding: 0 10px;
font-size:80%;
}
}



 

 @media only screen and (max-width: 949px) {
 .menu_fixed .span_1_of_3 {
 width: 30.26%;
}
 .menu_fixed .span_1_of_2 {
 width: 68.2%;
 padding-top: 0.5em;
}
#nav > li > a {
    
    padding: 0 10px;
font-size:80%;
}
}

@media only screen and (max-width: 767px) {
 .menu_fixed .span_1_of_3 {
 width: 100%;
 padding:0.5em 0em;
}
.menu_fixed .span_1_of_2 {
 width: 100%;
 padding-top: 0em;
}
}
.f-nav {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
 @media only screen and (max-width: 767px) {
 .f-nav {
z-index: 9999;
position:relative;
left: 0;
top: 0;
width: 100%;
}
}
a.active {
	color:#fff !important;
}
