.waiting {
    display:    none;
    position:   fixed;
    z-index:    100000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .7 )
}

.waiting-content {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.waiting-content >div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.waiting .loader {
    display: inline-block;
    width: 100px;
    height: 100px;
}

@media screen and  (max-width: 450px){
    .social-bottom {
        text-align: left;
    }
}

.social-logo {
    display: inline;
    padding-left: 5px;
}

.social-share {
    display: inline;
}