body{
	background-color: #000;
	height: 100%;
}

.title{
	color:#fff;
}

.video{
	cursor: pointer;
}

img[usemap], map, area{
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
	outline: 0;
	z-index: 1;
}

.img-container{
	position: relative;
    display: block;
}

#top{
	background-image: url('../images/marston_top_final.jpg');
    width: 100%;
    margin-top: 2.4%;
}

#bot{
	background-image: url('../images/marston_bot_final.jpg');
    width: 100%;
    margin-top: 32%;
}

#top, #bot{
	right: 1px;
	opacity: 0;
	position: absolute;
    background-repeat: no-repeat;
    background-position: center;
   	background-size: 100%;
	cursor: pointer;
}

.givemeheighttop{
	display: block;
	height: 0;
	padding-top:26.83%;
}

.givemeheightbot{
	display: block;
	height: 0;
	padding-top:12.80%;
}

.legal{
	color:#fff;
}

.legal a{
	color:#e36c0a;
}

.legal_lines{
	margin-top: 30px;
	margin-bottom: 15px;
	width: 250px;
}

.legal_lines a{
	font-family: monospace;
	color: #696969;
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#top{
		background-size: initial;
		margin-top:0.8%;
	}

	#bot{
		background-size: initial;
		margin-top: 27.7%;
	}

	.modal-dialog{
		width: 900px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#top{
		top: -28px;
	}

	#bot{
		margin-top: 22%;
	}
}

.ie8 #top{
	right: 0px;
    background-position: center top;
    top:-34px;
}

.ie8 #bot{
	right: 0px;
    background-position: center top;
    top:-145px;
}

/* Modal */

.modal-content{
	background-color: #000;
}

.close{
	color: #fff;
	text-shadow: 0 1px 0 #000;
	margin-left: 5px;
}


