
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    background: #7d6f2e none repeat scroll 0 0;
    font-family: Montserrat,sans-serif;
	margin-top: 128px;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 17px;
    text-decoration: none;
    text-transform: uppercase;
	text-shadow: -1px 1px 2px rgb(52, 52, 45);
}
#cssmenu > ul > li:hover > a {
    color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a::after {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 11px;
    top: 22px;
    width: 8px;
}
#cssmenu > ul > li.has-sub > a::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 14px;
    top: 19px;
    transition: all 0.25s ease 0s;
    width: 2px;
}
#cssmenu > ul > li.has-sub:hover > a::before {
    height: 0;
    top: 139px;
}
#cssmenu ul ul {
    left: -9999px;
    position: absolute;
	z-index: 99999999;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    transition: all 0.25s ease 0s;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    background: #948334 none repeat scroll 0 0;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 11px 15px;
    text-decoration: none;
    width: 170px;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0 none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 11px;
    top: 16px;
    width: 8px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    left: 11px;
    right: auto;
}
#cssmenu ul ul li.has-sub > a::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 14px;
    top: 13px;
    transition: all 0.25s ease 0s;
    width: 2px;
}
#cssmenu.align-right ul ul li.has-sub > a::before {
    left: 14px;
    right: auto;
}
#cssmenu ul ul > li.has-sub:hover > a::before {
    height: 0;
    top: 17px;
}
#cssmenu.small-screen {
    width: 100%;
}
#cssmenu.small-screen ul {
    display: none;
    width: 100%;
}
#cssmenu.small-screen.align-center > ul {
    text-align: left;
}
#cssmenu.small-screen ul li {
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    width: 100%;
}
#cssmenu.small-screen ul ul li, #cssmenu.small-screen li:hover > ul > li {
    height: auto;
}
#cssmenu.small-screen ul li a, #cssmenu.small-screen ul ul li a {
    border-bottom: 0 none;
    width: 100%;
}
#cssmenu.small-screen > ul > li {
    float: none;
}
#cssmenu.small-screen ul ul li a {
    padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
    padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #dddddd;
}
#cssmenu.small-screen ul ul li:hover > a, #cssmenu.small-screen ul ul li.active > a {
    color: #ffffff;
}
#cssmenu.small-screen ul ul, #cssmenu.small-screen ul ul ul, #cssmenu.small-screen.align-right ul ul {
    left: 0;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
#cssmenu.small-screen > ul > li.has-sub > a::after, #cssmenu.small-screen > ul > li.has-sub > a::before, #cssmenu.small-screen ul ul > li.has-sub > a::after, #cssmenu.small-screen ul ul > li.has-sub > a::before {
    display: none;
}
#cssmenu.small-screen #menu-button {
    color: #dddddd;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 17px;
    text-transform: uppercase;
}
#cssmenu.small-screen #menu-button::after {
    border-bottom: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 17px;
    top: 22px;
    width: 20px;
}
#cssmenu.small-screen #menu-button::before {
    background: #dddddd none repeat scroll 0 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 17px;
    top: 16px;
    width: 20px;
}
#cssmenu.small-screen #menu-button.menu-opened::after {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    height: 2px;
    top: 23px;
    transform: rotate(45deg);
    width: 15px;
}
#cssmenu.small-screen #menu-button.menu-opened::before {
    background: #ffffff none repeat scroll 0 0;
    top: 23px;
    transform: rotate(-45deg);
    width: 15px;
}
#cssmenu.small-screen .submenu-button {
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    cursor: pointer;
    display: block;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    z-index: 99;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
    background: #6a5e27 none repeat scroll 0 0;
}
#cssmenu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#cssmenu.small-screen .submenu-button::after {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 19px;
    top: 22px;
    width: 8px;
}
#cssmenu.small-screen ul ul .submenu-button::after {
    right: 13px;
    top: 15px;
}
#cssmenu.small-screen .submenu-button.submenu-opened::after {
    background: #ffffff none repeat scroll 0 0;
}
#cssmenu.small-screen .submenu-button::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 22px;
    top: 19px;
    width: 2px;
}
#cssmenu.small-screen ul ul .submenu-button::before {
    right: 16px;
    top: 12px;
}
#cssmenu.small-screen .submenu-button.submenu-opened::before {
    display: none;
}
#cssmenu.small-screen.select-list {
    padding: 5px;
}
