@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(../img/bckgrnd.png);
}
.navbar-brand {
	height:inherit;
	/*background-image:url(../img/logo-1.png);*/
	/*adjust height*/
	}
.navbar {
border-radius:0;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #1587A0;
}
.navbar, .navbar-default {
	background-color:#1587A0;
}
.spacer {
	padding-top:10px;
}
.contentBorder {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-style:solid;
	border-color:#1587A0;
	border-width:5px;
	background-color:#fff;
	margin-top:20px;
}
.contentrow {
	background-color:fff;
}
.map {
	padding:0 220px 50px 220px;
}
.glyphicon {
	top:10px;
	font-size:18px;
	color:#fff;
}
.navText {
	display:none;
}
.introText {
	font-size:2em;
	margin:10px 0 10px 0;
}
.panel-body {
	border:1px solid #000;
	margin:0 10px 0 10px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  margin:10px 0 10px 0;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 10px;
  font-size: 20px;
  line-height: 1.25;
  border-radius: 35px;
}
.btn-success {
    color: #fff;
    background-color: #1587A0;
    border-color: #1587A0; 
} 
.btn-success:hover {
  color: #fff;
  background-color: #C6C6C6;
  border-color: #1587A0;
}
.btn-success:focus {
    color: #fff;
    background-color: #1587A0;
    border-color: #1587A0; 
} 
.btn-success:active:hover {
  color: #fff;
  background-color: #1587A0;
  border-color: #1587A0;
}
.modal-header {
	background-color:#1587A0;
	color:#fff;
}
.close {color:#fff;}

/*scrolling table*/
.table-fixed thead {
  width: 97%;
}
.table-hover > tbody > tr:hover {
	 background-color: #F3F909;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
.video-container {
	background-color:#ffffff;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px; 
	} 

@media (max-width: 1024px){
	h1 { 
		font-size:2.0em;
		margin-left:0;
		}
	.navText {display:inline;}
	.navIcon {display:none;}
	#hidden {display:none;}
		.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 15px; 
    height: 0; 
    overflow: hidden;
		}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		 position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		}
	#content {
		margin-left:30px;
	}
	.map {
		padding:0 100px 20px 100px;
	}

}
@media (max-width: 768px){
	h1 { 
		font-size:2.0em;
		margin-left:0;
		}
	.navText {display:inline;}
	.navIcon {display:none;}
	#hidden {display:none;}
		.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 15px; 
    height: 0; 
    overflow: hidden;
		}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		 position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		}
	#content {
		margin-left:30px;
	}
	.map {
		padding:0 50px 50px 50px;
	}


}
