html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    background-color: #f5f5f5;
    /*color: #f5f5f5;*/
    color: #555;
    text-align: center;
}

.footer p {
    margin: 5px 0px;
    text-align: center;
}

.footer-col {
    margin-top: 50px;
}

.vcenter {
    /*
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    */
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

.btn:focus {
    outline: none;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:visited {
    color: #f5f5f5;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:active {
    color: #dddddd;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
    color: #f5f5f5;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
    color: #dddddd;
}

.my-links {
    margin: 0px;
    padding: 0px;
}

.my-links ul {
    margin: 0px;
    padding: 11px 5px 5px;
}

.my-links ul li {
    margin: 10px 12px;
    list-style: none outside none;
    display: inline-block;
}

.my-links span {
    height: 48px;
    width: 48px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    background-color: #555;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.my-links span:hover {
    background-color: #777;
}

