body {
  font-size: 12pt;
}
body.closed header,
body.holiday header,
body.open header,
body.opening header {
  background: url('/img/mobile.webp');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
body.open div.dock {
  display: block;
}
body.open footer {
  margin-bottom: 58px;
}
main {
  display: block;
  float: none;
  font-size: 11pt;
  padding: 20px;
  padding-top: 30px;
  width: 100%;
}
main h1 {
  display: none;
}
main section h3 {
  font-size: 13pt;
}
main section p.foot {
  text-align: left;
}
main section p.foot span {
  display: inline;
}
main table tr td {
  padding: 5px 0;
}
aside {
  float: none;
  width: 100%;
}
div.dock {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
}
div.dock a,
div.dock a:active,
div.dock a:link,
div.dock a:visited {
  background: #34850f;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 11pt;
  font-weight: 600;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
div.dock a:before {
  background: url('/svg/phone.svg');
  background-size: 22px 22px;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 22px;
  left: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 22px;
}
div.container {
  width: 100%;
}
footer {
  margin-top: 0;
  padding: 30px;
  padding-top: 15px;
}
header {
  background: #000000;
  height: 210px;
}
header h1 {
  font-size: 15pt;
  margin-top: 50px;
}
header h2 {
  font-size: 11pt;
}
header nav {
  position: absolute;
}
header nav div.name {
  display: block;
  float: left;
  text-align: left;
}
header nav div.name span {
  display: none;
}
header nav div.phone {
  float: right;
  text-align: right;
}
header nav ul {
  display: none;
  float: none;
}
ul.jump {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  display: block;
  font-size: 0;
  font-weight: 600;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.jump li {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 25%;
}
ul.jump li a,
ul.jump li a:active,
ul.jump li a:link,
ul.jump li a:visited {
  color: #000;
  display: block;
  font-size: 12pt;
  padding: 8px;
  text-decoration: none;
}
