/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-mint > li > a { ... } instead of .sm-mint a { ... }
---------------------------------------------------------------*/


/* Menu box
===================*/

	.sm-mint {
		        
	}
	.sm-mint-vertical {
		border-right:2px solid #8db863;
		border-bottom:0;
	}
	.sm-mint ul {
		padding:0px 0;
		background:#E1EAEF;
        border:1px solid #5b5b5b;
		text-align:justify;
        list-style-type: none;
text-align: left;
		 
	}
	.sm-mint-vertical ul,
	.sm-mint ul ul {
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
        background:#F9F9F9;        
        border-color:#2d90d1;
        width:10em;
        float:right;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}
        .sm-mint ul ul li {
                width: 17em;
          
        }
    .sm-mint ul ul ul{
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
        color:#611817;  
        background:#fff;      
        min-height:3em;
        max-height:22em;
       width:100% !important;
		border:none;        
        -webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
float:right;
	}
     ul.sm ul.sm-nowrap ul li a
    {
        
        color:#3047b5;
    }
    ul.sm ul.sm-nowrap ul ul li a
    {
        background:#FFF;
        color:#000;
    }
/* Menu items
===================*/
.sm-mint li img.mii
{
    width:40px;
    height:40px;
    margin:0px auto;
    float:none;
    clear:both;
    position:relative;
    
    padding:0;
}
.sm-mint li span.title {
    margin:0px;
    padding:0px;    
   
    float:none;  
    display:block; 
    clear:both;
}
	.sm-mint a {
        border:0;
		padding:10px 20px;		
		padding:1rem 2rem;		
         margin:0;
          width:auto;  
          font-size:14px;
          font-size:1.3rem;
           line-height: 32px;
		 color:#5b5b5b;				     
		text-decoration:none;
        display:block;    
		    font-family: 'yekan';
            font-weight:normal; 
	}
 
	.sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
		
		
		color:#940000;
	}
        
	.sm-mint a.highlighted {
				
	color:#940000;     
		
	}
    .sm-mint ul li a.highlighted:before {
            content: "";
            display: block;
            position: relative;           
            margin:2rem auto -3rem auto;
            width:2px;
            border-bottom: 0.5em solid #E74704;
            border-right: 0.5em solid transparent;
            border-left:0.5em solid transparent;
        }
   .sm-mint ul li a.highlighted {
				
		color:#940000;
        border-bottom:2px solid #E74704;
		
	}
	.sm-mint-vertical a {
		-moz-border-radius:4px 0 0 4px;
		-webkit-border-radius:4px 0 0 4px;
		border-radius:4px 0 0 4px;
	}
	.sm-mint-vertical a:hover, .sm-mint-vertical a:focus, .sm-mint-vertical a:active,
	.sm-mint-vertical a.highlighted {
		border-bottom-color:#e8b9ed !important;
		
		color:#940000;
		
	}
    .sm-mint ul li
    {
        width:auto;
        float:right;
        clear:both;
        right:0;
        margin:0;
        padding:0 10px;
        display:inline;       
         position:relative;
         height:100%;
         border-left:1px solid #e5e5e5;
        
         display:flexbox;
         
    }
     .sm-mint ul ul ul li
     {
           width:8em;
           padding:0 10px 0 0;
           height:auto;
           border:none;
           float:right;
     }  
     .sm-mint ul ul ul  img
     {
         display:none;
         height:0;
     }      
        /*.sm-mint ul li:nth-child(7) {
            height:50%;
            margin-left:20%;
           
        }
        .sm-mint ul li:nth-child(6)
        {
            height:50%;
            border-bottom:1px solid #e5e5e5;
        }*/ 
     .sm-mint ul.dvWrapp
     {
         width:100%;
         height:auto;
         float:right;
     }
     .Oimg
     {
         position:absolute;
         bottom:0;
         left:10px;
         height:100%;
       
     }
     .sm-mint ul li.img_loaded img:not(.Oimg)
     {
         width:90%;
        
         bottom:0.5em;
         position:absolute;
         
     }
     .sm-mint ul li:nth-child(6) img:not(.Oimg),.sm-mint ul li:nth-child(7) img:not(.Oimg)
     {
         width:50%;
         left:25%;
         bottom:0;
     }
     
	.sm-mint ul a {
		border-bottom:0;
        padding:10px 20px;		
		padding:0.75rem 0rem;						
		line-height:normal;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
        color:#5b5b5b;    
        text-align:center;
       
        margin:0;

       
	}
    
    .sm-mint ul ul a {		
        color:#101c79;  
         font-size:14px;
          font-size:1.4rem;
         
            
	}
    .sm-mint ul ul ul a
    {
        color:#5b5b5b;  
    }
	.sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active,.sm-mint ul li + a.highlighted
	.sm-mint ul a.highlighted {
		
		color:#940000;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
       
	}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
	.sm-mint a.current, .sm-mint a.current:hover, .sm-mint a.current:focus, .sm-mint a.current:active {
		border-bottom-color:#480329;
	}
	.sm-mint-vertical a.current, .sm-mint-vertical a.current:hover, .sm-mint-vertical a.current:focus, .sm-mint-vertical a.current:active {
		border-right:2px solid #480329;
		border-bottom-color:#fff;
	}
	.sm-mint ul a.current, .sm-mint ul a.current:hover, .sm-mint ul a.current:focus, .sm-mint ul a.current:active {
		border-right:0;
		border-bottom:0;
		font-weight:bold;
	}
	.sm-mint a.has-submenu {
		padding:15px 20px;		
		padding:1rem 2rem;	
       
	}


