.bt-manifest-grid-element .bt-media .bt-title {
	margin-bottom: 2px;
}
.bt-blog-grid-element.default .bt-item .bt-media .bt-info {
	height: auto;
    overflow: hidden;
    -moz-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
	opacity: 0;
	padding: 5px 5px;
}
.bt-blog-grid-element.default .bt-item .bt-media:hover .bt-info {
	bottom: 0;
    top: auto;
    opacity: 1;
}
.bt-manifest-grid-element .bt-media .bt-meta.bt-contact {
	margin: 0;
}
.bt-manifest-grid-element .bt-media .bt-meta {
	padding-bottom: 15px;
	font-size: 13px;
}
.bt-manifest-grid-element .bt-media .mainfest-img {
	min-height: 240px;
}

.bt-main-content {
	padding-top: 30px;
}
.single-manifest .liver-text-box {
	font-size:25px;
	line-height:40px;
	padding: 0;
	border: 0;
    font-weight: 700;
    margin-bottom: 35px;
	max-width:550px;
}
.single-manifest .bt-title {
	position: absolute;
    right: -30%;
    transform: rotate(-90deg);
    top: 45%;
    display: flex;
    width: 60%;
}
.single-manifest .bt-media img {
	width:100%;
	height:auto;
}
.single-manifest .bt-post-item {
	max-width: 900px;
    margin: auto;
    padding-top: 100px;
    position: relative;
}
.single-manifest .bt-content .liver-meta {
	margin-top:20px;
	line-height:50px;
}
.single-manifest .bt-content .liver-meta > div {
	font-weight: 600;
	line-height: 30px;
}
.single-manifest .bt-content .liver-meta > div .bold-meta {
	font-size: 15px;
    margin-left: 11px;
    font-weight: 100;
}
.single-manifest .bt-content .liver-meta .bold-meta { 
	font-size:27px; 
}
.single-manifest .border-line {
	background: gray;
    display: block;
    height: 6px;
    width: 30%;
    margin-left: 16px;
    margin-top: 13px;
}
.single-manifest .livres-back {
	background: #efefef;
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 22px;
}
.single-manifest .livres-back .fa {
  margin-right:10px;
  vertical-align:middle;
}
.single-manifest .bt-title-related {
  display:flex;
  clear:both;
  margin-bottom:40px;
}
.single-manifest .bt-related {
  max-width:900px;
  margin:auto;
  margin-top:80px;
}
.single-manifest .bt-item { position:relative; }
.single-manifest .bt-item .bt-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0.5;
  visibility:hidden;
}
.single-manifest .bt-item:hover .bt-overlay { visibility:visible; }

