html {
  overflow-y: scroll;
  position: relative;
  min-height: 100%;
}
body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke-width: .15px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: inherit;
  box-sizing: border-box;
}
body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 1990;
}
.footer-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 125px;
}
.mfp-zoom-out-cur {
  overflow-y: hidden;
}
.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-flow: column nowrap;
}
.site-wrap {
  overflow-x: hidden;
  z-index: 0;
  width: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.wrap {
  box-sizing: border-box;
  max-width: 1190px;
  margin: 0 auto;
}
aside {
  padding-top: 1.5em;
}
main {
  margin-top: -0.5em;
}
.logo {
  text-decoration: none;
  display: block;
}
.logo img {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.sublogo {
  text-align: right;
}
table,
td,
th,
tr {
  border-color: #fff;
}
td,
tr,
th {
  padding: 0.2em 0.8em;
}
