#popup {
    padding: 0px;
    background-color: #fff;
    width: 90%;
    height: auto;
    -webkit-animation: iconosani 1.2s forwards;
    animation: iconosani 1.2s forwards;
    -moz-animation: iconosani 1.2s forwards;
    -o-animation: iconosani 1.2s forwards;
}

#popup .popup-custom-heading {
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    font-size: 32px;
    background: #3d79d0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: 'Open Sans';
}
#popup .popup-custom-content hr {
    margin-bottom: 0px;
}
#popup .popup-custom-content {
    padding:15px;
}
#popup .popup-custom-content .popup-custom-newsletter .panel-body{
    padding: 15px 0px;
}
#popup>button.fancybox-close-small:hover:after,
#popup>button.fancybox-close-small:focus:after{
    opacity: 1;
}
#popup>button.fancybox-close-small:after{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}