@charset "UTF-8";
@import url("icons/icons.css");
/*------------------------------------------*\
    Typography
\*------------------------------------------*/
@import url("//fonts.googleapis.com/css?family=Oswald:400,300,700");
@import url("//fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,600,600italic");
/*------------------------------------------*\
    Variables
\*------------------------------------------*/
/*------------------------------------------*\
    Mixin
\*------------------------------------------*/
/*------------------------------------------*\
    Setup
\*------------------------------------------*/
/* line 61, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 67, ../sass/main.scss */
.clearfix:after {
  clear: both;
}

/*------------------------------------------*\
    Foundation Overrides
\*------------------------------------------*/
/* line 73, ../sass/main.scss */
.row {
  max-width: 1200px;
}

/* line 77, ../sass/main.scss */
.accordion dd > a {
  position: relative;
}
/* line 79, ../sass/main.scss */
.accordion dd > a:before {
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  height: 57px;
  width: 57px;
  line-height: 57px;
  text-align: center;
  top: 0;
  right: 0;
}

/* line 92, ../sass/main.scss */
.note {
  background-color: #E5E3dA;
  padding: 15px;
}

/*------------------------------------------*\
    Typography
\*------------------------------------------*/
/* line 99, ../sass/main.scss */
body {
  background-color: #E5E3dA;
  font-family: 'Crimson Text', serif;
  line-height: 1.5em;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  /* line 99, ../sass/main.scss */
  body {
    font-size: 1rem;
  }
}

/* line 108, ../sass/main.scss */
h1, h2, h3, h4, h5, h6 {
  color: #253A42;
  font-family: 'Crimson Text', serif;
}
/* line 111, ../sass/main.scss */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #253A42;
  border: none;
}

/* line 116, ../sass/main.scss */
h1 {
  font-size: 2rem;
}

/* line 119, ../sass/main.scss */
h2 {
  font-size: 1.5rem;
}

/* line 122, ../sass/main.scss */
h3 {
  font-size: 1.25rem;
}

/* line 125, ../sass/main.scss */
p {
  font-size: 1.125rem;
}

/* line 128, ../sass/main.scss */
p.lead {
  font-size: 1.5rem;
}

/* line 131, ../sass/main.scss */
a {
  color: #9A9175;
  border-bottom: 2px solid #9A9175;
}
/* line 134, ../sass/main.scss */
a:hover {
  color: #253A42;
  border-bottom: 2px solid #253A42;
}

/* line 139, ../sass/main.scss */
ul, ol, dl {
  font-size: 1.125rem;
}

/* line 143, ../sass/main.scss */
.page h2 {
  font-family: 'Oswald', sans-serif;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  margin-top: 0;
  font-size: 1.25rem;
  border-bottom: 1px solid #ACA387;
  padding: 2em 0 0.5em;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 143, ../sass/main.scss */
  .page h2 {
    letter-spacing: 0.0625em;
  }
}

