
#foo2, .foo2 {
    position: fixed;
    bottom: 5px;
    left: 85px;
    z-index: 100;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 999;
    border-radius: 50%;
    background: #fff;
    border: 2px #00aca0 solid;
    text-decoration: none;
}
.fancybox-close:before {
    border: 0;
    background: transparent;
    color: #00aca0;
    font-size: 25px;
    cursor: pointer;
    outline: none;
    text-align: center;
    display: block;
    line-height: 35px;
    font-weight: bolder;
    font-family: Gotham-black;
    content: '✕';
}
.xtwitter {
    width: 18px;
    margin: 0 0 5px 0;
}