*:focus {
	outline: none;
}
/* fixed footer */
.footer p {
	line-height: 1.35;
	margin: 0;
}

/* fixed form */
textarea {
	resize: none;
	font-family: 'GraphikAnuparp';
	line-height: 1.25rem;
	font-size: 0.875rem;
}
input[type=checkbox] {
	zoom: 1.6;
	transform: scale(1.6);
	-ms-transform: scale(1.6);
	-webkit-transform: scale(1);
	-o-transform: scale(1.6);
	-moz-transform: scale(1.6);
}