
#footerContainer {
	-webkit-box-shadow: inset 0 1px 20px rgba(0,0,0,.35);
	box-shadow: inset 0 1px 20px rgba(0,0,0,.35);
	padding-top: 20px;
    padding-bottom: 50px;
    color: #fff;
	position: relative; 
	background: #555;
	overflow: hidden;
    padding-left: 140px;
	padding-right: 40px;
}

#footerContainer::before {
	content: " ";
	width: 500px; 
	height: 500px; 
	background: url('/media/4262/va_seal_white.png') top left no-repeat;
	position: absolute; 
    top: -43px;
    left: -93px;
	background-size: 75%;
	opacity: .1;
	}
	
footer h7 {
	padding-top: 20px;
	display: block;
	text-transform: uppercase;
	font-size: 14px; 
	letter-spacing: 1px; 
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #999;
	border-bottom: 1px dotted #ccc;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.54);
	padding-bottom: 6px;
	margin-bottom: 10px;
	color: #fff;
	opacity: .4;
	transition: all .35s ease .25s;
}

footer div:hover > h7 {
	opacity: 1;
}

footer ul, footer li {
	list-style-type: none; 
	padding:0;
	margin: 0; 	
}

footer li a {
	color: #66ccff;	
	display: block;
	transition: all .25s ease;
	padding: 2px 0;
	font-size: 13px;
}

footer li a:hover  {
	color: #fff;	
	padding-left: 5px;
}

footer h4 {
	font-size: 12px;
	color: #fff;
	opacity: .5;
	font-weight: bold;
		}

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

	#footerContainer {
		padding-left: 0px;
		padding-right: 0px;
	}
}		
		
		
			
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
