.social-a {
	display: inline-block !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.pubhr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #C2D9EA; /* Modern Browsers */
}


.jobshr {
    border-top: 1px dashed #C2D9EA;
    height: 0px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #C2D9EA; /* Modern Browsers */
}

.social-li {
	padding-left: 10px;
	padding-right: 10px;
}

.docs-title {
	padding-top: 5rem;
	padding-bottom: 2rem;
	margin: 17px 0 0px 15px;
	text-align: left;
	color: red;
}

.docs-title-border {
	/* border-image-slice: 155 65 155 65 fill; */
	/* border-image-width: 60px 30px 60px 30px; */
	/* border-image-outset: 60px 60px 60px 60px; */
	/* border-image-repeat: stretch; */
	/* border-image-source: url("../img/vintage-border.png"); */
}

.paper-title {
    font-weight: bold;
    font-size: 1.2em;
}

.paper-abstract {
	padding-top: 1rem;
	padding-bottom: 0rem;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.paper-image{
    max-width:90%;
    max-height:120px;
    vertical-align:middle;
}

.vertical-align {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.vertical-align > [class^="col-md-2"] {
  justify-content: center;
}


.paper-image-div{
  display: flex;
  align-items: center;
  justify-content: center;
}


.paperlinkmore{
    font-weight: bold;
}


.footer{
    background: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
}

h3 {
	margin-top: 20px;
}




.navbar-nav > li > a {
	text-transform: uppercase;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background-color: #fff;
}

.footer > div > p {
  color: #a7a7a7;
  margin-top: 5px;
}

.tranquil-body a {
    color: #4C7799;
}
    color: #C39F67;

.inverse:hover,
.inverse:focus {
    color: #4C7799; !important;
}

.tranquil-body a:hover,
.tranquil-body a:focus,
a.inverse,
a.inverse-noactive {
  color: #E50013;
  text-decoration: none;
}

a.noactive:hover,
a.noactive:focus {
	color: #4C7799;
}

.white {
	color: #fff !important;
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .fa-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .fa-chevron-right {
	right: 50%;
	margin-right: -10px;
}

@media (min-width: 768px) {
	.carousel-control .fa-chevron-left,
	.carousel-control .fa-chevron-right {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	#sticky-sidebar {
	    margin-top: 0px; /* Position the navbar at the top of the page */
	    background-color:#FFF;
	    margin:0;
	    padding:0;
	    z-index:1;
	}

	.sidebar-top {
   	    position: absolute;
	    top:0%;
	     z-index:1;

	}
	.sidebar-fixed {
	    position: fixed;
	    top:50px;
	     z-index:1;
	}
}

.myh3{
    font-size:1.8em;
    font-family: Georgia;
    margin-bottom:10px;
}

@media (max-width: 768px) {
	.sidebar {
    max-width: 300px;
    position: relative;
	z-index:1;
}

}


.yearbar {

}

.sidebar-row {
        width:40px;
    text-align:left;
    align-items:left;
    list-style: none;
    padding:0;
    margin-top:0px;
}

.sidebar-pubs {
    text-align:left;
    align-items:left;
    list-style: none;
	  margin-top: 20px; /* Position the navbar at the top of the page */
	  background-color:#FFF;
	  padding:0;

	}

.side-title {
    text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.about-radius {
	border-radius: 0%;
	max-width: 70%;
}


.sidebar {
    max-width: 300px;
}

.sidebar > div > div > p {
	margin: 10px 0;
}

#sticky-sidebar {
}

.side-block {
	margin-bottom: 30px;
}

.post-category {
	text-transform: uppercase;
	color: #C39F67;
}

.post-category-large {
	font-size: 18px;
}

.post-date {
	font-size: 12px;
	font-style: italic;
}

.post-title {
	margin-top: 10px;
	margin-bottom: 15px;
}

.post-block {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 50px;
}

.page-block {
	padding: 20px;
	margin-bottom: 50px;
}

.post-list {
	padding: 0;
	list-style: none;
}

.post-content {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 20px;
}

.post-more {
	text-align: left;
}

.post-bg {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-more {
	background: #C39F67;
	color: #fff;
	border-color: #ddd;
	padding: 5px 22px 6px;
	margin: 5px 0 15px 0;
	border-radius: 2px;
	letter-spacing: 2px;
	font-weight: 500;
}

.paginate {
	color: #ddd;
	letter-spacing: 2px;
}

.btn-more:focus,
.btn-more:hover {
	background: #a7a7a7;
	color: #E50013;
	border-color: #ddd;
}

i.tags {
	margin-right: 5px;
}

a.tags {
	color: #C39F67;
	margin-right: 1px;
	text-transform: lowercase;
	border-radius: 2px;
	padding: 3px 5px;
	border: 1px solid #C39F67;
	background: #f5f5f5;
	display: inline-block;
	margin-top: 3px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
}

@media (min-width: 970px) {
    .container{
        max-width: 970px;
    }
}


a.tags-lg {
	margin-right: 5px;
}

.decorline {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.decorline:before,
.decorline:after {
  display: table;
  content: " ";
}

.decorline:after {
	clear: both;
}

.decorline2 {
	height: 20px;
	margin-bottom: 10px;
	-webkit-filter: drop-shadow(0px 0px 10px #000);
	filter: drop-shadow(0px 0px 10px #000);
}

.decorline3 {
	background: url('../img/vintage-border3.png') no-repeat 50% 50%;
	background-size: contain;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.post-content-border {
	border-image-slice: 85 85 85 85 fill;
	border-image-width: 50px 50px 50px 50px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch;
	border-image-source: url("../img/vintage-border4.png");
	padding: 50px;
}

a.comments {
	font-style: italic;
}

.bottom-space {
	margin-bottom: 80px;
}


.news-post-list {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}

.tag-post-list {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 40px;
}

    .paper-description{
	font-size: 1em;
    }

@media (max-width: 768px) {
    .paper-description{
	font-size:10pt;
    }
}

@media (max-width: 539px) {
	.tag-post-list { margin-left: 0; }
}

.tags-expo-list {
	padding-bottom: 5px;
}

.lecture_title{
	  font-size: 1.5em;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
}
.news-title {
	padding-top: -10px;
	padding-bottom: -10px;
}

.year-list{
    z-index:1;
    position: relative;
}

.mynavbar-brand{
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    font-size: 18px;
    color: #777;
}

h1 {
    font-size: 2em;
}
.pub-year:before {
    position: relative;
	 display: block;
	content: " ";
	margin-top: -55px;
        height: 55px;
	visibility: hidden;
	z-index:-1;
}

.job-title:before {
    position: relative;
	 display: block;
	content: " ";
	margin-top: -55px;
        height: 55px;
	visibility: hidden;
	z-index:-1;
}



.news-title:before {
	/* display: block;  */
	/* content: " ";  */
	/* margin-top: -55px;  */
	/* height: 55px; */
	/* visibility: hidden; */
}


.tag-title:before {
	/* display: block;  */
	/* content: " ";  */
	/* margin-top: -55px;  */
	/* height: 55px; */
	/* visibility: hidden; */
}

.nav-tabs-tranquil > li > a {
	display: none;
}

.nav-tabs-tranquil > li.active > a {
	display: block;
}

.nav-tabs-tranquil > li.active > a,
.nav-tabs-tranquil > li.active > a:hover,
.nav-tabs-tranquil > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.category-title {
	font-size: 28px;
	margin-top: 7px;
	text-transform: uppercase;
	color: #C39F67;
}

.category-subtitle {
	color: #a7a7a7;
	padding-bottom: 3px;
	border-bottom: solid 1px #ddd;
}

.slider-title {
	top: 35%;
	padding-top: 50px;
	bottom: 30%;
	background: rgba(238, 238, 238, 0.5);
	text-shadow: 0px 0px 10px #000;
}

.slider-image {
	height: 600px;
}

.archive-sidebar {
	margin-top: 20px;
	list-style: none;
}

.archive-content {
	border-left: solid 1px #ddd;
	padding-left: 30px;
}

#back_top {
	display: inline-block;
	visibility: hidden;
	height: 35px;
	width: 35px;
	font-size: 30px;
	position: fixed;
	bottom: 60px;
	right: 20px;
	opacity: 0.6;
	color: #a7a7a7;
}

#back_top:hover,
#back_top:focus {
	color: #E50013;
}

@media (max-width: 539px) {
	.slider-image { height:220px; }
	.slider-title { top: 25px; padding-top: 20px; bottom: 50px; }
	.decorline2 { display: none; }
	h1 { font-size: 26px; }
	h2 { font-size: 20px; }
	.archive-content { border-left:0; }
	#back_top { display: none !important; }
}

@media (min-width: 540px) and (max-width: 991px) {
	.slider-image { height:310px; }
	.slider-title { top: 15%; padding-top: 25px; bottom: 20%; }
	.archive-content { border-left:0; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.slider-image { height:440px; }
	.slider-title { top: 30%; padding-top: 30px; bottom: 25%; }
}

.post-date-large {
	font-size: 16px;
	font-style: italic;
}

.widget-list {
	list-style: none;
}

.post-content > p, ol, ul, blockquote, dl {
	font-size: 15px;
}

.post-content > h1 {
	font-size: 24px;
}

.post-content > h2 {
	font-size: 22px;
}

.post-content > h3 {
	font-size: 20px;
}

.post-content > h4 {
	font-size: 19px;
}

.post-content > h5 {
	font-size: 18px;
}

.post-content > h6 {
	font-size: 17px;
}

.post-content table {
	margin: 10px auto;
}

.post-content th {
	color: #fff;
	padding: 5px;
	background: #C39F67;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #e5b4a3;
}

.post-content td {
	padding: 5px 20px;
	background-color: #f5f5f5;
	border: 1px solid #C39F67;
}

pre code {
    white-space: pre;
}
