/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.btn-default-gradient {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec7e00), to(#da3f00));
  background-image: -webkit-linear-gradient(top, #ec7e00, #da3f00);
  background-color: #da3f00;
  background-image: -moz-linear-gradient(top, #ec7e00, #da3f00);
  background-image: -ms-linear-gradient(top, #ec7e00, #da3f00);
  background-image: -o-linear-gradient(top, #ec7e00, #da3f00);
  background-image: linear-gradient(top, #ec7e00, #da3f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec7e00', EndColorStr=#da3f00);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ec7e00, EndColorStr=#da3f00);
  /* IE8 */

}
.btn-gradient-disabled {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2d3af), to(#e6ae7a));
  background-image: -webkit-linear-gradient(top, #f2d3af, #e6ae7a);
  background-color: #e6ae7a;
  background-image: -moz-linear-gradient(top, #f2d3af, #e6ae7a);
  background-image: -ms-linear-gradient(top, #f2d3af, #e6ae7a);
  background-image: -o-linear-gradient(top, #f2d3af, #e6ae7a);
  background-image: linear-gradient(top, #f2d3af, #e6ae7a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2d3af', EndColorStr=#e6ae7a);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f2d3af, EndColorStr=#e6ae7a);
  /* IE8 */

}
.btn-more-gradient {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5d5d), to(#292828));
  background-image: -webkit-linear-gradient(top, #5e5d5d, #292828);
  background-color: #292828;
  background-image: -moz-linear-gradient(top, #5e5d5d, #292828);
  background-image: -ms-linear-gradient(top, #5e5d5d, #292828);
  background-image: -o-linear-gradient(top, #5e5d5d, #292828);
  background-image: linear-gradient(top, #5e5d5d, #292828);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5e5d5d', EndColorStr=#292828);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#5e5d5d, EndColorStr=#292828);
  /* IE8 */

}
.btn-more-gradient-invert {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#292828), to(#5e5d5d));
  background-image: -webkit-linear-gradient(top, #292828, #5e5d5d);
  background-color: #5e5d5d;
  background-image: -moz-linear-gradient(top, #292828, #5e5d5d);
  background-image: -ms-linear-gradient(top, #292828, #5e5d5d);
  background-image: -o-linear-gradient(top, #292828, #5e5d5d);
  background-image: linear-gradient(top, #292828, #5e5d5d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#292828', EndColorStr=#5e5d5d);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#292828, EndColorStr=#5e5d5d);
  /* IE8 */

}
/* Variables =================================================== */
/* Reusable column setup */
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
.box {
  background-color: #ffffff;
  border: 1px solid #efeded;
}
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/*
.fb-icon{
	.social-icon(-@nsb-icon-size -72px);
}

.fb-icon-hover{
	background-position: 0 -72px;
	background-size: 288px 400px;
}

.fb-icon-mob {
	background-image: url("../../img/social-icons.2901e0b9baef.png");
	background-size: 229.6px 320px;
	background-position: -29px -58px;
	width:  28px;
	height: 28px;
}

.fb-icon-mob-hover {
	background-size: 229.6px 320px;
	background-position: 0px -58px;
}
*/
.cart-icon {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-position: -36px -325px;
  background-size: 287px 400px;
  width: 35px;
  height: 35px;
}
.cart-icon-hover {
  background-position: 0 -325px;
  background-size: 287px 400px;
}
.cart-icon-mob {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-size: 229.6px 320px;
  background-position: -29px -260px;
  width: 28px;
  height: 28px;
}
.cart-icon-mob-hover {
  background-size: 229.6px 320px;
  background-position: 0px -260px;
}
/* Page =================================================== */
html {
  background: #ffffff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f9f9f9;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #555555;
}
html.touch body {
  font-size: 19px;
  font-size: 1.9rem;
}
header {
  background-color: #ffffff;
}
a,
a:active {
  text-decoration: underline;
}
ul {
  list-style-type: none;
}
a.header-link {
  text-decoration: none;
  font-weight: bold;
}
ul.navigation a {
  color: #333333;
  text-decoration: none;
}
ul.navigation a:hover {
  color: #e55c00;
  text-decoration: underline;
}
ul.navigation a:active {
  text-decoration: none;
}
/* Can't have an empty less file *//* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: #3f3e3e;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.8em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.8em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom: 1.0666666666666667em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
h4,
.h4 {
  margin-bottom: 1.6em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.6em;
}
h6,
.h6 {
  margin-bottom: 1.6em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.6em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.6em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.6em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #555555;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #555555;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
aside h2 {
  color: #3f3e3e;
  padding-bottom: 2px;
  border-bottom: 1px solid #b4b4b4;
  font-size: 1.2em;
  font-weight: normal;
}
p {
  line-height: 1.8em;
}
.book_3up_col,
.book_1up_col,
.collections_col {
  font-size: 0.9em;
  line-height: 1.8em;
}
/* Colour =================================================== */
a {
  color: #e55c00;
}
a:visited {
  color: #e55c00;
}
a:hover {
  text-decoration: underline;
  color: #e55c00;
}
a:focus {
  outline: thin dotted;
  color: #b24800;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
.swatch {
  margin: 0 0 1.6em 0;
  padding: 0;
}
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.swatch-row-one {
  background-color: #000000;
}
.swatch-row-two {
  background-color: #ffffff;
}
.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.swatch-base span:nth-child(1) {
  background-color: rgba(45, 53, 62, 0.9);
}
.swatch-base span:nth-child(2) {
  background-color: rgba(45, 53, 62, 0.8);
}
.swatch-base span:nth-child(3) {
  background-color: rgba(45, 53, 62, 0.7);
}
.swatch-base span:nth-child(4) {
  background-color: rgba(45, 53, 62, 0.6);
}
.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9);
}
.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8);
}
.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7);
}
.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6);
}
.swatch-error span:nth-child(1) {
  background-color: rgba(230, 92, 0, 0.9);
}
.swatch-error span:nth-child(2) {
  background-color: rgba(230, 92, 0, 0.8);
}
.swatch-error span:nth-child(3) {
  background-color: rgba(230, 92, 0, 0.7);
}
.swatch-error span:nth-child(4) {
  background-color: rgba(230, 92, 0, 0.6);
}
.swatch-info span:nth-child(1) {
  background-color: rgba(230, 92, 0, 0.9);
}
.swatch-info span:nth-child(2) {
  background-color: rgba(230, 92, 0, 0.8);
}
.swatch-info span:nth-child(3) {
  background-color: rgba(230, 92, 0, 0.7);
}
.swatch-info span:nth-child(4) {
  background-color: rgba(230, 92, 0, 0.6);
}
.swatch-success span:nth-child(1) {
  background-color: rgba(0, 194, 94, 0.9);
}
.swatch-success span:nth-child(2) {
  background-color: rgba(0, 194, 94, 0.8);
}
.swatch-success span:nth-child(3) {
  background-color: rgba(0, 194, 94, 0.7);
}
.swatch-success span:nth-child(4) {
  background-color: rgba(0, 194, 94, 0.6);
}
.swatch-warning span:nth-child(1) {
  background-color: rgba(230, 92, 0, 0.9);
}
.swatch-warning span:nth-child(2) {
  background-color: rgba(230, 92, 0, 0.8);
}
.swatch-warning span:nth-child(3) {
  background-color: rgba(230, 92, 0, 0.7);
}
.swatch-warning span:nth-child(4) {
  background-color: rgba(230, 92, 0, 0.6);
}
/* Texture =================================================== */
.alert {
  margin-bottom: 1.6em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #00c05d;
  border-color: #008d45;
  color: #ffffff;
}
.alert-warning {
  background-color: #ffb27f;
  border-color: #ff944c;
  color: #7f3300;
}
.alert-error {
  background-color: #e55c00;
  border-color: #b24800;
  color: #000000;
}
.alert-inverse {
  background-color: #3f3e3e;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.2em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #e55c00;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #7f3300;
  color: #ffffff;
}
.badge-warning {
  background-color: #e55c00;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #7f3300;
  color: #ffffff;
}
.badge-success {
  background-color: #00c05d;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #005a2c;
  color: #ffffff;
}
.badge-info {
  background-color: #e55c00;
  color: #000000;
}
.badge-info:hover {
  background-color: #7f3300;
}
.badge-inverse {
  background-color: #3f3e3e;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0c0b0b;
  color: #ffffff;
}
.basegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2d353e', EndColorStr=#181c20);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2d353e, EndColorStr=#181c20);
  /* IE8 */

}
.errorgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#b24800));
  background-image: -webkit-linear-gradient(top, #2d353e, #b24800);
  background-color: #b24800;
  background-image: -moz-linear-gradient(top, #2d353e, #b24800);
  background-image: -ms-linear-gradient(top, #2d353e, #b24800);
  background-image: -o-linear-gradient(top, #2d353e, #b24800);
  background-image: linear-gradient(top, #2d353e, #b24800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2d353e', EndColorStr=#b24800);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2d353e, EndColorStr=#b24800);
  /* IE8 */

}
.greygrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr=#d9d9d9);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, EndColorStr=#d9d9d9);
  /* IE8 */

}
.infograd {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e55c00), to(#b24800));
  background-image: -webkit-linear-gradient(top, #e55c00, #b24800);
  background-color: #b24800;
  background-image: -moz-linear-gradient(top, #e55c00, #b24800);
  background-image: -ms-linear-gradient(top, #e55c00, #b24800);
  background-image: -o-linear-gradient(top, #e55c00, #b24800);
  background-image: linear-gradient(top, #e55c00, #b24800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e55c00', EndColorStr=#b24800);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e55c00, EndColorStr=#b24800);
  /* IE8 */

}
.inversegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f3e3e), to(#252525));
  background-image: -webkit-linear-gradient(top, #3f3e3e, #252525);
  background-color: #252525;
  background-image: -moz-linear-gradient(top, #3f3e3e, #252525);
  background-image: -ms-linear-gradient(top, #3f3e3e, #252525);
  background-image: -o-linear-gradient(top, #3f3e3e, #252525);
  background-image: linear-gradient(top, #3f3e3e, #252525);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f3e3e', EndColorStr=#252525);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3f3e3e, EndColorStr=#252525);
  /* IE8 */

}
.successgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c05d), to(#008d45));
  background-image: -webkit-linear-gradient(top, #00c05d, #008d45);
  background-color: #008d45;
  background-image: -moz-linear-gradient(top, #00c05d, #008d45);
  background-image: -ms-linear-gradient(top, #00c05d, #008d45);
  background-image: -o-linear-gradient(top, #00c05d, #008d45);
  background-image: linear-gradient(top, #00c05d, #008d45);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c05d', EndColorStr=#008d45);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00c05d, EndColorStr=#008d45);
  /* IE8 */

}
.warninggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e55c00), to(#b24800));
  background-image: -webkit-linear-gradient(top, #e55c00, #b24800);
  background-color: #b24800;
  background-image: -moz-linear-gradient(top, #e55c00, #b24800);
  background-image: -ms-linear-gradient(top, #e55c00, #b24800);
  background-image: -o-linear-gradient(top, #e55c00, #b24800);
  background-image: linear-gradient(top, #e55c00, #b24800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e55c00', EndColorStr=#b24800);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e55c00, EndColorStr=#b24800);
  /* IE8 */

}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.6em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.6em;
}
figure img {
  margin-bottom: 0.4em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.6em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 1px dashed #c7ced6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.chevron {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -25px 0;
  width: 8px;
  height: 14px;
  display: inline-block;
}
.nsb-arrow {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -54px 0;
  width: 50px;
  height: 34px;
  display: inline-block;
}
.dropdown-menu {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 9;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #da3f00;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu a {
  display: block;
  padding: 3px 12px 0 10px;
  clear: both;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu a:hover {
  color: #e55c00;
}
.dropdown-menu span.old-price {
  text-decoration: line-through;
}
.btn-group.open .dropdown-menu {
  display: block;
}
.btn-dropdown .btn {
  max-width: 150px;
}
.alert {
  line-height: 1.6em;
}
/* Forms =================================================== */
form {
  margin: 0 0 1.6em 0;
}
form fieldset {
  margin-bottom: 1.6em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3.2em;
  *margin-left: -7px;
  padding: 0;
  color: #555555;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.8em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.6em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: bold;
  color: #555555;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.4em;
  background-color: #ffffff;
  border: 1px solid #8c9bab;
  color: #555555;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #586879;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(50));
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.8em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding: 7px 22px 7px 10px;
  margin-bottom: 0;
  background: #ffffff url("../../img/icon-search.68ab92cb0739.png") no-repeat 96% 6px;
  font-size: 0.9em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dedede;
}
.form-search ::-webkit-input-placeholder {
  font-size: 1.1em;
  color: lighter(#555555, 50%);
}
.form-search input:-moz-placeholder {
  font-size: 1.1em;
  color: lighter(#555555, 50%);
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 5px 8px 5px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.6em;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr=#d9d9d9);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, EndColorStr=#d9d9d9);
  /* IE8 */

  border: 1px solid #da3f00;
  border-bottom-color: #da3f00;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  *margin-left: .3em;
  text-decoration: none;
}
.btn:visited,
.btn:hover {
  color: #ffffff;
  text-decoration: none;
}
input[type="submit"].btn:hover {
  border-color: #da3f00;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(50));
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#b24800));
  background-image: -webkit-linear-gradient(top, #2d353e, #b24800);
  background-color: #b24800;
  background-image: -moz-linear-gradient(top, #2d353e, #b24800);
  background-image: -ms-linear-gradient(top, #2d353e, #b24800);
  background-image: -o-linear-gradient(top, #2d353e, #b24800);
  background-image: linear-gradient(top, #2d353e, #b24800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2d353e', EndColorStr=#b24800);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2d353e, EndColorStr=#b24800);
  /* IE8 */

  border-color: #993d00;
  border-bottom-color: #7f3300;
  color: #ffffff;
}
.btn-error:visited,
.btn-error:hover {
  color: #ffffff;
}
.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e55c00), to(#b24800));
  background-image: -webkit-linear-gradient(top, #e55c00, #b24800);
  background-color: #b24800;
  background-image: -moz-linear-gradient(top, #e55c00, #b24800);
  background-image: -ms-linear-gradient(top, #e55c00, #b24800);
  background-image: -o-linear-gradient(top, #e55c00, #b24800);
  background-image: linear-gradient(top, #e55c00, #b24800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e55c00', EndColorStr=#b24800);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e55c00, EndColorStr=#b24800);
  /* IE8 */

  border-color: #993d00;
  border-bottom-color: #7f3300;
  color: #000000;
}
.btn-info:visited,
.btn-info:hover {
  color: #000000;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f3e3e), to(#252525));
  background-image: -webkit-linear-gradient(top, #3f3e3e, #252525);
  background-color: #252525;
  background-image: -moz-linear-gradient(top, #3f3e3e, #252525);
  background-image: -ms-linear-gradient(top, #3f3e3e, #252525);
  background-image: -o-linear-gradient(top, #3f3e3e, #252525);
  background-image: linear-gradient(top, #3f3e3e, #252525);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f3e3e', EndColorStr=#252525);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3f3e3e, EndColorStr=#252525);
  /* IE8 */

  border-color: #181818;
  border-bottom-color: #0c0b0b;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2d353e', EndColorStr=#181c20);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2d353e, EndColorStr=#181c20);
  /* IE8 */

  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c05d), to(#008d45));
  background-image: -webkit-linear-gradient(top, #00c05d, #008d45);
  background-color: #008d45;
  background-image: -moz-linear-gradient(top, #00c05d, #008d45);
  background-image: -ms-linear-gradient(top, #00c05d, #008d45);
  background-image: -o-linear-gradient(top, #00c05d, #008d45);
  background-image: linear-gradient(top, #00c05d, #008d45);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c05d', EndColorStr=#008d45);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00c05d, EndColorStr=#008d45);
  /* IE8 */

  border-color: #007338;
  border-bottom-color: #005a2c;
}
.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e55c00), to(#b24800));
  background-image: -webkit-linear-gradient(top, #e55c00, #b24800);
  background-color: #b24800;
  background-image: -moz-linear-gradient(top, #e55c00, #b24800);
  background-image: -ms-linear-gradient(top, #e55c00, #b24800);
  background-image: -o-linear-gradient(top, #e55c00, #b24800);
  background-image: linear-gradient(top, #e55c00, #b24800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e55c00', EndColorStr=#b24800);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e55c00, EndColorStr=#b24800);
  /* IE8 */

  border-color: #993d00;
  border-bottom-color: #7f3300;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.6em;
  display: inline-block;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-link.btn,
.btn-link.btn:active,
.btn-link.btn[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link.btn {
  border-color: transparent;
  color: #333333;
  cursor: pointer;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn.btn-nav {
  border-radius: 0;
  border: 0;
  width: 200px;
  padding: 4px 8px 4px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec7e00), to(#da3f00));
  background-image: -webkit-linear-gradient(top, #ec7e00, #da3f00);
  background-color: #da3f00;
  background-image: -moz-linear-gradient(top, #ec7e00, #da3f00);
  background-image: -ms-linear-gradient(top, #ec7e00, #da3f00);
  background-image: -o-linear-gradient(top, #ec7e00, #da3f00);
  background-image: linear-gradient(top, #ec7e00, #da3f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec7e00', EndColorStr=#da3f00);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ec7e00, EndColorStr=#da3f00);
  /* IE8 */

  font-weight: 400;
  font-weight: 500;
  letter-spacing: 1px;
  *zoom: 1;
  -webkit-tap-highlight-color: transparent;
}
.btn.btn-nav i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.btn.btn-nav i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
}
.btn.btn-nav:before,
.btn.btn-nav:after {
  display: table;
  content: "";
}
.btn.btn-nav:after {
  clear: both;
}
.btn.btn-nav i {
  float: right;
  margin-top: 7px;
}
.btn.btn-nav-dropdown {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec7e00), to(#da3f00));
  background-image: -webkit-linear-gradient(top, #ec7e00, #da3f00);
  background-color: #da3f00;
  background-image: -moz-linear-gradient(top, #ec7e00, #da3f00);
  background-image: -ms-linear-gradient(top, #ec7e00, #da3f00);
  background-image: -o-linear-gradient(top, #ec7e00, #da3f00);
  background-image: linear-gradient(top, #ec7e00, #da3f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec7e00', EndColorStr=#da3f00);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ec7e00, EndColorStr=#da3f00);
  /* IE8 */

  width: 80%;
  min-width: 100px;
  border-color: transparent;
}
.btn.btn-nav-dropdown i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.btn.btn-nav-dropdown i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -13px 2px;
  width: 11px;
  height: 8px;
}
.btn.btn-nav-dropdown i {
  float: right;
}
.btn.popup-active i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.btn.popup-active i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -13px -6px;
  width: 11px;
  height: 9px;
}
.btn.btn-nav.btn-grey {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5d5d), to(#292828));
  background-image: -webkit-linear-gradient(top, #5e5d5d, #292828);
  background-color: #292828;
  background-image: -moz-linear-gradient(top, #5e5d5d, #292828);
  background-image: -ms-linear-gradient(top, #5e5d5d, #292828);
  background-image: -o-linear-gradient(top, #5e5d5d, #292828);
  background-image: linear-gradient(top, #5e5d5d, #292828);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5e5d5d', EndColorStr=#292828);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#5e5d5d, EndColorStr=#292828);
  /* IE8 */

}
.btn.btn-buy {
  font-weight: 500;
  letter-spacing: 1px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec7e00), to(#da3f00));
  background-image: -webkit-linear-gradient(top, #ec7e00, #da3f00);
  background-color: #da3f00;
  background-image: -moz-linear-gradient(top, #ec7e00, #da3f00);
  background-image: -ms-linear-gradient(top, #ec7e00, #da3f00);
  background-image: -o-linear-gradient(top, #ec7e00, #da3f00);
  background-image: linear-gradient(top, #ec7e00, #da3f00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec7e00', EndColorStr=#da3f00);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ec7e00, EndColorStr=#da3f00);
  /* IE8 */

  height: 100%;
  z-index: 0;
}
.btn.btn-buy span.old-price {
  color: grey;
  text-decoration: line-through;
}
.btn.btn-more {
  border-color: #555555;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5d5d), to(#292828));
  background-image: -webkit-linear-gradient(top, #5e5d5d, #292828);
  background-color: #292828;
  background-image: -moz-linear-gradient(top, #5e5d5d, #292828);
  background-image: -ms-linear-gradient(top, #5e5d5d, #292828);
  background-image: -o-linear-gradient(top, #5e5d5d, #292828);
  background-image: linear-gradient(top, #5e5d5d, #292828);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5e5d5d', EndColorStr=#292828);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#5e5d5d, EndColorStr=#292828);
  /* IE8 */

}
.btn.btn-more:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#292828), to(#5e5d5d));
  background-image: -webkit-linear-gradient(top, #292828, #5e5d5d);
  background-color: #5e5d5d;
  background-image: -moz-linear-gradient(top, #292828, #5e5d5d);
  background-image: -ms-linear-gradient(top, #292828, #5e5d5d);
  background-image: -o-linear-gradient(top, #292828, #5e5d5d);
  background-image: linear-gradient(top, #292828, #5e5d5d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#292828', EndColorStr=#5e5d5d);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#292828, EndColorStr=#5e5d5d);
  /* IE8 */

}
.btn.btn-more {
  -webkit-tap-highlight-color: transparent;
}
.btn.btn-more i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.btn.btn-more i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
}
.btn.btn-more i {
  margin-left: 10px;
}
.btn.btn-buy {
  padding-right: 15%;
  width: 85%;
  -webkit-tap-highlight-color: transparent;
}
.btn.btn-buy i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.btn.btn-buy i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -13px 2px;
  width: 11px;
  height: 8px;
}
.btn.btn-buy i {
  float: right;
  position: absolute;
  top: 25%;
  right: 5%;
}
.btn.btn-buy:active,
.btn.btn-buy.dropped {
  -webkit-border-radius: 6px 6px 0 0 !important;
  -moz-border-radius: 6px 6px 0 0 !important;
  border-radius: 6px 6px 0 0 !important;
}
.btn.btn-buy:active i,
.btn.btn-buy.dropped i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.btn.btn-buy:active i,
.btn.btn-buy.dropped i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -13px -6px;
  width: 11px;
  height: 9px;
}
.btn.btn-buy.disabled {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2d3af), to(#e6ae7a));
  background-image: -webkit-linear-gradient(top, #f2d3af, #e6ae7a);
  background-color: #e6ae7a;
  background-image: -moz-linear-gradient(top, #f2d3af, #e6ae7a);
  background-image: -ms-linear-gradient(top, #f2d3af, #e6ae7a);
  background-image: -o-linear-gradient(top, #f2d3af, #e6ae7a);
  background-image: linear-gradient(top, #f2d3af, #e6ae7a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2d3af', EndColorStr=#e6ae7a);
  /* IE6,IE7 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f2d3af, EndColorStr=#e6ae7a);
  /* IE8 */

  color: #555555;
  border-color: #e6ae7a;
  width: auto;
  padding: 5px 8px 5px;
  font-size: 0.85em;
  letter-spacing: 0;
}
.btn.btn-pagenav-right i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -6px -14px;
  width: 6px;
  height: 11px;
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
}
.btn.btn-pagenav-right i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -6px -14px;
}
.btn.btn-pagenav-right i {
  margin-right: 8px;
  margin-top: 6px;
}
.btn.btn-pagenav-left i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -6px -14px;
  width: 6px;
  height: 11px;
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
}
.btn.btn-pagenav-left i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0px -14px;
}
.btn.btn-pagenav-left i {
  margin-left: 8px;
  margin-top: 6px;
}
.btn-ellipsis.btn-link {
  color: #555555;
  line-height: 2em;
  float: right;
  margin: 0;
  padding: 0;
}
.btn-ellipsis.btn-link i {
  background: url("../../img/icon-chevron-dark.5c5ca0fd958a.png") no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
}
.content .btn-ellipsis {
  margin-right: 20px;
  color: transparent;
}
.book_1up_col .btn-ellipsis,
.news .btn-ellipsis {
  margin-right: 0;
}
.btn-compact {
  padding-right: 4px;
  width: auto;
}
.btn-compact span {
  display: none;
}
.btn-compact i {
  float: none;
  position: relative;
  top: auto;
  right: auto;
}
.page-buttons {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 20;
}
html.touch .page-buttons {
  font-size: 17px;
  font-size: 1.7rem;
}
.page-buttons span {
  position: absolute;
  width: 250px;
  top: 30%;
  z-index: 20;
}
.page-buttons span.page-prev {
  left: 0;
}
.page-buttons span.page-prev i {
  width: 0 ;
  height: 0 ;
  border: 30px solid transparent;
  border-right-color: #00a651;
  font-size: 1px;
  margin: 0;
  position: relative;
  float: left;
}
.page-buttons span.page-next {
  right: 0;
}
.page-buttons span.page-next i {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left-color: #00a651;
  font-size: 1px;
  margin: 0;
  position: relative;
  float: right;
}
.page-buttons button {
  border: none;
  padding: 10px;
  font-size: 1em;
  color: white;
  margin: 0;
  width: 170px;
  height: 60px;
  background-color: #00a651;
  cursor: pointer;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.page-buttons button.page-next {
  float: right;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.page-buttons button.page-prev {
  float: left;
}
@media only screen and (min-width: 1680px) {
  .page-buttons {
    display: block;
    height: 0;
    top: 30%;
    background-color: transparent;
  }
  .page-buttons span.page-next i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -6px -14px;
    width: 6px;
    height: 11px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
  }
  .page-buttons span.page-next i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0px -14px;
  }
  .page-buttons span.page-next i {
    border: 0;
    border-right-color: transparent;
    margin: 45px 20px 45px 0;
  }
  .page-buttons span.page-prev i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -6px -14px;
    width: 6px;
    height: 11px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
  }
  .page-buttons span.page-prev i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -6px -14px;
  }
  .page-buttons span.page-prev i {
    border: 0;
    border-right-color: transparent;
    margin: 45px 0 45px 20px;
  }
  .page-buttons span button {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    color: #555555;
    padding: 40px;
    display: none;
  }
  .page-buttons span:hover button {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .btn.btn-buy {
    font-weight: 400;
    padding-right: 4px;
    width: auto;
  }
  .btn.btn-buy span {
    display: none;
  }
  .btn.btn-buy i {
    float: none;
    position: relative;
    top: auto;
    right: auto;
  }
}
/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.6em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #8c9bab;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #a9b4c1;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c9bab;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}
/* 0 and above ==============================================*/
.container {
  margin: 0 auto;
}
.clear {
  clear: both;
}
nav {
  float: none;
  width: 100%;
  margin-bottom: 4%;
}
section .book_1up_col,
section .books_Xup .col {
  width: 50%;
  float: left;
}
section .book_3up img {
  float: left;
  width: 50%;
  max-width: 200px;
}
section .book_3up .book_3up_col {
  width: 50%;
  float: left;
}
aside {
  width: 100%;
}
.side-menu,
nav .menu,
.tablet-up,
.tablet-popup,
.archives-popup {
  display: none;
}
/* Header
------------------------------------------------------------------------------*/
header {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
header .logo {
  max-width: 380px;
  width: 70%;
  float: left;
  position: relative;
  margin-bottom: 2px;
}
header .logo .logo-arrow {
  background: url("../../img/logo-arrow.c96224828e18.png") no-repeat right;
  position: absolute;
  right: -40px;
  height: 104px;
  width: 40px;
}
header .cart {
  float: right;
  padding: 0.8% 1% 0;
}
header .cart .fb a {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-position: -36px -72px;
  background-size: 288px 400px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  text-indent: -9999px;
  display: block;
}
header .cart .fb a:hover {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-position: 0 -72px;
  background-size: 288px 400px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 3px;
}
header .cart .twitter a {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-position: -36px 0px;
  background-size: 288px 400px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  text-indent: -9999px;
  display: block;
  margin-top: 3px;
}
header .cart .twitter a:hover {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-position: 0px 0px;
  background-size: 288px 400px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 3px;
}
header .cart .instagram a {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-position: -36px -36px;
  background-size: 288px 400px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  text-indent: -9999px;
  display: block;
}
header .cart .instagram a:hover {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-position: 0px -36px;
  background-size: 288px 400px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 3px;
}
header .cart .cart-link a {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-size: 229.6px 320px;
  background-position: -29px -260px;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  display: block;
  margin-top: 5px;
}
header .cart .cart-link a:hover {
  background-size: 229.6px 320px;
  background-position: 0px -260px;
}
@media only screen and (max-width: 480px) {
  .search-box {
    *zoom: 1;
  }
  .search-box:before,
  .search-box:after {
    display: table;
    content: "";
  }
  .search-box:after {
    clear: both;
  }
  .search-box .search-query {
    margin: 0 4%;
    background: #fff;
    width: 58%;
    float: left;
    font-size: 1.4em;
  }
  .search-box .btn {
    display: block;
    float: left;
    margin: 0 4% 0 0;
    width: 29%;
    text-align: center;
    font-size: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .search-box .submit-btn {
    display: block;
    float: left;
    margin: 0 4% 0 0;
    width: 26%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 6%;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 5px 8px 5px;
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: 408;
    line-height: 1.6em;
    color: #ffffff;
    text-align: left;
    vertical-align: middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    *margin-left: .3em;
    text-decoration: none;
    border-color: #555555;
    text-align: center;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5d5d), to(#292828));
    background-image: -webkit-linear-gradient(top, #5e5d5d, #292828);
    background-color: #292828;
    background-image: -moz-linear-gradient(top, #5e5d5d, #292828);
    background-image: -ms-linear-gradient(top, #5e5d5d, #292828);
    background-image: -o-linear-gradient(top, #5e5d5d, #292828);
    background-image: linear-gradient(top, #5e5d5d, #292828);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5e5d5d', EndColorStr=#292828);
    /* IE6,IE7 */

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#5e5d5d, EndColorStr=#292828);
    /* IE8 */

  }
  .search-box .submit-btn:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#292828), to(#5e5d5d));
    background-image: -webkit-linear-gradient(top, #292828, #5e5d5d);
    background-color: #5e5d5d;
    background-image: -moz-linear-gradient(top, #292828, #5e5d5d);
    background-image: -ms-linear-gradient(top, #292828, #5e5d5d);
    background-image: -o-linear-gradient(top, #292828, #5e5d5d);
    background-image: linear-gradient(top, #292828, #5e5d5d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#292828', EndColorStr=#5e5d5d);
    /* IE6,IE7 */

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#292828, EndColorStr=#5e5d5d);
    /* IE8 */

  }
  .search-box ::-webkit-input-placeholder {
    color: #ffffff;
  }
  .search-box :-moz-placeholder {
    color: #ffffff;
  }
  .mobile-nav ul {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 1%;
    clear: both;
  }
  .mobile-nav ul li {
    margin: 0;
    width: 100%;
  }
  .mobile-nav ul li a {
    font-size: 1.6em;
    margin: 0;
    margin-bottom: 2px;
    width: 94%;
    padding: 2% 4% 2%;
    padding-left: 4%;
    padding-right: 2%;
    border-radius: 0;
    border: 0;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5d5d), to(#292828));
    background-image: -webkit-linear-gradient(top, #5e5d5d, #292828);
    background-color: #292828;
    background-image: -moz-linear-gradient(top, #5e5d5d, #292828);
    background-image: -ms-linear-gradient(top, #5e5d5d, #292828);
    background-image: -o-linear-gradient(top, #5e5d5d, #292828);
    background-image: linear-gradient(top, #5e5d5d, #292828);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5e5d5d', EndColorStr=#292828);
    /* IE6,IE7 */

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#5e5d5d, EndColorStr=#292828);
    /* IE8 */

    *zoom: 1;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-nav ul li a i {
    display: inline-block;
    vertical-align: top;
    background-size: auto;
  }
  .mobile-nav ul li a i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -17px -69px;
    height: 15px;
    width: 20px;
  }
  .mobile-nav ul li a.current {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec7e00), to(#da3f00));
    background-image: -webkit-linear-gradient(top, #ec7e00, #da3f00);
    background-color: #da3f00;
    background-image: -moz-linear-gradient(top, #ec7e00, #da3f00);
    background-image: -ms-linear-gradient(top, #ec7e00, #da3f00);
    background-image: -o-linear-gradient(top, #ec7e00, #da3f00);
    background-image: linear-gradient(top, #ec7e00, #da3f00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec7e00', EndColorStr=#da3f00);
    /* IE6,IE7 */

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ec7e00, EndColorStr=#da3f00);
    /* IE8 */

  }
  .mobile-nav ul li a i {
    margin-right: 0;
    margin-top: 13px;
    position: absolute;
    right: 20px;
  }
  .mobile-nav ul li a:before,
  .mobile-nav ul li a:after {
    display: table;
    content: "";
  }
  .mobile-nav ul li a:after {
    clear: both;
  }
  .mobile-nav ul li.menu-active a i {
    display: inline-block;
    vertical-align: top;
    background-size: auto;
  }
  .mobile-nav ul li.menu-active a i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -17px -84px;
    height: 15px;
    width: 20px;
  }
  .mobile-nav ul li.menu-active ul.sub-nav {
    display: block;
  }
  .mobile-nav ul li ul.sub-nav {
    padding: 1%;
    margin: 0 0 0 2%;
    border: 1px solid #efeded;
    position: relative;
    display: none;
    width: 93.5%;
    top: -1px;
  }
  .mobile-nav ul li ul.sub-nav a {
    color: #333333;
    margin: 0;
    line-height: 1em;
    background: none;
    font-size: 1em;
    padding: 3px 12px 3px 10px;
    display: block;
    letter-spacing: 0;
  }
  .mobile-nav ul .btn-group {
    margin: 0;
    width: 100%;
  }
  .mobile-nav ul .btn-group.open {
    *zoom: 1;
  }
  .mobile-nav ul .btn-group.open:before,
  .mobile-nav ul .btn-group.open:after {
    display: table;
    content: "";
  }
  .mobile-nav ul .btn-group.open:after {
    clear: both;
  }
  .mobile-nav ul .btn-group.open i {
    display: inline-block;
    vertical-align: top;
    background-size: auto;
  }
  .mobile-nav ul .btn-group.open i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -17px -69px;
    height: 15px;
    width: 20px;
  }
  .mobile-nav ul .btn-group.open .btn i {
    margin-top: 10px;
  }
  .mobile-nav ul .btn-group .dropdown-menu {
    padding: 1%;
    margin: 0 0 0 2%;
    border: 1px solid #efeded;
    position: relative;
    display: block;
    width: 93.5%;
    top: -2px;
  }
  .mobile-nav ul .btn-group .dropdown-menu a {
    color: #333333;
    margin: 0;
    line-height: 1em;
    font-size: 1em;
  }
  .mobile-nav ul .btn-group .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .collections_img6_col a:nth-child(5) {
    display: none;
  }
  .collections_img6_col a:nth-child(6) {
    display: none;
  }
  .justreleased .book_3up:nth-child(2) {
    display: none;
  }
  .justreleased .book_3up:nth-child(3) {
    display: none;
  }
}
/* Menu
------------------------------------------------------------------------------*/
.archives-popup a,
.tablet-popup a {
  color: #555555;
  text-decoration: none;
}
.archives-popup a:hover,
.tablet-popup a:hover,
.archives-popup a:active,
.tablet-popup a:active,
.archives-popup a:focus,
.tablet-popup a:focus {
  color: #e55c00;
  text-decoration: underline;
}
.archives-popup a.current,
.tablet-popup a.current {
  color: #e55c00;
}
.archives-popup #closeHomePopup,
.tablet-popup #closeHomePopup,
.archives-popup #closeHomePopup:active,
.tablet-popup #closeHomePopup:active,
.archives-popup #closeHomePopup:hover,
.tablet-popup #closeHomePopup:hover,
.archives-popup #closeHomePopup:focus,
.tablet-popup #closeHomePopup:focus {
  color: white;
  text-decoration: none;
}
/* Footer
------------------------------------------------------------------------------*/
footer {
  width: 92%;
  padding: 4%;
  padding-bottom: 0;
}
footer nav {
  margin: 0 auto;
  font-size: 11px;
  display: inline-block;
  color: #c0c0c0;
  text-align: center;
}
footer nav ul {
  padding: 0;
  margin: 2% auto;
  font-size: 1em;
  width: 380px;
}
footer nav ul li {
  float: left;
  padding: 0 6px;
  border-right: 1px solid #c0c0c0;
  line-height: 0.9em;
}
footer nav ul li a,
footer nav ul li a:visited {
  color: #00a651;
  text-decoration: none;
}
footer nav ul li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 320px) {
  footer nav ul {
    width: 300px;
  }
}
/* Home / Components
----------------------------------------------------------------------------- */
.section-margins {
  margin: 2%;
  margin-top: 0;
}
.spotlight,
.collections,
.news,
.bestseller {
  background-color: #ffffff;
  border: 1px solid #efeded;
  margin: 2%;
  margin-top: 0;
}
.spotlight h2,
.collections h2,
.news h2,
.bestseller h2 {
  margin: 0 -2%;
}
.content h2 {
  background-color: #3f3e3e;
  color: #fff;
  font-weight: normal;
  height: 34px;
  line-height: 34px;
  font-size: 1.2em;
  margin-bottom: 2%;
  letter-spacing: 0.1em;
}
.content h2 i {
  background: url("../../img/header-arrow.4aede35ba6ec.png") no-repeat center right;
  background-size: 100% 100%;
  height: 34px;
  display: inline-block;
  width: 10%;
  float: left;
  margin-right: 2%;
  max-width: 50px;
}
.content aside h2 {
  background: none;
  color: #3f3e3e;
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  height: auto;
  line-height: 0.9em;
  font-size: 1.2em;
}
.content .book_img {
  width: 32%;
}
.content .spotlight {
  background-color: #ffffff;
  border: 1px solid #efeded;
  padding-bottom: 2%;
}
.content .spotlight .book_1up,
.content .spotlight .book_3up,
.content .spotlight .books_Xup {
  width: 96%;
  padding: 0 2%;
  margin-bottom: 8%;
}
.content .spotlight .book_1up img,
.content .spotlight .book_3up img,
.content .spotlight .books_Xup img {
  float: left;
  width: 50%;
  max-width: 200px;
}
.content .spotlight .book_1up .col,
.content .spotlight .book_3up .col,
.content .spotlight .books_Xup .col {
  padding-left: 4%;
}
.content .spotlight .book_3up {
  width: 100%;
}
.content .spotlight h3 {
  margin-bottom: 0;
}
.content .spotlight h3 a {
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1.5em;
}
.content .spotlight p {
  margin: 8px 0;
  font-size: 1em;
}
.content .spotlight blockquote {
  font-style: italic;
  border: 0;
  margin: 2% 0;
  padding: 2% 0;
}
.content .collections {
  padding-bottom: 4%;
}
.content .collections img {
  float: left;
  max-width: 200px;
  width: 48%;
}
.content .collections img.featured {
  padding: 0 0 0 2%;
}
.content .collections .collections_col {
  float: left;
  width: 48%;
  margin-left: 2%;
  padding-right: 2%;
}
.content .collections article img {
  width: 23%;
  margin: 0 0 0 2%;
  margin-bottom: 2%;
}
.content .collections .collections_img4_col {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 2%;
  padding-right: 2%;
}
.content .collections .collections_img6_col {
  clear: both;
  width: 98%;
  display: block;
  padding-right: 2%;
}
.content aside section {
  padding: 2%;
  padding-top: 6%;
}
.content aside section h3 {
  border: 0;
  padding: 0;
  margin: 0;
}
.content aside section h3 a {
  font-size: 1.2em;
  text-decoration: none;
}
.content aside section.news h3 a {
  font-size: 1.2em;
  color: #3f3e3e;
  text-decoration: underline;
}
.content aside section.news article p {
  line-height: 1.5em;
  margin-bottom: 1.3em;
}
.content aside section article {
  margin-top: 8%;
}
.content aside section article time {
  color: #3f3e3e;
  font-size: 0.9em;
}
.content .btn-more {
  float: right;
  margin-right: 6%;
}
.content .news article {
  word-wrap: break-word;
}
.content .books-nav.home-page {
  display: none;
}
/* Collections / Components
----------------------------------------------------------------------------- */
.content .collections-page select {
  width: 91%;
  margin: 4%;
  margin-top: 0;
  font-size: 1em;
}
.content .collections-page .collections h2 {
  background-color: transparent;
  color: #3f3e3e;
  font-weight: bold;
  height: auto;
  line-height: 34px;
  font-size: 1.4em;
  margin: 2%;
  margin-bottom: 2%;
  *zoom: 1;
}
.content .collections-page .collections h2:before,
.content .collections-page .collections h2:after {
  display: table;
  content: "";
}
.content .collections-page .collections h2:after {
  clear: both;
}
.content .collections-page .collections h2 i {
  background: url("../../img/icon-chevron-mini.0d9fa1c0aff8.png") no-repeat center right;
  background-size: 100% 100%;
  height: 15px;
  width: 8px;
  float: none;
  display: inline-block;
  margin: 0 2%;
}
.content .collections-page .collections h3 {
  font-size: 1.1em;
  margin-bottom: 0;
}
.content .collections-page .collections h3 span {
  font-weight: normal;
}
.content .collections-page .collections h2 {
  margin-bottom: 0;
  margin-left: 2%;
  line-height: 1.4em;
}
.content .collections-page .collections h2 span {
  font-weight: normal;
}
.content .collections-page .collections .book_1up img,
.content .collections-page .collections .books_Xup img {
  margin: 0;
}
.content .collections-page .collections .book_1up img,
.content .collections-page .collections .books_Xup img,
.content .collections-page .collections .book_1up .book_1up_col,
.content .collections-page .collections .books_Xup .book_1up_col,
.content .collections-page .collections .book_1up .col,
.content .collections-page .collections .books_Xup .col {
  margin-top: 2%;
}
.content .collections-page .collections .book_1up .ebook,
.content .collections-page .collections .books_Xup .ebook {
  display: block;
  clear: both;
}
.content .collections-page .collections .book_1up .publisher,
.content .collections-page .collections .books_Xup .publisher {
  width: auto;
  height: auto;
}
.content .collections-page .collections .book_1up ul,
.content .collections-page .collections .books_Xup ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.content .collections-page .collections .book_1up ul li,
.content .collections-page .collections .books_Xup ul li {
  margin: 0;
}
.content .collections-page .collections .book_1up .btn-group,
.content .collections-page .collections .books_Xup .btn-group {
  margin: 0;
}
.content .collections-page.books-nav .page-no,
.content .collections-page.books-nav .selection {
  display: none;
}
.content .collections-page.books-nav .page-no a,
.content .collections-page.books-nav .selection a {
  text-decoration: none;
}
.content .collections-page.books-nav .page-next {
  float: right;
}
.content .publishers-nav {
  display: none;
}
/* Book Details / Components
----------------------------------------------------------------------------- */
.content .book-details .main-nav {
  margin-top: 0;
}
.content .book-details-page .btn-dropdown .btn {
  width: 80%;
}
.content .book-details-page .btn-dropdown .btn i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.content .book-details-page .btn-dropdown .btn i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
}
.content .book-details-page .btn-dropdown .btn i {
  margin-top: 2px;
}
.content .book-details-page .btn-dropdown .btn:active,
.content .book-details-page .btn-dropdown .btn.dropped {
  -webkit-border-radius: 4px 4px 0 0 !important;
  -moz-border-radius: 4px 4px 0 0 !important;
  border-radius: 4px 4px 0 0 !important;
}
.content .book-details-page .btn-dropdown .btn:active i,
.content .book-details-page .btn-dropdown .btn.dropped i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
  width: 6px;
  height: 11px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.content .book-details-page .btn-dropdown .btn:active i,
.content .book-details-page .btn-dropdown .btn.dropped i {
  background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -13px -6px;
  width: 11px;
  height: 9px;
}
.content .book-details-aside {
  margin: 2%;
  margin-top: 0;
  width: 96%;
}
.content .book-details-aside section {
  margin-bottom: 2%;
}
.content .book-details-aside .book_3up {
  padding: 0;
  width: 48%;
  margin-right: 4%;
  float: left;
}
.content .book-details-aside .book_3up img {
  width: 100%;
  margin: 0;
}
.content .book-details-aside .book_3up .book_3up_col {
  width: 100%;
  float: none;
}
.content .book-details-aside .book_3up.even {
  margin-right: 0;
}
.content .book-details-aside h3 {
  margin-top: 4%;
}
.content .book-details-aside .buy-action {
  display: block;
}
.content .side-left .author-details img {
  width: 50%;
  float: left;
}
.content .side-left .author-details p {
  margin-top: 2%;
  float: left;
  width: 46%;
  margin-left: 4%;
  font-size: 0.9em;
  line-height: 1.6em;
}
.content .side-left .related {
  margin: 0;
}
.content .side-left .related article {
  margin-top: 4%;
}
.content .side-left .related article img {
  float: none;
}
/* Contact / Components
----------------------------------------------------------------------------- */
.contact-page {
  margin: 2%;
  margin-top: 0;
}
.contact-page p,
.contact-page ul,
.contact-page ol,
.contact-page address {
  font-size: 0.9em;
  line-height: 1.6em;
}
.contact-page h2,
.contact-page h3,
.contact-page h4 {
  background: transparent;
  color: #555555;
  font-weight: bold;
  font-size: 1.4em;
}
.contact-page h3 {
  font-size: 1.2em;
  margin-bottom: 0;
}
.contact-page h4 {
  font-size: 1em;
}
.contact-page section {
  padding: 4%;
}
/* Search
----------------------------------------------------------------------------- */
.content nav.date-filter.desktop {
  display: none;
}
.content .search-page h1 {
  display: none;
}
.content .search-page nav.date-filter.ipad {
  display: none;
}
.content .search-page nav.search-nav {
  display: none;
}
.content .search-page select.search-nav.mobile,
.content .search-page select.date-filter.mobile {
  float: left;
  margin-left: 2%;
  width: 46%;
  margin-bottom: 4%;
  font-size: 1.2em;
  height: 32px;
  line-height: 2em;
}
.content .search-page select.date-filter.mobile {
  margin-left: 4%;
}
.content .search-page .search-results {
  padding: 4% 0 10% 0;
  clear: both;
}
.content .search-page .search-results .book_3up {
  width: 44%;
  margin: 0 0 4% 4%;
  padding: 0;
  font-size: 1em;
  float: left;
}
.content .search-page .search-results .book_3up img {
  width: 100%;
}
.content .search-page .search-results .book_3up h3 {
  display: inline;
}
.content .search-page .search-results .book_3up .book_3up_col {
  padding: 0;
  padding-left: 4%;
  padding-top: 4%;
  width: auto;
  font-size: 0.9em;
  line-height: 1.6em;
}
.content .search-page .search-results .book_3up:nth-child(2n+1) {
  clear: both;
}
.content .search-page .search-pagination-nav {
  display: block;
  clear: both;
  margin: -10% auto 8% auto;
  width: 96%;
}
.content .search-page .search-pagination-nav .pagination {
  margin-bottom: 4%;
}
.content .search-page .search-pagination-nav .pagination .btn {
  margin: 0;
  padding: 0;
  border: 0;
}
.content .search-page .search-pagination-nav .pagination .btn-pagenav-right {
  padding-left: 0;
  float: left;
  width: 10%;
  margin-left: 2%;
}
.content .search-page .search-pagination-nav .pagination .btn-pagenav-left {
  padding-right: 0;
  float: left;
  text-align: right;
  width: 10%;
  margin-right: 2%;
}
.content .search-page .search-pagination-nav .pagination .page-no {
  float: left;
  cursor: default;
  text-align: center;
  width: 76%;
}
.content .search-page .search-pagination-nav .pagination .page-no a {
  text-decoration: none;
  color: #555555;
  padding: 0 2%;
}
.content .search-page .search-pagination-nav .pagination .page-no a.current {
  text-decoration: underline;
}
.content .search-page .search-pagination-nav .pagination .page-no a:hover {
  color: #e55c00;
  text-decoration: underline;
}
@media only screen and (min-width: 481px) {
  /* 480 =================================================== */
  aside {
    padding: 0;
    margin: 0;
  }
  aside.side-left {
    width: 34%;
    padding-left: 4%;
  }
  aside.side-right {
    width: 62%;
    padding-left: 2%;
  }
  .content section.content.col {
    margin: 2%;
    margin-top: 1%;
    margin-bottom: 0;
  }
  .content section.content.col .row {
    padding-top: 1%;
  }
  .content aside section {
    margin: 0;
    padding-top: 2%;
    padding: 15px;
  }
  .base-up {
    display: none;
  }
  .tablet-popup {
    z-index: 5;
    position: absolute;
    top: 74px;
    left: -2px;
    background: #fff;
    width: 91.2%;
    margin: 4%;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    padding: 1%;
  }
  .tablet-popup i.arrow {
    background: url("../../img/popup-arrow.19513ad779fa.png") no-repeat;
    position: absolute;
    top: -8px;
    right: 6.4%;
    width: 18px;
    height: 9px;
  }
  .tablet-popup .two-col {
    width: 45%;
    float: left;
    padding: 5%;
    padding-top: 2%;
    padding-right: 0;
  }
  .tablet-popup .two-col ul {
    font-size: 1em;
  }
  .tablet-popup .two-col ul:nth-child(2n+1) {
    clear: both;
  }
  .tablet-popup .two-col > ul {
    width: 100%;
  }
  .tablet-popup .two-col > ul > li {
    font-weight: bold;
    margin-bottom: 4%;
  }
  .tablet-popup .two-col > ul > li ul {
    font-weight: normal;
    margin-top: 4%;
  }
  .tablet-popup .one-col {
    width: 45%;
    float: left;
    padding: 5%;
    padding-top: 1%;
    padding-left: 0;
  }
  .tablet-popup .one-col ul {
    float: left;
    margin: 0;
    margin-left: 2%;
    width: 98%;
  }
  .tablet-popup .one-col ul li {
    margin-bottom: 15px;
  }
  .tablet-popup .one-col ul li:first-child {
    margin-bottom: 5px;
  }
  .tablet-popup .one-col ul li.results {
    font-size: 1em;
    font-weight: bold;
    padding-left: 2%;
  }
  .tablet-popup .one-col ul li .form-search {
    display: block;
    margin-left: -4%;
    position: relative;
  }
  .tablet-popup .one-col ul li .form-search input {
    font-size: 1em;
    width: 98%;
  }
  .tablet-popup .one-col ul li .form-search input.active {
    background: url("../../img/loader.4aece289146d.gif") 96% 4px;
  }
  .tablet-popup .one-col ul li .form-search form {
    margin-bottom: 0px;
  }
  .tablet-popup .one-col ul li .form-search .submit-btn {
    position: absolute;
    right: 0;
    width: 30px !important;
  }
  .tablet-popup .one-col ul li.result {
    width: 98%;
    line-height: 1.4em;
    padding-left: 2%;
  }
  .tablet-popup .one-col ul li.result a {
    font-weight: bold;
    color: #e55c00;
    text-decoration: none;
  }
  .tablet-popup .one-col ul:nth-child(2n+1) {
    clear: both;
  }
  .tablet-popup .one-col .btn-more {
    float: right;
  }
  header {
    position: relative;
  }
  header .logo {
    background: #00a651 url("../../img/logo.b7df8c7098db.png") no-repeat top right;
    height: 104px;
    padding-left: 1.5%;
  }
  header .logo img {
    display: none;
  }
  .content .justreleased .book_1up img,
  .content .search-results .book_1up img {
    width: 33.3%;
  }
  .content .justreleased .book_3up,
  .content .search-results .book_3up {
    width: 33.3%;
    float: left;
  }
  .content .justreleased .book_3up img,
  .content .search-results .book_3up img,
  .content .justreleased .book_3up .book_3up_col,
  .content .search-results .book_3up .book_3up_col {
    width: 100%;
  }
  .content .justreleased .book_3up.item-2,
  .content .search-results .book_3up.item-2,
  .content .justreleased .book_3up.item-5,
  .content .search-results .book_3up.item-5,
  .content .justreleased .book_3up.item-8,
  .content .search-results .book_3up.item-8,
  .content .justreleased .book_3up.item-11,
  .content .search-results .book_3up.item-11,
  .content .justreleased .book_3up.item-14,
  .content .search-results .book_3up.item-14,
  .content .justreleased .book_3up.item-17,
  .content .search-results .book_3up.item-17,
  .content .justreleased .book_3up.item-20,
  .content .search-results .book_3up.item-20,
  .content .justreleased .book_3up.item-23,
  .content .search-results .book_3up.item-23,
  .content .justreleased .book_3up.item-26,
  .content .search-results .book_3up.item-26,
  .content .justreleased .book_3up.item-29,
  .content .search-results .book_3up.item-29 {
    clear: both;
  }
  /* Header
  ------------------------------------------------------------------------------*/
  header {
    position: relative;
  }
  header .cart {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 50%;
    padding-bottom: 0;
    margin-right: -15px;
  }
  header .cart .fb {
    float: left;
  }
  header .cart .fb a {
    background-image: url("../../img/social-icons.2901e0b9baef.png");
    background-position: -36px -72px;
    background-size: 288px 400px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-right: 3px;
    margin-top: 0;
  }
  header .cart .fb a:hover {
    background-image: url("../../img/social-icons.2901e0b9baef.png");
    background-position: 0 -72px;
    background-size: 288px 400px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-right: 3px;
  }
  header .cart .twitter {
    float: left;
  }
  header .cart .twitter a {
    background-image: url("../../img/social-icons.2901e0b9baef.png");
    background-position: -36px 0px;
    background-size: 288px 400px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-right: 3px;
    margin-top: 0;
  }
  header .cart .twitter a:hover {
    background-image: url("../../img/social-icons.2901e0b9baef.png");
    background-position: 0px 0px;
    background-size: 288px 400px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-right: 3px;
  }
  header .cart .instagram {
    float: left;
  }
  header .cart .instagram a {
  background-image: url("../../img/social-icons.2901e0b9baef.png");
  background-position: -36px -36px;
  background-size: 288px 400px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 3px;

  }
  header .cart .instagram a:hover {
    background-image: url("../../img/social-icons.2901e0b9baef.png");
    background-position: 0px -36px;
    background-size: 288px 400px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-right: 3px;
  }
  header .cart .cart-link {
    float: left;
    margin: 0 8px 0;
  }
  header .cart .cart-link a {
    background-image: url("../../img/social-icons.2901e0b9baef.png");
    background-position: -36px -325px;
    background-size: 287px 400px;
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
  header .cart .cart-link a:hover {
    background-position: 0 -325px;
    background-size: 287px 400px;
  }
  header nav {
    float: right;
    clear: none;
    margin-right: 10px;
    width: auto;
  }
  header nav .menu {
    display: block;
    position: absolute;
    top: 60%;
    right: 5%;
    width: 27.5%;
  }
  header nav .menu a {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    border-width: 0;
    -webkit-tap-highlight-color: transparent;
  }
  header nav .mobile-nav {
    display: none;
  }
  header .search-box {
    display: none;
  }
  nav.mobile-nav {
    display: none;
  }
  /* Footer
  ------------------------------------------------------------------------------*/
  footer nav ul {
    width: 350px;
  }
  /* Components
  ------------------------------------------------------------------------------*/
  .justreleased,
  .collections,
  .news,
  .bestseller,
  .related,
  .search-results {
    background-color: #ffffff;
    border: 1px solid #efeded;
  }
  .justreleased h2,
  .collections h2,
  .news h2,
  .bestseller h2,
  .related h2,
  .search-results h2 {
    margin: 0 0;
  }
  .section-padding {
    padding: 0;
    padding: 4%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
  .content .justreleased .book_1up,
  .content .search-results .book_1up {
    padding: 0;
    padding: 4%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
  .content .justreleased .book_1up.book_1up,
  .content .search-results .book_1up.book_1up {
    width: 92%;
  }
  .content .justreleased p,
  .content .search-results p {
    margin: 5% 0;
  }
  .content .justreleased .book_1up img,
  .content .search-results .book_1up img {
    float: left;
    width: 32%;
  }
  .content .justreleased .book_1up .book_1up_col,
  .content .search-results .book_1up .book_1up_col {
    width: 68%;
  }
  .content .justreleased .book_3up,
  .content .search-results .book_3up {
    width: 28.000000000000004%;
    padding: 0;
    margin: 0;
    margin-left: 4%;
  }
  .content .justreleased .book_3up img,
  .content .search-results .book_3up img {
    width: 100%;
  }
  .content .justreleased .book_3up .book_3up_col,
  .content .search-results .book_3up .book_3up_col {
    padding: 0;
    padding-left: 4%;
    padding-top: 4%;
    width: auto;
  }
  .content .justreleased .book_3up .btn-group,
  .content .search-results .book_3up .btn-group {
    margin-top: 4%;
  }
  .content .news h2,
  .content .bestseller h2 {
    margin: 15px 0;
  }
  .content .collections section {
    padding: 0;
    padding: 4%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
  .content .collections .collections_col,
  .content .collections .collections_img4_col {
    width: 64%;
    margin-left: 4%;
    margin-top: 4%;
    padding-right: 0;
  }
  .content .collections .collections_col a img,
  .content .collections .collections_img4_col a img {
    margin: 0;
    width: 19%;
    margin-right: 8%;
  }
  .content .collections .collections_col a:last-child img,
  .content .collections .collections_img4_col a:last-child img {
    margin-right: 0;
  }
  .content .collections .collections_img6_col {
    *zoom: 1;
    width: 100%;
    padding-top: 8%;
    padding-bottom: 4%;
    padding-right: 0;
  }
  .content .collections .collections_img6_col:before,
  .content .collections .collections_img6_col:after {
    display: table;
    content: "";
  }
  .content .collections .collections_img6_col:after {
    clear: both;
  }
  .content .collections .collections_img6_col a img {
    margin: 0;
    width: 11.666666666666666%;
    margin-right: 6%;
  }
  .content .collections .collections_img6_col a:last-child img {
    margin-right: 0;
  }
  .content .collections img {
    width: 32%;
  }
  .content .collections img.featured {
    padding: 0;
    max-width: 100%;
  }
  .content .btn-more {
    margin-right: 2%;
  }
  .tablet_col_2 .news {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 1.5%;
    -webkit-column-gap: 1.5%;
  }
  .tablet_col_2 .news h2 {
    -webkit-column-span: all;
    -moz-column-count: all;
  }
  /* Collections / Components
  ----------------------------------------------------------------------------- */
  .content .collections-page.books-nav .page-no,
  .content .collections-page.books-nav .selection {
    display: block;
  }
  .content .collections-page select {
    display: none;
  }
  .content .collections-page .collections {
    padding: 0;
    padding: 4%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
    margin-bottom: 2%;
  }
  .content .collections-page .collections h2 {
    margin-top: 0.5%;
    margin-bottom: 0;
    margin-left: 0;
  }
  .content .collections-page .collections .book_1up {
    width: 100%;
  }
  .content .collections-page .collections .book_1up img {
    margin-top: 0;
    width: 32%;
  }
  .content .collections-page .collections .book_1up img.publisher {
    margin-top: 10px;
    max-width: inherit;
  }
  .content .collections-page .collections .book_1up .book_1up_col {
    margin-top: 1%;
    width: 68%;
    max-width: 68%;
  }
  .content .collections-page .collections .book_1up .btn.btn-buy {
    width: auto;
    padding-right: 34px;
  }
  .content .collections-page .collections .buy-info {
    float: left;
  }
  .content .collections-page .collections .buy-action {
    float: right;
    margin-top: 3%;
  }
  .content .collections-page .spotlight .book_1up {
    padding: 0;
  }
  .content .collections-page .spotlight .tablet-up {
    display: block;
  }
  .content .collections-page .spotlight p {
    font-size: 0.9em;
  }
  .content .collections-page .books_Xup {
    margin-bottom: 1%;
  }
  .content .collections-page .books_Xup .col {
    padding-left: 0;
    width: 100%;
  }
  .content .collections-page .books_Xup .col h3 {
    margin-top: 5px;
  }
  .content .collections-page .book_2up {
    width: 48%;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .content .collections-page .book_2up img {
    width: 50%;
    margin: 0;
    margin-bottom: 2%;
    padding-right: 2%;
  }
  .content .collections-page .book_2up .buy-action,
  .content .collections-page .book_2up .buy-info {
    float: none;
  }
  .content .collections-page .book_2up .buy-info ul {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
  }
  .content .collections-page .book_2up .buy-info ul li {
    float: none;
    padding-left: 0;
    padding-top: 6px;
    line-height: 1em;
  }
  .content .collections-page .book_2up .buy-info ul li:first-child {
    padding-left: 0;
  }
  .content .collections-page .book_2up .buy-info ul li:nth-child(3n+1) {
    clear: both;
    padding-left: 0;
  }
  .content .collections-page .book_2up .buy-info ul li:last-child {
    border: 0;
  }
  .content .collections-page .book_2up .publisher {
    max-width: initial;
    width: auto;
  }
  .content .collections-page .book_2up .btn-group {
    margin-bottom: 0;
  }
  .content .collections-page .book_2up .btn-group .btn {
    width: 100%;
  }
  .content .collections-page .book_2up .ebook {
    display: block;
  }
  .content .collections-page section.child-wrapper {
    margin: 0;
    padding: 0;
  }
  .content .collections-page .book_4up {
    width: 50%;
    padding: 0;
    float: left;
    margin-bottom: 4%;
  }
  .content .collections-page .book_4up .img-col {
    width: 100%;
    float: left;
    padding-right: 2%;
  }
  .content .collections-page .book_4up .img-col .btn-buy {
    padding-right: 4px;
    width: auto;
    white-space: nowrap;
  }
  .content .collections-page .book_4up .img-col .btn-buy span {
    display: none;
  }
  .content .collections-page .book_4up .img-col .btn-buy i {
    float: none;
    position: relative;
    top: auto;
    right: auto;
  }
  .content .collections-page .book_4up .tablet-col {
    width: 59%;
    padding-right: 4%;
  }
  .content .collections-page .book_4up .img-col {
    width: 96%;
    padding-right: 4%;
    font-size: 0.9em;
    margin-bottom: 4%;
  }
  .content .collections-page .book_4up .img-col img {
    width: 56%;
    padding-right: 2%;
    float: left;
    margin-bottom: 4%;
  }
  .content .collections-page .book_4up .buy-action {
    float: none;
  }
  .content .collections-page .book_4up:nth-child(2n + 1) {
    clear: both;
  }
  .content .collections-page .book_4up:first-child {
    clear: none;
  }
  .content .books-nav {
    display: block;
    margin: 4%;
    margin-top: 0;
    width: 92%;
  }
  .content .books-nav.home-page {
    margin-top: 5px;
    display: block;
  }
  .content .books-nav.home-page .pagination .btn-pagenav-left {
    float: right;
  }
  .content .books-nav .selection {
    background-color: #ffffff;
    border: 1px solid #efeded;
    *zoom: 1;
    padding: 4%;
    width: 92%;
  }
  .content .books-nav .selection:before,
  .content .books-nav .selection:after {
    display: table;
    content: "";
  }
  .content .books-nav .selection:after {
    clear: both;
  }
  .content .books-nav .selection a img {
    float: left;
    padding-right: 2%;
    width: 9.333333333333334%;
  }
  .content .books-nav .selection a:last-child img {
    padding-right: 0;
    margin: auto;
  }
  .content .books-nav .selection a:last-child span {
    margin-right: 0;
  }
  .content .books-nav .selection a:first-child img {
    margin: auto;
  }
  .content .books-nav .pagination {
    margin-bottom: 2%;
  }
  .content .books-nav .pagination .btn {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .content .books-nav .pagination a.btn:hover {
    color: #e55c00;
    text-decoration: underline;
  }
  .content .books-nav .pagination .btn-pagenav-right {
    padding-left: 0;
    float: left;
    width: 33.3%;
  }
  .content .books-nav .pagination .btn-pagenav-left {
    padding-right: 0;
    float: left;
    text-align: right;
    width: 33.3%;
  }
  .content .books-nav .pagination .page-no {
    float: left;
    cursor: default;
    text-align: center;
    width: 33.3%;
  }
  /* Book Details / Components
  ----------------------------------------------------------------------------- */
  .content .book-details-page .main-nav {
    margin-top: 0;
  }
  .content .book-details-page .collections .book_1up .book_1up_col {
    width: 68%;
    max-width: 68%;
    margin-top: 0;
  }
  .content .book-details-page .collections .book_1up .book_1up_col .buy-action,
  .content .book-details-page .collections .book_1up .book_1up_col ul {
    margin-top: 0;
  }
  .content .book-details-page .collections .book_1up .book_1up_col .buy-action .btn {
    width: auto;
    white-space: nowrap;
  }
  .content .book-details-page .book_1up {
    width: 100%;
  }
  .content .book-details-aside {
    padding-right: 4%;
    margin: 0;
    width: 100%;
  }
  .content .book-details-aside .book_3up {
    width: 30.666666666666668%;
    margin-right: 4%;
    margin-top: 3%;
    float: left;
  }
  .content .book-details-aside .book_3up img {
    width: 100%;
    margin: 0;
    max-width: 100%;
    float: none;
  }
  .content .book-details-aside .book_3up .book_3up_col {
    width: 100%;
    float: none;
    margin-top: 4%;
  }
  .content .book-details-aside .book_3up.even {
    margin-right: 4%;
  }
  .content .book-details-aside .book_3up.third {
    margin-right: 0;
  }
  .content .book-details-aside h3 {
    margin-top: 2%;
  }
  .content .book-details-aside.side-left.author-aside {
    position: relative;
  }
  .content .side-left .author-details {
    padding: 0;
    padding: 4%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
    padding-bottom: 4%;
    margin-top: 0;
    margin-bottom: 2%;
  }
  .content .side-left .author-details article {
    margin-top: 3%;
  }
  .content .side-left .author-details img {
    width: 33%;
    float: left;
  }
  .content .side-left .author-details p {
    clear: none;
    margin-top: 4%;
    float: left;
    width: 64%;
    margin-left: 2%;
    margin-top: 0;
  }
  .content .side-left .related {
    padding: 0;
    padding: 4%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
    padding-bottom: 4%;
    margin: 0;
    margin-bottom: 2%;
  }
  /* Contact / Components
  ----------------------------------------------------------------------------- */
  .contact-page {
    padding: 2%;
  }
  .contact-page section {
    padding: 0;
    padding: 4%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
  /* Search
  ----------------------------------------------------------------------------- */
  .search-box .submit-btn {
    position: absolute;
    left: 173px;
    top: 1px;
    width: 30px;
    height: 35px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0));
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .content .search-filter.mobile,
  .content nav.date-filter.desktop {
    display: none;
  }
  .content .search-page h1 {
    display: block;
    font-size: 22px;
    color: #555555;
    margin: 4px 0 2% 6%;
  }
  .content .search-page nav.date-filter.ipad {
    display: block;
    *zoom: 1;
    padding: 0;
    margin: 0 0 2% 6%;
    width: 88%;
  }
  .content .search-page nav.date-filter.ipad:before,
  .content .search-page nav.date-filter.ipad:after {
    display: table;
    content: "";
  }
  .content .search-page nav.date-filter.ipad:after {
    clear: both;
  }
  .content .search-page nav.date-filter.ipad ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
  }
  .content .search-page nav.date-filter.ipad ul li {
    display: table-cell;
  }
  .content .search-page nav.date-filter.ipad ul li a {
    text-decoration: none;
    color: #555555;
    display: block;
    text-align: center;
    border-left: 1px solid #717070;
    line-height: 1em;
  }
  .content .search-page nav.date-filter.ipad ul li:first-child a {
    border-left: none;
  }
  .content .search-page nav.date-filter.ipad ul li.current a {
    color: #e55c00;
  }
  .content .search-page nav.date-filter.ipad ul li:hover a {
    text-decoration: underline;
    color: #e55c00;
  }
  .content .search-page nav.search-nav {
    *zoom: 1;
    display: block;
    margin: 0;
    padding: 0;
    margin-left: 2%;
    width: 96%;
  }
  .content .search-page nav.search-nav:before,
  .content .search-page nav.search-nav:after {
    display: table;
    content: "";
  }
  .content .search-page nav.search-nav:after {
    clear: both;
  }
  .content .search-page nav.search-nav ul {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .content .search-page nav.search-nav ul li {
    float: left;
    margin-bottom: 0px;
    width: 25%;
    height: 25px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid 1px solid #efeded;
  }
  .content .search-page nav.search-nav ul li a {
    display: block;
    height: 25px;
    line-height: 24px;
    text-decoration: none;
    color: #555555;
    border-top: 1px solid #f9f9f9;
  }
  .content .search-page nav.search-nav ul li.current a {
    background: #ffffff;
    border: 1px solid #efeded;
    border-bottom: none;
    color: #e55c00;
  }
  .content .search-page nav.search-nav ul li a:hover {
    color: #e55c00;
    text-decoration: underline;
  }
  .content .search-page .search-results {
    padding: 3% 0 0 0;
  }
  .content .search-page .search-results .book_3up {
    width: 28.000000000000004%;
    margin: 0 0 3% 4%;
    padding: 0;
  }
  .content .search-page .search-results .book_3up img {
    width: 100%;
  }
  .content .search-page .search-results .book_3up .book_3up_col {
    padding: 0;
    padding-left: 4%;
    padding-top: 4%;
    width: auto;
  }
  .content .search-page .search-results .book_3up:nth-child(2n+1) {
    clear: none;
  }
  .content .search-page .search-results .book_3up:nth-child(3n+1) {
    clear: both;
  }
  .content .search-page .search-pagination-nav {
    margin: 0 auto 4% auto;
  }
  .content .search-page .search-pagination-nav a {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 961px) {
  /* 800+ =================================================== */
  div.content {
    width: 100%;
    margin-top: 15px;
    position: relative;
  }
  div.content .content.col {
    margin: 0;
    width: 58%;
    position: relative;
    left: 20%;
    margin-left: 1%;
    margin-right: 1%;
  }
  div.content aside,
  div.content .book-details-page {
    padding: 0;
    margin: 0;
    width: 20%;
    position: relative;
  }
  div.content aside.side-left,
  div.content .book-details-page.side-left {
    width: 20%;
    left: -60%;
  }
  div.content aside.side-left section,
  div.content .book-details-page.side-left section {
    margin-top: 35px;
  }
  div.content aside.side-left.author-aside,
  div.content .book-details-page.side-left.author-aside {
    float: right;
    left: 0;
    right: 0;
  }
  div.content aside.side-right,
  div.content .book-details-page.side-right {
    width: 20%;
    padding: 0;
  }
  .justreleased,
  .collections,
  .news,
  .bestseller,
  .search-results {
    margin: 0;
  }
  header .cart {
    padding-left: 0;
    top: 4px;
    right: 160px;
    width: 136px;
  }
  header nav .menu {
    display: none;
  }
  header nav .search-box {
    display: block;
    position: absolute;
    top: 50px;
    right: 10px;
  }
  header nav .search-box .btn {
    display: none;
  }
  header .logo {
    background: #00a651 url("../../img/logo.b7df8c7098db.png") no-repeat top right;
    height: 104px;
    padding-left: 100%;
    margin-left: -101%;
  }
  header .logo img {
    display: none;
  }
  aside .btn-group {
    width: 100%;
  }
  .gt-ie8 .search-box,
  .lt-ie9 .search-box {
    top: 62px !important;
  }
  .side-menu {
    display: block;
  }
  .content .tablet_col_2 .news {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
  }
  .side-menu {
    margin-top: 1px;
  }
  .side-menu ul.main-nav {
    background-color: #ffffff;
    border: 1px solid #efeded;
    padding: 5%;
    margin: 0;
    margin-top: 0;
  }
  .side-menu ul.main-nav li {
    padding-left: 5px;
  }
  .side-menu ul.main-nav li,
  .side-menu ul.main-nav li ul {
    font-size: 1em;
  }
  .side-menu ul.main-nav li a,
  .side-menu ul.main-nav li ul a {
    text-decoration: none;
    color: #555555;
  }
  .side-menu ul.main-nav li a:hover,
  .side-menu ul.main-nav li ul a:hover {
    text-decoration: underline;
    color: #e55c00;
  }
  .side-menu ul.main-nav li a.current,
  .side-menu ul.main-nav li ul a.current {
    color: #e55c00;
  }
  .side-menu ul.main-nav ul {
    margin-bottom: 10%;
  }
  .side-menu ul.main-nav ul.sub-nav {
    padding-left: 10px;
  }
  .side-menu.search-page {
    margin-top: 61px;
  }
  .side-menu .btn {
    width: 92%;
    font-size: 0.9em;
  }
  .side-menu .btn-nav {
    font-size: 0.9em;
  }
  header .search-box {
    left: 81%;
    width: 18%;
  }
  header .cart {
    left: 81%;
    margin-left: 8px;
    right: 0;
  }
  .section-padding {
    padding: 0;
    padding: 2%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
  .content .collections section {
    padding: 0;
    padding: 2%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
  .content .collections section .collections_img6_col {
    padding-top: 4%;
    padding-bottom: 0;
  }
  .content .justreleased {
    margin-bottom: 2%;
  }
  .content .justreleased .book_1up {
    padding: 0;
    padding: 2%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
  .content .justreleased .book_1up.book_1up {
    width: 96%;
  }
  .content .justreleased .book_3up {
    width: 30.666666666666668%;
    margin-left: 2%;
  }
  .content .news h2,
  .content .bestseller h2 {
    margin: 5px 0;
    padding-bottom: 4px;
  }
  .content .bestseller h3,
  .content .bestseller article {
    font-size: 0.85em;
  }
  .content .book-details-page .book_1up {
    width: 96%;
  }
  /* Collections / Components
  ----------------------------------------------------------------------------- */
  .content .books-nav {
    margin-top: 2%;
  }
  .content .books-nav.home-page {
    width: 58%;
    margin-left: 21%;
    margin-top: 2%;
  }
  .content .books-nav.home-page .pagination .btn {
    margin: 0;
  }
  .content .books-nav .selection {
    padding: 1% 6%;
    width: 88%;
  }
  .content .books-nav .selection a img {
    float: left;
    padding-right: 2%;
    max-width: 9.333333333333334%;
  }
  .content .books-nav .selection a .no-cover {
    max-width: 9.333333333333334%;
    width: 64px;
    height: 90px;
    background-color: #efeded;
    border: 1px solid #bfb7b7;
    font-size: 0.65em;
    color: black;
    text-decoration: none;
    float: left;
    margin-right: 2%;
    padding: 10px;
    text-align: center;
    line-height: 1.5em;
  }
  .content .books-nav .pagination {
    margin-bottom: 2%;
  }
  .content .books-nav .pagination .btn {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .content .books-nav .pagination .btn-pagenav-right {
    padding-left: 0;
    float: left;
    width: 32%;
    margin-left: 2%;
  }
  .content .books-nav .pagination .btn-pagenav-left {
    padding-right: 0;
    float: left;
    text-align: right;
    width: 32%;
    margin-right: 2%;
  }
  .content .books-nav .pagination .page-no {
    float: left;
    cursor: default;
    text-align: center;
    width: 32%;
  }
  .content .collections-page .collections {
    margin-bottom: 0;
    padding: 0;
    padding: 2%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
  .content .collections-page .collections h2 {
    margin-bottom: 1%;
  }
  .content .publishers-nav {
    background-color: #ffffff;
    border: 1px solid #efeded;
    display: block;
  }
  .content .publishers-nav .pagination {
    position: relative;
    height: 30px;
    background: #3f3e3e;
    margin: -15px;
    margin-bottom: 4%;
  }
  .content .publishers-nav .pagination a {
    z-index: 1;
    display: inline-block;
    text-align: center;
  }
  .content .publishers-nav .pagination a i {
    margin: 4px;
    margin-top: 10px;
    width: 6px;
    height: 10px;
    display: inline-block;
  }
  .content .publishers-nav .pagination a.left {
    float: left;
    width: 5%;
  }
  .content .publishers-nav .pagination a.left i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -6px -49px;
  }
  .content .publishers-nav .pagination a.right {
    float: right;
    width: 8%;
  }
  .content .publishers-nav .pagination a.right i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 -49px;
  }
  .content .publishers-nav .pagination .page-no {
    text-align: center;
    width: 85%;
    display: block;
    float: left;
    color: #fff;
    font-size: 1em;
    padding: 4px 0;
  }
  .content .publishers-nav h2 {
    border: 0;
    margin: 8% 0;
  }
  .content .publishers-nav ul {
    margin: 0;
    padding: 0;
  }
  .content .publishers-nav ul a {
    text-decoration: none;
    color: #555555;
    font-size: 1.2em;
  }
  .content .publishers-nav ul a.current {
    color: #e55c00;
  }
  .content .publishers-nav ul a:hover {
    text-decoration: underline;
    color: #e55c00;
  }
  /* Book Details / Components
  ----------------------------------------------------------------------------- */
  .content .book-details-page .main-nav {
    margin-top: 0;
  }
  .content .book-details-page .buy-action {
    display: block;
  }
  .content .book-details-aside {
    padding-right: 0;
  }
  .content .book-details-aside .book_3up {
    width: 100%;
  }
  .content .book-details-aside .book_3up img {
    width: 100%;
  }
  .content .book-details-aside .buy-action {
    background-color: #ffffff;
    border: 1px solid #efeded;
    display: block;
  }
  .content .book-details-aside .buy-action .btn-group {
    margin-bottom: 0.5em;
  }
  .content .book-details-aside .buy-action .ebook {
    clear: both;
    display: block;
  }
  .content .book-details-aside .buy-action .btn {
    width: 80%;
    max-width: 80%;
  }
  .content .book-details-aside .buy-action .btn i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .content .book-details-aside .buy-action .btn i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
  }
  .content .book-details-aside .buy-action .btn i {
    margin-top: 2px;
  }
  .content .book-details-aside .buy-action .btn:active,
  .content .book-details-aside .buy-action .btn.dropped {
    -webkit-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
  }
  .content .book-details-aside .buy-action .btn:active i,
  .content .book-details-aside .buy-action .btn.dropped i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .content .book-details-aside .buy-action .btn:active i,
  .content .book-details-aside .buy-action .btn.dropped i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -13px -6px;
    width: 11px;
    height: 9px;
  }
  .content .side-left section.buy-action {
    margin-top: 0;
  }
  .content .side-left .author-details {
    margin-top: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .content .side-left .author-details img {
    width: 100%;
    float: none;
  }
  .content .side-left .author-details p {
    clear: both;
    margin-top: 4%;
    width: auto;
  }
  .content .side-left .related {
    margin-top: 15px;
  }
  .content .side-left section h2 {
    padding-top: 3%;
  }
  /* Contact / Components
  ----------------------------------------------------------------------------- */
  .contact-page {
    padding: 0;
  }
  /* Search / Components
  ----------------------------------------------------------------------------- */
  .archives-popup-group {
    margin-bottom: 8.5%;
    *zoom: 1;
  }
  .archives-popup-group:before,
  .archives-popup-group:after {
    display: table;
    content: "";
  }
  .archives-popup-group:after {
    clear: both;
  }
  .archives-popup-group .btn:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .archives-popup-group.on .archives-popup {
    display: block;
  }
  .archives-popup {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    background: #fff;
    left: -1px;
  }
  .archives-popup ul {
    padding: 0;
    float: left;
    width: 17.6%;
    padding-top: 45px;
    margin-left: 3%;
    padding-bottom: 60px;
  }
  .archives-popup ul li {
    line-height: 1.7em;
  }
  .archives-popup ul li .form-search {
    margin-right: 6%;
    margin-top: -35px;
  }
  .archives-popup ul li .form-search input::-webkit-input-placeholder {
    color: #bfbfbf;
  }
  .archives-popup ul li .form-search input:-moz-placeholder {
    color: #bfbfbf;
  }
  .archives-popup ul li .form-search input.active {
    background: url("../../img/loader.4aece289146d.gif") 96% 6px;
  }
  .archives-popup ul li .form-search form {
    margin: 0;
  }
  .archives-popup ul li a,
  .archives-popup ul li a:visited {
    color: #555555;
    text-decoration: none;
  }
  .archives-popup ul li a:hover,
  .archives-popup ul li a:visited:hover {
    text-decoration: underline;
    color: #e55c00;
  }
  .archives-popup ul li:first-child {
    margin-left: -5%;
    font-size: 1.1em;
  }
  .archives-popup ul:last-child {
    margin-left: 0;
  }
  .archives-popup ul ul {
    font-size: 1em;
    width: auto;
    padding: 0;
    margin-top: 5px;
  }
  .archives-popup ul ul li,
  .archives-popup ul ul li:first-child {
    margin: 0;
  }
  .archives-popup ul.active li a,
  .archives-popup ul.active li a:visited {
    color: #bfbfbf;
  }
  .archives-popup ul.active li.focus a,
  .archives-popup ul.active li.focus a:visited {
    color: #555555;
  }
  .archives-popup ul.active li a:hover,
  .archives-popup ul.active li.focus a:hover {
    text-decoration: underline;
    color: #e55c00;
  }
  .archives-popup ul.active li a.disabled,
  .archives-popup ul.active li.focus a.disabled {
    text-decoration: none;
    color: #bfbfbf;
  }
  .archives-popup .archives-popup-group {
    position: absolute;
    top: 8px;
    left: 1px;
  }
  .archives-popup .archives-popup-group .btn i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .archives-popup .archives-popup-group .btn i {
    background: url("../../img/icons-sprite.3941bed4c0cc.png") no-repeat -13px -6px;
    width: 11px;
    height: 9px;
  }
  /* Search
  ----------------------------------------------------------------------------- */
  .content nav.date-filter.desktop {
    background-color: #ffffff;
    border: 1px solid #efeded;
    display: block;
    padding: 5%;
    width: auto;
    margin-top: 8%;
  }
  .content nav.date-filter.desktop li a {
    text-decoration: none;
    color: #555555;
  }
  .content nav.date-filter.desktop li.current a {
    color: #e55c00;
  }
  .content nav.date-filter.desktop li:hover a {
    text-decoration: underline;
    color: #e55c00;
  }
  .content .search-page h1 {
    margin: 4px 0 1% 2%;
  }
  .content .search-page nav.date-filter.ipad {
    display: none;
  }
  .content .search-page nav.search-nav {
    margin-left: 0;
    width: 100%;
  }
  .content .search-page .search-results {
    margin-bottom: 2%;
  }
  .content .search-page .search-results .book_3up {
    width: 30.666666666666668%;
    margin-left: 2%;
  }
  .content .search-page .search-pagination-nav {
    width: 100%;
  }
  /* Cart
  ----------------------------------------------------------------------------- */
  .content .collections .bookwithcover.buybook h1 {
    padding-left: 4%;
    padding-top: 20px;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .content .collections .bookwithcover.buybook h3 {
    padding-left: 4%;
  }
  .content .collections .bookwithcover.buybook h2 {
    background-color: #666;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    height: 34px;
    letter-spacing: 0.1em;
    line-height: 34px;
    margin: 20px 4% !important;
    padding: 0 10px;
  }
  .content .collections .bookwithcover.buybook p {
    padding-left: 4%;
    font-size: 0.9em;
  }
  .content .collections .bookwithcover.buybook img {
    float: none !important;
    margin: 0 0 2% 4% !important;
  }
  .content .collections .bookwithcover.buybook #total {
    font-weight: bold;
    font-size: 1.0em;
    margin: 30px 0;
  }
  .content .collections .bookwithcover.buybook form#cust_details input,
  .content .collections .bookwithcover.buybook form#cc_details input,
  .content .collections .bookwithcover.buybook form#cust_details select,
  .content .collections .bookwithcover.buybook form#cc_details select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    color: #666;
    font-family: "museo-sans", sans-serif;
    font-size: 1em;
    padding: 8px 5px;
    width: 70%;
  }
  .content .collections .bookwithcover.buybook form#cust_details select,
  .content .collections .bookwithcover.buybook form#cc_details select {
    width: auto;
    padding: 5px;
  }
  .content .collections .bookwithcover.buybook form#cust_details input[type="checkbox"],
  .content .collections .bookwithcover.buybook form#cc_details input[type="checkbox"],
  .content .collections .bookwithcover.buybook form#cust_details input[type="radio"],
  .content .collections .bookwithcover.buybook form#cc_details input[type="radio"] {
    width: auto;
  }
  .content .collections .bookwithcover.buybook form#cust_details input[type="button"],
  .content .collections .bookwithcover.buybook form#cc_details input[type="button"],
  .content .collections .bookwithcover.buybook form#cust_details input[type="reset"],
  .content .collections .bookwithcover.buybook form#cc_details input[type="reset"],
  .content .collections .bookwithcover.buybook form#cust_details input[type="submit"],
  .content .collections .bookwithcover.buybook form#cc_details input[type="submit"] {
    background: #E55C00;
    width: auto;
    border: none;
    margin-left: 4%;
    margin-top: 20px;
    padding: 8px 2%;
    color: #fff;
  }
  .content .collections .bookwithcover.buybook form#cust_details label,
  .content .collections .bookwithcover.buybook form#cc_details label {
    margin-bottom: 0;
  }
  .content .collections .bookwithcover.buybook h3.order-title {
    color: #fff;
    background: #666;
    padding: 5px 10px;
    margin: 20px 4% 0;
  }
  .content .collections .bookwithcover.buybook table#receipt-order {
    margin: 0px 4%;
    width: 92%;
    margin-bottom: 30px;
  }
  .content .collections .bookwithcover.buybook table#receipt-order .old-price {
    color: grey;
    text-decoration: line-through;
  }
  .content .collections .bookwithcover.buybook table#receipt-order .discount-code {
    padding-left: 4%;
    color: grey;
  }
  .content .collections .bookwithcover.buybook table#receipt-order .discount-code input {
    width: 11em;
    color: grey;
  }
  .content .collections .bookwithcover.buybook table#receipt-order td {
    padding-top: 10px;
  }
  .content .collections .bookwithcover.buybook table#receipt-order td.right {
    text-align: right;
  }
  .content .collections .bookwithcover.buybook table#receipt-order th.center,
  .content .collections .bookwithcover.buybook table#receipt-order td.center {
    text-align: center;
  }
  .content .collections .bookwithcover.buybook table#order-costs {
    margin: 0px 4%;
    width: 92%;
    margin-bottom: 30px;
  }
  .content .collections .bookwithcover.buybook table#order-costs td.right {
    text-align: right;
  }
  .content .collections .bookwithcover.buybook table#order-costs tr:hover td,
  .content .collections .bookwithcover.buybook table#receipt-order tr:hover td {
    background: none;
  }
  .content .collections .bookwithcover.buybook td.book-img {
    width: 20%;
  }
  .content .collections .bookwithcover.buybook ul.errorlist {
    padding: 0 4%;
  }
  .content .collections .bookwithcover.buybook ul.errorlist li {
    color: #ff0000;
  }
  .content .collections .bookwithcover.buybook .failed-transation {
    color: #ff0000;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1141px) {
  /* 1140 =================================================== */
  .container {
    width: 1140px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  header .logo {
    background: #00a651 url("../../img/logo-2x.664e04408209.png") no-repeat top right;
    background-size: 374px 104px;
  }
  header .cart .fb a {
    background-position: -108px -36px;
    background-size: 144px 200px;
  }
  header .cart .fb a:hover {
    background-position: -72px -36px;
    background-size: 144px 200px;
  }
  header .cart .twitter a {
    background-position: -108px 0px;
    background-size: 144px 200px;
  }
  header .cart .twitter a:hover {
    background-position: -72px 0px;
    background-size: 144px 200px;
  }
  header .cart .cart-link a {
    background-position: -108px -162px;
    background-size: 144px 200px;
  }
  header .cart .cart-link a:hover {
    background-position: -72px -162px;
    background-size: 144px 200px;
  }
  .chevron {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -25px 0;
    width: 8px;
    height: 14px;
    display: inline-block;
    background-size: 54px 94px;
  }
  .nsb-arrow {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -54px 0;
    width: 50px;
    height: 34px;
    display: inline-block;
    background-size: 54px 94px;
  }
  .btn.btn-nav i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    background-size: 54px 94px;
  }
  .btn.btn-nav i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0 0;
    background-size: 54px 94px;
  }
  .btn.btn-buy i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    background-size: 54px 94px;
  }
  .btn.btn-buy i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -13px 2px;
    width: 11px;
    height: 8px;
    background-size: 54px 94px;
  }
  .btn.btn-buy:active i,
  .btn.btn-buy.dropped i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    background-size: 54px 94px;
  }
  .btn.btn-buy:active i,
  .btn.btn-buy.dropped i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -13px -6px;
    width: 11px;
    height: 9px;
    background-size: 54px 94px;
  }
  .btn.btn-pagenav-right i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -6px -14px;
    width: 6px;
    height: 11px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    background-size: 54px 94px;
  }
  .btn.btn-pagenav-right i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -6px -14px;
    background-size: 54px 94px;
  }
  .btn.btn-pagenav-left i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -6px -14px;
    width: 6px;
    height: 11px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    background-size: 54px 94px;
  }
  .btn.btn-pagenav-left i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0px -14px;
    background-size: 54px 94px;
  }
  .content .publishers-nav .pagination a.left i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -6px -49px;
    background-size: 54px 94px;
  }
  .content .publishers-nav .pagination a.right i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0 -49px;
    background-size: 54px 94px;
  }
  .content .book-details-page .btn-dropdown .btn i,
  .content .book-details-aside .buy-action .btn i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    background-size: 54px 94px;
  }
  .content .book-details-page .btn-dropdown .btn i,
  .content .book-details-aside .buy-action .btn i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0 0;
    background-size: 54px 94px;
  }
  .container .content .book-details-aside .buy-action .btn .dropped i i,
  .container .content .book-details-aside .buy-action .btn:active i i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    background-size: 54px 94px;
  }
  .container .content .book-details-aside .buy-action .btn .dropped i i,
  .container .content .book-details-aside .buy-action .btn:active i i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -13px -6px;
    width: 11px;
    height: 9px;
    background-size: 54px 94px;
  }
  .btn.btn-nav-dropdown i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat 0 0;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    background-size: 54px 94px;
  }
  .btn.btn-nav-dropdown i {
    background: url("../../img/icons-sprite-2x.6a8ee5f89488.png") no-repeat -13px 2px;
    width: 11px;
    height: 8px;
    background-size: 54px 94px;
  }
  .form-search .search-query {
    background: #ffffff url("../../img/icon-search-2x.8f939ef7cf91.png") no-repeat 96% 6px;
    background-size: 18px 18px;
  }
  .content .collections-page .collections h2 i {
    background: url("../../img/icon-chevron-mini-2x.ea60a5e12441.png") no-repeat center right;
    background-size: 8px 15px;
  }
  .btn-ellipsis.btn-link i {
    background: url("../../img/icon-chevron-dark-2x.cbd014fb1b72.png") no-repeat;
    background-size: 8px 14px;
  }
  .tablet-popup .one-col ul li .form-search input.active {
    background: url("../../img/loader-2x.fe23fd97a65b.gif") 96% 4px;
    background-size: 18px 18px;
  }
  .archives-popup ul li .form-search input.active {
    background: url("../../img/loader-2x.fe23fd97a65b.gif") 96% 6px;
    background-size: 18px 18px;
  }
  .tablet-popup i.arrow {
    background: url("../../img/popup-arrow-2x.a9957d871e29.png") no-repeat;
    background-size: 17px 8px;
  }
}
