.modal {
	display: none;
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0!important;
}

.modal .modal-dialog {
	background: #333333;
	position: relative;
	margin: 0 auto;
	max-width: 1101px;
	top: 5%;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
}

.modal a.close-modal {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(close_2x.jpg) no-repeat 0 0 / 40px 40px;
}

section.content.about_us .modal a.close-modal {
	top: 25px;
	right: 25px;
	width: 25px;
	height: 25px;
	background: url(close_bio_2x.png) no-repeat 0 0 / 25px 25px;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(spinner.gif) #111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

@media only screen and (max-width: 847px) {
	.modal .modal-dialog {
		top: 0;
	}
}