/* Add here all your css styles (customizations) */
#socialbuts {
    right: 0;
    margin-top: -65px;
    padding: 10px 5px 10px 10px;
    position: fixed;
    top: 100%;
    z-index: 99;
    transition: top 2s;
}
#socialbuts a:hover {
    opacity: 0.8;
}
#socialbuts .sharer {
    display: inline-block;
    height: 40px;
    margin: 0 6px 6px 0;
    outline: medium none;
    padding: 0;
    vertical-align: bottom;
    width: 40px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%!important;
    background: #FFF;
    margin-top: -20px;
    border: 2px solid #ff8a00;
}

#socialbuts .sharer:hover {
    color: #f89b1d;
    border: 2px solid #f89b1d;
}
#socialbuts .twitter {
    background: url("../../img/social_icons.png") no-repeat scroll -32px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 32px;
    margin: 0 6px 6px 0;
    outline: medium none;
    padding: 0;
    vertical-align: bottom;
    width: 32px;
}
#socialbuts .facebook {
    background: url("../../img/social_icons.png") no-repeat scroll -64px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 32px;
    margin: 0 6px 6px 0;
    outline: medium none;
    padding: 0;
    vertical-align: bottom;
    width: 32px;
}
#socialbuts .vkontakte {
    background: url("../../img/social_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 32px;
    margin: 0 6px 6px 0;
    outline: medium none;
    padding: 0;
    vertical-align: bottom;
    width: 32px;
}
.detail-text {
  margin: 0 -15px;
}
.detail-text p, 
.detail-text h3 {
  padding: 0 15px 20px 15px;
  margin: 0;
}
.detail-text img {
  max-width: 100%;
  margin-bottom: 20px;
}

.bg-gray-lighter {
  background-color: #f9f9f9;
}
.highlight {
  font-weight: 600;
}

.navbar-fixed-top 
{
  position: absolute;
}
.comments-count.top a {
  display: none;
}

.comments {
  font-size: 14px;
}

a.sharer{
  color: #ff8a00;
}

ul, ol {
  margin-bottom: 20px;
}

.reply_text img{
  max-width: 100%;
  width: auto!important;
  height: auto!important;
}

body > iframe {
  float: left;
  border: none;
}

.pagination>li>a, 
.pagination>li>span {
    border: none;
}
.timeline-navigation a{
  display: block;
  position: relative;
}
.timeline-navigation .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 10px 10px 10px;
    color: #fff;
    font-size: 13px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 19%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 19%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 19%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}