@charset "utf-8";
body{ behavior: url("csshover3.htc"); } 

#cssmenu a:focus, #cssmenu a:active,	
#cssmenu .button:focus, #cssmenu .button:active {
transition: 0.25s ease-in-out all; -webkit-tap-highlight-color: rgba(130,130,130,0.25) !important;
}
#cssmenu .submenu-button:focus, #cssmenu .submenu-button:active { 
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

/******************************sidebar nav***********************************/

ul#sidenav, ul#sidenav li { display: block; margin: 0; padding: 0; list-style-type: none; }
ul#sidenav { 
margin-bottom: 25px; text-align: left; -moz-border-radius: 2px; border-radius: 2px;
border: 1px #bbb solid; padding: 15px 20px; background: none; } 
ul#sidenav li { margin-bottom: 5px; margin-left: 0; }

ul#sidenav li a {
display: block; padding: 8px 12px; background: none; text-decoration: none; 
margin: 0 0 5px 0; border: 1px #b89a74  solid; color: #303030;
font-size: 1rem; line-height: 1rem; transition: 0.25s ease-in-out;-moz-border-radius:  3px; border-radius: 2px;}


ul#sidenav li ul { padding: 0 0 0 8px; margin-bottom: 10px; } 
ul#sidenav ul li a { 
border: 1px #b89a74  solid; color: #b89a74 ;  padding: 8px 8px;
font-size: 0.8rem; line-height: 0.9rem;  margin-bottom: 3px;}
	
ul#sidenav li a:hover { background: #b89a74 ; border: 1px #b89a74  solid; color: #fff; }
ul#sidenav li a.nav-path-selected { color: #fff; background: #b89a74 ; border: 1px #b89a74  solid; }
ul#sidenav li a.nav-selected { color: #fff; background: #b89a74 ; border: 1px #b89a74  solid; }

ul#sidenav ul li a:hover { background: #000; border: 1px #000 solid; color: #fff; }
ul#sidenav ul li a.nav-path-selected { color: #fff; background: #000; border: 1px #000 solid; }
ul#sidenav ul li a.nav-selected { color: #fff; background: #000; border: 1px #000 solid; }

ul#sidenav li a.parenttitle {
font-size: 1.5rem; line-height: 1.5rem; border: 0; color: #303030 ; 
font-family: 'Brother1816', sans-serif; font-weight: 600;
padding: 5px 0 5px 0; margin: 0 0 10px 0; background: none; }
ul#sidenav li.parenttitle { background: none; margin-left: 0; }


.ftaside ul#sidenav { 
margin: 0; padding: 15px 25px; border: 1px #bbb solid;
-moz-border-radius: 2px; border-radius: 2px; }
.ftaside #aside { padding: 50px 0; }
.ftaside ul#sidenav li ul { padding: 0; max-width: 95%; margin: 0 auto; margin-bottom: 20px; }

 
/******************************main nav***********************************/

nav {
  position: relative;
  width: 100%;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  
  text-shadow: none;
}
#cssmenu > ul > li {
  display: inline-block; vertical-align: middle;
}
#cssmenu ul li.active a,
#cssmenu > ul > li > a:hover {
  background: none;
  color: #b89a74 !important;
}
#cssmenu > ul > li > a.nav-selected,
#cssmenu > ul > li > a.nav-path-selected {
  color: #b89a74 !important; 
}

#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 20px;text-shadow: none; margin-right: 10px; 
}

#cssmenu > ul > li.has-sub > a:before/*,
#cssmenu > ul > li.has-sub > a:after*/ {
position: absolute;
width: 7px; height: 1px; display: block;
content: '\f078'; font-family: 'FontAwesomeWeb';
font-weight: normal;
transition: 0.25s ease-in-out all;
}
#cssmenu > ul > li.has-sub > a:before { 
font-size: 0.6rem; top: 26px; right: 8px; opacity: 1; color: #947550; }
/*#cssmenu > ul > li.has-sub > a:after { 
font-size: 0.4rem; top: 20px; right: 10px; opacity: 0; color: #303030 ; }*/

