@charset "UTF-8";
/* Main */
#menu2 {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;  
    text-align:center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
#menu2 li {
	display:inline-block;
}
#menu2 a {
	float: none;
    height: 25px;
    padding: 3px 25px;
    color: #ffffff;
    text-transform: uppercase;
    font: bold 12px/30px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-decoration: none;
	font-weight:bold;
	Font-size:20px;
}

#menu2 li:hover > a {
    color: yellow;
	text-decoration: underline;
	text-decoration-color: #00ff00;
	background-color: red
}
/* IE6 */
html #menu2 li a:hover {
    color: yellow;
	text-decoration: underline;
	text-decoration-color: #00FF00;
}

#menu2 li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu2 ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    z-index: 99999;    
    background-color: #eeeeee;
}   

#menu2 ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    
}

#menu2 ul li:last-child { 
    box-shadow: none;    
}

#menu2 ul a {    
    padding: 5px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
/* IE6 */ 
html #menu2 ul a {   
    height: 10px;
    width: 250px;
}

*:first-child+html #menu2 ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu2 ul a:hover {
    
    background:#dddddd;
}

#menu2 ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu2 ul li:first-child a:after {
    content: '';
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #0000cc;
}

#menu2 ul li:first-child a:hover:after {
    border-bottom-color: #444444; 
}

#menu2 ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu2:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu2             { zoom: 1; } 
*:first-child+html #menu2 { zoom: 1; } 

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #0000cc;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 150px;
	padding: 0 	10px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu2{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	text-align: center;

	font-size:16px;display: inline-block; 
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu2{
    display: inline-block;
}

	
/*Responsive Styles*/

@media screen and (max-width : 768px){
	#menu2 {
display: none;background-color: darkgreen;
}

	#menu2 ul {
    list-style: none;
    margin: 0px;
    padding:0;
    display: none;
    position: relative;
    top: auto;
    z-index: 99999;
    background-color: #eeeeee;
  

}
	/*Make dropdown links appear inline*/
/*Make dropdown links appear inline*/
     #menu2 ul {
    position: static;
     display: none;
}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
		padding-bottom: 5px;
	}
	/*Display 'show menu' link*/
	.show-menub {
		display:block;
	}
#menu2 ul li:first-child a:after {
    content: '';
    position: absolute;
	padd
    left: 0px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    
}

#menu2 ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
	text-align: center;
}
		/*hamburger css*/
	buttontwo{
			background: transparent;border:none;
		
		}	
	/*button two*/
		
		.button-two{
	
		}
		
		.button-two .line{
			fill:red;
			transition:1s;
			transform-origin: center;
		}
		