.show-menu {
	text-decoration: none;
	color: #fff;
	background-image: url(../pics/menu.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #EC8C55;
	padding: 10px 3% ;
	display: none;
    opacity:1;
    font-size: 1.1em;
    font-weight: bold;
    height: 47px;
    border: 0;
    line-height: 1.3em;
   
}

#navi  input#show-menu:checked ~ .show-menu {
    background-image: url(../pics/close.png);
    color: #fff;
    opacity:1;
    
}

.show-menu:hover,
#navi  input#show-menu:checked ~ .show-menu:hover {
   opacity:.7;
   cursor: pointer;
    
}

#navi input#show-menu {
    display: none;
    height: 10px;
}

/*Responsive Styles*/

@media screen and (max-width : 849px){ 
    
    #header {
        padding-top: 60px;
        border-bottom: 2px solid #EC8C55;
    }
    
    #navi .content { width: 100%; padding: 0 2%;}
    
    #navi .headersearch {
        display: none !important;
    }
    
    #navi { 
        text-align: left;  
        font-size: 1.1em; 
        
        position: absolute;
        top: 0;
        z-index: 20;
        color: #fff;
       
    }
	
    #menu, #navi ul   {
		display: none;
        height: 0;
        border-top: 1px dotted #eee;
        background-color: #EC8C55;
        width: 100% !important;
        padding: 0 3%;
        border-left:0;

    }
    
    #navi ul ul { 
    
        font-size: .8em;
    }
    
    #navi  input#show-menu:checked ~ #menu, #navi  input#show-menu:checked ~ #menu .sub-menu {
        display: block;
        height: auto;

    }
    
    #navi  input#show-menu:checked ~ #menu li:first-child,
    #navi  input#show-menu:checked ~ #menu .sub-menu li:first-child {
       border: 0;

    }
    
	#navi  #menu li {
		border: 1px dotted #eee;
        display: block;
        border-width: 1px 0 0 0;
        padding: 0;
        float: none;
         max-width: 85%;     
       
	}
    
    #navi #menu .headersearch {
        border: 10px solid #EC8C55; 
        border-width: 15px 0 ;
        width: 50px;
        
    }
    
    #navi  #menu li a {
        padding: 10px 0;
        font-weight: normal;
       
	}

    .show-menu {
		display:block;
       
	}
    
}