#cssmenu > ul > li.has-sub:hover > a:before { top: 29px; }
/*#cssmenu > ul > li.has-sub:hover > a:after { top: 25px; opacity: 0.95; }*/

/*
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 31px;
  right: 11px;
  width: 7px;
  height: 1px;
  display: block;
  background: #000 !important;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 28px;
  right: 14px;
  display: block;
  width: 1px;
  height: 7px;
  background: #000 !important;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 31px;
  height: 0;
  background: #000 !important;
}
#cssmenu > ul > li.has-sub:hover > a:after,
#cssmenu > ul > li.has-sub:hover > a:before {
  background: #000 !important;
}
*/
#cssmenu ul ul { 
  position: absolute;
  max-width: 225px;
  min-width: 200px;
  width: max-content;
  left: -9999px;
  background: #947550;
  z-index: 50;
  -moz-border-radius: 2px; 
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  /*overflow: hidden;*/ 
}

/*#cssmenu ul ul li:first-child,
#cssmenu ul ul li:first-child a{ -moz-border-radius: 12px 0 0 0 !important; border-radius: 12px 0 0 0 !important; }
#cssmenu ul ul li:last-child,
#cssmenu ul ul li:last-child a{ -moz-border-radius: 0 0 12px 0; border-radius: 0 0 12px 0; }
*/

#cssmenu ul ul li {
  height: 0;
  width: 100%;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: 0;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;background: #9cae88; z-index: -1;
  top: 0; left: 0;
  -moz-border-radius: 0 3px 3px 3px; 
  border-radius:  0 3px 3px 3px;
  overflow:hidden;
}
#cssmenu ul ul li a {
  color: #fff !important;
  margin: 0;
  padding: 10px 18px;
  line-height: 22px;
  width: auto;
  height: auto;
  text-decoration: none;
  display: block;
  border: 0;
  text-transform: none;
  text-align: left;
  font-size: 0.9rem;
  font-weight: normal;
}
#cssmenu ul ul ul li a {
  color: #000 !important;
}
#cssmenu ul ul li a.nav-selected,
#cssmenu ul ul li a.nav-path-selected {
  background: rgba(0, 0, 0, 0.15);
  border: 0;
}
#cssmenu ul ul li a:hover {
  background: rgba(0, 0, 0, 0.15);
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 21px;
  right: 11px;
  width: 7px;
  height: 1px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 18px;
  right: 14px;
  display: block;
  width: 1px;
  height: 7px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 22px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  /*background: #363636;*/
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

