#ddmenu {
    display: block;
    text-align: center;
    font-style: inherit
}

#ddmenu ul {
    /*margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 94%;
    color: #b39f58;
    font-size: 0;
    display: inline-block;
    list-style: none;
    position: relative;
    z-index: 1;
    max-width: 1600px;
    border-radius: 4px;*/
}

#ddmenu li {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 1.8%;
    font-size: 1rem;
    display: inline-block;
    position: relative;
    color: #5b461e;
    line-height: 46px;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em;

    /*
    margin: 0;
    vertical-align: middle;
    transition: background-color .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: #ab873b;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em
}

#ddmenu .over.no-sub {}

#ddmenu .top-heading {
    /*margin: 0 22px;
    color: inherit;
    outline: 0;*/
    text-decoration: none;
    display: inline-block;
    cursor: pointer
}

#ddmenu a,
#ddmenu a:link,
#ddmenu a:hover {
    color: inherit
}

#ddmenu a:hover {}

#ddmenu a:focus {
    outline: 1px dotted #09f
}

#ddmenu .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
}

#ddmenu .dropdown {
    width: auto;
    left: 0;
    color: #000;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    overflow: hidden;
    top: 100%;
    border: 1px solid #d8d1c9;
    box-shadow: 1px 1px 1px 1px #d8d1c9;
    border-radius: 2px
}

#ddmenu .full-width .dropdown {
    max-width: 80%;
    padding: 0;
    margin: 0
}

#ddmenu .offset300 {
    left: 0;
    right: auto
}

#ddmenu .offset3001 {
    left: auto;
    right: -600px
}

#ddmenu .offset3002 {
    left: -400px;
    right: auto
}

#ddmenu .offset3003 {
    left: auto;
    right: -260px
}

#ddmenu .offset3004 {
    left: auto;
    right: -100px
}

#ddmenu .right-aligned {
    left: auto;
    right: 0
}

#ddmenu .over .dropdown {
    display: block
}

#ddmenu .dd-inner {
    text-align: center;
    padding: 10px;
    background-color: #f8f8f8;
    white-space: nowrap;
    font-size: 13px
}

#ddmenu ul ul {
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
    background: 0 0;
    border: none;
    display: block;
    position: static;
    z-index: 0;
    border-radius: 0
}

#ddmenu ul ul li {
    font-size: 13px;
    padding: 6px 0;
    color: inherit;
    line-height: 1;
    margin: 0;
    display: block;
    position: static;
    background: 0 0;
    border: none;
    transition: none;
    border-radius: 0
}

#ddmenu .dropdown a {
    color: #000;
    line-height: .6;
    font-size: 12px;
    text-decoration: none;
    transition: color .4s;
    font-family: 'Poppins', sans-serif;
}

#ddmenu .dropdown a:hover,
#ddmenu .dropdown a:focus {
    text-decoration: none;
    color: #000
}

#ddmenu .column {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: normal;
    width: auto;
    min-width: 125px;
    padding: 0 10px
}

#ddmenu .column li a {
    font-weight: lighter
}

#ddmenu .column li a:hover {
    color: #bc964a
}

#ddmenu .dd-inner ul:last-child {
    border-right: none
}

#ddmenu h3 {
    font-weight: bolder;
    line-height: 1.1;
    margin: 3px 0 3px 0;
    font-size: 14px;
    border-bottom: 1px solid #b39f58;
    font-family: 'Raleway', sans-serif;
}

#ddmenu div.column h3 {
    text-transform: uppercase
}

#ddmenuLink {
    display: none
}

#ddmenu .menu-icon {
    display: none
}

#ddmenuhidden {
    display: block;
    text-align: center;
    font-style: inherit
}

#ddmenuhidden ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    color: #b39f58;
    font-size: 0;
    display: inline-block;
    list-style: none;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    border-radius: 4px
}

#ddmenuhidden li {
    margin: 0;
	font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 5px;
    font-size: 15px;
    display: inline-block;
    zoom: 1;
    position: relative;
    color: #5b461e;
    line-height: 46px;
    vertical-align: middle;
    transition: background-color .2s;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em;
}

#ddmenuhidden .full-width {
    position: static
}

#ddmenuhidden .over {
    color: #fff;
    background-color: #ab873b;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em
}

#ddmenuhidden .over.no-sub {}

#ddmenuhidden .top-heading {
    margin: 0 15px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    outline: 0;
    cursor: pointer
}

#ddmenuhidden a,
#ddmenuhidden a:link,
#ddmenuhidden a:hover {
    color: inherit
}

#ddmenuhidden a:hover {}

#ddmenuhidden a:focus {
    outline: 1px dotted #09f
}

#ddmenuhidden .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
}

#ddmenuhidden .dropdown {
    width: auto;
    left: 0;
    color: #000;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    overflow: hidden;
    top: 100%;
    border: 1px solid #d8d1c9;
    box-shadow: 1px 1px 1px 1px #d8d1c9;
    border-radius: 2px
}

#ddmenuhidden .full-width .dropdown {
    max-width: 80%;
    padding: 0;
    margin: 0
}

#ddmenuhidden .offset300 {
    left: 0;
    right: auto
}

#ddmenuhidden .offset3001 {
    left: auto;
    right: -600px
}

#ddmenuhidden .offset3002 {
    left: -400px;
    right: auto
}

#ddmenuhidden .offset3003 {
    left: auto;
    right: -260px
}

