
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background-color: #4a4d53;
	font-weight: 300;
}

.footer-heading {
    border-bottom: 1px solid #818387;
    display: inline-block;
    padding: 30px 0 25px;
    width: 100%;
	text-align: center;
}

.footer-heading .footer-contact{
	float: left;
	margin-top: 20px;
}

.footer-heading .footer-contact a{
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
	line-height: 24px;
	display: inline-block;
}

.footer-heading .footer-contact a:before{
	content: "";
	height: 24px;
	background: url('/National_Library/20160330061658oe_/https://dm.comodo.com/theme/images/contact-icon.png') no-repeat 0 center transparent;
	width: 37px;
	float: left;
	opacity: 0.3;
}

.footer-heading .footer-contact a:hover:before{
	opacity: 1;
}

.footer-heading .subscribe-form{
	border-right: 0 none;
	width: auto;
	margin: 0;
	display: inline-block;
	text-align: left;
}

.footer-heading .subscribe-form p{
	color: #ffffff;
}

.subscribe-form input[type="email"] {
    background-color: #e2dede;
    border: 0 none;
    box-sizing: border-box;
    float: left;
    height: 31px;
    line-height: 31px;
    margin-right: 3px;
    padding: 0 8px;
    width: 270px;
}

.subscribe-form input[type="submit"] {
    background-color: #27b2df;
    border: 0 none;
	box-sizing: border-box;
    color: #ffffff;
    height: 31px;
    line-height: 29px;
    text-transform: uppercase;
    width: 108px;
	cursor: pointer;
}

.social-links{
	float: right;
	margin-top: 20px;
}

.social-links li{
	display: inline-block;
	margin-left: 9px;
}

.social-links li a{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/National_Library/20160330061658oe_/https://dm.comodo.com/theme/images/social-icons.png') no-repeat 1px center transparent;
	opacity: 0.3;
}

.social-links li a:hover{
	opacity: 1;
}

.social-links li.google a{
	background-position: -32px center;
}

.social-links li.linkedin a{
	background-position: -65px center;
}

.social-links li.twitter a{
	background-position: -98px center;
}

.social-links li.facebook a{
	background-position: -133px center;
}

.footer-content{
	padding: 30px 0;
	display: inline-block;
	width: 100%;
}

.footer-content .footer-links{
	width: auto;
}

.footer-content .footer-links ul{
	border-right: 1px solid #595c61;
	width: 160px;
	display: inline-block;
	vertical-align: bottom;
	padding-left: 20px;
}

.footer-content .footer-links ul:first-child{
	border-left: 1px solid #595c61;
	margin-right: 0;
}

.footer-content .footer-links ul:last-child{
	border-right: 0 none;
}

.footer-links li{
	padding: 3px 0;
}

.footer-links li a{
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.5;
}

.footer-links li a:hover{
	opacity: 0.9;
}

.footer-content > div{
	width: 180px;
	margin-right: 20px;
	display: inline-block;
}

.copyright{
	float: left;
}

.copyright .logo{
	opacity: 0.5;
}

.copyright .logo img{
	width: 142px;
	height: auto;
}

.copyright p {
    color: #7b7c80;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    padding-top: 20px;
}


