/* MODAL: =modal
-----------------------------------------------------------------------------------------*/
.jqmOverlay { background-color: #000; z-index: 10000}
.modal {
	background: url(../images/modalbkgsoon.png) 0 bottom no-repeat;  z-index: 10001; 
	display: none;
	left: 50%;
	margin-top: 140px;
	margin-left: -253px;
	padding-bottom: 14px;
	position: fixed;
	width: 500px;
	z-index: 200;
	height: 290px; 
	padding: 15px; 
	color: #fff; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
}

a {border: 0px; outline: none}
img {border: 0px; }
.modal a.close {
	position: absolute;
	right: 20px;
	top: 28px;
}

.hide {display: none; }

.modal p.first {	margin-top: 130px; }
.modal p {
	font-size: .95em;
	line-height: 1.2em;
	margin-bottom: 17px;
	width: 450px;
}
.modal h2 {
	color: #353431;
	font-size: 1.6em;
	margin-bottom: 9px;
	padding: 7px 0 4px 35px;
}
.modal h1.title {margin-top: 60px; font-size: 24px; font-weight:bold; text-transform: uppercase; margin-bottom: 30px; color: #000;   } 

.vid {z-index: 100; }
