html, body {
  background: #8c8b8b00;
  /* color: #333; */
  font-size: 14px;
  line-height: 2;
  /* background-image: url(arka-plan.png); */
}

.container {
  max-width: 980px;
}

/* layout */
.reset {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

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

.bookv-title {
  display: block;
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 3rem;
  margin: 2rem auto;
  padding: 0;
}

/* book */
.bookv-bg {
  position: relative;
  background: #6D4C41;
  padding: 25px;
  margin: 17px auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.bookv-bg:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  top: 0;
  left: 50%;
  margin-left: -20px;
}
.bookv-bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: #eee;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.bookv-body {
  background: #fff;
  display: block;
  position: relative;
  padding: 3px;
  z-index: 10;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.bookv-body:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 10%;
  top: 0;
  bottom: 0;
  left: 50%;
  opacity: 0.5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF000000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.bookv-prev, .bookv-next {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  z-index: 50;
  background: none;
}
.bookv-prev span, .bookv-next span {
  position: absolute;
  width: auto;
  padding: 0.3rem 1rem;
  display: inline-block;
  background: #FF5722;
  font-size: 1rem;
  color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: background 0.2s;
}
.bookv-prev.slick-disabled, .bookv-next.slick-disabled {
  cursor: not-allowed;
}
.bookv-prev.slick-disabled:hover span, .bookv-next.slick-disabled:hover span {
  background: #FF5722;
}
.bookv-prev:hover span, .bookv-next:hover span {
  padding-bottom: 0.5rem;
  background: #D84315;
}

.bookv-prev {
  left: 0;
}
.bookv-prev span {
  left: 10px;
}
.bookv-prev span:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  border: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bookv-next {
  right: 0;
}
.bookv-next span {
  right: 10px;
}
.bookv-next span:after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  margin-left: 3px;
  width: 10px;
  height: 10px;
  border: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bookv-pages {
  display: block;
  position: relative;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.bookv-pages.is-prev .page:after {
  -webkit-animation: flipPrev 0.5s both cubic-bezier(0.01, 0.54, 1, 0.8);
  animation: flipPrev 0.5s both cubic-bezier(0.01, 0.54, 1, 0.8);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.bookv-pages.is-next .page:after {
  -webkit-animation: flipNext 0.5s both cubic-bezier(0.01, 0.54, 1, 0.8);
  animation: flipNext 0.5s both cubic-bezier(0.01, 0.54, 1, 0.8);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.bookv-pages .page {
  width: 50%;
  position: relative;
  padding: 1px;
}
.bookv-pages .page:before {
  content: attr(id);
  position: absolute;
  display: inline-block;
  top: 96%;
  left: 50%;
  font-size: 1.5em;
  color: #ccc;
  z-index: 15;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.bookv-pages .page:after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  perspective: 500;
  -webkit-perspective: 500;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}

input, select {
  box-shadow: none !important;
  border: none;
  border-radius: 0;
}

.bookv-select {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  max-width: 200px;
  margin: 0 auto;
}
.bookv-select select {
  position: relative;
  display: block;
  box-shadow: none !important;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: 1px solid #666;
  background: #333;
  color: #fff;
  outline: 0;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  text-align: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: border 0.2s;
}
.bookv-select select::-ms-expand {
  display: none;
}
.bookv-select select:focus {
  background: #454545;
}
.bookv-select select:focus + span {
  background: #454545;
}
.bookv-select span {
  pointer-events: none;
  background: #333;
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 1rem;
  display: inline-block;
}
.bookv-select span i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.bookv-select:hover span i {
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 639px) {
  .bookv-bg:before, .bookv-body:before {
    display: none;
  }

  .bookv-pages .page:after {
    display: none;
  }

  .bookv-prev span, .bookv-next span {
    font-size: 0;
    padding: 0.8rem 1rem;
    color: transparen;
  }
  .bookv-prev span:before, .bookv-prev span:after, .bookv-next span:before, .bookv-next span:after {
    margin: 0;
  }
  .input {
	display:none;
}
  
  
}
@-webkit-keyframes flipPrev {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
  }
  20%, 80% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: rotateY(-50deg);
    transform: rotateY(-50deg);
    opacity: 0;
  }
}
@keyframes flipPrev {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
  }
  20%, 80% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: rotateY(-50deg);
    transform: rotateY(-50deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipNext {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
  }
  20%, 80% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipNext {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
  }
  20%, 80% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
}

.input {
	position: relative;
	z-index: 2;
	float: right;
	width: 100%;
	margin-bottom: 0;
	padding-left: 120px;
}



.input-sayfa {
  font-size: 19px;
  font-weight: 100;
  /* line-height: 1; */
  /* color: #555; */
  /* text-align: center; */
  /* background-color: #eee; */
  /* border: 1px solid #ccc; */
  /* border-radius: 24px; */
}


.form-controlu {
    height: 36px;
    padding: 6px 6px;
    width: 99px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn {
    display: inline-block;
    padding: 6px 4px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}