*, *:before, *:after{
	padding: 0;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}

img{
	height: auto;
	max-width: 100%;
}

a, a:visited, a:hover, a:active, a:focus{
	text-decoration: none;
	outline: none;
}

input{
	outline: none;
	font-family: inherit;
	border: none;
}
	
button{
	border: none;
	outline: none;
	background: transparent;
}

a,
button,
label,
input[type="radio"],
input[type="checkbox"]{
	cursor: pointer;
}

ul li{
	list-style: none;
}