
body {

}

#top-bar {
	height: 10px;
	margin-bottom: 20px;
}

.logo {
	height: 120px;
	margin: 20px 0 40px;
}

.logo.script {
	background: transparent url("../images/esa.jpg") no-repeat center center;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
	padding-right: 15px;
	padding-left: 15px;
}

/* Custom page header */
.header {
	border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	padding-bottom: 19px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}

/* Custom page footer */
.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;	
}

/* Customize container */
@media (min-width: 768px) {
	.container {
		max-width: 850px;		
	}
}
.container-narrow > hr {
	margin: 30px 0;
}

.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	background-color: transparent;
	
	margin-bottom: 0 !important;
	padding-top: 0px !important; 
	padding-bottom: 0px !important; 
}

.jumbotron .lead {
	font-size: 16px;
}

.jumbotron-2 {
	text-align: center;
	background-color: transparent;
	
	margin-bottom: 0 !important;
	padding-top: 0px !important; 
	padding-bottom: 0px !important; 
}

.lightbox {
	b
}

.lightbox-pic {
	padding-left: 1px !important;
	padding-right: 1px !important;
}

.lightbox-pic-2 {
    padding-bottom: 5% !important;	
	margin-right: 6% !important;
	margin-left: 9% !important;
}

.details {
	/*margin: 40px 0;*/
}
.details h4 {
	margin-top: 28px;
}

.desc-column {
	width: 200px;
}

address {
	margin-top: 20px;
}

#map-canvas {
	height: 200px;
	border: 1px solid #046380;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.palette {
	margin: 10px 0 30px;
}

.palette div {
	height: 100px;
	border: 1px solid #fff;
}

.color-1 {
	color: #E6E2AF !important;
}

.color-2 {
	color: #A7A37E !important;
}

.color-3 {
	color: #00d9c8 !important;
}

.color-4 {
	color: #777576 !important;
}

.color-5 {
	color: #002F2F !important;
}


.color-1-bg {
	background-color: #E6E2AF;
}

 .color-2-bg {
	background-color: #A7A37E;
}

.color-3-bg {
	background-color: #FFFFFF;
}

.color-4-bg {
	/*background-color: #046380;*/
	background-color: #00d9c8;
}

 .color-5-bg {	
	background-color: #777576;
}

.window .panel-body {
	text-align: center;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.header,
	.details,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}
	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
	
	.details > div {
		margin-bottom: 20px;
	}
	
	#map-canvas {
		height: 200px;
	}
}

/* overrided bootstrap */
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #a3fbfa;
}
