/*
########################################
FRONTEND
########################################
*/

/* .robur-footer {
	border-top: 1px solid #75716E;
} */

.robur-footer p {
	text-align: center;
}

.robur-footer a,
.robur-footer img {
	display: block;
	margin: auto;
}

.robur-footer .primary {
	background: #FFF;
	padding: 20px 0 30px;
}

.robur-footer .primary.mainPage {
	padding-top: 30px;
}

.robur-footer .primary img {
	max-width: 60%;
	height: auto;
}

.robur-footer .secondary {
	position: relative;
	background: #F2F2F2;
	height: 60px;
}

.robur-footer .secondary > div {
	position: relative;
	margin: auto;
	height: 100%;
	padding: 0 20px;
	overflow: hidden;
}

.robur-footer .secondary .bar {
	position: absolute;
}

.robur-footer .secondary .bar > div {
	float: left;
	width: 100%;
	padding: 15px 20px;
}

.robur-footer .secondary .switch {
	position: absolute;
	top: 0;
	height: 100%;
	padding: 12px 10px;
	font-size: 24px;
}

.robur-footer .secondary .switch:hover {
	cursor: pointer;
	color: #D34D28;
}

.robur-footer .secondary #previous {
	left: 0;
}

.robur-footer .secondary #next {
	right: 0;
}

.robur-footer .secondary .switch .fa {
	display: block;
}

.robur-footer .secondary img {
	height: 30px;
	width: auto;
}

@media (min-width: 769px) {

	.robur-footer .primary {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.robur-footer .primary.mainPage {
		padding-top: 40px;
	}

	.robur-footer .secondary {
		height: 68px;
	}

	.robur-footer .secondary .switch {
		padding: 15px 10px;
	}

	.robur-footer .secondary img {
		height: 38px;
	}

}

@media (min-width: 1025px) {

	.robur-footer .secondary {
		height: 62px;
	}

	.robur-footer .secondary > div {
		padding: 0 60px;
	}

	.robur-footer .secondary .switch {
		padding: 12px 10px;
	}

	.robur-footer .secondary img {
		height: 32px;
	}

}

@media (min-width: 1441px) {

	.robur-footer .secondary {
		height: 80px;
	}

	.robur-footer .secondary .bar > div {
		padding: 20px;
	}

	.robur-footer .secondary .switch {
		padding: 21px 10px;
	}

	.robur-footer .secondary img {
		height: 40px;
	}

}