.usd, .cad {display: none;}


.book {text-align: center;}
.book img {width: auto; max-height: 99%;}


a.thumb img, .book a img {
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}


a.thumb:hover img,
a.thumb:focus img,
a.thumb.active img,
.book a:hover img,
.book a:focus img,
.book a.active img {
  border-color: #428bca;
}


.carousel-inner .col-sm-3.book {	height:350px; line-height: 350px; }
.books .col-sm-2.book {height:200px; line-height: 200px;}



#privacy-list dd {margin-bottom: 1em;}


.carousel-control.left, .carousel-control.right {
    background-image: none;
    padding-top:125px;
    width: auto;
    color: #000;
    filter:none;
}



.book-search2 {margin-top: 25px;}
.search-cover {max-height: 64px; max-width: 64px;}

blockquote:before {
	content: '';
}


#header-wrapper {background-color: #F2BC3E;}



.rotate-hover:hover {
 transition: 0.20s;
 -webkit-transition: 0.20s;
 -moz-transition: 0.20s;
 -ms-transition: 0.20s;
 -o-transition: 0.20s;
 -webkit-transform: rotate(-2deg);
 -moz-transform: rotate(-2deg);
 -o-transform: rotate(-2deg);
 -ms-transform: rotate(-2deg);
 transform: rotate(-2deg);
}

.fp-details-panel {
   font-size: .85em;

}

.fp-details-panel ul > li > ul {
   padding-left: 2em;
   list-style-type: "- ";
}

.fp-details-panel ul > li > strong {
   display: block;
   padding-top: 1em;
   text-transform: uppercase;
   color: #444;
}

.fp-details-panel ul > li:first-child > strong {
   padding-top: 0;
}

ul.fp-keywords-list {
   margin-left: -1em;
   list-style: none;
}

ul.fp-keywords-list li {
   display: inline;
}

.google_preview_overlay {
   display: none;
   position: absolute;
   right: 16px;
   top: 4px;
   z-index: 100;
}

.google_preview_overlay i {
   color: rgb(100, 100, 100, .80);
   mix-blend-mode: difference;
}


.fp-title-thumbnail, .fp-strong-shadow {
   box-shadow: 0 5px 39px -10px rgba(0, 0, 0, 0.24);
}
.fp-thumb-shadow {
   box-shadow: 0 5px 39px -10px rgba(0, 0, 0, 0.10);
}
