@charset "UTF-8";
/* CSS Document */


/* ===========================
   Jump to Top Button
=========================== */

#jumptop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	z-index: 100;
}

#jumptop a {
	display: block;
	width: 70px;
	height: 70px;
	background-color: rgba(214,0,0,.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 60px;
	line-height: 1em;
	text-align: center;
	transition: opacity .2s ease-out;
}

/* ===========================
   Footer
=========================== */

footer {
	padding: 2.6rem 0 6rem;
}

.companyLogo {
	float: left;
}

.companyLogo img {
	max-width: 146px;
	height: auto;
}

footer nav {
	float: left;
	margin-left: 5rem;
}

footer nav ul {
	float: left;
	width: 8em;
}

footer nav a {
	display: block;
	color: #545454;
	padding: .1em 0;
}

footer nav a .fa {
	margin-right: .25em;
}

#socialLink {
	float: right;
}

#socialLink li {
	float: left;
	margin-left: 8px;
}

#socialLink img {
	max-width: 54px;
	height: auto;
}

.copyright {
	clear: both;
	padding-top: 4rem;
	font-family: 'Roboto Condensed', sans-serif;
}


/* ===========================
   Responsive
=========================== */

@media screen and (max-width: 620px) {

	footer {
		padding-top: 0;
	}

	footer .wrapper {
		position: relative;
		padding-bottom: 170px;
	}

	footer nav {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
	}
	
	footer nav ul {
		margin-top: .25em;
		width: 100%;
		float: none;
	}
	
	footer nav a {
		border-bottom: solid 1px rgba(0,0,0,.1);
		padding: .5em 0 .5em .5em;
	}
	
	ul.primary li:last-child a {
		border-bottom: solid 1px rgba(0,0,0,.4);
	}

	footer .companyLogo {
		position: absolute;
		left: 0;
		bottom: 80px;
	}

	footer .companyLogo img {
		max-height: 60px;
		width: auto;
	}

	#socialLink {
		position: absolute;
		right: 0;
		bottom: 97px;
	}

	#socialLink img {
		width: 44px;
		height: auto;
	}

	.copyright {
		position: absolute;
		bottom: 0;
	}
}


@media screen and (max-width: 420px) {

	#jumptop a {
		width: 60px;
		height: 60px;
		font-size: 51px;
	}
}