/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html, css {
	width: 100%;
	height: 100%;
}
body {
	background: #f5f5f5;
	margin: 0;
	height: 100%;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, pre, th, td, dl, dd, form, fieldset, legend, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	margin: 0;
	padding: 0;
}
article, aside, footer, header, nav, section {
	display: block
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
img {
	vertical-align: middle;
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	transition: 0.6s;
}
ol, dl, dt, dd, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
.clear::before {
	display: block;
	clear: both;
	content: '';
	width: 0;
	height: 0;
	visibility: hidden;
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.main {
	width: 100%;
	height: 100%;
}
.main img {
	width: 100%;
}