@media screen and (min-width: 1140px) {
 
	#cssmenu > ul > li > a { 
	display: block; margin: 0; padding: 23px 25px; border: 0; vertical-align: middle; text-decoration: none; 
	font-size: 0.825rem;line-height: 1; text-shadow: none; color: #6e6e6e; font-weight: bold; text-transform: uppercase; }
 	
	#cssmenu > ul > li:nth-last-child(1) > a,
	#cssmenu > ul > li:nth-last-child(2) > a {
	padding: 15px 20px; margin: 5px auto; -moz-border-radius: 0; border-radius: 0; margin-left: 5px; position: relative; 
	font-family: 'Brother1816', sans-serif; font-weight: bold; text-transform: uppercase; text-align:center; 
	background: none; color: #fff; border: 0; text-decoration: none; }
	 	
	#cssmenu > ul > li:nth-last-child(1) > a:hover,
	#cssmenu > ul > li:nth-last-child(2) > a:hover,
	#cssmenu > ul > li:nth-last-child(1) > a.nav-selected,
	#cssmenu > ul > li:nth-last-child(2) > a.nav-selected { color: #947550 !important; }
		
	#cssmenu > ul > li:nth-last-child(1) > a { background: none; color: #947550; margin-left: 15px; }
	#cssmenu > ul > li:nth-last-child(2) > a { background: none; color: #fff; margin-left: 35px; }
	
	#cssmenu > ul > li:nth-last-child(1) > a::before, 
	#cssmenu > ul > li:nth-last-child(2) > a::before {
	position: absolute; content:''; display: block; top: -3px; left: -3px; width: 100%; height: 100%; 
	margin: 0; padding: 0; vertical-align: middle; transition: all 0.35s ease-in-out; 
	box-sizing: content-box; border: #947550 3px solid; z-index: -1; transform: skew(-20deg); }

	#cssmenu > ul > li:nth-last-child(1) > a::before { background: none; color: #3d3936; }
	#cssmenu > ul > li:nth-last-child(2) > a::before { background: #947550; color: #fff; }
	
	#cssmenu > ul > li:nth-last-child(1) > a:hover::before,
	#cssmenu > ul > li:nth-last-child(2) > a:hover::before
	{ background: #fff !important;  border: #fff 3px solid !important; color: #947550 !important; }
	 
	#cssmenu > ul > li:nth-last-child(1) > a.nav-selected::before, 
	#cssmenu > ul > li:nth-last-child(2) > a.nav-selected::before
	{ background: #fff !important;  border: #fff 3px solid !important; color: #947550 !important; }
	
}

@media screen and (max-width: 1140px) {
	
	#cssmenu .nav a.externallink:after { display: none; }

	#cssmenu { width: 100%; z-index: 50; }
	
	#cssmenu ul { 
	position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    margin: 0; padding: 8% 30% 8% 5%;
    display: none; box-shadow: 0 0 5px #333;
    background: rgba(75,75,75,0.95);
	overflow: hidden;
    overflow-y: scroll;	}
	#cssmenu > ul { 
	background: linear-gradient(-45deg, #947550, #947550 , #947550);
	background-size: 500% 500%;
	animation: gradient 35s ease infinite;
 	}
	
	#cssmenu > ul > li:nth-last-child(1) > a,
	#cssmenu > ul > li:nth-last-child(2) > a {
	color: #fff; border: #fff 2px solid;padding: 18px 55px 20px 20px; }
	#cssmenu > ul > li:nth-last-child(1) > a.nav-selected, 
	#cssmenu > ul > li:nth-last-child(2) > a.nav-selected { background: #000 ;border: #000 2px solid; }
	
	@keyframes gradient {
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}

	#cssmenu ul li {-moz-border-radius: 2px; border-radius: 2px; width: 100%; transition: 0.25s ease-in-out all; }
	#cssmenu ul li:hover,
	#cssmenu ul ul li a:hover { background: rgba(0,0,0,0.15); }
	
	#cssmenu ul li a { 
	font-family: 'Brother1816', sans-serif; font-weight: bold; text-transform: none; 
	color: #fff; text-decoration: none; }
	
	#cssmenu > ul > li > a { 
	font-size: 1.25rem; padding: 20px 55px 18px 20px; margin: 2px auto; font-weight: 400; }
	#cssmenu > ul > li:hover > a { background: none; color: #fff !important;  }
	
	#cssmenu ul ul li, #cssmenu li:hover > ul > li { height: auto; }
	#cssmenu ul li a, #cssmenu ul ul li a { width: 100%; border-bottom: 0; }
	
	#cssmenu ul li a.nav-selected, #cssmenu ul li a.nav-path-selected { 
	color: #fff !important; background: #000; font-weight: bold; padding: 20px 55px 18px 20px;
	-moz-border-radius: 2px; border-radius: 2px; line-height:1; }
	
	#cssmenu > ul > li { float: none; text-align: left; margin: 2px 0; }
	
	#cssmenu ul ul li a.nav-selected, #cssmenu ul ul li a.nav-path-selected { padding: 10px 18px; background: #000; color: #fff; }
	#cssmenu ul ul li.nav-path-selected:hover > a, #cssmenu ul ul li.nav-path-selected a:hover { color: #fff; }
	
	#cssmenu > ul > li.has-sub > a { padding-right: 55px; }
	
	#cssmenu ul ul { background: #efefef; padding: 5%; box-shadow: none; max-width: none; -moz-border-radius: 2px; border-radius: 2px; }
	#cssmenu ul ul li { box-shadow: none; -moz-border-radius: 2px; border-radius: 2px; }
	#cssmenu ul ul li:hover {  background: none !important; }
 	#cssmenu ul ul li a { -moz-border-radius: 2px; border-radius: 2px; background: none; color: #000 !important; font-size: 0.9rem; margin: 2px 0; font-weight: normal; }
	#cssmenu ul ul li:first-child a,
	#cssmenu ul ul li:last-child a { -moz-border-radius: 2px; border-radius: 2px; }
	
	#cssmenu ul ul ul { z-index: 2; background: #fff; box-shadow: none; padding: 5%; margin-bottom: 15px; -moz-border-radius: 2px; border-radius: 2px;}
	#cssmenu ul ul ul li a { background: none; color: #000; font-size: 0.9rem; margin: 2px 0; font-weight: normal;-moz-border-radius: 2px; border-radius: 2px; }
	#cssmenu ul ul li a { background: none; margin: 2px 0; }
	#cssmenu ul ul ul li:hover > a, #cssmenu ul ul ul li.active > a { background: #444; color: #fff !important; }
	#cssmenu ul ul ul li a.nav-selected, #cssmenu ul ul ul li a.nav-path-selected { background: #000; color: #fff; font-weight: normal; }
	
	#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover { color: #333; }
	
	#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative; left: 0; width: 100%;
	margin: 0; text-align: left;
	-moz-border-radius: 2px;
    border-radius: 2px; }
	#cssmenu > ul > li.has-sub > a:after,
	#cssmenu > ul > li.has-sub > a:before,
	#cssmenu ul ul > li.has-sub > a:after,
	#cssmenu ul ul > li.has-sub > a:before { display: none; }
	
	#cssmenu #head-mobile {
    display: none;
    padding: 20px 50px 20px 20px;
    color: #444;
    font-size: 24px; height: 60px;
    /* font-weight: 700; */
    text-transform: uppercase;
    text-align: left;
 	}
	#cssmenu .button {
    width: 64px; height: 64px;
	top: 0; right: 0; margin: 0 0 0 auto;
    position: relative; cursor: pointer;
    z-index: 12399994; background:#303030;
	transition: all ease-in-out 0.35s;
	-moz-border-radius: 2px; border-radius: 2px; 
	    box-sizing: content-box;
	}
	/*.pgscrolled #cssmenu .button { 
	position: fixed; top: 8px; right: 8px; background: none; }*/
	#cssmenu .button:after {
	position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    height: 3px;
    width: 25px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    content: '';     box-sizing: content-box;
	}
	#cssmenu .button:before {
	-webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 23px;
    right: 20px;    box-sizing: content-box;
    display: block;
    height: 4px;
    width: 25px;
    background: #fff;
    content: '';
	}
	
	#cssmenu .button.menu-opened { transition: all 0.3s ease-in-out; background: none ; }
	#cssmenu .button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 31px; right: 21px;
	border: 0;
	height: 4px;
	width: 20px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	#cssmenu .button.menu-opened:before {
	top: 31px;
	background: #fff;
	width: 20px; right: 21px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 3px;
	top: 3px;
	display: block;
	background: rgba(0,0,0,0.1);
	height: 58px;
	width: 46px;
	cursor: pointer;
	    -moz-border-radius: 2px;
    border-radius: 2px;
	}
	#cssmenu .submenu-button.submenu-opened {
	background: rgba(0,0,0,0.5);
	}
	#cssmenu ul ul .submenu-button {
	height: 36px;
	width: 34px;
	}
	#cssmenu .submenu-button:after {
	position: absolute;
	top: 29px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';transition: all .3s ease;
	}
	#cssmenu ul ul .submenu-button:after {
	top: 17px;
	right: 13px;
	background: #000;
	}
	#cssmenu .submenu-button.submenu-opened:after {
	background: #fff;
	}
	#cssmenu .submenu-button:before {
	position: absolute;
	top: 26px;transition: all .3s ease;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	}
	#cssmenu ul ul .submenu-button:before {
	top: 14px;
	right: 16px;
	background: #000;
	}
	#cssmenu .submenu-button.submenu-opened:before {
	display: none;
	}
	#cssmenu ul ul ul li.active a {
	border-left: none;
	}
	#cssmenu > ul > li.has-sub > ul > li.active > a,
	#cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
	}
}