/* line 161, ../sass/main.scss */
.title {
  font-family: 'Oswald', sans-serif;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  margin-top: 0;
}
@media (max-width: 768px) {
  /* line 161, ../sass/main.scss */
  .title {
    letter-spacing: 0.0625em;
  }
}
/* line 171, ../sass/main.scss */
.title .title-inner {
  border: 0;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  vertical-align: top;
  padding: 0 0.9375em;
}
/* line 179, ../sass/main.scss */
.title a.title-inner:hover {
  color: #ACA387;
}
/* line 182, ../sass/main.scss */
.title.title-left {
  text-align: left;
}
/* line 184, ../sass/main.scss */
.title.title-left .title-inner {
  margin-left: 0.9375em;
}
/* line 188, ../sass/main.scss */
.title.title-stripe-dark {
  background-image: url("img/diagonal-dark.svg");
  height: 40px;
  line-height: 40px;
}
/* line 192, ../sass/main.scss */
.title.title-stripe-dark .title-inner {
  background-color: #FCFAF3;
}
/* line 196, ../sass/main.scss */
.title.title-stripe-light {
  background-image: url("img/diagonal-light.svg");
  height: 40px;
  line-height: 40px;
}
/* line 200, ../sass/main.scss */
.title.title-stripe-light .title-inner {
  background-color: #ACA387;
  color: #FCFAF3;
}
/* line 205, ../sass/main.scss */
.title.title-underline-dark {
  border-bottom: 1px solid #ACA387;
  padding: 2em 0 0.5em;
  text-align: center;
}
/* line 210, ../sass/main.scss */
.title.title-underline-light {
  border-bottom: 1px solid #ACA387;
  padding: 2em 0 0.5em;
  text-align: center;
}
/* line 215, ../sass/main.scss */
.title.title-right {
  text-align: right;
}
/* line 216, ../sass/main.scss */
.title.title-center {
  text-align: center;
}
/* line 217, ../sass/main.scss */
.title .see-all {
  background-color: #FCFAF3;
  border: 1px solid #ACA387;
  border-radius: 15px;
  color: #253A42;
  position: absolute;
  top: 5px;
  right: 15px;
  padding: 0 30px 0 20px;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media (max-width: 640px) {
  /* line 217, ../sass/main.scss */
  .title .see-all {
    display: none;
  }
}
/* line 233, ../sass/main.scss */
.title .see-all span {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
}
/* line 244, ../sass/main.scss */
.title .see-all:hover {
  padding: 0 45px 0 20px;
}

/* line 249, ../sass/main.scss */
hr.bookmark {
  border-top: 1px solid #9A9175;
  border-bottom: 0;
  position: relative;
  margin: 1.25rem 0 3rem;
}
/* line 254, ../sass/main.scss */
hr.bookmark:after {
  background-image: url("img/ribbon.png");
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: " ";
  height: 20px;
  width: 20px;
}

/*------------------------------------------*\
    Form
\*------------------------------------------*/
/* 'Cover' Positioning */
/* line 272, ../sass/main.scss */
.selecter.cover .selecter-options {
  border-width: 1px;
  top: 0;
}

/* line 274, ../sass/main.scss */
.selecter.cover.open .selecter-selected {
  z-index: 49;
}

/* line 277, ../sass/main.scss */
form label {
  display: block;
  line-height: 2em;
}
@media (max-width: 640px) {
  /* line 277, ../sass/main.scss */
  form label {
    letter-spacing: 0;
  }
}
/* line 284, ../sass/main.scss */
form input {
  border: 2px solid #ACA387;
  background-color: transparent;
  width: 100%;
}
/* line 289, ../sass/main.scss */
form input[type="text"],
form input[type="password"],
form input[type="email"] {
  height: 44px;
  text-indent: 10px;
  margin-bottom: 10px;
}
/* line 296, ../sass/main.scss */
form textarea {
  border: 2px solid #ACA387;
  background-color: transparent;
  width: 100%;
}
/* line 300, ../sass/main.scss */
form textarea:focus {
  outline: none;
}
/* line 304, ../sass/main.scss */
form .selecter {
  display: block;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
/* line 309, ../sass/main.scss */
form .selecter .selecter-options {
  border: 2px solid #ACA387;
}
/* line 311, ../sass/main.scss */
form .selecter .selecter-options .option-detail {
  display: block;
  float: right;
}
/* line 315, ../sass/main.scss */
form .selecter .selecter-options .option-term {
  display: block;
  float: left;
}
/* line 320, ../sass/main.scss */
form .selecter.focus {
  outline: none;
}
/* line 323, ../sass/main.scss */
form .selecter.open {
  z-index: 3;
}
/* line 325, ../sass/main.scss */
form .selecter.open .selecter-selected {
  background-color: #fff;
  z-index: 51;
}
/* line 331, ../sass/main.scss */
form .selecter.cover .selecter-options {
  border-width: 1px;
  top: 0;
}
/* line 336, ../sass/main.scss */
form .selecter .selecter-selected {
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
}
/* line 345, ../sass/main.scss */
form .selecter .selecter-selected .option-detail {
  display: block;
  float: right;
}
/* line 349, ../sass/main.scss */
form .selecter .selecter-selected .option-term {
  display: block;
  float: left;
}
/* line 354, ../sass/main.scss */
form .selecter .selecter-options {
  background-color: #fefefe;
  display: none;
  left: 0;
  margin: 0;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50;
}
/* line 369, ../sass/main.scss */
form .selecter .selecter-group {
  background: #F9F9F9;
  border-bottom: 1px solid #e3e3e3;
  display: block;
  padding: 5px 10px 4px;
  text-transform: uppercase;
}
/* line 375, ../sass/main.scss */
form .selecter .selecter-element {
  *left: -999999px;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 0;
}
/* line 384, ../sass/main.scss */
form .selecter .selecter-element,
form .selecter .selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
/* line 390, ../sass/main.scss */
form .selecter .selecter-item {
  background: #fff;
  border-bottom: 1px solid #ACA387;
  color: #253A42;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  text-overflow: ellipsis;
  width: 100%;
}
/* line 402, ../sass/main.scss */
form .selecter .selecter-item.selected {
  background: #FCFAF3;
}
/* line 403, ../sass/main.scss */
form .selecter .selecter-item.disabled {
  cursor: default;
}
/* line 404, ../sass/main.scss */
form .selecter .selecter-item:first-child {
  border-radius: 0;
}
/* line 405, ../sass/main.scss */
form .selecter .selecter-item:last-child {
  border-bottom: 0;
}
/* line 408, ../sass/main.scss */
form textarea {
  padding: 8px 10px;
}
/* line 411, ../sass/main.scss */
form .field {
  padding-bottom: 0.5em;
}
/* line 414, ../sass/main.scss */
form input.context {
  font-family: 'Oswald', sans-serif;
  margin-top: 2em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  width: 100%;
  background-color: #ACA387;
  color: #FCFAF3;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
}
/* line 428, ../sass/main.scss */
form input.context:hover {
  background-color: #9A9175;
}
/* line 432, ../sass/main.scss */
form button {
  font-family: 'Oswald', sans-serif;
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  width: 100%;
}
/* line 440, ../sass/main.scss */
form.form-light input {
  border: 2px solid #ACA387;
  background-color: transparent;
  color: #253A42;
  width: 100%;
}
/* line 446, ../sass/main.scss */
form.form-light label {
  color: #253A42;
}
/* line 449, ../sass/main.scss */
form.form-light .picker.picker-checkbox .picker-flag {
  border: 1px solid #ACA387;
}
/* line 452, ../sass/main.scss */
form.form-light .selecter-selected {
  border: 2px solid #ACA387;
}
/* line 455, ../sass/main.scss */
form.form-light .selecter-options {
  border: 2px solid #ACA387;
}
/* line 458, ../sass/main.scss */
form.form-light button {
  background-color: #ACA387;
  color: #FCFAF3;
}
/* line 461, ../sass/main.scss */
form.form-light button:hover {
  background-color: #9A9175;
}
/* line 466, ../sass/main.scss */
form.form-light .selecter.focus {
  outline: none;
}
/* line 468, ../sass/main.scss */
form.form-light .selecter.focus .selecter-selected {
  color: #253A42;
  background-color: #fff;
}
/* line 475, ../sass/main.scss */
form.form-dark {
  background-color: #ACA387;
  padding-bottom: 20px;
}
/* line 478, ../sass/main.scss */
form.form-dark label {
  color: #FCFAF3;
}
/* line 481, ../sass/main.scss */
form.form-dark input {
  border: 2px solid #E5E3dA;
  color: #FCFAF3;
}
/* line 485, ../sass/main.scss */
form.form-dark ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FCFAF3;
}
/* line 488, ../sass/main.scss */
form.form-dark :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FCFAF3;
  opacity: 1;
}
/* line 492, ../sass/main.scss */
form.form-dark ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FCFAF3;
  opacity: 1;
}
/* line 496, ../sass/main.scss */
form.form-dark :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FCFAF3;
}
/* line 500, ../sass/main.scss */
form.form-dark .selecter .selecter-selected {
  border: 2px solid #E5E3dA;
  color: #FCFAF3;
}
/* line 504, ../sass/main.scss */
form.form-dark .selecter .selecter-options {
  border: 2px solid #E5E3dA;
}
/* line 508, ../sass/main.scss */
form.form-dark .selecter.open .selecter-selected {
  color: #253A42;
}
/* line 512, ../sass/main.scss */
form.form-dark .selecter.focus {
  outline: none;
}
/* line 514, ../sass/main.scss */
form.form-dark .selecter.focus .selecter-selected {
  color: #253A42;
  background-color: #fff;
}
/* line 520, ../sass/main.scss */
form.form-dark button {
  background-color: #FCFAF3;
  color: #253A42;
}
/* line 523, ../sass/main.scss */
form.form-dark button:hover {
  background-color: #E5E3dA;
}

/* line 529, ../sass/main.scss */
input:focus {
  outline: 0;
}

/* 'Bottom' Positioning */
/* line 535, ../sass/main.scss */
.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto;
}

/* line 536, ../sass/main.scss */
.selecter.bottom .selecter-item:last-child {
  border: none;
}

/* 'Bottom' + 'Cover' Positioning */
/* line 541, ../sass/main.scss */
.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto;
}

/* Multiple Select */
/* line 546, ../sass/main.scss */
.selecter.multiple .selecter-options {
  border-width: 1px;
  box-shadow: none;
  display: block;
  position: static;
  width: 100%;
}

/* 'Disabled' State */
/* line 549, ../sass/main.scss */
.selecter.disabled .selecter-selected {
  background: #fff;
  border-color: #eee;
  color: #ccc;
  cursor: default;
}

