body {
	min-width: 980px;
	background: #fff;

	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
}
a {
	color: #70bf44;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #5ac9e8;
}
p {
	margin: 0 0 1.5em 0;
}
h1, .like-h1, h2, h3 {
	font-family: 'handicraft';
	font-weight: normal;
	color: #004972;
	line-height: 1;

	margin-bottom: 0.5em;
}
h1, .like-h1 {
	font-size: 48px;
	text-transform: uppercase;
}
h1 span, .like-h1 span {
	position: relative;
	background: url(../images/line.png) repeat-x left bottom;
	padding-bottom: 7px;
}
h1 span:after, .like-h1 span:after {
	position: absolute;
	bottom: 0;
	right: -3px;
	content: '';
	width: 4px;
	height: 7px;
	background: url('../images/line.png') no-repeat right bottom;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}

::-webkit-input-placeholder {
	color: #85a8b1;
	opacity: 1;
	font-style: italic;
}
::-moz-placeholder {
	color: #85a8b1;
	opacity: 1;
	font-style: italic;
}
:-moz-placeholder {
	color: #85a8b1;
	opacity: 1;
	font-style: italic;
}
:-ms-input-placeholder {
	color: #85a8b1;
	opacity: 1;
	font-style: italic;
}