html, body, #container {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #E0E0E0;
	background-image: url(img/noise.png);

	font-family: "Open Sans",sans-serif;

	padding: 0;
	margin: 0;
}

body > #container {
	height: auto;
	min-width: 425px;
	margin: 0;
	padding: 0;
}

hr {
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #F0F0F0;
}

.masthead {
	margin-top: 0;
	height: 110px;
	padding: 30px 0;

	background-color: #313131;
	background-image: url(img/diag-stripe-pattern.png);
	background-repeat: repeat-x;
	background-position: 0 -60px;

	border-bottom: 1px solid #464646;

	-webkit-box-shadow: inset 0 -1px 7px black;
	-moz-box-shadow: inset 0 -1px 7px black;
	box-shadow: inset 0 -1px 7px black;

	color: #F1F1F1;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

.masthead h1 {
	font-size: 64px;
	line-height: 70px;

	margin-top: 0;
}

.masthead h1 span {
	color: #7EBCE6;
}

.desc {
	color: #7C7C7C;
	font-size: 25px;
}

.span4 {
	max-width: 370px;
}

.span4 a {
	text-decoration: none;
}

@media (max-width: 767px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		margin: auto;
	}

	.container {
		width: 370px;
	}
}

.row {
	margin-top: 20px;
}

.carousel {
	margin-bottom: 0;
}

.carousel-control {
	top: 50%;
	left: 0;
	margin-top: -25px;

	width: 22px;
	height: 50px;
	line-height: 35px;

	border: none;
	-webkit-border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;

	color: #888;
	text-shadow: 1px 1px 1px #EBEBEB;
	background-color: #D9D9D9;
	background-image: url(img/noise.png);
	border-right: 1px solid rgba(0, 0, 0, 0.03);

	-moz-box-shadow: 9px 0 10px -6px rgba(0,0,0,0.25);
	-ms-box-shadow: 9px 0 10px -6px rgba(0,0,0,0.25);
	-webkit-box-shadow: 9px 0 10px -6px rgba(0, 0, 0, 0.25);
	box-shadow: 9px 0 10px -6px rgba(0, 0, 0, 0.25);

	opacity: 1;

	-webkit-transition: color .2s ease-out, background .2s ease-out, box-shadow .2s ease-out;
	-moz-transition: color .2s ease-out, background .2s ease-out, box-shadow .2s ease-out;
	-o-transition: color .2s ease-out, background .2s ease-out, box-shadow .2s ease-out;
	transition: color .2s ease-out, background .2s ease-out, box-shadow .2s ease-out;
}

.carousel-control.left {
	padding-right: 8px;
}

.carousel-control.right {
	right: 0;

	padding-left: 8px;

	-webkit-border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	border: none;
	border-left: 1px solid rgba(0, 0, 0, 0.03);

	-moz-box-shadow: -9px 0 10px -6px rgba(0,0,0,0.25);
	-ms-box-shadow: -9px 0 10px -6px rgba(0,0,0,0.25);
	-webkit-box-shadow: -9px 0 10px -6px rgba(0, 0, 0, 0.25);
	box-shadow: -9px 0 10px -6px rgba(0, 0, 0, 0.25);
}

.carousel-control:hover, .carousel-control:focus {
	color: #4B4B4B;
	opacity: 1;
	background-color: #CDCDCD;
	border-color: rgba(0, 0, 0, 0.06);

	-moz-box-shadow: 9px 0 10px -6px rgba(0,0,0,0.5);
	-ms-box-shadow: 9px 0 10px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 9px 0 10px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 9px 0 10px -6px rgba(0, 0, 0, 0.5);
}

.carousel-control.right:hover, .carousel-control.right:focus {
	-moz-box-shadow: -9px 0 10px -6px rgba(0,0,0,0.5);
	-ms-box-shadow: -9px 0 10px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: -9px 0 10px -6px rgba(0, 0, 0, 0.5);
	box-shadow: -9px 0 10px -6px rgba(0, 0, 0, 0.5);
}

.carousel-indicators {
	bottom: -26px;
	top: auto;
	right: 50%;
	margin: 0;
	margin-right: -23px;
}

