﻿#features li:hover {
	transform: scale(1.07);
	transition: all 1s ease-in-out;
	z-index: 1000;
}

.line_double::before, .line_double::after{
	background-color: #F68338 !important;
}

/*novel books slide show*/

.slideshow-container {
 
  position: relative;
  margin: auto;
}

.mySlides {display: none;}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display:none;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade_slideer {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade_slideer {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade_slideer {
  from {opacity: .4} 
  to {opacity: 1}
}
/* End novel books slide show*/