body 
{
/*	font-family:Arial; 
	font-size: 12px;
	margin: 10; */
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	
	background-color: #ECECEC;
/*	max-width: 960px; */
	line-height: normal;
	
	margin-left:auto;
	margin-right:auto;
/*  
	-webkit-box-shadow:0px 5px 10px #1c1c1c;
	-moz-box-shadow:0px 5px 10px #1c1c1c;
	box-shadow:0px 5px 10px #1c1c1c;  
*/	
}

.headerButton {
	padding: 15px;
}

.btn_red.active {
  background-color: skyblue;
}

#runSimBtn {
	font-family: Arial;  
	font-size: 24px;
	color: white;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
	margin-bottom: 20px;
	width: 90%;
}

.paramField {
	width: 100px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin:1px;
}

.resultSubHeading {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	padding: 5px;
	background-color: #f5f5f5;	
}

.resultLabel {
	font-family: Arial;  
	font-size: 16px;
	text-align: right;
	width: 145px;
}

.resultValue {
	font-family: Arial;  
	font-size: 16px;
	font-weight: bold;
/*	width: 300px;*/
}

.resultTable td { 
	padding: 3px 10px 3px 10px; 
	border: 1px solid #BABABA;
/*	width: 0px;*/
}

.resultTable {
	width: 340px;
	margin: 5px auto;
}

/* ----------- Slider ------------------*/
.sliderLabel{
	width:200px;
	font-weight: 300;
	
}


.slider-selection {
	background: #BABABA;
}

/*
#launcherVolumeSlider1 .slider-selection {
	background: #FF8282;
}
*/
.parameterBox {
	width:100px; 
	height:25px; 
	margin: 5px;
}


.col-centered{
    float: none;
    margin: 0 auto;
}
 
.gallery
{
/*    display: inline-block; */
    margin-top: 20px;
}

 
 
.content
{
	background-color: #FFF;
	padding: 10px;
}

.container
{
	-webkit-box-shadow:0px 5px 10px #1c1c1c;
	-moz-box-shadow:0px 5px 10px #1c1c1c;
	box-shadow:0px 5px 10px #1c1c1c;  

	background-color: #FFF;
}

	
.galleryGroup
{
	max-width:800px; 
	margin:0 auto;	
}
	
.galleryGroup4
{
	max-width:1000px; 
	margin:0 auto;	
}

/* formatting of Nav links at the bottom of each page */
.pageToPageNav {
	font-family:Arial; 
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

#navbar {
	max-width:900px; 
	margin:0 auto;	
}
	
#topContainer
{
	padding-left: 0px;
	padding-right: 0px;
}

#bottomContainer
{
	padding-left: 0px;
	padding-right: 0px;
}

ul
{
	list-style-type: square;
}

li
{
	margin-top: 10px;
}

h2 
{
	font-family: Arial;  
	font-style: italic;
	margin: 1px;
	font-size: 16px;
}

h3 
{
	font-family: Arial;  
	font-size: 18px;
}

/*
p
{
	font-family:Arial; 
	font-size: 13px;
}
*/

.heading 
{
	font-family: Arial;  
	font-size: 18px;
	color: white;
	text-align: center;
}

a.heading
{
	text-decoration: none;
}

a.heading:hover { color: #FDD103}

header {
  clear:both;
  background: #808080;
  color: #a7a3a2;
  width: 100%;
 }

.spanIcon {
  display: inline-block;
  width: 20px;
  font-size: 18px;
}

.lastupdate {
	background-color: #C0C0C0;
}

.acheader
{
	background-color: #808080;
	padding: 10px;
	padding-left: 20px;
}

.acheader2
{
	background-color: #808080;
	padding: 5px;
	float: right;
	font-align:right;
	width: 258px;
	height: 100%;	
}

.logo1
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: white;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.logo2
{
	font-family: Arial;  
	font-size: 28px;
	color: black;
	text-align: center;
	font-weight: bold;
}

.image-title {
	font-weight: bold;
	font-size: 20px;
}


a.image-title-link
{
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

a.image-title-link:hover { color: #DD8C00}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}




.index-title {
    padding: 0.3125rem 1.3rem;
    border-left: 10px solid #E64946;
    border-bottom: 0px none;
    background: none repeat scroll 0% 0% #F2F2F2;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	color: #000;
	line-height: 1.3;
	font-weight: 700;    
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

@media screen and (max-width: 600px) {
    .logo1 {
		font-size: 20px;
    }
    .logo2 {
		font-size: 16px;
    }
	.acheader {
		padding: 6px;
		padding-left: 12px;
	}
	
	#title_img {
		display:none;
	}
}



.content-title
{
	background-color: #000;
	padding: 2px;
	font-family: Arial;  
	font-size: 18px;
	color: white;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 10px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#bp_recent {
/* width:320px; */
padding: 5px;
color: #000;
font-size: 14px;
text-align:justify;
}

#bp_recent img {
width: 80px;
height: auto;
/* border: 8px solid rgba(255, 255, 255, 0.5) !important;
-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);
box-shadow:1px 1px 1px rgba(0,0,0,0.2);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; */
}

#bp_recent img:hover {
opacity: 0.5;
-webkit-box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
box-shadow:0px 1px 1px 1px rgba(0,0,0,0.2);
}
#bp_recent a{
margin-bottom: 50px!important;
}