﻿.menu-link { display: none;}
	.menu { 
	float: left;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	}
	.menu ul { 
	position: relative;
	display: inline-table;
	padding:0;
    margin-top:0;
	
	}
   
	/*.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	}*/
        
	.menu > ul > li:first-child{ list-style-type:none;}
	.menu > ul > li {float:left;list-style-type:disc;height:50px;padding-right:40px;}
	.menu ul li a { display: block; text-decoration: none; color: #fff; font-size:12pt; font-family: 'latoregular'; line-height:50px;}
	.menu ul li > a { height:50px; padding-left:0;margin-left:0;}
	.menu ul ul { 
	display: none; 
	position: absolute; 
	top:100%;
	width:175px;
	border: 1px solid #61A375;
    z-index:10;
     list-style-image:none;
     margin-left:-30px;
	}
	
	.menu > ul > li.son
        {
            border-right:none;
        }
	.menu ul li:hover a
	{
		color:#000;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		height:50px;
		
	}
	
   
	.menu ul li:hover > ul { display: block; }
	.menu ul ul > li { position: relative; }
	.menu ul ul > li a { padding: 1px 15px 5px 10px; height: 50px; background-color: #4B3122;line-height:50px; }
	.menu ul ul > li a:hover { background-color: #7A9A84; color: #4B3122; }
	.menu ul ul ul { position: absolute; left: 100%; top:0; }
	
	@media screen and (max-width: 480px) {
     .menu ul li > a 
     {
         height:20px;
     }
	.example-header .container { width: 100%; }
	.menu > ul > li { border:none;float:none;padding:0px;margin-left:5px;width:90%; background-image:none; height:30px; margin-top:30px; margin-bottom:15px;}
	a.menu-link { display: block; color: #fff; background-color: #fff; float: right; width:100%; text-decoration: none; padding: 0px 0px; margin-top:10px; margin-bottom:10px;}
    a.menu-link #menuayar {width:100%;text-align:center; font-family: 'latoregular';color:#000;font-size:15pt;}
	.menu { clear: both; min-width: inherit; float: none; }
	.menu, .menu > ul ul { overflow: hidden; max-height: 0;}
	.menu > li > ul.sub-menu { padding: 0px; border: none; }
	.menu.active, .menu > ul ul.active { max-height: 55em;position:relative;z-index:15;width:100%;background-color: #4a1e00; }
	.menu ul { display: inline; }
	.menu > ul { border-top: 1px solid #808080; }
	.menu li, .menu > ul > li { display: block;line-height:40px;}
	.menu ul li a { color: #fff; display: block; padding: 0.8em; border-bottom: 1px solid #d25400; position: relative; width:99%; font-family: 'latoregular'; font-size:12pt; line-height:0; text-align:center; }
	.menu li.has-submenu > a:after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 1.5em;
	padding: 0.55em 0.5em;
	}
	.menu li.has-submenu > a.active:after {
	content: "-";
	}
	.menu ul ul > li a { background-color: #e1a22d; height:58px; padding: 0px 18px 5px 44px;line-height:58px; }
	.menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none;margin-left:0px; }

        .menu > ul > li.son a 
        {
            border-bottom:none;
        }
        .menu ul li:hover 
        {
            color:#fff;
		    float:none;
		    margin-left:5px;
		    list-style-type:none;
		    background-image:none;
		    width:90%; 
		    height:30px;
		    margin-top:30px;
        }
        .menu ul li:hover a
	    {
		    color:#fff;
            border-top:none;
            height: 30px;
            border-bottom:none;
            border-bottom: 1px solid #d25400;
	    }
   

	}