/* line 550, ../sass/main.scss */
.selecter.disabled .selecter-options {
  background: #fff;
  border-color: #eee;
}

/* line 551, ../sass/main.scss */
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #eee;
  color: #ccc;
  cursor: default;
}

/* line 553, ../sass/main.scss */
.selecter.disabled .selecter-item.selected {
  background: #fafafa;
}

/* Scroller Support */
/* line 556, ../sass/main.scss */
.selecter .selecter-options.scroller {
  overflow: hidden;
}

/* line 557, ../sass/main.scss */
.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}

/* line 560, ../sass/main.scss */
.picker-element {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* line 561, ../sass/main.scss */
.picker {
  cursor: pointer;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding-bottom: 2px;
}

/* line 562, ../sass/main.scss */
.picker .picker-label {
  cursor: pointer;
  display: block;
  float: left;
  line-height: 16px;
  padding-top: 0;
}

/* line 563, ../sass/main.scss */
.picker .picker-handle {
  display: block;
  float: left;
  height: 16px;
  margin: 0 5px 0 0;
  width: 16px;
}

/* Checkbox Input */
/* line 566, ../sass/main.scss */
.picker.picker-checkbox .picker-handle {
  border-radius: 3px;
}

/* line 567, ../sass/main.scss */
.picker.picker-checkbox .picker-flag {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* 'Checked' */
/* line 570, ../sass/main.scss */
.picker.picker-checkbox.checked .picker-flag {
  background: #fff url(img/jquery.fs.picker-icon.png) no-repeat center;
}

/* 'Disabled' State */
/* line 573, ../sass/main.scss */
.picker.disabled {
  cursor: default;
  opacity: 0.5;
}

/* line 574, ../sass/main.scss */
.picker.disabled .picker-label {
  cursor: default;
}

/* line 575, ../sass/main.scss */
.picker.disabled .picker-handle {
  cursor: default;
}

/*------------------------------------------*\
    Form Validation
\*------------------------------------------*/
/* line 579, ../sass/main.scss */
.parsley-errors-list {
  list-style: none;
  margin-left: 0;
}
/* line 582, ../sass/main.scss */
.parsley-errors-list li {
  background-color: #ACA387;
  color: white;
  padding: 10px;
}
/* line 586, ../sass/main.scss */
.parsley-errors-list li:before {
  display: inline-block;
  margin-right: 4px;
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 593, ../sass/main.scss */
div.error .fieldErrorBox {
  background-color: #ACA387;
  color: white;
  padding: 10px;
}
/* line 597, ../sass/main.scss */
div.error .fieldErrorBox:before {
  display: inline-block;
  margin-right: 4px;
  padding-top: 2px;
  position: relative;
  top: 2px;
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 606, ../sass/main.scss */
.fieldRequired {
  display: none;
}

/* line 609, ../sass/main.scss */
dl.error {
  margin-bottom: 0;
}
/* line 611, ../sass/main.scss */
dl.error dt {
  display: none;
}
/* line 614, ../sass/main.scss */
dl.error dd {
  padding: 0 10px 10px;
  margin-bottom: 0;
  text-align: center;
  color: #9A9175;
  font-size: 1.5rem;
  font-style: italic;
}
/* line 621, ../sass/main.scss */
dl.error dd:before {
  font-size: 36px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 8px;
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------*\
    Button
\*------------------------------------------*/
/* line 634, ../sass/main.scss */
button {
  background-color: #ACA387;
}
/* line 636, ../sass/main.scss */
button:hover {
  background-color: #ACA387;
}
/* line 639, ../sass/main.scss */
button:focus {
  outline: none;
}
/* line 642, ../sass/main.scss */
button.outline {
  border: 2px solid #ACA387;
  background: transparent;
  color: #ACA387;
}

/*------------------------------------------*\
    Social Media Buttons
\*------------------------------------------*/
/* line 651, ../sass/main.scss */
.social {
  float: right;
}
/* line 653, ../sass/main.scss */
.social a {
  border: 0;
  color: #ACA387;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  text-align: center;
}
/* line 661, ../sass/main.scss */
.social a:hover {
  color: #253A42;
}
/* line 664, ../sass/main.scss */
.social a:before {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
@media (max-width: 640px) {
  /* line 653, ../sass/main.scss */
  .social a {
    width: 30px;
  }
}
@media (max-width: 640px) {
  /* line 651, ../sass/main.scss */
  .social {
    left: 0;
    right: auto;
  }
}

/*------------------------------------------*\
    Header
\*------------------------------------------*/
/* line 682, ../sass/main.scss */
header {
  background-color: #FFFFFF;
  border-top: 2px solid #ACA387;
}
/* line 685, ../sass/main.scss */
header #header-left,
header #header-right {
  height: 130px;
}
/* line 690, ../sass/main.scss */
header #header-left .logo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  border: 0;
}
@media (max-width: 640px) {
  /* line 689, ../sass/main.scss */
  header #header-left {
    height: 145px;
  }
  /* line 698, ../sass/main.scss */
  header #header-left .logo {
    border-bottom: 1px dashed #ACA387;
    padding-bottom: 15px;
    text-align: center;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 640px) {
  /* line 707, ../sass/main.scss */
  header #header-right {
    height: 100px;
  }
}
/* line 711, ../sass/main.scss */
header #header-right .social {
  float: right;
}
@media (max-width: 640px) {
  /* line 711, ../sass/main.scss */
  header #header-right .social {
    float: left;
  }
}
@media (max-width: 640px) {
  /* line 716, ../sass/main.scss */
  header #header-right .social a {
    width: 30px;
  }
}
/* line 724, ../sass/main.scss */
header.stuck #header-top {
  padding-bottom: 70px;
}
/* line 727, ../sass/main.scss */
header.stuck #header-bottom {
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(89, 84, 79, 0.5);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

/* line 738, ../sass/main.scss */
#header-bag,
#subcribe {
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}
/* line 748, ../sass/main.scss */
#header-bag span,
#subcribe span {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 0.9375em;
}
/* line 754, ../sass/main.scss */
#header-bag span.icon,
#subcribe span.icon {
  padding: 0;
  width: 41px;
  text-align: center;
  border-left: 1px solid #FFFFFF;
}
@media (max-width: 360px) {
  /* line 738, ../sass/main.scss */
  #header-bag,
  #subcribe {
    font-size: 13px;
  }
}
/* line 764, ../sass/main.scss */
#header-bag a,
#subcribe a {
  color: #FFFFFF;
}

/* line 768, ../sass/main.scss */
#header-bag {
  background-color: #253A42;
}
/* line 770, ../sass/main.scss */
#header-bag:hover {
  background-color: #111620;
}

