.numberTitle {
    font-size: 45px;
    line-height: 1;
    text-transform: initial;
    padding-bottom: 25px;
}

.numberWrapper {
    text-align: center;
    padding: 0.2% 0 4%;
}

.number a {
    font-size: 35px;
    color: #fff;
    text-decoration: underline;
}
/* footer.footer {
    position: absolute;
    width: 100%;
    bottom: -6%;
} */

.copyRight {
    font-size: 0.573vw;
    color: #fff;
    position: absolute;
    /* bottom: -5%; */
    padding: 2vw 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: Helvetica Neue, 'tex_gyre_herosbold', arial;
    text-transform: uppercase;
}
.septrSpan{
    padding: 0 0.2vw;
}

.copyRight a {
    color: #fff;
    font-family: Helvetica Neue, 'tex_gyre_herosbold', arial;
    text-transform: uppercase;
}

ul.footer-social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

ul.footer-social li a {
    border-bottom: none;
    margin: 0 1px;
    text-decoration: none;
    font-size: 20px;
    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: 25px;
}

ul.footer-social {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 480px;
    width: 90%;
}

ul.footer-social li:last-child {
    margin-right: 0;
}

.footer-socials {
    margin-bottom: 26px;
}
@media only screen and (max-width:1023px) {
    .copyRight {
        /*font-size: 9px;*/
        color: #fff;
        position: relative;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
    }
    .septrSpan{
        padding: 0 1.2vw;
    }
    .playIcon {
        /* position: absolute; */
        /* bottom: 5%; */
        /* width: 100%; */
        width: 20%;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.5s ease-in-out;
    }
    .copyRight {
        text-align: center;
        padding: 0 14px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        line-height: 2;
        padding-top: 10px;
    }
span.cprw {
    display: block;
}
    span.mobbreak {
        display: none;
    }
}

@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: 20px;
    }
    ul.footer-social li {
        margin-right: 18px;
    }
    ul.footer-social li:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1024px) (max-width: 1023px), only screen and (max-width: 1024px) and (orientation: portrait) {
	.copyRight{

		font-size: 1.7vw;
	}

}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
	.copyRight{
		font-size: 2vw;
	}
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
	.copyRight{

		font-size: 1.7vw;
	}

}
