html, body {
	margin: 0;
	padding: 0;
}

#logo {
	background-image: url('/img/newMarketLogo.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 98%;
	height: 277px;
	position:absolute;
	top: 70px;
	left: 50%;
	margin-left:-49%;
}

#fade {
	background-image: url('/img/fadeBottom.png');
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 286px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	background-repeat: repeat-x;
}

#fadeOverlay {
	font-family: Catamaran;
	font-size:24px;
	color:#fff;
	text-shadow: 0px 2px 50px #000000;
	bottom:80px;
	left:50%;
	width:50%;
	height:30px;
	margin-left:-25%;
	position:absolute;
	text-align:center;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1.0;
	background-color: blue;
}
.video-background video {
	min-height: 100%; 
	min-width:100%; 
}

.container-fluid {
	padding: 0;
}

.whitebox {
	position: relative;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	width: 600px;
	max-width: 100%;
	text-align: left;
	font-family: Catamaran;
	font-size:18px;
	line-height:1.5em;
	font-weight: 200;
	color:#2F4F7F;
	padding:10%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 50px 0 50px 0;
}

.whitebox h1 {
	font-size: 48px;
	font-weight: 200;
	margin-bottom:10px;
}

.whitebox h2 {
	font-size: 36px;
	font-weight: 200;
}

.whitebox h3 {
	font-size: 24px;
	font-weight: 200;
	color: #aaa;
}

.buttonbox {
	position: relative;
	display: inline-block;
	border: 1px solid #007F7F;
	padding: 7px 20px 5px 20px;
	color: #007F7F;
	margin: 0 20px 20px 0;
	cursor: pointer;
}

.buttonbox:hover {
	background-color: #007F7F;
	color: #fff;
}

.tabboxL {
	margin: 0 0 20px 0 !important;
	padding: 7px 40px 5px 40px;
}

.tabboxL:hover {
	background-color: #cbe6e6 !important;
	color: #007F7F !important;
}

.tabboxR {
	margin: 0 0 20px 0 !important;
	padding: 7px 40px 5px 40px;
}

.tabboxR:hover {
	background-color: #cbe6e6 !important;
	color: #007F7F !important;
}

.tabSelect {
	background-color: #007F7F !important;
	color: #fff !important;
}

.tabSelect:hover {
	background-color: #007F7F !important;
	color: #fff !important;
}

.streetbox {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:150%;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	-webkit-transition-duration: 0.7s;
	-webkit-transition-property: opacity;
}

.gray {
	background-color: #f8f8f8;
}

.white {
	background-color: #fff;
}

.topbg {
	background-image: url('/img/marketstreet.jpg');
	background-position: center center;
	background-size: cover;
	min-height: 100%;
}

.midbg {
	background-image: url('/img/marketnight.jpg');
	background-position: center center;
	background-size: cover;
	min-height: 400px;
	height: 70%;
	text-align: center;
	position: relative;
}

.midbg .bottom {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.midbg h1 {
	font-family: Catamaran;
	font-size:36px;
	color: #fff;
}

.midbg h2 {
	font-family: Catamaran;
	font-size:24px;
	color: #efb0ba;
}

.text {
	position:relative;
	display:inline-block;
	text-align: center;
	font-family: Catamaran;
	font-size:24px;
	line-height:1.35em;
	font-weight: 200;
	color:#2F4F7F;
	width:800px;
	max-width: 100%;
	padding:100px 20px 100px 20px;
}

.text h1 {
	font-size: 48px;
	font-weight: 200;
}

.text h2 {
	font-size: 36px;
	font-weight: 200;
}

.text p {
	margin-top: 30px;
}

.bullet {
	text-align: center;
	font-family: Catamaran;
	font-size:18px;
	padding: 40px 0 40px 0;
	color:#007F7F;
}

@media only screen and (max-device-width: 480px) {
	.whitebox {
		box-shadow: none !important;
	}
}