.gsma-footer {
    width: 100%;
    float: left;
    background: #000000;
    padding: 10px 0 60px 0;
    position: absolute;
    bottom: -216px;
    z-index: 20;
}

.gsma-footer.data-footer {
    padding: 0;
    position: fixed;
    bottom: 0;
}
.gsma-footer.data-footer .inner {
    max-width: none;
    width: 98%;
}

.gsma-footer.data-footer .inside-content:first-child {
    display: none;
}

.gsma-footer.data-footer .inside-content:last-child {
    padding: 0;
}

.gsma-footer.data-footer .footer-copy {
    padding: 0;
}

.gsma-footer .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}

.gsma-footer .inside-content {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}
.gsma-footer .inside-content .inside-content-left {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}
.gsma-footer .inside-content .inside-content-right {
    width: 50%;
    float: left;
}

.gsma-footer .inside-content-left a:hover .social {
    background: #DC002B;
}
.gsma-footer .footer-menu a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #C3C8C8;
    padding: 0 30px 0 0;
}
.gsma-footer .inside-content:last-child {
    padding-top: 10px;
}
.gsma-footer .footer-menu a:hover {
    text-decoration: underline;
}
.gsma-footer .footer-menu ul {
    margin: 0 0 0 215px;
    padding: 0;
}
.gsma-footer .footer-menu ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    zoom: 1;
    filter: alpha(opacity=63);
    -webkit-opacity: 0.63;
    -moz-opacity: 0.63;
    opacity: 0.63;
}
.gsma-footer .footer-menu ul li:before {
    content: "• ";
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #C3C8C8;
    right: 0;
    position: absolute;
}
.gsma-footer .footer-menu ul li:last-child:before {
    display: none;
}
.gsma-footer .footer-copy {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
    line-height: 30px;
    color: #C3C8C8;
    text-align: right;
    zoom: 1;
    filter: alpha(opacity=63);
    -webkit-opacity: 0.63;
    -moz-opacity: 0.63;
    opacity: 0.63;
}
.gsma-footer .social {
    position: relative;
    width: 100%;
    float: left;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gsma-footer .social {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 25px;
}
.gsma-footer .social a {
    position: absolute;
    display: inline-block;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 38px;
}
.gsma-footer .social span {
    position: absolute;
    display: inline-block;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 38px;
}
.gsma-footer .social a.twitter {
    right: 75px;
    height: 36px;
}
.gsma-footer .social .twitter:hover i,
.gsma-footer .social .linkedin:hover i {
    color: #DC002B;
}
.gsma-footer .social h2 {
    width: 100%;
    float: left;
    font-family: 'Gotham SSm A', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}
.gsma-footer .social a i {
    color: #fff;
    font-size: 38px;
    line-height: 34px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gsma-footer .social span i {
    color: #fff;
    font-size: 38px;
    line-height: 34px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.red-bg {
    background-color: #DC002B;
}
.light-green-bg {
    background-color: #2CB5B5;
}