/*  START STYLES FOR LARRY'S MODAL POP-UP */
/*  ELEMENT LOCATED IN topbar_en.php */

body {
	position: relative;
}
.invisible_pop {
	display: none;
}
.visible_pop {
	display: block;
}
div#black_out {
	position: absolute;
	/* Needs relative positioning on body for 100% height to work */
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 901;
	opacity: 0.7;
	text-align: center;
	display: none;
}
div#blocker_center {
	position: fixed;
	/* Needs relative positioning on body for 100% height to work */
	top: 120px;
	width: 100%;
	opacity: 1.0;
	/*background: red;*/
	text-align: center;
	overflow: none;
	z-index: 902;
	display: none;
	}
div#pop_block {
	position: relative; 
	opacity: 1.0;
	padding: 0px 0px 10px 0px;
	margin: 0px auto;
	width: 90%;
	max-width: 500px;
/*	height: 800px;*/
	max-height: 800px;
	text-align: center;
/*	overflow: hidden;*/
	z-index: 1001;
	background: #FFF url('/pop-ups/images/blueprint-pop-en.jpg') no-repeat top center;
	background-size: 130% auto;
	border-radius: 20px;
	}
div#pop_block h2 {
	font-size: 24px;
	line-height: 30px;
	padding: 0px;
	color: #000;
	font-family: 'BandaLight-Light', sans-serif;
	font-weight: 1000;
	}
div#pop_block h2#popUpBody {
		padding: 300px 60px 20px 60px;
}
div#pop_block p {
	padding-bottom: 10px;
	margin-bottom: 0;
	}
a.pop_up_action {
	font-family: 'BandaSemibold-SemiBold', sans-serif;
	font-size: 15px;
	line-height: 24px;
	float: none;
	color: #fff;
	background-color: #0089cf;
	padding:3px 15px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	transition: .5s ease;
	letter-spacing: 0em;
	border-radius: 20px;
	border: 2px solid #0089cf;
}
a.pop_up_action:hover {
	background-color: #fff;
	color: #0089cf;
}
div.pop_up_close {
	position: absolute;
	cursor: pointer;
	background: transparent url('/pop-ups/images/x-window.svg') no-repeat top left;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	top: -20px;
	right: -20px;
}
a.pop_up_close_text {
	font-size: 16px;
	padding: 0px;
	color: #000;
	font-family: 'BandaLight-Light', sans-serif;
	font-weight: 1000;
}
@media (max-width: 1024px) {
div#pop_block h2#popUpBody {
		padding: 60% 20px 0px 20px;
}
}
@media (max-width: 768px) {
div#blocker_center {
	top: 40px;
	}
div#pop_block {
	width: 80%;
	max-width: 400px;
	}
div#pop_block h2#popUpBody {
		padding: 50% 20px 0px 20px;
}
div#pop_block h2 {
	font-size: 18px;
	line-height: 20px;
	}
div#pop_block {
	background: #FFF url('/pop-ups/images/blueprint-pop-en.jpg') no-repeat -20 center;
	background-size: 110% auto;
	}
}
	
	
	
/* END STYLES FOR LARRY'S MODAL POP UP */