.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.credits {
	max-width: 900px;
	margin: 0 auto;
	font: 300 1em 'Montserrat';
	padding: 0 1em;
}

.credits a {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.credits img {
	max-width: 100%;
	height: auto;
}

.credits h1 {
	text-align: center;
	font-family: 'Alfa Slab One';
	font-size: 4em;
	letter-spacing: 3px;
}

.c-section {
	margin-bottom: 2.5em;
}

.c-section h3 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	font-size: 1.5em;
	margin-bottom: 1.5em;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.c-section h3 img {
	max-height: 40px;
	width: auto;
}

.c-section h3 span {
	display: inline-block;
}

.c-section h3 span.line {
	background: url(../images/credits/header-bg.png) center center repeat-x;
	flex: 1;
}

.c-section h3 span.label {
	padding: 0 1em;
}

.c-section p {
	margin: 0 0 1em 0;
}

.c-section.ctr {
	text-align: center;
}

.c-section .pri {
	float: left;
	width: 25%;
	margin-right: 3%;
}

.c-section .sec {
	float: left;
	width: 72%;
}

.c-section.cols {
	border-top: 2px solid #6b772a;
	padding-top: 2em;
}

.c-section.cols .col {
	float: left;
	width: 31%;
	margin: 0 1%;
}

.c-section.cols.two .col {
	float: left;
	width: 40%;
	margin: 0 5%;
}

.c-section p.ico {
	font-size: 2em;
	margin-bottom: 16px;
}

.credit-button {
	background: #f07d4a;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	padding: 10px 15px;
}

.credit-button:hover {
	background: #000;
	color: #fff;
}

p.logos img {
	height: 50px;
	width: auto;
}

.back-to-start {
	text-align: center;
}

.back-to-start a {
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 45px 0;
	text-decoration: none;
	font-weight: 600;
	width: 250px;
	height: 125px;
	background-color: #6b772a;
	border-top-left-radius: 125px;
	border-top-right-radius: 125px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.back-to-start a:hover {
	color: #fff;
	background: #000;
}

.back-to-start span {
	display: block;
	font-size: 2em;
}

/* mobile */

@media screen and ( max-width: 480px) {
	.credits {
		font-size: .85em;
	}
	.c-section h3 {
		font-size: 1.4em;
		font-weight: bold;
	}
	.c-section h3 span.label {
		max-width: 80%;
	}
	.c-section .pri {
		width: 100%;
		margin: 0 0 1em 0;
		text-align: center;
	}
	.c-section .pri img {
		width: 75%;
		margin: 0 auto;
	}
	.c-section .sec {
		width: 100%;
		text-align: center;
	}
	.c-section.cols .col {
		float: left;
		width: 100%;
		margin: 0 0 1em 0;
	}
	.c-section.cols.two .col {
		float: left;
		width: 100%;
		margin: 0 0 1em 0;
		padding: 0 3em;
	}
}

/* hide scrollbar */

.credits {
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
}

.credits::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}