* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important; 
}
html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}
body {
  width: 100vw;
  overflow: hidden;
}
li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	list-style: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
{
	font-size: 100%;
	margin-top: 0;
	padding: 0;
	margin-bottom: 0;
}

p {
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

a:focus,
a:hover {
	text-decoration: none;
	color: inherit;
}

a:focus {
	outline: none;
}

button,

input,

select,

textarea {

	font-size: 100%;

	margin: 0;

	padding: 0;

	outline: none;

/* 	-webkit-appearance:none; 

	appearance:none; */

}
input:-internal-autofill-selected{
	background-color:transparent !important;
	background:transparent !important;
	color: inherit !important;
}
input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

appearance: none;

}

button {

	-webkit-appearance: none;

	appearance: none;

}
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}