/* CSS Document */
.side-bar{
	margin:0;
	width: 180px;
}


.books{
	width: 100%;
	background-color: white;
}

.btn{
	height: 30px;
	background-color: #cccccc;
	margin: 2px 0;
}

.btn-xl img{
	padding: 18px 0px;
}

.btn-l{
	height: 60px;
	text-align: center;
}

.btn-m{
	height: 45px;
	text-align: center;
	margin: 2px 0;
}

.reimage img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.vt{
	display: flex;
	align-items: center;
	justify-content: center;
}

.vt img{
	display: flex;
}

.btn:hover{
	background-color: #FF3F00;
}


.line{
	border-top: 1px solid #cccccc;
}

.line-xl{
	border-top: 12px solid white;
}

.red{
	background-color: #ff2103;
}

.img-box {
  position: relative;
}
.img-box .active {
    position: absolute;
    left: 0;
    top: -1px;
    opacity: 0;
    transition: 0.3s;
}
.img-box:hover .active {
  opacity: 1;
}
