.footer-logo{
    margin-bottom: 0;
}
.social-icon {
    margin:0px;
}
.social-line {    
    background: url(../images/icon-line-show.png) no-repeat;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;    
}
.social-line:hover {
    background: url(../images/icon-line.png) no-repeat;    
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
a.social-line.social-icon-sm, a.social-line.social-icon-sm>i {
    width:36px;
    height:33px;    
}
.menu-lineage-bar ul.list1 li:nth-child(2) {
    margin-left: 20px;
} 
.menu-lineage-bar ul.list1 li {
    margin-left: 0px;
} 
.menu-lineage-bar ul.list1 li:not(.list-title) {

}
.text-white {
color:#e6e6e6;
}
.modal, .modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .modal p, .modal small {
color:#333;
}