.boxCustom {
    overflow: hidden
}
.imageCustom img {
    border-radius: 25px;
}
.imageCustomLeft img {
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;
}
.imageCustomRight img {
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 25px;
}
.iconCustom span img.zpimage.custom-icon {
    display: block;
    width: 125px !important;
    height: auto !important;
}
.logoHeader {
    height: 60px !important;
    width: auto !important;
}
.logoFooter {
    height: 60px !important;
    width: auto !important;
}
.footer a:link {
    color: #ffffff !important;
}
.zscustom-banner-btn .zpbutton.zpbutton-type-primary .zpbutton-icon {
    background: none !important;
}
.zscustom-banner-btn .zpbutton.zpbutton-type-primary .zpbutton-icon {
    padding: 5px;
}
span.zpbutton-icon img {
    width: 35px;
    height: 35px;
}