﻿

.footer-bottom-menu {
    background-color: #e0e0e0; 
  /*  line-height:1rem;*/
}

.footer-bottom-menu  li  .none {
    border: none;
   /*  color: #e5e5e5;*/
    padding-left: 5px;
    padding-right: 5px;
}

.footer-bottom-menu  li  .none:hover,
.footer-bottom-menu .none:hover {
    background-color: Transparent;
    color: #e5e5e5;
}

.footer-bottom-menu  li  a {
    background-color: Transparent;
   /* color: #e5e5e5;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-bottom-menu  li  a:hover, .footer-bottom-menu  li  a:focus {
    color: #000000;
    background-color: Transparent;
}

/*.footer-bottom-bar {
    background-color: #0097DE;
}
*/

.footer-bottom-bar {
    background-color: white;
}


.footer-social-list {
    overflow: hidden;
    text-align: center;
    margin-bottom: 0px;
}

  /*  .footer-social-list a i {
        background-color: #0097DE;
        border: 1px solid #0097DE;
        color: #fff;
        width: 54px;
        height: 54px;
        border-radius: 27px;
        font-size: 250%;
        line-height: 54px;
        text-align: center;
        margin-right: 10px;
    }
*/

    .footer-social-list a i {
        background-color: #fff;
        border: 1px solid #020c7e;
        color: #020c7e;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        font-size: 150%; /*25px;*/
        line-height: 36px;
        text-align: center;
        margin-right: 10px;
    }

.footer-social-list a i {
    transition: all 0.2s ease-in-out;
}

    .footer-social-list a i:hover {
        background-color: #020c7e;
        border: 1px solid #020c7e;
        color: #fff;
        /*opacity: .7;*/
    }