/* line 774, ../sass/main.scss */
#subcribe {
  background-color: #ACA387;
  border: 0;
  margin-right: 1px;
}
/* line 779, ../sass/main.scss */
#subcribe span.icon:before {
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-right: 1px solid #FFFFFF;
  float: left;
  padding: 0 8px;
  font-size: 24px;
  height: 40px;
  line-height: 35px;
}
@media (max-width: 400px) {
  /* line 778, ../sass/main.scss */
  #subcribe span.icon {
    display: none;
  }
}
/* line 792, ../sass/main.scss */
#subcribe:hover {
  background-color: #9A9175;
  border: 0;
}
@media (max-width: 640px) {
  /* line 774, ../sass/main.scss */
  #subcribe {
    float: left;
  }
}
@media (max-width: 360px) {
  /* line 774, ../sass/main.scss */
  #subcribe {
    font-size: 13px;
  }
}

/* Header top */
/* line 805, ../sass/main.scss */
#header-bottom {
  padding-top: 10px;
}
/* line 807, ../sass/main.scss */
#header-bottom #search-keyword {
  border: 2px solid #ACA387;
  color: #253A42;
  font-style: italic;
  height: 50px;
  letter-spacing: 0.25em;
  padding-left: 1em;
  width: 100%;
}
/* line 815, ../sass/main.scss */
#header-bottom #search-keyword::-webkit-input-placeholder {
  color: #ACA387;
}
/* line 817, ../sass/main.scss */
#header-bottom .selecter {
  position: absolute;
  font-size: 16px;
  height: 46px;
  right: 160px;
  top: 2px;
  margin: 0;
  margin-bottom: 10px;
  width: 260px;
}
/* line 826, ../sass/main.scss */
#header-bottom .selecter:focus {
  outline: 0;
}
@media (max-width: 640px) {
  /* line 817, ../sass/main.scss */
  #header-bottom .selecter {
    position: relative;
    right: 0;
    width: auto;
  }
}
/* line 834, ../sass/main.scss */
#header-bottom .selecter .selecter-selected {
  border-radius: 0;
  border: 0;
  border-left: 1px solid #ACA387;
  color: #253A42;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
}
/* line 842, ../sass/main.scss */
#header-bottom .selecter .selecter-selected:before {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 640px) {
  /* line 834, ../sass/main.scss */
  #header-bottom .selecter .selecter-selected {
    border: 2px solid #9A9175;
  }
}
/* line 856, ../sass/main.scss */
#header-bottom button.search-type {
  background-color: #ACA387;
  color: white;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  height: 50px;
  width: 100%;
}
/* line 864, ../sass/main.scss */
#header-bottom button.search-type:hover {
  background-color: #9A9175;
}
/* line 868, ../sass/main.scss */
#header-bottom button[type="submit"] {
  background-color: #ACA387;
  color: white;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 145px;
  position: absolute;
  top: 0;
  right: 0.9375em;
}
/* line 878, ../sass/main.scss */
#header-bottom button[type="submit"]:hover {
  background-color: #9A9175;
}
@media (max-width: 640px) {
  /* line 868, ../sass/main.scss */
  #header-bottom button[type="submit"] {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Navigation */
/* line 891, ../sass/main.scss */
.nav-primary {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/* line 896, ../sass/main.scss */
.nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
/* line 901, ../sass/main.scss */
.nav-primary ul li {
  display: inline-block;
  position: relative;
}
/* line 905, ../sass/main.scss */
.nav-primary ul a {
  border-bottom: 2px solid transparent;
  color: #253A42;
  letter-spacing: 0.0625em;
  margin-left: 30px;
  text-transform: uppercase;
}
/* line 911, ../sass/main.scss */
.nav-primary ul a:before {
  background-color: #253A42;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
/* line 918, ../sass/main.scss */
.nav-primary ul a:hover {
  border-bottom: 2px solid #ACA387;
}
@media (max-width: 768px) {
  /* line 891, ../sass/main.scss */
  .nav-primary {
    left: 15px;
  }
  /* line 926, ../sass/main.scss */
  .nav-primary ul a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  /* line 891, ../sass/main.scss */
  .nav-primary {
    bottom: 0;
  }
  /* line 934, ../sass/main.scss */
  .nav-primary ul {
    text-align: center;
  }
}

/* Predictive Search */
/* line 942, ../sass/main.scss */
.predictive-search-show ~ .predictive-search {
  display: block;
}

/* line 945, ../sass/main.scss */
.predictive-search {
  background-color: white;
  position: absolute;
  border: 1px solid #ACA387;
  display: none;
  top: 49px;
  left: 0.9375em;
  right: 0.9375em;
  z-index: 10;
}
/* line 954, ../sass/main.scss */
.predictive-search ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
/* line 958, ../sass/main.scss */
.predictive-search ul li {
  padding-left: 0.9375em;
}
/* line 960, ../sass/main.scss */
.predictive-search ul li:hover {
  cursor: pointer;
  background-color: #E5E3dA;
}

/*------------------------------------------*\
    Footer
\*------------------------------------------*/
/* line 970, ../sass/main.scss */
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
/* line 973, ../sass/main.scss */
footer h3 {
  color: #253A42;
  font-family: 'Oswald', sans-serif;
  padding-top: 30px;
  text-transform: uppercase;
  text-align: center;
}
/* line 980, ../sass/main.scss */
footer cite {
  font-style: normal;
  font-size: 14px;
}
/* line 984, ../sass/main.scss */
footer a {
  font-size: 0.8125rem;
  font-family: 'Oswald', sans-serif;
  border-bottom: 2px solid transparent;
  color: #253A42;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
/* line 991, ../sass/main.scss */
footer a:hover {
  border-bottom: 2px solid #253A42;
}
/* line 995, ../sass/main.scss */
footer .divider {
  padding: 0 5px;
  color: #E5E3dA;
}

/* line 1001, ../sass/main.scss */
.copyright {
  color: #253A42;
  height: 40px;
  line-height: 40px;
  padding-bottom: 1em;
}
/* line 1006, ../sass/main.scss */
.copyright a {
  color: #253A42;
}

/* line 1010, ../sass/main.scss */
#to-top {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 60px;
}
/* line 1015, ../sass/main.scss */
#to-top.show {
  display: block;
}
/* line 1018, ../sass/main.scss */
#to-top:before {
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ACA387;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  height: 60px;
  width: 60px;
}
/* line 1031, ../sass/main.scss */
#to-top:hover:before {
  background-color: #9A9175;
}

/*------------------------------------------*\
    Main Content
\*------------------------------------------*/
/* line 1039, ../sass/main.scss */
.main-content {
  background-color: #FCFAF3;
  padding: 30px 0;
}

