﻿body {
	margin-top:15px;
}
a,.transition {
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  top:0;
  width: 250px;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  transition: all 0.4s ease 0s;
  padding-top: 50px;
	padding-bottom: 50px;
	color: #555;
	background-color: #efefef;
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 3px 0px 5px 0px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 3px 0px 5px 0px;
}

.sidebar-nav {
  position: absolute;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  background: rgba(199, 199, 199, 0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper li .active {
	background:rgba(209, 208, 208, 0.22);
	color:#4AB40F;
}

.content-header {
	display:none;
}

.homepage .content-header {
  display:block;
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 60px;
  display: inline-block;
}

#menu-toggle {
  display: none;
}

.inset {
  padding: 20px;
}

.contact-links span:hover {
	color:#428bca;
}

#about-summary {
	text-align:justify;
}

.panel-success .caret {
	border-top-color:#468847;
}

.modal {
	right:auto;
	bottom:auto;
	left:50%;
	margin-left:-225px;
	width:450px;
	overflow-y:auto;
	height:auto;
	background:white;
}

span.center-dispersed {
	text-align:center;
	display:block;
}
.center-dispersed a {
	margin-right:17px;
}

.footer a {
  color: rgb(209, 209, 209);
  padding: 4px 6px;  
  border-radius: 10px;  
  background-color: rgba(60, 60, 60, 0.56);
  text-shadow:rgba(60, 60, 60, 0.75) 1px 1px 1px;
  margin-top:25px;
}
.footer a:hover {
  text-decoration:none !important;
  color:white;
}

/* small devices (phones) */
@media (max-width:767px) {

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}

#wrapper.active {
  position: relative;
  left: 250px;
}

#wrapper.active #sidebar-wrapper {
  left: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

.content-header {
  display:block;
  height: 65px;
  line-height: 65px;
}

#page-content-wrapper h1 {
  margin-top:-2px;
}

.small-bio {
	font-size: 20px;
	display: inline !important;
}
.small-bio img {
	float:right;
}
.small-bio small {
	font-size:10px;
}

#page-content-wrapper.homepage {
	margin-top:auto;
	background-image:none;
}
.homepage .page-content.inset {
	margin-top:auto;
}
.homepage .welcome .btn-lg {
	margin-bottom:10px;
}
div.welcome {
	background-color:rgba(238, 238, 238, 1);
}

.modal {
	left:0;
	margin-left:0;
	width:100%;
	height:100%;
}


}