﻿/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 901;
    display: none;
    top: 0;
    left: 0;
    pointer-events: none;
}

.reveal-modal {
    display: none;
    top: 50% !important;
    left: 50%;
    margin-left: -330px;
    width: 600px;
    position: fixed;
    z-index: 999;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: -310px;
    background: #fff;
    padding-bottom: 40px;
    z-index: 9999999999;
}

    .reveal-modal.small {
        width: 200px;
        margin-left: -140px;
    }

    .reveal-modal.medium {
        width: 400px;
        margin-left: -240px;
    }

    .reveal-modal.large {
        width: 600px;
        margin-left: -340px;
    }

    .reveal-modal.xlarge {
        width: 800px;
        margin-left: -440px;
    }

    .reveal-modal .close-reveal-modal {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 4px;
        right: 6px;
        cursor: pointer;
        background: url(img/cls.png) no-repeat center;
        background-size: cover;
    }

    .reveal-modal .close {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 4px;
        right: 6px;
        cursor: pointer;
    }

    .reveal-modal > div {
        height: 450px;
    }

@media screen and (max-width:680px) {
    .reveal-modal {
        width: 580px;
        margin-left: -290px;
        padding: 200px 0;
    }

    .example_video_3-dimensions {
        width: 100% !important;
    }

    .reveal-modal .close-reveal-modal {
        right: 6px;
        top: 206px;
        z-index: 10;
        background: url(img/viewLD.png) no-repeat center;
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }

    .reveal-modal .close {
        right: 6px;
        top: 206px;
        z-index: 10;
        background: url(img/viewLD.png) no-repeat center;
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }
}