/*------------------------------------------*\
    Breadcrumbs
\*------------------------------------------*/
/* line 1046, ../sass/main.scss */
#breadcrumb {
  padding-bottom: 10px;
}
/* line 1048, ../sass/main.scss */
#breadcrumb ol {
  list-style: none;
  margin: 0;
}
/* line 1051, ../sass/main.scss */
#breadcrumb ol li {
  display: inline-block;
}
/* line 1053, ../sass/main.scss */
#breadcrumb ol li a {
  border-bottom: 0;
  color: #ACA387;
  display: block;
  padding-left: 40px;
  position: relative;
}
/* line 1059, ../sass/main.scss */
#breadcrumb ol li a:hover {
  color: #253A42;
}
/* line 1062, ../sass/main.scss */
#breadcrumb ol li a:before {
  height: 25px;
  width: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1073, ../sass/main.scss */
#breadcrumb ol li:first-child a {
  padding-left: 0;
}
/* line 1075, ../sass/main.scss */
#breadcrumb ol li:first-child a:before {
  display: none;
}
/* line 1081, ../sass/main.scss */
#breadcrumb ol li:last-child a {
  color: #253A42;
}

/*------------------------------------------*\
    Homepage
\*------------------------------------------*/
/* line 1091, ../sass/main.scss */
.homepage-intro {
  text-align: center;
  padding-bottom: 40px;
}

/*------------------------------------------*\
    Banner - Main
\*------------------------------------------*/
/* line 1098, ../sass/main.scss */
.banner-content {
  background-color: #FCFAF3;
  display: none;
}

/* line 1102, ../sass/main.scss */
.banner-main {
  margin-bottom: 60px;
}
/* line 1104, ../sass/main.scss */
.banner-main .slick-prev {
  left: -60px;
}
/* line 1107, ../sass/main.scss */
.banner-main .slick-next {
  right: -60px;
}
@media (max-width: 1300px) {
  /* line 1110, ../sass/main.scss */
  .banner-main .slick-prev,
  .banner-main .slick-next {
    display: none !important;
  }
}
/* line 1116, ../sass/main.scss */
.banner-main .slide {
  background-position: 50% 50%;
  height: 400px;
  width: 100%;
  position: relative;
}
/* line 1122, ../sass/main.scss */
.banner-main .banner-message {
  background-color: rgba(220, 217, 207, 0.9);
  position: absolute;
  top: 50px;
  bottom: 50px;
  width: 320px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
/* line 1131, ../sass/main.scss */
.banner-main .banner-message h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  margin-top: 30px;
}
/* line 1136, ../sass/main.scss */
.banner-main .banner-message button, .banner-main .banner-message a {
  font-size: 16px;
  text-transform: none;
  background-color: transparent;
  border: 2px solid #253A42;
  bottom: 30px;
  color: #253A42;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.25em;
  margin: auto;
  left: 0;
  padding: 15px 0;
  position: absolute;
  right: 0;
  width: 180px;
}
/* line 1153, ../sass/main.scss */
.banner-main .banner-message button:hover, .banner-main .banner-message a:hover {
  background-color: #253A42;
  color: #E5E3dA;
}
/* line 1158, ../sass/main.scss */
.banner-main .banner-message.banner-left {
  left: 50px;
}
/* line 1161, ../sass/main.scss */
.banner-main .banner-message.banner-right {
  right: 50px;
}
@media (max-width: 640px) {
  /* line 1164, ../sass/main.scss */
  .banner-main .banner-message.banner-left, .banner-main .banner-message.banner-right {
    left: 50px;
    right: 50px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  /* line 1164, ../sass/main.scss */
  .banner-main .banner-message.banner-left, .banner-main .banner-message.banner-right {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    width: auto;
  }
}

/*------------------------------------------*\
    Search - Filter
\*------------------------------------------*/
/* line 1184, ../sass/main.scss */
.search-filter {
  background-color: #ACA387;
  margin-bottom: 60px;
}
/* line 1187, ../sass/main.scss */
.search-filter button[type="submit"] {
  margin-top: 35px;
}

/*------------------------------------------*\
    Search Results
\*------------------------------------------*/
/* line 1194, ../sass/main.scss */
.search-result {
  background-color: #ACA387;
}
/* line 1196, ../sass/main.scss */
.search-result li {
  padding: 0;
}
/* line 1199, ../sass/main.scss */
.search-result a {
  color: white;
}
/* line 1201, ../sass/main.scss */
.search-result a:hover {
  border-color: white;
}
/* line 1205, ../sass/main.scss */
.search-result > div > ul > li {
  margin-bottom: 20px;
}
/* line 1208, ../sass/main.scss */
.search-result > div > ul > li > a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
/* line 1213, ../sass/main.scss */
.search-result ul {
  list-style: none;
  margin: 0;
}
/* line 1217, ../sass/main.scss */
.search-result .search-keyword {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em 0;
}
/* line 1223, ../sass/main.scss */
.search-result .search-keyword span {
  color: white;
}

/* line 1228, ../sass/main.scss */
.message {
  text-align: center;
}

/*------------------------------------------*\
    Featured
\*------------------------------------------*/
/* line 1234, ../sass/main.scss */
.featured {
  background-color: #E5E3dA;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 1238, ../sass/main.scss */
.featured h3 span.title-inner {
  background-color: #E5E3dA !important;
}
/* line 1241, ../sass/main.scss */
.featured .featured-text {
  padding: 30px 0;
}
/* line 1243, ../sass/main.scss */
.featured .featured-text h3 {
  color: #253A42;
}
/* line 1244, ../sass/main.scss */
.featured .featured-text p {
  color: #253A42;
}
/* line 1246, ../sass/main.scss */
.featured .featured-image {
  float: left;
  margin-right: 20px;
  width: 120px;
}

/*------------------------------------------*\
    Banner - Books
\*------------------------------------------*/
/* line 1255, ../sass/main.scss */
.book-banner {
  display: none;
  border-top: 1px solid #ACA387;
  padding: 0 50px;
  margin-bottom: 60px;
}

/* line 1261, ../sass/main.scss */
.book {
  border-right: 1px solid #ACA387;
  display: block;
  min-height: 360px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  /* line 1261, ../sass/main.scss */
  .book {
    border-right: 0;
  }
}
/* line 1270, ../sass/main.scss */
.book a {
  border: 0;
}
/* line 1272, ../sass/main.scss */
.book a:hover {
  border-bottom: 2px solid #9A9175;
}
/* line 1276, ../sass/main.scss */
.book.cover-only, #shopping-cart-form .book {
  min-height: inherit;
}
/* line 1279, ../sass/main.scss */
#shopping-cart-form .book {
  border-right: none;
}

/* line 1283, ../sass/main.scss */
.book-cover {
  position: relative;
  margin: 0 auto;
  height: 240px;
  width: 140px;
}
/* line 1288, ../sass/main.scss */
.book-cover img {
  border: 1px solid #ACA387;
  box-shadow: 0 0 15px #ACA387;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 1296, ../sass/main.scss */
.book-info {
  margin: 10px auto 0;
  width: 140px;
}
/* line 1299, ../sass/main.scss */
#shopping-cart-form .book-info {
  margin-top: 40px;
}

