﻿.footer .social-links li {
    border: none;
    margin: 0;
    padding: 5px 8px 2px 0px;
}

.footer .social-links li a i {
    line-height: 30px;
    transition: background 1s ease 0s;
}

.footer .social-links li a i:hover {
    transition: background 1s ease 0s;
}

.footer .social-links li a {
    background-color: transparent;
    border: medium none transparent;
    color: #999999;
    height: 30px;
    width: 30px;
}

.footer {
	font-size: 14px;
	color: #ccc;
    border-top: 3px solid #348ada;
    border-bottom: none;
    background-color: #112c46
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #eee;
}

.footer-content a
{
    color: #eee;
}

.footer-content a:hover
{
    color: #fff;
    text-decoration: underline;
}

.subfooter
{
    color: #eee;
    border-top: 1px solid #163756;
	background-color: #0d2134;
}

.level2  {
    border-top: 1px solid #122d46;
	background-color: #091623;
    color: #eee;
}

.level3  {
    border-top: 1px solid #0c1d2e;
	background-color: #061019;
    color: #eee;
}

.footer-content .nav-pills > li > a {
	padding: 0 0 8px;
	border-color: transparent;
	color: #ddd;
	font-weight: 400;
}

.footer-content .nav-pills > li.active > a:after,
.footer-content .nav-pills > li.active > a:hover:after,
.footer-content .nav-pills > li.active > a:focus:after,
.footer-content .nav-pills > li > a:hover:after,
.footer-content .nav-pills > li > a:focus:after {
	color: #fff
}

footer:not(.light) .footer-content .form-control {
	border-color: #eee;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
footer:not(.light) .footer-content .form-control:focus {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
}

.subfooter a
{
    color: #ccc;
}

.subfooter a:hover
{
    color: #fff;
}

.light .subfooter
{
    color: #333;
}

.light .level2  {
    border-top: 1px solid #aaa;
	background-color: #d7d7d7;
}

.light .level3  {
    border-top: 1px solid #aaa;
	background-color: #c7c7c7;
}