html, body {          
  height: 100%;
  *height: auto;
}
body {
  position: relative;
  width: 100%;
	font-size: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	line-height: 1.5;
	background-color: #fff;
  color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper {
	position: relative;
	overflow-x: hidden;
}
.slider {
	position: relative;
	background-color: #fff;
	left: 0;
	z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media screen and (min-width: 30em) {
.sd-menu-open .slider {
	-webkit-transform: translate3d(220px,0,0);
	transform: translate3d(220px,0,0);
}
}
.sd-menu {
	position: absolute;
	top: 0;
  width: 220px;
  min-height: 100%;
	background-color: #444; 
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.sd-menu p {
  color: white
}
@media screen and (max-width: 30em) {
.sd-menu {
  width: 100% !important;
  left: -100%;
  z-index: 100 !important;
}
.chrome .sd-menu {
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,0);
}
.sd-menu-open .sd-menu {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
.chrome .sd-menu-open .sd-menu {
	-webkit-transform: translate3d(100%,0,0);
}
}
.container {
	position: relative;
	margin: 0 auto;
	max-width: 48em;
	padding: 0 5%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main {
	width: 100%;
}
.logo, .tmenu, .nmenu, .fmenu, .foot {
  display: none;
}
.aside, .info {
	width: 0;
  height: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.footer {
	font-size: 0.875em;
  text-align: center;
}
a.bmenu-open {
	display: block;
	font-size: 2.5em;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 1em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sd-menu a.bmenu-close {
  position: absolute;
  top: 0.5em;
  right: 0.75em;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	width: 0.9375em;
	color: #ccc;
	text-decoration: none;
  text-align: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sd-menu a.bmenu-close:hover {
  color: #fff;
}
.sd-menu h2 {
	margin: 0.25em 1em;
	font-size: 1.25em;
	font-weight: bold;
	color: #eee;
	letter-spacing: 4px;
  visibility: visible;
}
.sd-menu h2:after {
  content: 'MENU';
}
.sd-menu ul {
	margin: 0 1em 1em;
	padding: 0;
	list-style-type: none;
}
.sd-menu ul ul {
	margin: 0;
}
.sd-menu .submenu ul {
	max-height: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
	*display: none;
	-webkit-transition: max-height 0.25s ease-out;
	transition: max-height 0.25s ease-out;
}
.sd-menu .submenu.submenu-open ul {
	max-height: 185px;
	display: block;
}
.sd-menu li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}
.sd-menu > ul {
	border-bottom: 1px solid #fff;
}
.sd-menu a {
	display: block;
	position: relative;
	width: 100%;
	*width: auto;
	padding-left: 0.5em;
	font-size: 1em;
	line-height: 2.25em;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	color: #ccc;
	outline: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sd-menu li li a {
	text-transform: none;
}
.sd-menu li.submenu.submenu-open a, .sd-menu a:hover {
	background-color: #222;
	background-color: rgba(0,0,0,0.2);
}
.sd-menu a:hover {
  color: #fff;
}
.sd-menu .submenu > a:after {
	content: '\25b6';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1em;
	font-size: 0.75rem;
	text-align: center;
}
.sd-menu .submenu.submenu-open > a:after {
	content: '\25bc';
}
.sd-menu li li a {
	padding: 0 1.5em 0;
}
.search {
	position: relative;
	padding: 0;
	margin: 1.25em 1em;
	height: 2em;
	border: 0;
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
 box-sizing: border-box;
  overflow: hidden;
	border-radius: 5px;
}
.search input {
	margin: 0;
	padding: 0 4px;
	color: #333;
	height: 2em;
	border: 0;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.search input:focus {
	outline: 0;
}
.search input.s {
	font-size: 100%;
	padding-left: 28px;
  width: 100%;
  *padding-top: 5px;  
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search input.b {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	*top: 1px;
	width: 25px;
	background: #fff url("../img/search.png") 8px center no-repeat;
}
.no-js a.bmenu-open, .no-js .sd-menu a.bmenu-close {
  display: none;
}
.no-js .slider {
	padding-left: 220px;
	width: auto;
  min-height: 48em;
}
.no-js .sd-menu {
	z-index: 150;
}
.no-js .sd-menu ul ul{
	max-height: 500px;
}
.no-js .sd-menu .submenu > a:after {
	content: '';
}
.no-js .sd-menu .submenu ul {
	display: block;
}
@media screen and (max-width: 40em) {
.no-js a.bmenu-open,  .no-js .sd-menu a.bmenu-close  {
  display: block;
}
.no-js .wrapper {
	height: auto;
}
.no-js .slider {
	padding-left: 0;
	min-height: 0;
}
.no-js .sd-menu {
	position: relative;
	width: auto;
	height: auto;
  left: 0;
	padding-bottom: 1em;
}
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0.25em 0;
	font-size: 2em;
	line-height: 1;
	color: #840;
}
h2 {
	font-size: 1.75em;
	padding: 0.5em 0;
}
h3 {
	font-size: 1.375em;
	padding: 0.5em 0;
}
h4 {
	font-size: 1.125em;
}
.center {
	text-align: center;
}
a {
	color: #840;
	text-decoration: underline;
}
dd a {
	text-decoration: none;
}
a:hover {
	color: #840;
	text-decoration: none;
}
dd a.arrow {
  display: inline-block;
	text-decoration: none;
  width: 1em;
  margin: 0 1em;
  padding: 0 0.25em;
  border: 1px solid #840;
  border-radius: 50%;
}
dd a.arrow:hover {
	text-decoration: none;
  background-color: #840;
  color: white;
  border-radius: 50%;
}
p {
	margin: 0;
	padding: 0.3em 0;
}
div {
	margin: 0;
	padding: 0;
}
address {
	font-size: 1em;
	font-style: normal;
}
abbr {
	font-weight: bold;
	color: #556b2f;
}
em {
	font-weight: bold;
	font-style: italic;
}
.right {
	text-align: right;
}
.red {
	color: #c00;
}
.small {
	font-size: 0.875em;
}
.tp-menu {
	margin: 0 0 1em;
}
.tp-menu a:hover {
	color: #333;
}
.scrollToTop {
	text-decoration: none;
	color: #333;
	font-size: 1.5em;
  line-height: 1.4;
}
@media print {
.tp-menu, .sd-menu, .search, .foot, hr {
	display: none;
}
.wrapper, .slider, .container {
	height: auto !important;
}
.no-js .slider {
	padding-left: 0 !important;
}
body {
	color: black;
	background: white;
	font-size: 10pt;
}
h1, h2, h3, h4 {
	page-break-after: avoid;
	color: black;
}
@page {
	margin: 1cm;
}
}