/* @group typo */
a,
a:hover,
a:focus {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	cursor: default;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

img {
	max-width: 100%;
}

p {
	margin: 0;
}

hr {
	margin: 2.5em 5em;
	/* border-color: #dfc6bb; */
	border-color: #f6c771;
	border-width: 2px 0 0;
}

/* @group lists */
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* @group ui kit */
.btn-default {
	/* color: #dfc6bb; */
	color: #fef4e2;
	font-size: 0.8em;
	padding: .5em 1.5em;
	letter-spacing: 1px;
	background: transparent;
	text-transform: uppercase;
	/* border: 1px solid #dfc6bb; */
	border: 1px solid #f6c771;
	font-family: 'TitilliumText25L-800';
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active {
	outline: none;
	color: #2f1c74;
	box-shadow: none;
	background: #dfc6bb;
	border: 1px solid #f6c771;
}

/* @group forms */
input, textarea {
	outline: none;
}

/* @group form validation */
p.error {
	color: #F00;
}

/* @group tables */
table th {
	font-weight: normal;
}