.mobile-menu {
	display:block;
	width:100%;
	line-height: .6em;
	font-size:16px;
	font-weight: 400;
	text-align:center;
	position: relative;
	 margin:0 auto;
	color:black;
	}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
	  list-style-type:none;
	  margin: 0 auto;
	  padding-left:0;
	  text-align:center;
	  width:100%;
	  position: absolute;
	  color:black;
	  /*background: #8aa8bd;*/
	}

/*Create a horizontal list with spacing*/
.mobile-menu li {
	display:inline-block;
	color:black;
	/*float: left;
	margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
	color:black;
	display:block;
	min-width:140px;
	text-align: center;
	color: #000;
/*  text-transform:uppercase;*/
	/*background: #8aa8bd;*/
	text-decoration: none;
  margin-left:-5px;
  padding: 10px 0;  
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
	
}

/*Hover state for top level links*/
.mobile-menu li:hover a {
	color: #fff;
  background-color:red;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	background: red;
	color: white;
}

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

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

/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
	text-decoration: none;
	color: #000;
	/*background: #8aa8bd;*/
	text-align: center;
	padding: 10px 15px;
	display: none;
  cursor: pointer;
/*  text-transform: uppercase;*/
}

.mobile-menu .show-menu span{
   padding-left: 25px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}

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

/*Responsive Styles*/

@media screen and (max-width : 1200px){
  .mobile-menu .lines {
    border-bottom: 10px double black; 
/*    border-top: 5px solid #f8f8f8; */
    content:"";
    height: 5px; 
    width:20px;
    padding-right:15px;
    float: right;
}
	/*Make dropdown links appear inline*/
	.mobile-menu ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.mobile-menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mobile-menu ul li, .mobile-menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.mobile-menu .show-menu {
		display:block;
	}
}

.mnu_wave_1 {
  position: absolute;
  height: 6px;
  bottom: -6px;
  left: 0;
  right: 0;
  background: url(../img/home/menu_bg_pattern_18_01.png) bottom center repeat-x;
  z-index: 2;
}

.mnu1 {
	float: left;
	width: 1200px;
}
