#footer a:not(.btn):not(.no-footer-css).text-color-light {
    color: #c5c5c5 !important;
}

.hider {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: Black;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 101;
}

.hiderLoading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: Black;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 10050;
}

.popupLoading {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 200px;
    height: 100px;
    border: 2px solid #888;
    z-index: 10051;
    background-color: #fff;
    -moz-box-shadow: 10px 10px 5px #323232;
    -webkit-box-shadow: 10px 10px 5px #323232;
    box-shadow: 10px 10px 5px rgba(50,50,50,0.3);
    padding-top: 25px;
    text-align: center;
}

.social-icons li a{
	
	transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 1rem;
}