﻿.separator {
    border-bottom: 2px solid #e67e22;
}



.footer-content {
    color: #999999;
    font-size: 11px;
    position: relative;
    bottom: 15px;
    right: 10px;
}

.attention {
    border-bottom: 1px solid #555555;
    color: #FFFFFF;
    position: relative;
    bottom: 20px;
    font-size: 10px;
    right: 10px;
}

.useful-links {
    border-bottom: 1px solid #555555;
    padding-bottom: 6px;
    color: Gray;
    position: relative;
    right: 10px;
    font-size: 11px;
    bottom: 30px;
}

.img {
    position: relative;
    bottom: 25px;
}

.-footer {
    position: relative;
    bottom: 20px;
}






.g-social-icons-v2 {
    margin: 0;
    padding: 0;
    position: relative;
    left: 450px;
    bottom: -12px;
}


    .g-social-icons-v2 li {
        list-style: none;
        margin-left: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }


    .g-social-icons-v2 a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        display: block;
        background: #31353e;
        color: #fff;
        transition: all 0.3s ease-in-out;
        text-align: center;
    }


        .g-social-icons-v2 a:hover {
            background: #FFA500;
            color: #e74c3c;
        }

        .g-social-icons-v2 a i {
            color: #fff;
        }


        .g-social-icons-v2 a:hover i {
            color: #fff;
        }

@media (max-width:767px) {
    .table td, table th {
        white-space: nowrap;
    }
}

