
.cms-popup-open {
    overflow: hidden;
}

/*
    filter: alpha(opacity=70) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.7;
    opacity: 0.7;  */
.cms-popup {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    margin: 15px;
}

.cms-popup-body {
    max-width: 100%;
    max-height: 100%;
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    position: relative;
    background-color: white;
    margin: 20px AUTO;
}

@media screen and (max-width: 767px) {
    .cms-popup-body {
        padding: 15px !important;
    }
}

.cms-popup-dialog {
    position: relative;
    width: auto;
}

.cms-popup-content {
    background-clip: padding-box;

    outline: 0 none;
    position: relative;
}

.cms-popup-dialog {
    margin: 30px auto;
}

.cms-popup .close-popup {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: black;
    color: white;
    top: 0px;
    right: -20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    font-family: 'sans-serif';
    font-style: normal;
}

.cms-popup .close-popup:hover {
    color: grey;
}

.cms-popup-backdrop, .cms-popup-backdrop.fade.in {
    opacity: 0.8;
}

.cms-popup-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.cms-popup-backdrop, .cms-popup-backdrop.fade.in {
    opacity: 0.6;
}

.cms-popup-backdrop, .cms-popup-backdrop.fade.in {
    opacity: 0.6;
}

.cms-popup-backdrop, .cms-popup-backdrop.fade.in {
    opacity: 0.6;
}

.cms-popup-center {
    width: 100%;
    text-align: center;
}

.cms-popup-body img,
.cms-popup-body iframe {
    max-width: 100%;
    max-height: 100%;
}