h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}
body,
form,
ol,
ul,
li,
dl,
dt,
dd,
td,
th,
tr,
fieldset {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
address {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	margin: 0;
}
ul {
	list-style: none;
}
html {
  box-sizing: border-box;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
.slick-slide > * > * { outline: none  !important; }