.newsletter-widget .img {
    width: 120px;
}
.newsletter-widget a {
    position: relative;
    width: 120px;
    display: block;
}
.newsletter-widget .img img {
    width: 100%;
}
.newsletter-widget .text {
    position: absolute;
    bottom: 0;
    left: 100%;
    padding: 5px 10px 11px 20px;
    background-color: #EABF44;
    border-radius: 10px;
    margin-left: -10px;
    z-index: -1;
}
.header .upmenu {
    position: relative;
}
.newsletter-widget {
    position: absolute;
    right: 5px;
    z-index: 99999;
    height: 54px;
    overflow: hidden;
    width: 237px;
    top: -5px;
}
.newsletter-widget:hover {
    height: auto;
    overflow: visible;
}
.newsletter-widget a .text p {
    color: #444;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}
.newsletter-widget a .text span {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.newsletter-widget a .text span.white {
    color: #fff;
    display: inline;
}
.newsletter-widget a .text .btn {
    padding: 6px;
    background-color: #E3452A;
    border-radius: 5px;
}
