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


/* main menu
----------------------------*/
#ddmenu {
 display: block;
 font-family: 'Roboto Condensed', sans-serif;
 text-align: center; /* Specify the alignment of the whole UL if UL is not width:100%; */
 letter-spacing: normal;
 font-size: 15.0px; /* 16.3 */
 text-transform: uppercase;
}

#ddmenu ul { 
 position: absolute;
 left: 0;
 top: 127px;
 margin:0 auto; 
 padding:0;
 text-align:center; /* Alignment of each top-level menu items within the UL */
 width:100%;
 font-size:0;
 display:inline-block;
 list-style:none;
 position:relative;
 z-index:999999990; 
 max-width:1400px;
 background: #e2e2e2;
 border-bottom: 3px solid #2990ff;
}

#ddmenu li {
 margin:0;
 padding:0;
 font-size:13px;
 display:inline-block;
 *display:inline;
 zoom:1; /*for IE6-7*/
 position:relative;
 color:#585858;
 line-height:46px; /*This determines the height of the menu*/
 transition:background-color 0.5s;
 outline:none;
 -moz-user-select:none;
 -webkit-user-select: none;
 -ms-user-select: none;
}

#ddmenu li.highilighted-menuitem {
 background-color:#fc7900;
 color: #fff;
}

#ddmenu li.full-width {
 position: static;
}

#ddmenu li.selected {
 color: #fff;
 background-color:#2990ff;
}

#ddmenu li.over {
 color: #fff;
 background-color:#98caff;
}

#ddmenu li.over.no-sub {
    
}

#ddmenu .top-heading {
 white-space:nowrap;
 margin:0 16px;
 color:inherit;
 text-decoration:none;
 display:inline-block; 
 outline:0;
 cursor:pointer;
}

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

}

#ddmenu li a:focus {
 outline:1px dotted #09F;
}
    
/* caret(arrow icon) */
#ddmenu i.caret {  
 /*
 color:inherit;
 left:-12px;
 width: 0;
 height: 0;
 overflow:hidden;
 vertical-align:middle;
 margin-bottom:2px;
 border-top: 4px solid;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
 display: inline-block;
 position:relative;
 */
}  
        
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown {
 width: auto;    
 /* left: 0; */
 color:#000;   
 padding:0;margin:0;display:none;position:absolute;
 top:100%;
 border: 1px solid #c2c2c2;
 border-top: none;
 background-color: #f6faff;
 text-transform: none;
 font-family: 'Arial', sans-serif;
 opacity: 0.95;
 margin-top: 3px !important;
}

#ddmenu li.full-width .dropdown {
 padding:0;
 margin:0;
 margin-left:-1px; /*Set to 0 if UL has no border*/
}

#ddmenu .offset300 {
 left:-300px;right:auto;
}

#ddmenu .right-aligned {
 left:auto;
 right:0px;
}

#ddmenu li.over .dropdown {
 display:block;
}

#ddmenu .dd-inner {
 text-align:center;
 margin:16px;
 white-space:nowrap;
 font-size:13px;
 line-height:1.35;
}
  
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a
{ 
    display:table-row;
    *display:block;
    color:#000;
    line-height:22px;
    text-decoration:none;
    padding:0;
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration:underline;
    color:#09F;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu div.column {
 text-align:left;
 vertical-align:top;/*or middle*/
 display:inline-block;
 *display:inline;*zoom:1;
 white-space:normal;
 width:200px;
 padding:0 30px;
}

#ddmenu div.dd-inner div:last-child {
 border-right:none;
}

#ddmenu div.column h3 {
 margin-top: 12px;
 margin-bottom: 8px;
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 16.3px;
 text-transform: none !important;
}

#ddmenu div.column h3 {text-transform:uppercase;}
#ddmenu div.column260 {width:260px;}
#ddmenu div.column340 {width:340px;}

#ddmenuLink {display:none;}


/* --- mobile --------------------------------------------------------------------- */

#ddmenu div.menu-icon   
{
    display:none; /* hide menu icon initially */
}


/* small size */
@media screen and (min-width: 481px) and (max-width: 749px) {
    #ddmenu div.menu-icon {
      top: 160px !important;
    }
    #ddmenu ul {
        top: 210px !important;
    }    
}

/* mobile size */
@media only screen and (max-width: 749px) /* 480 */ 
{
    #ddmenu li div.column.mayHide {
        // display:none;
    }

    /*override the original settings*/
    #ddmenu ul {
        position: absolute;
        top: 280px;
        width: 100%; 
        display: none;
        border-radius:0;
        background: #e2e2e2; 
    }
	
    #ddmenu li {
        position:relative;
        display:block;
        font-size:20px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

    #ddmenu li.full-width {
        position: relative;
    }
    
    #ddmenu li .dropdown {
        position:absolute;
        *top:auto; /*for IE7*/
        border:none;
        border-radius:0;
        box-shadow:none;
        text-align:left;
        background-color: #eee;
    }
    
    #ddmenu .offset300 {
        left:0;
    }

    #ddmenu li.full-width div.dropdown {
        width: auto;
    }
        
    #ddmenu .dd-inner
    {
        margin:0;
        background:none;
        text-align:left;
    }
    
    /*turn each column to list vertically instead of horizontally */
    #ddmenu li div.column {
        width:auto;
        padding: 0 10px 10px 10px;
        border:none;
        display:block;
    }

    /*move the arrow icon to right*/
    #ddmenu i.caret {
        position:absolute;
        left:auto;
        right:14px;
        top:20px;
        border-width:5px;
    }


    /* All the following are for the div.menu-icon (pure CSS) */
    #ddmenu div.menu-icon {
      font-size:32px;/*icon size*/
      display: block;
      position: absolute; /* relative */
      top: 240px;
      right: 0;
      width: 40px;
      height:36px;
      text-align:center;
      cursor: pointer;
      -moz-user-select:none;		
      -webkit-user-select: none;
      background-color: #ccc;
      border-radius: 3px;
      margin-bottom:6px;
      /*align the icon to the right*/
      margin-left: auto;
    }

    #ddmenu div.menu-icon::before {
      content: "";
      position: absolute;
      top: 0.25em;
      left: 4px;
      width: 1em;
      height: 0.125em;
      border-top: 0.375em double #333;
      border-bottom: 0.125em solid #333;
      box-sizing: content-box;
    }

    #ddmenu div.menu-icon-active {
        background-color: #333;
    }

    #ddmenu div.menu-icon-active::before {
        border-color: #eee;
    }
    
    .right-aligned {
      right:auto !important;
      left:0px !important;
    }
    
    
}