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


/* main menu
----------------------------*/
div.ddmenu_top {
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height: 40px;
	margin: 0 0 3% 0;
	background-color: #FF6400;
	position:fixed;
	z-index:999999990;
	display: none;
 }

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

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

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:16px;
	font-weight:100;
	display:inline-block;
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#fff;
    line-height:90px; /*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:#B04600;
}

#ddmenu .over.no-sub {
    
}

#ddmenu .logo {
	height: 50px;
	padding-top: 0px;
	padding-right: 20px;
    z-index:999999991;
}

#ddmenu li.separator
{
    font-size:0;
    overflow:hidden;
    border-left:1px solid #aaa;
    height:30px;
}

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

#ddmenu .phone
{
    font-weight:100;
    margin:0 22px;
	position:relative;
	top: 15px;
    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;
}

#ddmenu .logo:hover {
	background: none;
}

/* 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 .dropdown
{
    width:70%;
	min-width:1100px;    
    left:0px;
    color:#000000;
    padding:0;margin:0;display:none;position:absolute;overflow:hidden;
    top:100%;
    border:1px solid #ddd;border-top:none;
border-radius:0 0 2px 2px;
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}

#ddmenu .full-width .dropdown {
	left: 15%;
    width:55%;
    padding:0;
    margin:0;
}

#ddmenu .offset300 {
    left: -10%; right:auto;
}

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

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

#ddmenu .dd-inner {
    text-align:center;
    padding:20px;
    margin:0px;
    background-color:rgba(0, 0, 0, 0.8);
    white-space:nowrap;
    font-size:13px;
}

#ddmenu ul ul
{ 
    margin:0;padding:0;text-align:left;width:auto;background:none;border:none;display:block;position:static;z-index:0;border-radius:0;
}

#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 .dropdown a
{
    color:#fff;
    line-height:1;
    text-decoration:none;
    transition:color 0.4s;
	text-transform:none;
}

#ddmenu .dropdown h2
{
	margin:0;
	padding:0;
    color:#fff;
    line-height:1;
    text-decoration:none;
    transition:color 0.4s;
	text-transform:none;
}

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

/* 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;
    width:auto;min-width:200px;
padding:0 30px;
border-right:1px solid #999;
}

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

#ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 16px;
}

#ddmenu .top-heading {text-transform:uppercase;}

/* 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 */
}

#ddmenu .column.mayHide img {
        margin: 30px 0;
    }


/*styles for mobile*/
@media only screen and (max-width: 1120px) 
{
    #ddmenu .column.mayHide {
        display:none;
    }
	
	div.ddmenu_top {
	height: 40px;
	display: inline;
 	}
	
	div.ddmenu_top img {
	position: absolute;	
	top:4px;
	left:10px;
	height: 32px;
 	}
 
	#ddmenu .logo {
		top:0px;
		left: 0;
		height: 50px;
		margin: auto;
	}
	
	#ddmenu .separator {
        display:none;
    }

    /*override the original settings*/
    #ddmenu ul {
        width: 100%; 
        display: none;
        border-radius:0; 
         
    }
	
    #ddmenu li {
        position:relative;
        display:block;
        font-size:16px;
        text-align:left;
		line-height:40px;
		padding:0 0 0 30px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius:0;
    }

    #ddmenu .full-width {
       position:relative;
    }
    
    #ddmenu .dropdown {
        position:relative;
        *top:auto;/*for IE7*/
        border:none;
        border-radius:0;
        box-shadow:none;
        background-color:rgba(0, 0, 0, 0.6);
    }
	
    #ddmenu .full-width .dropdown {
	left: 0;
	}
	
    #ddmenu .offset300 {
        left:0;
    }
    
    #ddmenu .full-width .dropdown{
        width:100%;
		
    }
    
    #ddmenu .dd-inner
    {
        margin:0;
        background: #333;
        text-align:left;
    }
    
    /*turn each column to list vertically instead of horizontally */
    #ddmenu .column {
        width:auto;
        padding:0 0 0 30px;
        border:none;
        display:block;
    }

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


    /* All the following are for the .menu-icon (pure CSS) */
   #ddmenu .menu-icon {
        font-size:32px;/*icon size*/
		display: block;
        position: fixed;
		top:0px;
		right: 0px;
		width: 40px;
		height:32px;
        text-align:center;
		cursor: pointer;
		-moz-user-select:none;		
        -webkit-user-select: none;
        background-color: #FF6400;
      
		z-index: 999;
        margin-bottom:6px;
        /*align the icon to the right*/
        margin-left: auto;
        margin-right: 11px;
		border-color: none;
    }

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

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

    #ddmenu .menu-icon-active::before {
      
    }
	
}