#popup {
	position: relative;
	font-family: 'Asap', sans-serif;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: #383838;
	background-color: rgba(56, 56, 56, .5);
}
#popup .popup-page {
	position: absolute;
	width: 578px;
	margin-top: 20px;
	background-color: #ffffff;
	padding: 40px 50px;
}
#popup .popup-header {
	position: relative;
	font-size: 20px;
	color: #252470;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
}
#popup .popup-header span.close {
	display: block;
	position: absolute;
	top: -20px;
	right: -25px;
	font-size: 30px;
	color: #cccccc;
}
#popup .popup-content {
	padding: 25px 0;
	border-bottom: 1px solid #000000;
}
#popup form {
	display: block;
	width: auto;
}
#popup form > div {
	padding-bottom: 6px;
	clear: both;
}
#popup form > div:after {
	display: table;
	content: '';
	clear: both;
}
#popup form label {
	display: block;
	width: 150px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#popup form input {
	display: block;
	width: 410px;
	float: right;
	text-align: left;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #f7f5e2;
	border-bottom: none;
}
#popup form select {
	display: block;
	width: 420px;
	float: right;
	text-align: left;
}
#popup .popup-content input.button {
	display: block;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 20px;
	border: none;
	background-color: #252470;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#popup form #state {
	display: none;
}
#popup form div.submit {
	padding-bottom: 0;
}
#popup form div.submit .ajax-loader {
	float: left;
}
* > #popup {
	display: none;
}
* > .popup #popup {
	display: block;
}

/**
 * contact form validation
 */
.wpcf7-not-valid-tip {
	display: block;
	clear: both;
	width: 300px;
}
div.wpcf7-response-output {
	margin-top: 6px;
	margin-bottom: 6px;
}
#brochure {
	display: none;
}