.numberTitle {
    font-size: 3.58vw;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 2vw;
}

.numberWrapper {
    text-align: center;
    padding: 0.2% 0 4%;
}

.number a {
    font-size: 2.735vw;
    color: #fff;
    text-decoration: underline;
}

.copyRight {
    font-size: .8vw;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

.copyRight a {
    color: #fff;
    text-transform: uppercase;
}

ul.footer-social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1vw;
}

ul.footer-social li a {
    border-bottom: none;
    margin: 0 1px;
    text-decoration: none;
    font-size: 0;
    color: #fff;
}

ul.footer-social li a:hover {
    opacity: 0.5;
}

ul.footer-social li:first-child a {
    margin-left: 0;
}

ul.footer-social li:last-child a {
    margin-right: 0;
    font-size: 0;
}

ul.footer-social {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 90%;
}

ul.footer-social li:last-child {
    margin-right: 0;
}

.footer-socials {
    margin-bottom: 26px;
}

@media only screen and (max-width:1023px) and (min-width:767px) {
    .copyRight {
        line-height: 18px;
    }
    .numberWrapper {
        text-align: center;
        padding: 4.2% 0 8%;
    }
}

@media only screen and (max-width:767px) {
    .numberTitle {
        font-size: 35px;
        padding-bottom: 17px;
    }
    .number a {
        font-size: 30px;
    }
    .numberWrapper {
        text-align: center;
        padding: 50px 0 50px;
    }
    .copyRight {
        text-align: center;
        padding: 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        line-height: 18px;
        font-size: 8px;
    }
    .copyRight a {
        display: inline-block;
        padding: 0 3px;
    }
    ul.footer-social li a {
        font-size: 0;
    }
    ul.footer-social li:last-child a {
	    margin-right: 0;
	    font-size: 0;
	}
    ul.footer-social li {
        margin-right: 15px;
    }
    ul.footer-social li:last-child {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait){
    .numberWrapper {
    text-align: center;
    padding: 0.2% 0 82%;
}
}