/* line 1303, ../sass/main.scss */
.book-title,
.book-author,
.book-publisher {
  font-size: 13px;
  line-height: 1.5em;
  color: #253A42;
}
/* line 1309, ../sass/main.scss */
.book-title a,
.book-author a,
.book-publisher a {
  color: #253A42;
}

/* line 1313, ../sass/main.scss */
.book-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 0.5em;
}

/* line 1319, ../sass/main.scss */
.book-author {
  color: #253A42;
}

/* line 1322, ../sass/main.scss */
.book-award,
.book-new,
.book-sale {
  background-color: #ACA387;
  border-radius: 50%;
  color: #FCFAF3;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  line-height: 60px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  top: 15px;
  height: 60px;
  width: 60px;
  text-align: center;
}
/* line 1338, ../sass/main.scss */
.book-award:hover,
.book-new:hover,
.book-sale:hover {
  color: #FCFAF3;
  background-color: #9A9175;
}

/* line 1343, ../sass/main.scss */
.book-sale, .discounted {
  background-color: #f04019;
}

/* line 1346, ../sass/main.scss */
.book-badges {
  position: absolute;
  top: 0;
  left: -25px;
}
/* line 1350, ../sass/main.scss */
.book-badges a {
  border: 0;
  font-size: 12px;
}

/* line 1356, ../sass/main.scss */
.book-detail .book-badges {
  top: 10px;
  right: -15px;
  left: auto;
}

/* line 1362, ../sass/main.scss */
.discount {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #f04019;
  margin-top: -10px;
  padding-bottom: 1rem;
}

/*------------------------------------------*\
    Author Banner
\*------------------------------------------*/
/* line 1374, ../sass/main.scss */
.featured-books {
  background-color: #E5E3dA;
  margin-bottom: 45px;
}
/* line 1378, ../sass/main.scss */
.featured-books .title .title-inner {
  background-color: #E5E3dA;
}
/* line 1381, ../sass/main.scss */
.featured-books .title .see-all {
  background-color: #E5E3dA;
}
/* line 1385, ../sass/main.scss */
.featured-books .featured-banner {
  display: none;
  padding: 0 50px;
  margin-bottom: 60px;
}
/* line 1389, ../sass/main.scss */
.featured-books .featured-banner .book {
  height: 225px;
}
/* line 1391, ../sass/main.scss */
.featured-books .featured-banner .book .book-cover {
  height: 210px;
  width: 140px;
}
/* line 1395, ../sass/main.scss */
.featured-books .featured-banner .book .book-info {
  display: none;
}
/* line 1400, ../sass/main.scss */
.featured-books .featured-description {
  margin-top: 30px;
  padding: 0 15px;
}
/* line 1404, ../sass/main.scss */
.featured-books .featured-portrait {
  border: 1px solid #ACA387;
  box-shadow: 0 0 15px #ACA387;
  display: block;
  float: left;
  margin-right: 30px;
  width: 140px;
}

/*------------------------------------------*\
    Slick
\*------------------------------------------*/
/* line 1416, ../sass/main.scss */
.slick-list {
  height: 100%;
}

/* line 1417, ../sass/main.scss */
.slick-track {
  height: 100%;
}

/* line 1418, ../sass/main.scss */
.slide {
  background-size: cover;
  background-position: 50% 50%;
}

