html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 60px;
}

body > .container {
	padding-top: 70px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}

ol.alpha {
	list-style-type: upper-alpha;
}

div.content-centered {
	width: 100%;
	margin: 0 auto;
}

img.img-thumbnail {
	margin: 0 1em;
}

p {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	padding-bottom: 0.25em;
	font-variant: small-caps;
}

h2, h3 {
	color: rgb(192, 48, 48);
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
	font-style: italic;
}

h4 {
	font-size: 18px;
	color: black;
}

.clear {
	clear: both;
}

div.logo {
	margin: 1em;
	padding: 0;
}

div.logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.logo img.square {
	width: 80px;
}

.footer-title {
	padding-top: 15px;
	font-size: 18px;
	color: rgb(192, 48, 48);
	font-variant: small-caps;
}

div.logo img.rect {
	height: 60px;
}

div.logo-footer {
	padding: 10px;
	float: left;
}

div.logo-footer img.rect {
	height: 40px;
}

div.logo-footer img.square {
	width: 40px;
}

div.logo-footer img {
	max-width: 100px;
	max-height: 40px;
}

#tickarte {
  margin: 0 0 0 40px;
}

.platinium img {
	max-width: 250px;
	max-height: 80px;
}
.gold img {
	max-width: 200px;
	max-height: 70px;
}
.silver img {
	max-width: 150px;
	max-height: 60px;
}
.bronze img {
	max-width: 100px;
	max-height: 50px;
}

.footer .container .footer-title:not(:first-child) {
	margin-left: 1em;
}
