﻿
.logos {
    height: 160px;
}

.wrap {
    width: 85%;
    margin: 0px auto;
}

.bottom-footer {
    background: #EBEBEA;
    padding: 7% 0;
}

.bottom-footer-left {
    text-align: center;
}

    .bottom-footer-left p {
        font-size: 1.15em;
        color: #777;
        margin-top: 1.5em;
    }

        .bottom-footer-left p span {
            font-size: 1em;
            color: #333;
            margin-top: 1.5em;
        }

        .bottom-footer-left p a {
            color: #49CBCD;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
        }

            .bottom-footer-left p a:hover {
                color: #2A80B9;
            }

.logos {
    background: #2F2F2F;
    padding: 3% 0;
}

    .logos div {
        /* 	text-align:center; */
    }

    .logos li {
        display: inline-block;
    }

        .logos li:last-child {
            margin-right: 0%;
            float: right;
        }
