#jp-overlay-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999999999999;
	background-color: rgba(0,0,0,0.8);
}
#jp-overlay-backdrop #jp-overlay-text {
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 315px;
	color: white;
	font-size: larger;
}
#jp-overlay-backdrop .jp-overlay-arrow {
	width: 60px;
	height: 80px;
	background-size: contain;
	transform: rotate(160deg);
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
}
#legalconsent{
	position: absolute;	
	top: 95%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: white;
	font-size: larger;
}
#legalconsent span{
	padding:20px;
	margin-left: 7%;
	background: #3f394c;
}
.jpbottomright {
	position: fixed;
	bottom: 7%;
	right: 16px;
	z-index: 9999999999999999;
	cursor: pointer;
}
.jpmodal {
	display: none; 
	position: fixed;
	z-index: 9999999999999999;
	padding-top: 100px; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
	box-shadow: 10px 10px 60px #555;
}
.jpmodal-content {
	background-color: #fefefe;
	margin: auto;
	overflow: hidden;
	border: 1px solid #888;
	width:30%;
	border-radius: 25px;
	position: absolute;
	top: 25%;
	left:5px; 
	right:12px;
	padding-top: 1;
}
.jpmodal-content p{ padding: 20px; } 
.jpclose {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	display:inline-block;
	border: 2px solid #999;
	border-radius: 30px;
	padding: 3px;
	margin: 9px;
}
.jpclose:hover,
.jpclose:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	display:inline-block;
}
.jpmodal-footer, .jpmodal-title { text-align: center; padding: 10px;}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.jpmodal-content {
	width:100%;
}
}
