.adbro-bobbypants {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0!important;
}

.adbro-bobbypants * {
    box-sizing: border-box;
}

.adbro-bobbypants__container {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 115px;
    margin: 0!important;
    margin-left: -219px!important;
    width: 438px;
    max-width: none!important;
}

.adbro-bobbypants__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62px;
    background: url(../images/bobbypants-bg.png) no-repeat center top;
    background-size: cover;
    -webkit-animation: fadeIn24 .7s .3s both;
    animation: fadeIn24 .7s .3s both;
    margin: 0!important;
}

.adbro-bobbypants__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0!important;
    margin-left: -160px!important;
    background: url(../images/bobbypants-img.png) no-repeat left bottom;
    background-size: contain;
    width: 104px;
    height: 54px;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

.adbro-bobbypants__img2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0!important;
    margin-left: 48px!important;
    background: url(../images/bobbypants-img2.png) no-repeat left bottom;
    background-size: contain;
    width: 46px;
    height: 44px;
    -webkit-animation: fadeInUp24 .7s 1s both;
    animation: fadeInUp24 .7s 1s both;
}

.adbro-bobbypants__logo {
    position: absolute;
    bottom: 31px;
    left: 50%;
    margin: 0!important;
    margin-left: 84px!important;
    background: url(../images/bobbypants-logo.png) no-repeat left bottom;
    background-size: contain;
    width: 57px;
    height: 26px;
    -webkit-animation: fadeInDown24 .7s .8s both;
    animation: fadeInDown24 .7s .8s both;
    overflow: visible!important;
}

.adbro-bobbypants__logo:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 6px;
    background: url(../images/bobbypants-star.png) no-repeat left bottom;
    background-size: contain;
    width: 30px;
    height: 30px;
    -webkit-animation: rotate25 2s .9s both linear infinite;
    animation: rotate25 2s .9s both linear infinite;
}

.adbro-bobbypants__text {
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin: 0!important;
    margin-left: -80px!important;
    background: url(../images/bobbypants-text.png) no-repeat left bottom;
    background-size: contain;
    width: 155px;
    height: 62px;
    -webkit-animation: zoomOut25 1s .9s both, zoomInOut25 3s 3.7s infinite;
    animation: zoomOut25 1s .9s both, zoomInOut25 3s 3.7s infinite;
    overflow: hidden;
}

.adbro-bobbypants__shine {
    position: absolute;
    top: 30px;
    left: 25px;
    width: 103px;
    height: 22px;
}

.adbro-bobbypants__shine:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewX(-40deg);
    transform: translate(-50%, -50%) skewX(-40deg);
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    width: 25%;
    height: 100%;
    -webkit-animation: shine24 1.5s 2s infinite;
    animation: shine24 1.5s 2s infinite;
}

.adbro-bobbypants__btn {
    display: block;
    position: absolute;
    bottom: 11px;
    left: 50%;
    margin: 0!important;
    margin-left: 86px!important;
    background: url(../images/bobbypants-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 54px;
    height: 14px;
    -webkit-animation: fadeInUp24 .7s .8s both, zoomIn25 2.2s 2.3s infinite;
    animation: fadeInUp24 .7s .8s both, zoomIn25 2.2s 2.3s infinite;
}

.adbro-link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85px;
    margin: 0!important;
    cursor: pointer;
}

.adbro-close {
    position: absolute;
    bottom: 35px;
    right: 0;
    background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
    background-size: 18px 18px;
    width: 30px;
    height: 30px;
    margin: 0!important;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    z-index: 1;
}

.adbro-icon {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon.svg) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin: 0!important;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    z-index: 1;
}

@-webkit-keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes zoomOut25 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomOut25 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInOut25 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    12.5% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    25% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    37.5% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomInOut25 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    12.5% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    25% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    37.5% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 89%;
    }
}

@keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 89%;
    }
}

@-webkit-keyframes zoomIn25 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn25 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes rotate25 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(-180deg) scale(1.05);
        transform: rotate(-180deg) scale(1.05);
    }
    100% {
        opacity: 0;
    }
}

@keyframes rotate25 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(-180deg) scale(1.05);
        transform: rotate(-180deg) scale(1.05);
    }
    100% {
        opacity: 0;
    }
}

