.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 600px;
  height:500px;
  margin-left: -250px;
  background:#97d8de url(../img/clouds_newer.png) no-repeat 30% 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  overflow:hidden;
}

.modal img {
  display:block;
  margin:25px auto 15px auto;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 0;

}
.modal-form {
  margin-bottom: 0;
}

}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

#affiliate_wrap {
  background:#fff;
  width:100%;
  height:280px;
  padding:10px 0 0;
}

.affiliate {
  margin-left:0;
  padding-left:5px;
}
.affiliate li {
  list-style:none;
  display:inline-block;
}

#amazon {
  display:block;
  background:url(../img/amazon.png);
  width:225px;
  height:71px;
  margin-right:15px;
  margin-left:20px;
}

#bam {
  display:block;
  background:url(../img/bam.png);
  width:134px;
  height:66px;
}

#barnes_noble {
  display:block;
  background:url(../img/barnes_noble.png);
  width:191px;
  height:60px;
}

#indie_bound {
  display:block;
  background:url(../img/indie_bound.png);
  width:120px;
  height:105px;
  margin-right:35px;
}

#penguin {
  display:block;
  background:url(../img/penguin.png);
  width:81px;
  height:97px;
  margin-right:15px;
}

#powels {
  display:block;
  background:url(../img/powels.png);
  width:149px;
  height:86px;
  margin-right:25px;
  margin-left:60px;
}