html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-size:150%;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #512d6d;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none;
	border-bottom: solid 2px #3071a9;
	color:#3071a9
}
.sine-logo {
	height: 90px;
    position: absolute;
    top: -21px;
}
.splash {
	margin: 0px 0px 40px 0px;
	color: #efb52e;
    font-weight: 500;
}
@media (min-width: 992px) {
	.splash-container {
	border: none;
    padding: 30px 14px;
    border-radius: 5px;
    }
}
.carousel-inner .item img{
	width:100%;
	height:300px;
}

.carousel-text {
    display: none;
    font-size: 20px;
    font-weight: 200;
}

.carousel-caption {
left: 0;
right: 0;
bottom: 0;
padding: 20px 40px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #208f7c));
}

.carousel-caption h3 {
 	color: white;
}

.carousel:hover .carousel-caption {
	background: #208f7c;
	opacity: 0.9;
	height: 100%;
}
.carousel-control.right,.carousel-control.left {
	background:none;
}

.carousel:hover .carousel-caption .carousel-text {
	 -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
	display: block;
}

.carousel-indicators {
	margin-right: 0;
	left: auto;
	right: 5px;
    bottom: -38px;
	width: auto;
}
.page-header {
	margin-top:90px;
	border-bottom: none;
}
.text-info {
	font-weight: 100;
	color:#efb52e;
}
.carousel-indicators li{
	border: solid 1px #208f7c;
	width: 15px;
	height: 15px;
	margin: 2px;
}
.carousel-indicators li.active {
	background: #208f7c;
	width: 15px;
	height: 15px;
	margin: 2px;
}
.section-title {
	margin: 40px 0px 20px;
}
.no-padding-helper {
	padding: 0px;
}
.pub-list li {
	margin: 15px 0px;
}
.more-text {
	font-size:115%;
}
li p span.label {
	margin-right: 5px;
	width: 75px;
	display: inline-block;
}
footer {
	height: 100px;
    border-top: solid 1px #eee;
}	
a {
  color: #3071a9;
  text-decoration: none;
}
a:hover {
  color: #efb52e;
  outline: 0;
  text-decoration: none;
}
.award {
	font-variant: small-caps;
	color: #CC0829;
}










p {
    margin: 0 0 1em;
    text-align: justify;
}

.label-msb {
    background-color: #f0ad4e;
}

/* bootstrap properties */

#msbnav {
  background-color: #eee;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border-color: #eee;
}

#msbnav .navbar-brand {
    color: #ffffff;
    font-size: 2em;
    font-family:"Oswald",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

#msbnav .navbar-brand a {
    color: #f0ad4e;
}

#msbnav .navbar-brand a:hover {
    color: #b292b9;
    text-decoration: none;
}

.navbar-brand,.navbar-nav li a {
    line-height: 3em;
    height: 1em;
    padding-top: 0;
}

.sidenav {
  margin-top: 20px;
}

/* Adapted from the Bootstrap docs for sidebar navigation + scrollspy */
.sidenav .nav > li > a {
  display: block;
  padding: 5px 20px;
}
.sidenav .nav > li > a:hover,
.sidenav .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #990615;
}
.sidenav .nav > .active > a,
.sidenav .nav > .active:hover > a,
.sidenav .nav > .active:focus > a {
  font-weight: bold;
  background-color: transparent;
  border-right: 1px solid #990615;
}

/* Nav: second level */
.sidenav .nav .nav {
    margin-bottom: 8px;
}

.sidenav .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

@media(max-width:1000px){
  .sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  background-color: #f0ad4e;
}



.text-success {
    font-variant:small-caps;
}

.label {
    font-weight: normal;
}

.paperimage {
    /*border: 1px solid #787878;*/
    width: 100%;
    overflow: hidden;
}

.papers .old {
    display: none;
}

.papers .paper-row {
    margin-bottom: 2em;
    vertical-align: top;
    padding-left: 0px;
}

.vital-info {
    margin-top: 1em;
}

.vital-info h5 {
    margin-bottom: 0;
}

.olddate, .olddate a {
    color: #AAAAAA;
}

.faq {
    text-align: justify;
}

.bio {
    margin-top: 15px;
}

.btn-link {
    padding: 2em 0px 2em 0px;
    color: #f0ad4e;
}

.past-course {
    display: none;
}

.award {
 /* more in label-msb */
 margin-right: 10px;
}
