.googbey-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #666;
    overflow: hidden;
    display: none;
    z-index: 99999999991;
}
.googbey-over div {
    position:absolute;
    top:35%;    
    left:0;
    width:100%;
    color: #fff;
    text-align: center;
}
.goodbey-content .gdx-col-50-left {
    width: 50%;
    float: left;
    text-align: right;
}
.goodbey-content .gdx-col-50-right {
    width: 50%;
    float: right;
    margin-left: 50%;
    text-align: left;
    padding-top: 50px;
}
.goodbey-content .gdx-col-50-right:after {
    content: " ";
    clear: both;
}
.goodbey-content .gdx-col-50-left {
    text-align: right;
}