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


/* main menu
----------------------------*/
#menu-container
{
    margin: -30px 0px 30px 0px;
    align: center;
    text-align: center;    
    z-index: 99999999;
    height: 36px;
    background-color: #4c758b;
}

#ddmenu
{
    display:block;
    font-family: 'Wix Madefor Display', sans-serif;
    text-align:center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing: normal;
}

#ddmenu ul
{ 
    margin:0 auto; 
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:100%; min-width: 300px;
    font-size:0;
    /*background:#00829B;/*background for the menu*/*/
   background: #eee;
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990; 
    max-width:1100px;/*1200*/
/*background:blue /*rgba(0,153,255,0.3);*/*/
border:1px solid rgba(255,255,255,0.2);
border-radius:4px;
}

#ddmenu li
{
    margin:0;
    padding:3 0 3 0;
    font-size:14px; 
    display:inline-block;
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color: #eee; 
    line-height:30px; /* 30This determines the height of the menu*/
    /*max-height: 30px    
    min-height: 20px;*/
    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:#eee;
background-color:#000;
}

#ddmenu .over.no-sub {
    
} 

#ddmenu .top-heading
{
    font-weight:bold;
    white-space:nowrap;
    margin:0 16px;
    /*color:#eee;*/
    text-decoration:none;
    display:inline-block; 
    outline:0;
    cursor:pointer;
    font-size: 18px;
}

/* links of top-heading */
#ddmenu a, #ddmenu a:link, #ddmenu a:hover 
{
    color:#eee;
}
#ddmenu a:hover
{
    text-decoration:none;
    font-color; black;
}

#ddmenu a:focus
{
    outline:1px dotted #09F;
}
    
/* caret(arrow icon) */
#ddmenu .caret
{  
    color:inherit;
    left:-12px;
    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 .dropdown
{
    width:100%; min-width: 320px;    
    left:0px;    
    color:#000;   
    padding:0;margin:0;display:none;position:absolute;
    /*margin-top: 10px;*/
    top:100%;
    border:1px solid #000;
    border-top:none;
    background-color: #eee; /*rgba(0,0,0,0.1);*/
/*border-radius:2px;
background-color: #eee; /*rgba(0,0,0,0.1);*/
background-color:#eee \9;/*fallback for old IE*/*/
}

#ddmenu .full-width .dropdown {
    width:100%;
    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 .over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
    text-align:center;
    padding:6px; /*20px;*/
    margin: 0px; /*16px;*/
    background-color:#eee;
    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
{
    font-size: 18px;
    text-decoration:none;
    color: #b49901; 
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column
{
    text-align:left;
    vertical-align:top;/*or middle*/
    display:inline-block;
    *display:inline;*zoom:1;
    white-space:normal;
    min-width: 300px; width:100%; /*240px;*/
    padding:0 30px;
    /*border-right:1px solid #999;*/
}

#ddmenu .icon
{
    width:110px;
    padding:0px 10px 20px 10px;
    margin-top: 10px;
}

#ddmenu .icon2
{
    width:130px;
    padding:0px 10px 20px 10px;
    margin-top: 10px;
}

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

#ddmenu .column h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}

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

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}

/*######## add additional styles for mobile-friendly responsive menu ########*/

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


/*styles for mobile- 900*/
@media only screen and (max-width: 1040px) 
{
   /* #ddmenu .column.mayHide {
        display:none;
    }*/
IMG.hide { display: none;}

    #ddmenu div.width900 {
	margin-left: -850px;
	background-color: #4c758b; /*eee;*/
	border-bottom: 1px solid black;
	}
/*    P.sub { margin-left: 40px; 
	height: 30px; 
	margin-bottom: 10px;
	}*/

 P.sub { margin-left: 40px; 
	height: 30px; 
	margin: 5px 0px 10px 40px;
	}

 P.suba { margin-left: 40px; 
	height: 30px; 
	margin: 5px 0px 10px 40px;
	}


    #ddmenu div.width900a {
	margin-left: 0px;
	background-color: #4c758b; /*eee;*/
	border-bottom: 1px solid black;
	}
   
    /*override the original settings*/
    #ddmenu ul {
        width: 100%; 
        display: none;
        border-radius:0;

        background: #4c758b;
    }

DIV.icon {
	margin-left: 850px;
}
	
P.icontitle {
text-align: left;
}

    #ddmenu li {
        position:relative;
        display:block;
        font-size:20px;
        text-align:left;
	height: 30px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

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

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

    /*move the arrow icon to right*/
    #ddmenu .caret {
        position:absolute;
        left:auto;
        right:14px;
        top:20px;
        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: #eee;
        border-radius: 3px;

        margin-bottom:6px;
        /*align the icon to the right*/
        margin-left: auto;
        margin-right: 11px;
    }

    #ddmenu .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 .menu-icon-active {
        background-color: #333; /*Almost black*/
    }

    #ddmenu .menu-icon-active::before {
        border-color: #eee;
    }
}