/* Slider */
/* line 1425, ../sass/main.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1440, ../sass/main.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 1447, ../sass/main.scss */
.slick-list:focus {
  outline: none;
}
/* line 1455, ../sass/main.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 1460, ../sass/main.scss */
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1470, ../sass/main.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
/* line 1477, ../sass/main.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 1483, ../sass/main.scss */
.slick-track:after {
  clear: both;
}
/* line 1487, ../sass/main.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 1491, ../sass/main.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 1495, ../sass/main.scss */
.slick-slide img {
  display: block;
}
/* line 1498, ../sass/main.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 1504, ../sass/main.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 1508, ../sass/main.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 1512, ../sass/main.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 1516, ../sass/main.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
/* line 1525, ../sass/main.scss */
.slick-prev,
.slick-next {
  background: transparent;
  border: 1px solid #253A42;
  border-radius: 15px;
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  outline: none;
}
/* line 1541, ../sass/main.scss */
.slick-prev:before,
.slick-next:before {
  color: #253A42;
}
/* line 1544, ../sass/main.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border: 1px solid #ACA387;
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 1549, ../sass/main.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #ACA387;
}
/* line 1553, ../sass/main.scss */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
  border: 0;
}
/* line 1556, ../sass/main.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: transparent;
}

/* line 1561, ../sass/main.scss */
.slick-prev:before, .slick-next:before {
  font-family: 'icons';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1569, ../sass/main.scss */
.slick-prev {
  left: 0;
}
/* line 1571, ../sass/main.scss */
.slick-prev:before {
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1575, ../sass/main.scss */
.slick-next {
  right: 0;
}
/* line 1577, ../sass/main.scss */
.slick-next:before {
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dots */
/* line 1584, ../sass/main.scss */
.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  margin-left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 1595, ../sass/main.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 1603, ../sass/main.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  padding: 5px;
  cursor: pointer;
}
/* line 1614, ../sass/main.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 1616, ../sass/main.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #ACA387;
}
/* line 1620, ../sass/main.scss */
.slick-dots li button:before {
  border: 1px solid #ACA387;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 12px;
  height: 12px;
}
/* line 1631, ../sass/main.scss */
.slick-dots li.slick-active button:before {
  background-color: #253A42;
  border: 1px solid #253A42;
}

/*------------------------------------------*\
    Books Browse
\*------------------------------------------*/
/* line 1640, ../sass/main.scss */
.browse-books {
  margin-top: 40px;
}
/* line 1642, ../sass/main.scss */
.browse-books > li > a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  margin-left: 5px;
}
/* line 1648, ../sass/main.scss */
.browse-books span {
  color: #ACA387;
  border: 1px solid #ACA387;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 1661, ../sass/main.scss */
.browse-books span:before {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1669, ../sass/main.scss */
.browse-books span.open:before {
  content: "";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1673, ../sass/main.scss */
.browse-books span:hover {
  border: 1px solid #253A42;
  color: #253A42;
}
/* line 1678, ../sass/main.scss */
.browse-books ul {
  display: none;
  list-style: none;
  margin-left: 40px;
}
/* line 1682, ../sass/main.scss */
.browse-books ul.open {
  display: block;
}

/*------------------------------------------*\
    Book List
\*------------------------------------------*/
/* line 1690, ../sass/main.scss */
.book-list {
  padding-bottom: 20px;
}
/* line 1691, ../sass/main.scss */
.book-list .book {
  border: 0;
}

/*------------------------------------------*\
    Book Detail
\*------------------------------------------*/
/* line 1699, ../sass/main.scss */
.book-detail {
  padding: 60px 0;
}
@media (max-width: 640px) {
  /* line 1699, ../sass/main.scss */
  .book-detail {
    padding-top: 0;
  }
}
/* line 1704, ../sass/main.scss */
.book-detail .book-detail-left {
  padding: 0 0 15px 0;
  position: relative;
}
/* line 1707, ../sass/main.scss */
.book-detail .book-detail-left .book-cover {
  width: 100%;
  height: auto;
}
/* line 1710, ../sass/main.scss */
.book-detail .book-detail-left .book-cover img {
  position: static;
  width: 100%;
  margin-bottom: 40px;
}
/* line 1716, ../sass/main.scss */
.book-detail .book-detail-left table {
  width: 100%;
  border-top: 2px solid #ACA387;
  border-bottom: 2px solid #ACA387;
  margin-bottom: 45px;
}
/* line 1721, ../sass/main.scss */
.book-detail .book-detail-left table tr {
  border-bottom: 1px solid #ACA387;
}
/* line 1724, ../sass/main.scss */
.book-detail .book-detail-left table a {
  border-bottom: none;
}
/* line 1727, ../sass/main.scss */
.book-detail .book-detail-left table td:first-child {
  padding-right: 1em;
}
/* line 1730, ../sass/main.scss */
.book-detail .book-detail-left table td {
  vertical-align: baseline;
  line-height: 1;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
/* line 1738, ../sass/main.scss */
.book-detail .book-detail-right {
  border-top: 2px solid #ACA387;
  padding-top: 30px;
  position: relative;
  margin: 0;
  width: 100%;
}
/* line 1744, ../sass/main.scss */
.book-detail .book-detail-right .book-title {
  font-size: 2rem;
  padding-top: 25px;
}
/* line 1748, ../sass/main.scss */
.book-detail .book-detail-right .book-author {
  font-size: 1.125rem;
}
/* line 1751, ../sass/main.scss */
.book-detail .book-detail-right .book-overview {
  padding-bottom: 15px;
}
/* line 1755, ../sass/main.scss */
.book-detail .book-preview,
.book-detail .book-share {
  border: 2px solid #ACA387;
  border-top: none;
  color: #ACA387;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  height: 40px;
  letter-spacing: 0.25em;
  line-height: 38px;
  padding: 0 15px 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
/* line 1769, ../sass/main.scss */
.book-detail .book-preview span:before,
.book-detail .book-share span:before {
  font-size: 22px;
}
/* line 1772, ../sass/main.scss */
.book-detail .book-preview:hover,
.book-detail .book-share:hover {
  color: #FCFAF3;
  background-color: #ACA387;
}
@media (max-width: 900px) {
  /* line 1755, ../sass/main.scss */
  .book-detail .book-preview,
  .book-detail .book-share {
    width: 100%;
  }
}
/* line 1780, ../sass/main.scss */
.book-detail .book-preview {
  left: 0;
}
/* line 1783, ../sass/main.scss */
.book-detail .book-price {
  font-weight: bold;
}
/* line 1786, ../sass/main.scss */
.book-detail .book-add, .book-detail .ebook {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.0625em;
  margin-top: 15px;
}
/* line 1793, ../sass/main.scss */
.book-detail .ebook-stores.initially-hidden {
  display: none;
}
/* line 1796, ../sass/main.scss */
.book-detail .ebook-stores ul {
  list-style: none;
  margin: 0;
}
/* line 1799, ../sass/main.scss */
.book-detail .ebook-stores ul li {
  width: 50%;
  float: left;
}
@media (max-width: 480px) {
  /* line 1799, ../sass/main.scss */
  .book-detail .ebook-stores ul li {
    float: none;
    width: 100%;
  }
}
/* line 1807, ../sass/main.scss */
.book-detail .ebook-stores ul a {
  display: inline-block;
  border-bottom: 0;
  margin-bottom: 10px;
}
/* line 1811, ../sass/main.scss */
.book-detail .ebook-stores ul a:hover {
  border-bottom: 0;
}
/* line 1815, ../sass/main.scss */
.book-detail .ebook-stores ul span {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
/* line 1820, ../sass/main.scss */
.book-detail .ebook-stores ul span img {
  width: 100%;
}

/*------------------------------------------*\
    Blog
\*------------------------------------------*/
/* line 1831, ../sass/main.scss */
.blog.show-blog-image-1 {
  padding-top: 0;
}
/* line 1833, ../sass/main.scss */
.blog.show-blog-image-1 .post-header {
  background-position: 50% 50%;
  background-size: cover;
  padding: 200px 0 40px;
  margin-bottom: 40px;
}
/* line 1839, ../sass/main.scss */
.blog.show-blog-image-1 .post-header .post-title a {
  color: white;
}
/* line 1843, ../sass/main.scss */
.blog.show-blog-image-1 .post-header .author-name,
.blog.show-blog-image-1 .post-header .post-date,
.blog.show-blog-image-1 .post-header .post-comments,
.blog.show-blog-image-1 .post-header .post-downloads {
  color: white;
}
/* line 1848, ../sass/main.scss */
.blog.show-blog-image-1 .post-header .author-name a,
.blog.show-blog-image-1 .post-header .post-date a,
.blog.show-blog-image-1 .post-header .post-comments a,
.blog.show-blog-image-1 .post-header .post-downloads a {
  color: white;
}
/* line 1851, ../sass/main.scss */
.blog.show-blog-image-1 .post-header .author-name:hover,
.blog.show-blog-image-1 .post-header .post-date:hover,
.blog.show-blog-image-1 .post-header .post-comments:hover,
.blog.show-blog-image-1 .post-header .post-downloads:hover {
  border-color: white;
}
/* line 1853, ../sass/main.scss */
.blog.show-blog-image-1 .post-header .author-name:hover a,
.blog.show-blog-image-1 .post-header .post-date:hover a,
.blog.show-blog-image-1 .post-header .post-comments:hover a,
.blog.show-blog-image-1 .post-header .post-downloads:hover a {
  border-color: white;
}
/* line 1859, ../sass/main.scss */
.blog.show-blog-image-1 hr {
  display: none;
}
/* line 1864, ../sass/main.scss */
.blog.show-blog-image-0 .post-header {
  background-image: none !important;
}

/* line 1869, ../sass/main.scss */
.post-list {
  list-style: none;
  margin: 0;
}
/* line 1872, ../sass/main.scss */
.post-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ACA387;
  margin-bottom: 90px;
}
/* line 1877, ../sass/main.scss */
.post-list .post-excerpt {
  font-size: 1.125rem;
}

/* line 1881, ../sass/main.scss */
.post-title {
  font-size: 46px;
  text-align: center;
}
/* line 1884, ../sass/main.scss */
.post-title a {
  border-bottom: 0;
}
/* line 1886, ../sass/main.scss */
.post-title a:hover {
  border-bottom: 0;
}
@media (max-width: 640px) {
  /* line 1881, ../sass/main.scss */
  .post-title {
    font-size: 32px;
  }
}

/* line 1894, ../sass/main.scss */
.post-metadata {
  padding-top: 15px;
  text-align: center;
}
/* line 1897, ../sass/main.scss */
.post-metadata a {
  border-bottom: 0;
  vertical-align: top;
}
/* line 1900, ../sass/main.scss */
.post-metadata a:hover {
  border-bottom: 2px solid #ACA387;
}
/* line 1904, ../sass/main.scss */
.post-metadata .author-image {
  border-bottom: 0;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  width: 40px;
}
/* line 1911, ../sass/main.scss */
.post-metadata .author-image img {
  width: 100%;
}
/* line 1914, ../sass/main.scss */
.post-metadata .author-image:hover {
  border-bottom: 0;
}
/* line 1918, ../sass/main.scss */
.post-metadata .author-name,
.post-metadata .post-date,
.post-metadata .post-comments,
.post-metadata .post-downloads {
  color: #ACA387;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  height: 35px;
  padding-top: 10px;
  margin-left: 15px;
  text-transform: uppercase;
}
/* line 1933, ../sass/main.scss */
.post-metadata .post-date span:before,
.post-metadata .post-comments span:before,
.post-metadata .post-downloads span:before {
  font-size: 22px;
  padding-right: 6px;
}

/* line 1939, ../sass/main.scss */
.post-detail {
  list-style: none;
  margin: 0;
}
/* line 1942, ../sass/main.scss */
.post-detail .post-metadata {
  padding-bottom: 25px;
}

/* line 1946, ../sass/main.scss */
.back-to-blog-list,
.post-prev,
.post-next,
.page-prev,
.page-next {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  border-bottom: 0;
}
/* line 1954, ../sass/main.scss */
.back-to-blog-list span,
.post-prev span,
.post-next span,
.page-prev span,
.page-next span {
  display: inline-block;
  font-size: 22px;
  height: 25px;
  vertical-align: bottom;
}
/* line 1960, ../sass/main.scss */
.back-to-blog-list:hover,
.post-prev:hover,
.post-next:hover,
.page-prev:hover,
.page-next:hover {
  border-bottom: 0;
}

/* line 1964, ../sass/main.scss */
.back-to-blog-list {
  border-top: 1px solid #ACA387;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
}

/* line 1971, ../sass/main.scss */
.post-prev,
.page-prev {
  float: left;
}

/* line 1975, ../sass/main.scss */
.post-next,
.page-next {
  float: right;
}

/* line 1980, ../sass/main.scss */
.page-selection {
  text-align: center;
  padding-bottom: 80px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #253A42;
}
/* line 1986, ../sass/main.scss */
.page-selection span,
.page-selection a {
  font-size: 22px;
  height: 25px;
  vertical-align: bottom;
  border-bottom: 0;
  padding: 0 2px;
}
/* line 1994, ../sass/main.scss */
.page-selection:hover {
  border-bottom: 0;
}

/*------------------------------------------*\
    FAQs
\*------------------------------------------*/
/* line 2005, ../sass/main.scss */
.faqs dd .content {
  padding: 1em 3em 1em 2em;
}
/* line 2009, ../sass/main.scss */
.faqs dd > a {
  background-color: #ACA387;
  border-bottom: 1px solid #9A9175;
  color: white;
  padding: 1em 3em 1em 2em;
}
/* line 2014, ../sass/main.scss */
.faqs dd > a:hover {
  background-color: #9A9175;
}
/* line 2018, ../sass/main.scss */
.faqs dd.active > a {
  background-color: #9A9175;
}

/*------------------------------------------*\
    Books
\*------------------------------------------*/
/* line 2026, ../sass/main.scss */
#authors .book-author, #editors .book-author {
  margin-top: 1.25rem;
}

/* line 2031, ../sass/main.scss */
#reviews .book-review {
  padding-bottom: 2em;
}
/* line 2033, ../sass/main.scss */
#reviews .book-review .source {
  padding-top: 1em;
}

/*------------------------------------------*\
    Cart
\*------------------------------------------*/
/* line 2041, ../sass/main.scss */
.cart-remove {
  color: #ACA387;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  height: 35px;
  text-transform: uppercase;
  vertical-align: top;
  border-bottom: 0;
  margin-top: -8px;
}
/* line 2051, ../sass/main.scss */
.cart-remove:hover {
  border-bottom: 0;
}
/* line 2054, ../sass/main.scss */
.cart-remove .icon-delete::before {
  font-size: 20px;
  line-height: 1.2;
}

/* line 2060, ../sass/main.scss */
.option-detail, .cart-total {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.0625em;
}

/* line 2065, ../sass/main.scss */
.selecter-selected .option-detail, .cart-total {
  background-color: #ACA387;
  color: #FCFAF3;
}

/* line 2070, ../sass/main.scss */
.selecter-term-detail .selecter-selected, .selecter-term-detail .selecter-item {
  padding: 0 !important;
}
/* line 2073, ../sass/main.scss */
.selecter-term-detail .option-term, .selecter-term-detail .option-detail {
  padding: 8px 10px;
}

/* line 2077, ../sass/main.scss */
.cart-total {
  padding: 8px 10px;
  margin: 10px 0 10px;
}

/* line 2081, ../sass/main.scss */
.paypal input {
  border: 0;
}

/* line 2084, ../sass/main.scss */
.cart-line-details {
  padding-top: 31px;
}
@media (max-width: 640px) {
  /* line 2084, ../sass/main.scss */
  .cart-line-details {
    padding-top: 0;
  }
}

/* line 2090, ../sass/main.scss */
#currency {
  padding-top: 5px;
  padding-right: 10px;
}

/* line 2094, ../sass/main.scss */
#shopping-cart-form .line-item {
  margin-bottom: 40px;
}

/*------------------------------------------*\
    Banner
\*------------------------------------------*/
.slide a.banner-full {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: none;
}
.slide.slide-banner-full {
    background-size: contain;
    background-repeat: no-repeat;
}

/*------------------------------------------*\
    Update design of the book badges
\*------------------------------------------*/
.book-badges a {
    font-size: 14px;
    letter-spacing: 0.15em;
    background-image: url(img/star.svg);
    padding-left: 3px;
}
.book .book-badges a:hover {
    border: 0;
}
a.book-award, a.book-award:hover {
    background-color: #253A42;
    color: #ABA286;
}
a.book-new, a.book-new:hover {
    background-color: #ABA286;
    color: #253A42;
}
