#commentflash
{	margin-left:100px;}

#commentupdate
{list-style:none;font-size:1.2em;margin-left:0px;}
#commentupdate li{padding:.7em 0 .6em 0;}
#commentupdate li:first-child{}	
  
@media (min-width:992px){.bs-docs-header h1,.bs-docs-header p{margin-right:380px}}

/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
 
.bs-docs-header h1{font-size:40px;line-height:1}}
 
.pagination {
  margin: 10px 0;
}
 
.sideban{
   position: fixed;
    top: 70px;
}

.sideban_pos{
    position: absolute!important;
    right: -175px!important;
    top: 0px;
}
  
.pagethumbnav .pagethumbscroll{
	padding:10px 0;
	margin:0;
	width:100%;
}
.pagethumbnav{
	width:100%;
	margin:5px 0;
	left:auto;
	height:140px;
	min-height:140px;
	display:block;
	overflow:hidden;
	position:relative;
	padding:0 33px;
	border-top: 1px solid #d0d0d0;
    background: 0 0 rgba(0,0,0,.06);	
}

.pagethumb{
	overflow: hidden; 
	display: block;
 	float:left;
	position:relative;
 

}
 
.pagethumb a{border:3px solid #f2f2f2;float:left;}

.pagethumb a:hover{border:3px solid #1aacf9;}

.pagethumb img{float:left;width:65px;height:110px;border:1px solid #9ec7c8;}

.pagethumb a:hover img{border:1px solid #d75303;}

.pagethumb span img {position:absolute;right:1px;bottom:1px;width:22px;height:14px;}

.pagethumb b {
    background: 0 0 #1aacf9;
    border-radius: 2px;
    color: #fff;
    font: 700 11px/13px Arial,sans serif;
    height: 18px;
    padding: 3px 0;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 24px;
}

.pagethumb .active  {
    border:3px solid #f37e03!important;
}
 

.coverthumb{
	overflow: hidden; 
	display: block;
 	float:left;
	position:relative;
 

}
 
.coverthumb a{border:3px solid #f2f2f2;float:left;}

.coverthumb a:hover{border:3px solid #1aacf9;}

.coverthumb img{float:left;width:150px;height:210px;border:1px solid #9ec7c8;}

.coverthumb a:hover img{border:1px solid #d75303;}

.coverthumb span img {position:absolute;right:1px;bottom:1px;width:22px;height:14px;}

.coverthumb b {
    background: 0 0 #1aacf9;
    border-radius: 2px;
    color: #fff;
    font: 700 14px/16px Arial,sans serif;
    height: 18px;
    padding: 3px 0;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 100px;
}

.coverthumb .active  {
    border:3px solid #f37e03!important;
} 
.bs-docs-breadcrumb .breadcrumb{
font-size:16px; 
border-bottom: 2px solid #6f5499; 
}
 

@media (max-width: 1200px) { .sideban { display: none; } }

@media screen and (max-width: 950px) {
.breadcrumb {
    display: none;
  }
 
 }
 
 
@media screen and (max-width: 600px) {
 
  .affix {
    position: fixed !important;
    top: 0;
    animation: affixFadeIn 0.44s ease-in;
    -webkit-animation: affixFadeIn 0.44s;
  }
  @keyframes affixFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes affixFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
 
}
  
@media (max-width:499px){
.pagination{margin-bottom:0}
}


.affix {
  position: fixed;
  top: 1rem;
}

.affix-bottom {
  position: absolute;
}  
.pagethumbnav .prev {
    left: 2px;
}
.pagethumbnav .next {
    right: 2px;
}
.pagethumbnav .next, .pagethumbnav .prev {
    color: #55a6d7;
    cursor: pointer;
    height: 100%;
    text-decoration: none;
    width: 33px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    #border-radius: 50%;
    z-index: 100;
    float: left;
    position: absolute;
    top: 0;
    font-family: FontAwesome;
}

.pagethumbnav .next::before, .pagethumbnav .prev::before {
    font-size: 26px;
    left: 50%;
    position: absolute;
    top: 50%;
}
.pagethumbnav .prev::before {
    content: '\F104';
    margin: -14px 0 0 -5px;
} 
.pagethumbnav .next::before {
    content: '\F105';
    margin: -14px 0 0 -3px;
}
.carousel-control-prev:hover{
	background: #f8f9fa;
  color: #fff;
  text-decoration: none;
}

.carousel-control-next:hover{
	background: #f8f9fa;
  color: #fff;
  text-decoration: none;
}

.pagethumbnav .next:hover, .pagethumbnav .prev:hover {
	background:#d75303;
	  color: #fff;
  text-decoration: none;
}

.hoverlayer:hover{
	background:#f8f9fa;
	color: #fff
} 

 
 