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

/* ---------------------------------------------------------------*/
/*                             Footer                             */
/* ---------------------------------------------------------------*/
footer {
	width: 100%;
	margin-top: 50px;
	color: #f2f2f2;
	}

footer h3, footer p, footer a {
	color: #808080;
	padding: 0;
	margin: 0;
}

footer h3 {
	padding-bottom: 15px;
	border-image-slice: 0;
}

footer p {
	padding: 0;
	margin: 0;
}


/* ---------------------------------------------------------------*/
.footer-content-main {
	padding: 50px 0 50px 0;
	background: #1a1a1a;
	}

.footer-box {
	margin: 10px;
	padding: 20px;
	border: 1px solid #333;
	}
/* ---------------------------------------------------------------*/
.footer-content-bottom {
	padding: 10px 0 10px 0;
	background: #000000;
	}
	
.footer-content-bottom p {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	padding: 20px 0 20px 0;
	}

.footer-content-bottom a {
	font-size: 1.0em;
	text-decoration: none;
	}

.footer-content-bottom a:hover {
	text-decoration: underline;
	opacity: 0.4;
	}