/*! Custom css in combination with normalize.css (github.com/necolas/normalize.css) */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:focus {
  outline: 0 !important;
}

html {
  min-height: 100.1%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

main {
  display: block;
}

.site_wrapper {
  position: relative;
}

.inside {
  position: relative;
  margin: 0 auto;
}

a, button, input {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

img:not(.logo) {
  height: auto;
}

picture {
  display: block;
  max-width: 100%;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

address {
  font-style: normal;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="search"] {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}