﻿

.footer-bottom-menu {
    background-color: #000000;
}

.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: #ffffff;
    background-color: Transparent;
}



.footer-bottom-bar {
    background-color: #40C8E9;/*rgba(0, 181, 226, 0.75);*/
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.footer-bottom-bar a
{color: #fff;}


.footer-social-list {
    overflow: hidden;
    text-align: center;
    margin-bottom: 0px;
}

    .footer-social-list a i {
        background-color: #40C8E9; /*rgba(0, 181, 226, 0.75);*/
        border: 1px solid #ffffff;
        color: #ffffff;
        width: 54px;
        height: 54px;
        border-radius: 27px;
        font-size: 250%; /*25px;*/
        line-height: 54px;
        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: #ffa82e;
                /*border: 1px solid #fcea9d;*/
                color:#ffffff;
}




    /*.mypills > li > .none {
        border: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    .mypills > li > .none:hover,
    .mypills .none:hover {
        background-color: Transparent;
        color:#e5e5e5;
    }
    
     .mypills > li > a 
     {  background-color:Transparent;
        color: #e5e5e5;
        padding-top:5px;
        padding-bottom:5px;
     } 

     .mypills > li > a:hover, .mypills > li > a:focus
     {  
        color: #ffffff;
        background-color:Transparent;
     }

    */ 



