﻿
/*  Generated by menucool.com/drop-down-menu  */


/* main menu updated 2017 Jw */
#ddmenu
{
    display:block;width:100%;
  font-family: 400 15px/1.8 "Lato", sans-serif;
    text-align:left; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:5px;position:fixed; z-index:2;
}

#ddmenu ul
{   margin:0 auto;
    padding:8px;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:100%;
    font-size:0;
    background:#333333;
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990; 
    border-radius:2px;
}

#ddmenu li
{   margin:0;
    padding:0 4%;
    font-size:18px;
    display:inline-block;   
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#eeeeee;
    line-height:54px; /*This determines the height of the menu*/
    vertical-align:middle;
    transition:background-color 0.2s;
    outline:none;
	-moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#ddmenu full-width {
    position:static;
}

#ddmenu .over {
    color:#fff;
background-color:#555555;
border-radius:0;
}

#ddmenu .top-heading
{font-weight:normal;
    margin:0;
    color:inherit;
    text-decoration:none;
    display:inline-block; 
    outline:0;
    cursor:pointer;
}

/* links of top-heading */
#ddmenu a, #ddmenu a:link, #ddmenu a:hover
{  color:inherit;
}
#ddmenu a:hover
{text-decoration:underline;
}

#ddmenu a:focus
{outline:1px dotted #09F;
}

/* caret(arrow icon) */
#ddmenu .caret
{
    color:inherit;
    left:-18px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}  
        
/* sub-menu layout */

#ddmenu ul ul li
{
    font-size:13px;
    padding:6px 0; /*It determines the line height*/
    color:inherit;
    line-height:1;
    margin:0;display:block;position:static;background:none;border:none;transition:none;border-radius:0;
}
  
/* links in sub menu */


#ddmenu a:hover
{text-decoration:none;
    color:magenta;/* #0099FF */
}

/* blocks within the sub-menu */
#ddmenu .menu-icon   
{display:none; /* hide menu icon initially */
}


/*styles for mobile*/
@media only screen and (max-width: 1190px) {
#ddmenu ul {padding:0px;}
#ddmenu li {padding:2%;}
}
@media only screen and (max-width: 780px) 
{    /*override the original settings*/
#ddmenu ul {float:left;
        width: 220px; 
        display: none;
        border-radius:0;
}	
#ddmenu li {
        position:relative;
        display:block;
        font-size:15px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius:0;
}        
       /*move the arrow icon to right*/
ddmenu .caret {
        position:absolute;
        left:auto;
        right:14px;
        top: 19px;
        border-width:5px;
}
    /* All the following are for the .menu-icon (pure CSS) */
#ddmenu .menu-icon {
        font-size:32px;/*icon size*/
		display: block;
        position: relative;
		width: 40px;
		height:36px;
        text-align:center;
		cursor: pointer;
		-moz-user-select:none;		
        -webkit-user-select: none;
        background-color:#000; /*  #eeeeee */
        border-radius: 3px;
        margin-bottom:6px;	
        /*align the icon to the left*/
        margin-left: 12px;
        margin-right: auto;
        margin-top:0.5em;
}
#ddmenu .menu-icon::before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 4px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #fff;
        border-bottom: 0.125em solid #fff;
        box-sizing:content-box;
}
#ddmenu .menu-icon-active {
        background-color: #333333; /*  #333333 */
}

#ddmenu .menu-icon-active::before {
      border-color: fuchsia; /*  #eeeeee */
    }
}