/* Sub menu indicators
===================*/

	.sm-mint a span.sub-arrow {
      
		position:absolute;
		left:0;
		top:50%;
		margin-top:-0.3rem;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-top:6px solid #EC4700; /* tweak size of the arrow */
		border-left:4px dashed transparent;
		border-right:4px dashed transparent;
	}
	.sm-mint a:hover span.sub-arrow, .sm-mint a:focus span.sub-arrow, .sm-mint a:active span.sub-arrow {
		border-top-color:#480329;
	}
	.sm-mint a.highlighted span.sub-arrow {
		border-top-color:#940000;
	}
	.sm-mint-vertical a span.sub-arrow,
 	.sm-mint ul a span.sub-arrow {		
        left:15px;
        left:100%;
       border:0;
	}
	.sm-mint-vertical a:hover span.sub-arrow, .sm-mint-vertical a:focus span.sub-arrow, .sm-mint-vertical a:active span.sub-arrow,
	.sm-mint-vertical a.highlighted span.sub-arrow,
 	.sm-mint ul a:hover span.sub-arrow, .sm-mint ul a:focus span.sub-arrow, .sm-mint ul a:active span.sub-arrow,
 	.sm-mint ul a.highlighted span.sub-arrow {
		border-top-color:#480329;
	}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." in the default download package
===================*/

	.sm-mint span.scroll-up, .sm-mint span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		background:#F6FFED;
		height:20px;
        width:100%;
		/* width and position will be automatically set by the script */
	}
	.sm-mint span.scroll-up-arrow, .sm-mint span.scroll-down-arrow {
		position:absolute;
		top:6px;
		left:50%;
		margin-left:0px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-bottom:8px solid #8db863; /* tweak size of the arrow */
		border-left:6px dashed transparent;
		border-right:6px dashed transparent;
	}
	.sm-mint span.scroll-down-arrow {
		border-top:8px solid #8db863; /* tweak size of the arrow */
		border-bottom:0;
	}


/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/

@media (min-width: 40em) {
   
    .sm-mint a.has-submenu {
		padding:7.5px 20px;		
		padding:1rem 2rem;	
       
	}
     .sm-mint ul li a.has-submenu {
		padding:7.5px 0px;		
		padding:0.75rem 0rem;	
       
	}
}
@media (min-width: 62.66em) {
    }
