@charset "utf-8";
/* CSS Document */
.navbar{
	background: transparent;	
}			
.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	text-decoration: none;
	transition: all 0.2s ease;
}
.navbar-logo{
    height: 36px;
}
.navbar.scrolled{
    background: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.navbar.scrolled .nav-item .nav-link{
    color:#555555;
}
.footer{
    background: #132131;
    color:#dae1ea;
    min-height: 200px;
    padding:50px 0 20px 0;
}
.footer,.footer a,.footer a:visited,.footer a:active,.footer a:hover{
    color:#dae1ea;				
}
.footer a,.footer a:visited{
    text-decoration: none;
}
.footer .fnav{
    padding-bottom: 10px;
}
.footer .fnav-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer .fnav-list,
.footer .fnav-list .fnav-item{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer .fnav-list .fnav-item{
    line-height: 25px;
}
.footer-info{
    border-top: 1px solid #4a4a4a;
    padding-top: 15px;
    color:#f0f0f0;
    padding-bottom: 20px;
}
.icp{
    line-height: 22px;
}
.icp img{
    height: 20px;
}
.friend-links{				
}
.friend-links a{
    display: inline-block;
    margin: 10px;
}