.mapListing {
	height: 250px;
	margin-bottom: 20px;

	background-color: rgba(248, 249, 251, 0.55);
	border-color: rgba(8, 22, 37, 0.12) rgba(8, 22, 37, 0.14) rgba(8, 22, 37, 0.16);
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;

	-webkit-box-shadow: 0 1px 1px #CCC;
	-moz-box-shadow: 0 1px 1px #CCC;
	box-shadow: 0 1px 1px #CCC;

	overflow: hidden;
	line-height: 20px;

	-webkit-transition: border-color 100ms ease-out 0s, box-shadow 100ms ease-out 0s, background 100ms ease-out 0s;
	-moz-transition: border-color 100ms ease-out 0s, box-shadow 100ms ease-out 0s, background 100ms ease-out 0s;
	-o-transition: border-color 100ms ease-out 0s, box-shadow 100ms ease-out 0s, background 100ms ease-out 0s;
	transition: border-color 100ms ease-out 0s, box-shadow 100ms ease-out 0s, background 100ms ease-out 0s;
}

.span4 a:hover .mapListing, .span4 a:focus .mapListing, .mapListing.active {
	border-color: rgba(8, 22, 37, 0.32) rgba(8, 22, 37, 0.34) rgba(8, 22, 37, 0.36);
	-webkit-box-shadow: 0 1px 1px #A5A5A5;
	-moz-box-shadow: 0 1px 1px #A5A5A5;
	box-shadow: 0 1px 1px #A5A5A5;
}

.mapListing.active {
	background-color: rgba(248, 249, 251, 0.95);
}

.blankMap {
	width: 100%;
	height: 223px;
	position: relative;
	overflow: hidden;

	background: rgba(248, 249, 251, 0.55);
}

.mapListing img {
	height: 223px;
	max-width: none;

	position: absolute;
	left: 50%;
	margin-left: -184px;
}

.caption {
	margin: 0;
	padding: 3px;

	text-align: center;
	color: #5F5F5F;
	font-weight: 600;

	-webkit-transition: color 100ms ease-out 0s;
	-moz-transition: color 100ms ease-out 0s;
	-o-transition: color 100ms ease-out 0s;
	transition: color 100ms ease-out 0s;
}

.mapListing.active .caption {
	color: #4B4B4B;
}

.caption span {
	font-weight: 200;
	font-size: 12px;
}

.directContainer {
	position: relative;
}

.direct {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;

	background-color: rgba(248, 249, 251, 0.55);
	border-color: rgba(8, 22, 37, 0.12) rgba(8, 22, 37, 0.14) rgba(8, 22, 37, 0.16);
	border-image: none;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;

	color: #474747;

	cursor: pointer;

	-webkit-transition: color 100ms ease-out 0s, background 100ms ease-out 0s, opacity 100ms ease-out 0s, border 100ms ease-out 0s, box-shadow 100ms ease-out 0s;
	-moz-transition: color 100ms ease-out 0s, background 100ms ease-out 0s, opacity 100ms ease-out 0s, border 100ms ease-out 0s, box-shadow 100ms ease-out 0s;
	-o-transition: color 100ms ease-out 0s, background 100ms ease-out 0s, opacity 100ms ease-out 0s, border 100ms ease-out 0s, box-shadow 100ms ease-out 0s;
	transition: color 100ms ease-out 0s, background 100ms ease-out 0s, opacity 100ms ease-out 0s, border 100ms ease-out 0s, box-shadow 100ms ease-out 0s;

	opacity: 0;
	z-index: 9999;
}

.direct:hover, .direct:focus {
	color: #0F0F0F;
	background: #FFF;
	background-color: rgba(248, 249, 251, 0.95);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.span4 a:hover .mapListing .direct, .span4 a:focus .mapListing .direct {
	opacity: 1;
}

.direct i {
	margin-left: 4px;
}

.iframeContainer {
	padding: 40px 0;

	background: #313131;

	border-bottom: 1px solid #464646;

	-webkit-box-shadow: inset 0 -1px 7px black;
	-moz-box-shadow: inset 0 -1px 7px black;
	box-shadow: inset 0 -1px 7px black;
}

iframe {
	border: none;
	outline: none;
	-webkit-box-shadow: 0 2px 10px #1D1D1D;
	-moz-box-shadow: 0 2px 10px #1D1D1D;
	box-shadow: 0 2px 10px #1D1D1D;

	width: 100%;
}

iframe {
	height: 700px;
}

@media (min-width: 1200px) {
	iframe {
		height: 700px;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	iframe {
		height: 650px;
	}
}

@media (max-width: 767px) {
	iframe {
		height: 500px;
	}
}

.about {
	text-shadow: 1px 1px 1px white;
	color: #4E5E6F;

	margin-bottom: 50px;
}

.footer {
	clear: both;
	position: relative;
	z-index: 10;

	width: 100%;
	margin-top: -33px;
	height: 25px;
	padding-top: 7px;

	text-align: center;
	font-size: 12px;
	color: #888;
	text-shadow: 1px 1px 1px #EBEBEB;

	background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) inset, 0 -1px 0 rgba(255, 255, 255, 0.25);
}