/* Layout --------------------------------------- */
.ftr{
	background:#272727;
	border-top:2px #000 solid;
	box-shadow:0 2px 3px rgba(0,0,0,.4) inset;
	color:#fff;
	font-size:.9rem;
	padding:40px 10px;
	text-shadow:0 0 4px #000
}
@media (min-width:900px){
	.ftr-contents{
		margin:0 auto;
		width:930px
	}
}
.ftr a,
.ftr h3{
	color:#fff;
	text-decoration:none
}
.ftr a:hover{
	text-decoration:none;
	text-shadow:0 0 6px #fff
}
.ftr h2{
	font-size:1.8em;
	margin-bottom:20px;
	text-shadow:0 0 2px #000
}
.ftr h4{
	font-size:1.8em;
	font-weight:100;
	margin-bottom:16px;
	text-shadow:0 0 2px #000
}
.ftr h2 span,
.ftr h4 span{
	display:inline-block
}
.ftr h2 span:after,
.ftr h4 span:after{
	background:#1E90FF;
	border-radius:8px;
	bottom:-6px;
	content:'';
	height:2px;
	left:0;
	position:absolute;
	width:100%
}
.ftr ul{
	font-size:.9rem
}
.ftr li{
	list-style-type:none;
	margin:0 0 12px
}
.ftr-about p{
	font-size:.9rem;
	line-height:1.6em;
	margin:0 0 16px;
	top:-7px
}
.ftr-about strong{
	font-size:1rem;
	font-weight:900
}
.ftr-keepInTouch{}
.ftr-keepInTouch img{
	border-radius:4px;
	width:100%
}
