/* Styles for the CoverPop.js plugin */

/*
body {
    position: relative;
}*/

#CoverPop-cover {
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
}

    .CoverPop-open #CoverPop-cover {
        display: block;
    }


@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}

.splash {
	background:rgba(255,255,255,.5);
	}

.CoverPop-content {
	max-width: 350px;
	margin:3% auto;
	background:#fff;
	position:relative;
	-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.9);
	-moz-box-shadow:0 0 50px 0 rgba(0,0,0,.9);
	box-shadow:0 0 50px 0 rgba(0,0,0,.9);
	}


@media (min-width:767px){ 
	.CoverPop-content {
		max-width: 500px;
	}
}

.coverpop-inner {

	}

.coverpop-inner img {
	width:100%;
	}

.CoverPop-close {
	position:absolute;
	top: 0 !important;
	right: 0 !important;
	z-index: 9999999;
	}

.CoverPop-close:hover {
	text-decoration:none;
	opacity:.5;
	}


.pop-up-editable-content{
	padding: 30px
}

@media (max-width:767px){ 
	.CoverPop-content {
		margin: 45px auto;
		}

	.CoverPop-content img{
		/* display: none; */
		}

	}