/* - RESET BROWSER - */

@-ms-viewport {
    width: device-width;
}

* {
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	outline: none;
}

*::-moz-selection {
	background: #000;
	color: #fff;
}

*::selection {
	background: #000;
	color: #fff;
}

input::-moz-focus-inner {	
	border: 0;
	padding: 0;
}

select::-moz-focus-inner {	
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}