.cspplity
{
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0,0,0,.9);
    outline: none!important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.cspplity.cspplity-opened
{
    opacity: 1;
}
.cspplity.cspplity-closed
{
    opacity: 0;
}
.cspplity *
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cspplity-wrap
{
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none!important;
}
.cspplity-wrap:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
.cspplity-loader
{
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.cspplity-loading .cspplity-loader
{
    opacity: 1;
}
.cspplity-container
{
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none!important;
}
.cspplity-content
{
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.cspplity-loading .cspplity-content, .cspplity-closed .cspplity-content
{
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.cspplity-content:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}
.cspplity-close
{
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cspplity-close::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
.cspplity-close:hover, .cspplity-close:focus, .cspplity-close:active, .cspplity-close:visited
{
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cspplity-close:active
{
    top: 1px;
}
.cspplity-image img
{
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
.cspplity-iframe .cspplity-container, .cspplity-youtube .cspplity-container, .cspplity-vimeo .cspplity-container, .cspplity-facebookvideo .cspplity-container, .cspplity-googlemaps .cspplity-container
{
    width: 100%;
    max-width: 964px;
}
.cspplity-iframe-container
{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.cspplity-iframe-container iframe
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
}
.cspplity-hide
{
    display: none;
}
.cspplity
{
    background-color: rgba(0,0,0,.65);
    z-index: 99999;
}
.cspplity-content
{
    overflow-y: auto;
}
.cspplity-content:after
{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.csmodal-container
{
    background-color: #fff;
    border-radius: 6px;
}
@media(min-width: 440px)
{
    .csmodal-container
    {
        max-width: 440px;
        min-width: 440px;
    }
}
.csmodal-container .csmodal-content
{
    padding: 15px;
}
.csmodal-container .csmodal-footer
{
    padding: 15px;
    padding-top: 5px;
    text-align: right;
}
.csmodal-container .csmodal-footer .csm-ok-btn, .csmodal-container .csmodal-footer .csm-ok-btn:link, .csmodal-container .csmodal-footer .csm-ok-btn:visited
{
    display: inline-block;
    background-color: #3489e6;
    color: #fff;
    text-shadow: 1px 1px 2px #1a74d7;
    padding: 7px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.csmodal-container .csmodal-footer .csm-ok-btn:hover, .csmodal-container .csmodal-footer .csm-ok-btn:focus
{
    background-color: #227ee4;
    color: #fff;
}
.theme-top .cspplity-wrap:before
{
    vertical-align: top;
}
.theme-top .cspplity-content:after
{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
    box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.theme-top .csmodal-container
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.theme-top .csmodal-container .csmodal-content
{
    padding-top: 30px;
}
.theme-bottom-right-corner .cspplity-wrap:before
{
    vertical-align: bottom;
}
.theme-bottom-right-corner .cspplity-container
{
    position: absolute;
    bottom: 0;
    right: 0;
}
.theme-bottom-right-corner .cspplity-content:after
{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.25);
    box-shadow: 0 10px 20px rgba(0,0,0,.25);
}
.theme-bottom-right-corner .csmodal-container
{
    border-radius: 0;
}
.theme-plain .csmodal-container
{
    border-radius: 0;
}
.theme-plain .csmodal-container .csmodal-footer .csm-ok-btn, .theme-plain .csmodal-container .csmodal-footer .csm-ok-btn:link, .theme-plain .csmodal-container .csmodal-footer .csm-ok-btn:visited
{
    border-radius: 0;
}
.theme-os
{
    background-color: rgba(100,100,100,.65);
}
.theme-os .cspplity-content:after
{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
    box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.theme-os .csmodal-container .csmodal-header
{
    height: 20px;
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    border-top: #eee;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.theme-wireframe
{
    background-color: rgba(255,255,255,.65);
}
.theme-wireframe .csmodal-container
{
    border-radius: 0;
    border: 2px solid #000;
}
.theme-wireframe .csmodal-container .csmodal-footer .csm-ok-btn, .theme-wireframe .csmodal-container .csmodal-footer .csm-ok-btn:link, .theme-wireframe .csmodal-container .csmodal-footer .csm-ok-btn:visited
{
    border: 2px solid #000;
    background-color: #444;
    border: 2px solid #000;
    text-shadow: 1px 1px 3px #333;
    border-radius: 0;
}
.theme-wireframe .csmodal-container .csmodal-footer .csm-ok-btn:hover, .theme-wireframe .csmodal-container .csmodal-footer .csm-ok-btn:focus
{
    border: 2px solid #000;
    background-color: #3d3d3d;
}
.theme-flat-attack .csmodal-container
{
    border-radius: 0;
}
.theme-flat-attack .csmodal-container .csmodal-content
{
    padding: 20px;
}
.theme-flat-attack .csmodal-container .csmodal-footer
{
    padding: 10px 0 0 0;
}
.theme-flat-attack .csmodal-container .csmodal-footer .csm-ok-btn, .theme-flat-attack .csmodal-container .csmodal-footer .csm-ok-btn:link, .theme-flat-attack .csmodal-container .csmodal-footer .csm-ok-btn:visited
{
    border-radius: 0;
    background-color: #555;
    border: 0 none;
    border-top: 2px solid #333;
    text-shadow: 1px 1px 3px #444;
    padding: 10px 25px;
}
.theme-flat-attack .csmodal-container .csmodal-footer .csm-ok-btn:hover, .theme-flat-attack .csmodal-container .csmodal-footer .csm-ok-btn:focus
{
    border: 0 none;
    border-top: 2px solid #222;
    background-color: #3d3d3d;
}