@charset "UTF-8";

.modal-content {
	width:60%;
	margin:0;
	padding:0 0 10px 0;
	background:#fff;
	position:fixed;
	display:none;
	z-index:960;
	text-align:justify;
	font-size:11px;
	line-height:150%;
	letter-spacing:0.15em;
	font-weight:lighter;
	color:#857164;
}

.modal-content p {
	padding:0 10px;
	margin:0;
}
  
#modal-overlay {
	z-index:950;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.65);
}

.button-link {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
 
.button-link:hover {
	cursor:pointer;
}

.modal-content .btn {
	margin:0;
	padding:0;
	position:absolute;
	z-index:970;
	top:0;
	right:0;
	width:40px;
	height:40px;
}

.modal-content .btn img {
	width:40px;
	height:40px;
}

.modal-content .btn img:hover {
	cursor:pointer;
}

.modal-content img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}

@media (max-width:640px) {
	.modal-content {
		width:90%;
		line-height:150%;
	}
}