

/* --- Stylesheet 4818 () --------- */ 

#popup-wrapper {
	display: none;
}

#popup-content {
	width: 600px;
	padding: 10px;
}


#popup-content h3 {
	font-size: 40px;
	line-height: 100%;
	color: #000;
	font-weight: normal;
	margin: 20px 0px 15px 0px;
}

#popup-content .text {
	color: #888;
	font-size: 20px;
	line-height: 120%;
}

#popup-content .popup-button {

	float: right;
	margin-top: 10px;
	padding: 8px 40px;
	background-color: #BD2631;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 7px;
	color: #fff;
}

/* --- Stylesheet 4819 () --------- */ 

@media all and (max-width: 1200px) {
	#popup-content { width: 400px; }
	#popup-content img { width: 100%; height: auto; }
	#popup-content h3 { font-size: 28px; }
	#popup-content .text { font-size: 16px; }
}

@media all and (max-width: 500px) {
	#popup-content { width: 240px; padding: 5px; }
	#popup-content img { width: 100%; height: auto; }
	#popup-content h3 { font-size: 20px; margin: 15px 0px 10px 0px; }
	#popup-content .text { font-size: 14px; }
}