#ddmenuhidden .offset3004 {
    left: auto;
    right: -100px
}

#ddmenuhidden .right-aligned {
    left: auto;
    right: 0
}

#ddmenuhidden .over .dropdown {
    display: block
}

#ddmenuhidden .dd-inner {
    text-align: center;
    padding: 10px;
    background-color: #f8f8f8;
    white-space: nowrap;
    font-size: 13px
}

#ddmenuhidden ul ul {
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
    background: 0 0;
    border: none;
    display: block;
    position: static;
    z-index: 0;
    border-radius: 0
}

#ddmenuhidden ul ul li {
    font-size: 13px;
    padding: 6px 0;
    color: inherit;
    line-height: 1;
    margin: 0;
    display: block;
    position: static;
    background: 0 0;
    border: none;
    transition: none;
    border-radius: 0
}

#ddmenuhidden .dropdown a {
    color: #000;
    line-height: .6;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-decoration: none;
    transition: color .4s
}

#ddmenuhidden .dropdown a:hover,
#ddmenuhidden .dropdown a:focus {
    text-decoration: none;
    color: #000
}

#ddmenuhidden .column {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: normal;
    width: auto;
    min-width: 120px;
    padding: 0 10px
}

#ddmenuhidden .column li a {
    font-weight: lighter
}

#ddmenuhidden .column li a:hover {
    color: #bc964a
}

#ddmenuhidden .dd-inner ul:last-child {
    border-right: none
}

#ddmenuhidden h3 {
    font-weight: bolder;
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid #b39f58;
}

#ddmenuhidden div.column h3 {
    text-transform: uppercase
}

#ddmenuhiddenLink {
    display: none
}

#ddmenuhidden .menu-icon {
    display: none
}

#ddmenudetailed {
    display: block;
    text-align: center;
    font-style: inherit
}

#ddmenudetailed ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    color: #b39f58;
    font-size: 0;
    display: inline-block;
    list-style: none;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    border-radius: 4px
}

#ddmenudetailed li {
    margin: 0;
    font-family: dosis-book, Sans-Serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    color: #5b461e;
    line-height: 46px;
    vertical-align: middle;
    transition: background-color .2s;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em
}

#ddmenudetailed .full-width {
    position: static
}

#ddmenudetailed .over {
    color: #fff;
    background-color: #ab873b;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em
}

#ddmenudetailed .over.no-sub {}

#ddmenudetailed .top-heading {
    margin: 0 15px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    outline: 0;
    cursor: pointer
}

#ddmenudetailed a,
#ddmenudetailed a:link,
#ddmenudetailed a:hover {
    color: inherit
}

#ddmenudetailed a:hover {}

#ddmenudetailed a:focus {
    outline: 1px dotted #09f
}

#ddmenudetailed .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
}

#ddmenudetailed .dropdown {
    width: auto;
    left: 0;
    color: #000;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    overflow: hidden;
    top: 100%;
    border: 1px solid #d8d1c9;
    box-shadow: 1px 1px 1px 1px #d8d1c9;
    border-radius: 2px
}

#ddmenudetailed .full-width .dropdown {
    max-width: 80%;
    padding: 0;
    margin: 0
}

#ddmenudetailed .offset300 {
    left: 0;
    right: auto
}

#ddmenudetailed .offset3001 {
    left: auto;
    right: -600px
}

#ddmenudetailed .offset3002 {
    left: -400px;
    right: auto
}

#ddmenudetailed .offset3003 {
    left: auto;
    right: -260px
}

#ddmenudetailed .offset3004 {
    left: auto;
    right: -100px
}

#ddmenudetailed .right-aligned {
    left: auto;
    right: 0
}

#ddmenudetailed .over .dropdown {
    display: block
}

#ddmenudetailed .dd-inner {
    text-align: center;
    padding: 10px 30px 10px 10px;
    background-color: #f8f8f8;
    white-space: nowrap;
    font-size: 13px
}

#ddmenudetailed ul ul {
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
    background: 0 0;
    border: none;
    display: block;
    position: static;
    z-index: 0;
    border-radius: 0
}

#ddmenudetailed ul ul li {
    font-size: 13px;
    padding: 6px 0;
    color: inherit;
    line-height: 1;
    margin: 0;
    display: block;
    position: static;
    background: 0 0;
    border: none;
    transition: none;
    border-radius: 0
}

#ddmenudetailed .dropdown a {
    color: #000;
    line-height: .6;
    font-family: merriweather, serif;
    font-size: 14px;
    text-decoration: none;
    transition: color .4s;
    font-family: merriweather, Calibri
}

#ddmenudetailed .dropdown a:hover,
#ddmenudetailed .dropdown a:focus {
    text-decoration: none;
    color: #000
}

#ddmenudetailed .column {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: normal;
    width: auto;
    min-width: 125px;
    padding: 0 10px
}

#ddmenudetailed .column li a {
    font-weight: lighter;
    font-size: 12px
}

#ddmenudetailed .column li a:hover {
    color: #bc964a !important
}

#ddmenudetailed .dd-inner ul:last-child {
    border-right: none
}

#ddmenudetailed h3 {
    font-weight: bolder;
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    border-bottom: 1px solid #b39f58
}

#ddmenudetailed div.column h3 {
    text-transform: uppercase
}

#ddmenudetailedLink {
    display: none
}

#ddmenudetailed .menu-icon {
    display: none
}

*:focus {
    outline: none !important
}

:active {
    outline: none !important
}