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


/* main menu
----------------------------*/

#ddmenu {
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", "MontserratRegular", sans-serif !important;
    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%;
    font-size: 0;
    background: none;
    display: inline-block;
    list-style: none;
    position: relative;
    z-index: 400;
}

#ddmenu li {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    /*for IE6-7*/
    position: relative;
    color: #6e6259;
    line-height: 43px;
    /*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: #d0112b;
    border-bottom: 6px solid #d0112b;
    -webkit-transition: color 300ms ease-in;
    -moz-transition: color 300ms ease-in;
    -o-transition: color 300ms ease-in;
    transition: color 300ms ease-in;
}

#ddmenu .over.no-sub {}

#ddmenu .no-sub:last-child {
    margin-right: 325px;
}

#ddmenu .top-heading {
    margin: 0 16px;
    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: none;
}

#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 .dropdown {
    width: auto;
    left: 0px;
    color: #000000;
    padding: 0;
    margin: 6px 0 0 0;
    display: none;
    position: absolute;
    overflow: hidden;
    top: 100%;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
    background: #ffffff;
}

#ddmenu .full-width .dropdown {
    width: 100%;
    padding: 0;
    margin: 0;
}

#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: 0px;
    margin: 0px;
    background-color: #f0f0f0;
    white-space: nowrap;
    font-size: 13px;
}

.dd-space {
    min-width: 785px;
}

#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;
    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: #857b74;
    line-height: 1;
    text-decoration: none;
    transition: color 0.4s;
    background: #e2e0de;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
}

#ddmenu .dropdown a:hover,
#ddmenu .dropdown a:focus,
#ddmenu .dropdown .ddselect {
    color: #ffffff;
    background: #857b74;
}

#ddmenu .dropdown .sub a {
    color: #000000;
    line-height: 1;
    text-decoration: none;
    transition: color 0.4s;
    background: none;
    padding: 4px;
    display: block;
    text-transform: none;
    font-weight: normal;
}

#ddmenu .dropdown .sub .btn {
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

#ddmenu .dropdown .sub a.brown {
    color: #6e6259;
    border: 1px solid #6e6259;
    background: none;
}

#ddmenu .dropdown .sub a.brown:hover {
    color: #ffffff;
    background: #857b74;
    border: 1px solid #857b74;
    -webkit-transition: background 200ms ease-in, border 200ms ease-in;
    -moz-transition: background 200ms ease-in, border 200ms ease-in;
    -o-transition: background 200ms ease-in, border 200ms ease-in;
    transition: background 200ms ease-in, border 200ms ease-in;
}

#ddmenu .dropdown .sub a:hover,
#ddmenu .dropdown .sub a:focus {
    color: #d0112b;
    background: none;
}


/* blocks within the sub-menu
        -----------------------------*/

.mega {
    display: none;
}

#ddmenu .dd-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 0 0 30px;
    border-right: 1px solid #b1aba6;
}

#ddmenu .dd-column2 {
    text-align: left;
    vertical-align: top;
    /*or middle*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: normal;
    width: auto;
    min-width: 125px;
    padding: 15px 0 0 20px;
    border-right: none;
}

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

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

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


/*styles for mobile*/

@media only screen and (max-width: 480px) {
    #ddmenu .dd-column.mayHide {
        display: none;
    }
    /*override the original settings*/
    #ddmenu ul {
        width: 100%;
        display: none;
        border-radius: 0;
    }
    #ddmenu li {
        position: relative;
        display: block;
        font-size: 20px;
        text-align: left;
        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: #FFF;
    }
    #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 .dd-column {
        width: auto;
        padding: 0;
        border: none;
        display: block;
    }
    /*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: #666;
        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 #F1F1F3;
        border-bottom: 0.125em solid #F1F1F3;
        box-sizing: content-box;
    }
    #ddmenu .menu-icon-active {
        background-color: #F1F1F3;
    }
    #ddmenu .menu-icon-active::before {
        border-color: #666;
    }
}