body {
	font-size: 16px;
	font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	background-color: #F5F5F5;
}

a {
	color: #004989;
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	line-height: 130%;
	color: #a40d14;
	margin-bottom: 10px;
	/*text-transform: uppercase;*/
	text-align: center;
}

.wrapper {
	max-width: 400px;
	min-width: 120px;
	margin: 40px auto;
}

.block {
	position: relative;
	min-height: 200px;
	display: block;
	padding: 10px;
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	box-shadow: 0 0 5px #d7d7d7;
	text-align: center;
}

.block > .gears {
	position: absolute;
	right: -40px;
	bottom: -40px;
	color: #004989;
	font-size: 200px;
	line-height: 200px;
	opacity: 0.1;
	z-index: 0;
}


@media screen and (max-width: 400px) {
	.wrapper {
		margin: 10px auto;
		padding: 0 10px;
	}

	.block > .gears {
		right: -5px;
		bottom: -5px;
	}
}