/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 850px) {
	.sm-mint:not(.sm-mint-vertical) > li > a {
		padding-left:12px;
		padding-right:12px;
	}
	.sm-mint:not(.sm-mint-vertical) > li > a.has-submenu {
		padding-right:24px;
	}
	.sm-mint:not(.sm-mint-vertical) a span.sub-arrow {
		right:9px;
	}
   
}
@media screen and (max-width: 720px) {
	.sm-mint:not(.sm-mint-vertical) > li > a {
		padding-left:6px;
		padding-right:6px;
	}
	.sm-mint:not(.sm-mint-vertical) > li > a.has-submenu {
		padding-right:18px;
	}
	.sm-mint:not(.sm-mint-vertical) a span.sub-arrow {
		right:3px;
	}
  
}

@media screen and (max-width: 640px) {
   
	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-mint{width:auto !important;}
	ul.sm-mint ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-mint>li{float:none;}
	ul.sm-mint>li>a,ul.sm-mint ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-mint iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-mint ul, .sm-mint span.sub-arrow, .sm-mint iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

	.sm-mint {
		border-top:2px solid #8db863;
		border-bottom:2px solid #8db863;
		border-right:0;
	}
	.sm-mint ul {
		
		padding:0;
		/* darken the background of the sub menus */
		
		-moz-border-radius:0 !important;
		-webkit-border-radius:0 !important;
		border-radius:0 !important;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
        
   

/* Menu items
===================*/

	.sm-mint a {
		border:0 !important;
		
		background:transparent !important;
		color:#000 !important;
		-moz-border-radius:0 !important;
		-webkit-border-radius:0 !important;
		border-radius:0 !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
	}
	.sm-mint a.current {
		font-weight:bold;
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-mint ul a {
		border-left:8px solid transparent !important;
	}
	.sm-mint ul ul a {
		border-left:16px solid transparent !important;
        color:#212121;
	}
	.sm-mint ul ul ul a {
		border-left:24px solid transparent !important;
	}
	.sm-mint ul ul ul ul a {
		border-left:32px solid transparent !important;
	}
	.sm-mint ul ul ul ul ul a {
		border-left:40px solid transparent !important;
	}


/* Sub menu indicators
===================*/

	.sm-mint a span.sub-arrow {
		right:auto !important;
		margin-top:-7px !important;
		margin-left:-16px !important;
		border-left:9px solid #8db863 !important; /* tweak size of the arrow */
		border-top:6px dashed transparent !important;
		border-bottom:6px dashed transparent !important;
	}
	/* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
	.sm-mint a.highlighted span.sub-arrow {
		display:none !important;
	}




/* Items separators
===================*/

	.sm-mint li {
		border-top:1px solid rgba(141,184,99,0.2);
	}
	.sm-mint li:first-child {
		border-top:0;
	}

}

.greedy-nav .hamburger:before, .greedy-nav .hamburger:after {
    content: '';
    position: absolute;
    left: 0;
    width: 32px;
    height: 4px;
    background: #fff;
}
.greedy-nav .hamburger:before {
    top: -8px;
}

.greedy-nav .hamburger:after {
    bottom: -8px;
}
.greedy-nav button:hover:after {
    transform: scale(1.075);
     background-color: #bc2e2d;
}
.greedy-nav button:after {
    content: attr(count);
    position: absolute;
    width: 30px;
    height: 30px;
    right: -16px;
    top: 8px;
    text-align: center;
    background-color: #bc2e2d;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    border-radius: 50%;
    border: 3px solid #fff;
    font-weight: bold;
   
}
.greedy-nav .hidden {
    visibility: hidden;
}
.greedy-nav button {
    position: absolute;
    height: 100%;
    left: 0;
    padding: 0 15px;
    border: 0;
    outline: none;
    background-color: #bc2e2d;
    color: #fff;
    cursor: pointer;
     overflow:visible;
     z-index:999;
}
.greedy-nav .hamburger {
    position: relative;
    width: 32px;
    height: 4px;
    background: #fff;
    margin: auto;
}