/*! 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 {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

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

main {
	display: block
}

.site_wrapper {
	position: relative;
	overflow-x: hidden
}

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

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

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

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

picture {
	display: block
}

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

button,
input {
	overflow: visible
}

button {
	text-transform: none
}

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

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

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

textarea {
	overflow: auto
}

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

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

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

[hidden] {
	display: none
}