.lock {
    overflow:hidden;
}

.modal-content {
    position:relative;
    display:none;
    width:50%;
    max-height:70%;
    margin:30px;
    padding:0px;
    border:2px solid #bcd1d6;
    background-color:#e5edef;
    overflow:auto;
    color:#000000;
    letter-spacing: 0.1em;
}

.modal-photo {
    position:relative;
    display:none;
    width:1100px;
    margin:10px;
    padding:0px;
    border:2px solid #bcd1d6;
    background-color:#e5edef;
    overflow:auto;
    color:#000000;
}

.modal-photo h1 {
    margin:0;
    padding:10px 20px;
    font-size:25px;
    font-weight: bold;
}

.modal-photo img {
    width:1000px;
    margin:0px 0px 30px;
}

.modal-title {
	margin:0px 0px 30px;
    padding:0;
	background-color:#bcd1d6;
	color:#ffffff;
}

.modal-content h1 {
    margin:0;
    padding:10px 20px;
    font-size:25px;
    font-weight: bold;
}

.modal-content p {
    margin:0px;
    padding:10px 20px;
    font-size:15px;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
    color:#00f;
    text-decoration:none;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

a.modal-close {
    position:absolute;
    top:10px;
    right:10px;
    color:#ffffff;
    font-size:25px;
    vertical-align:middle;
    font-weight:bold;
    text-decoration:none
}

a.modal-close:hover {
	cursor:pointer;
	color:#ff8c00;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

a.modal-mail {
	color:#00947e;
	text-decoration:none;
}

a.modal-mail:hover {
	cursor:pointer;
	color:#ff8c00;
}

a.modal-open {
	color:#00947e;
	text-decoration:none;
}