body {
	font-size: 14px;
}
a, a:hover {
	color:#DB5936;
}
a:focus {
	outline: 0;
}
.anchor {
	display: block; 
	position: relative; 
	top: -90px; 
	visibility: hidden;
}
.navbar {
	margin-bottom: 0;
}
.header {
	text-align:center;
	padding:150px 0 100px 0;
	background: #FAFDFF url('../img/ripple2.jpg') center center no-repeat;
	background-size: 100% 100%;
	height:470px;
}
.header h4, .header h4 a {
	color:#777;
}
.header h3, .header h4 {
	font-weight:300;
}

.bottom_padding {
	padding-bottom: 20px;
}
.section {
	padding: 50px 0;
	border-top:1px solid #eaeaea;
}
.section h1 {
	font-weight: 300;
	color:#3F8BAF;
}
.heading {
	color:#b4d4ed;
}
h3.heading {
	margin-bottom: 30px;
}
.background1 {
	/*background: #FAFDFF;*/
	/*background: #fcfcfc;*/
}
.background2 {
	background: #FAFDFF;
}
.members {
	text-align:center;
}
.members img {
	margin: auto;
}
.members h5 {
	font-weight: 500;
}
div.members {
	min-height:260px;
}
.footer {
	text-align: center;
	border-top: 1px solid #eaeaea;
}
.publications ul {
	list-style-type: none;
	padding:0;
}
.publications li {
	padding-bottom: 20px;
}
/** single pages **/
.page {
	padding-top: 80px;
}
.page p {
	font-size:20px;
	font-weight: 300;
}
.page h3 {
	padding-bottom: 20px;
}
.page hr {
	margin:60px 0;
}
.figure p {
	font-size: 15px;
	text-align: center;
	font-style: italic;
	line-height: normal;
}
.figure img {
	padding-right:15px;
	margin: auto;
}
.list-group-fixed {
	position: fixed;
	top:100px;
}
/*.list-group-item:focus {
	color: #fff !important;
	background-color: #2196F3 !important;
}*/
/* Extra small devices (phones, up to 480px) */
/* No media query there is no affix */
#side-panel { display:none;}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { #side-panel { width: 152px; display:none;} }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { #side-panel { width: 270px; display: inline; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg) { #side-panel { width: 270px; display: inline;} }

/* TO TOP BUTTON */
.back-to-top, a.back-to-top:focus {
    position: fixed;
    bottom: 3em;
    right: 1em;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em 1.25em 1em 1.25em;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}