/**
| OUR BASE
*/
/**
| BOOTSTRAP GRIDS
*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.col-xs {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/**
| BITTERS BASE
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.btn {
  position: relative;
  display: inline-block;
  padding: 0.75em 0.75em;
  border-radius: 4px;
  border: none;
  font-family: 'Varela Round', sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: 'Varela Round', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: #009FBF;
  transition: all 0.2s; }
  button:disabled, button.disabled, input[type="button"]:disabled, input[type="button"].disabled, input[type="reset"]:disabled, input[type="reset"].disabled, input[type="submit"]:disabled, input[type="submit"].disabled,
  button:disabled,
  button.disabled,
  .btn:disabled,
  .btn.disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus,
  .btn:hover,
  .btn:focus {
    background-color: #008aa6;
    color: #fff; }
  button svg, input[type="button"] svg, input[type="reset"] svg, input[type="submit"] svg,
  button svg,
  .btn svg {
    transition: all 0.2s; }

/*large version button with responsive*/
@media (min-width: 1200px) {
  .btn--responsive-large {
    padding: 0.6430em 0.8em;
    font-size: 1.3125rem; } }

/*Button with drop down*/
@media (min-width: 768px) {
  .btn-fancy {
    box-shadow: inset 0 -2px 0 0 #008AA6; } }

/*Seconday button style*/
.btn-secondary {
  color: #009FBF;
  background-color: #F5F5F5; }

/*Button full width Block*/
.btn--block {
  display: block;
  width: 100%; }

/*Button with loader indicator*/
.btn--loader .hide-text {
  opacity: 0; }

form {
  margin: 0;
  padding: 0;
  background: transparent; }

fieldset {
  background-color: #fafafa;
  border: none;
  margin: 0;
  padding: 0; }

input,
label,
select {
  font-family: 'Varela Round', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "calluna-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding: 0.46667em;
  transition: border-color;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c7c7c7; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #009FBF;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 138, 166, 0.7);
    outline: none; }

select {
  padding-top: 0.39437em;
  padding-bottom: 0.39437em;
  /*Remove -ms arrow down*/
  background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 8px center;
  background-size: 8px 10px; }
  select::-ms-expand {
    display: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 0.35em; }

input[type="file"] {
  padding-bottom: 0.7em;
  width: 100%; }

.form-group {
  margin-bottom: 0.7em; }
  .form-group label {
    display: inline-block;
    max-width: 100%;
    padding: .3em 0;
    color: #757575;
    font-size: 0.875rem; }

/* ==========================================================================
Custom checbox
========================================================================== */
label.checkbox {
  position: relative;
  color: inherit;
  font-size: inherit;
  vertical-align: top;
  padding: 0 0 0 1.5em;
  cursor: pointer; }
  label.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    label.checkbox input[type=checkbox]:checked ~ .checkbox-indicator {
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M6.4%201L5.7%201.7%202.9%204.5%202.1%203.7%201.4%203%200%204.4l0.7%200.7%201.5%201.5%200.7%200.7%200.7-0.7%203.5-3.5%200.7-0.7L6.4%201%206.4%201z%22%2F%3E%3C%2Fsvg%3E); }
  label.checkbox .checkbox-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #E0E0E0;
    background-color: #FFFFFF;
    z-index: 1; }
  label.checkbox:hover .checkbox-indicator {
    border-color: #c7c7c7; }

/* ==========================================================================
Custom radio
========================================================================== */
label.radio {
  position: relative;
  color: inherit;
  font-size: inherit;
  vertical-align: top;
  padding: 0 0 0 1.5em;
  cursor: pointer; }
  label.radio input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    label.radio input[type=radio]:checked ~ .radio-indicator {
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M4%201C2.3%201%201%202.3%201%204s1.3%203%203%203%203-1.3%203-3S5.7%201%204%201z%22%2F%3E%3C%2Fsvg%3E); }
  label.radio .radio-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #E0E0E0;
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: 1; }
  label.radio:hover .radio-indicator {
    border-color: #c7c7c7; }

/* ==========================================================================
Form Error 
========================================================================== */
/*Error border on input/select*/
.errorText {
  color: #a94442; }

.error {
  border-color: #a94442 !important; }

/*Error message*/
.errorMessage {
  margin-top: 5px;
  padding: 5px 10px;
  margin-bottom: 0;
  color: #a94442;
  background-color: #f2dede;
  border-radius: 4px;
  font-size: 0.875rem; }
  .errorMessage.is-hidden {
    display: none; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.7em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.7em; }
  dl dd {
    margin: 0; }

table {
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.7em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #bababa;
  font-weight: 600;
  padding: 0.7em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #E0E0E0;
  padding: 0.7em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  color: #202020;
  font-family: "calluna-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.7em; }

p {
  margin: 0 0 0.7em; }

a {
  color: #009FBF;
  text-decoration: none;
  transition: all 0.2s; }
  a:active, a:focus, a:hover {
    color: #005f73; }
  a:active, a:focus {
    outline: none; }
  a svg {
    transition: all 0.2s; }

hr {
  border-bottom: 1px solid #E0E0E0;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

[class^="icon-"], [class*=" icon-"] {
  position: relative;
  height: 24px;
  width: 24px;
  display: inline-block;
  fill: currentColor; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  background-color: #FDFAF3;
  background-size: 110%;
  background-image: url(../img/bg-top-compressor.png), url(../img/bg-bottom-compressor.png);
  background-position: 50% 48px, 50% 101%;
  background-repeat: no-repeat; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  text-align: center; }

#main {
  min-height: 50vh; }
  @media (min-width: 768px) {
    #main {
      min-height: 80vh; } }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.row.equal-height > [class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

/**
| LIBRARY
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1000px; }
  @media screen and (min-width: 1400px) {
    .mfp-iframe-holder .mfp-content {
      max-width: 1400px; } }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ==========================================================================
Custom magnific Pop up goes here
========================================================================== */
.modal .mfp-close, .nav-panel-flyout .mfp-close, .shopping-cart-modal .mfp-close, .product-configure-modal .mfp-close, .membership-popup .mfp-close {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8xOC8xNbyXbZYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABNklEQVRYhcXW23HDIBBA0SsacQvpIKU40IBTiiogSgfpIKU4nSg/tkeWxWN3kdgvBobhDI9dBu/9H/ATY/ykY4QQRuDNAb/AJYQwdcRMwAW4uhijBybg3AN1W/MMTDFG7wB6odYYAHcfPBq1hXkCHYlKYV5AR6BymE3QnqgSJgnaA1WDyYJaomoxRVALlARTBbKgpJhqkAalwYhAEpQWIwbVoCwYFSiHsmIAhnmeNfPugC/gA/i+dZkwZtAKhRUDyiNbxZBoq8IEWt4ZGpUZNWh9gVuVGRUo9ZpaoMSg0tO2okSg2jxjQVWDpElPi6oCaTOwBlUEWcuBFJUFtahNUlQS1AojRW2CWmMkqBfQXpha1BNob0wN6gE6ClNCuR6YHGrw3nfBLGP583TAOzD2wsBjp0bg9A8vmkl83+qTxQAAAABJRU5ErkJggg==); }

/*Animation magnific pop up*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.8); }

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

/**
| Components
*/
.embed-responsive {
  overflow: hidden;
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%; }
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.trigger-openModal-video {
  overflow: hidden;
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%; }

/* ==========================================================================
Line behind icon
========================================================================== */
.line-behind-icon-short {
  position: relative;
  text-align: center; }
  .line-behind-icon-short .icon-wrapper {
    display: inline-block;
    background-color: #FDFAF3;
    width: 50px;
    text-align: center; }
    .line-behind-icon-short .icon-wrapper .icon {
      fill: #757575; }
  .line-behind-icon-short:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    border-top: 1px solid #E0E0E0; }

/* ==========================================================================
Line behind Text
========================================================================== */
.line-behind-text {
  position: relative;
  text-align: center; }
  .line-behind-text h5 {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 10px;
    position: relative;
    font-size: 1.3125rem;
    background-color: transparent; }
    @media (min-width: 992px) {
      .line-behind-text h5 {
        background-color: #FDFAF3; } }
  .line-behind-text:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    border-top: transparent; }
    @media (min-width: 992px) {
      .line-behind-text:before {
        border-top: 1px solid #E0E0E0; } }

.sticky-stacky {
  padding: 8px 15px; }
  @media (min-width: 768px) {
    .sticky-stacky {
      padding: 15px 15px; } }
  @media (min-width: 992px) {
    .sticky-stacky {
      padding: 20px 15px; } }
  .sticky-stacky .sticky-stacky-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    @media (min-width: 768px) {
      .sticky-stacky .sticky-stacky-wrapper {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        width: 750px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .sticky-stacky .sticky-stacky-wrapper {
        width: 970px; } }
    @media (min-width: 1200px) {
      .sticky-stacky .sticky-stacky-wrapper {
        width: 1140px; } }
  .sticky-stacky .stacky-info {
    text-align: center; }
    @media (min-width: 768px) {
      .sticky-stacky .stacky-info {
        text-align: left; } }
    .sticky-stacky .stacky-info h2 {
      margin-bottom: 0.175em;
      font-size: 1.1875rem; }
      @media (min-width: 992px) {
        .sticky-stacky .stacky-info h2 {
          font-size: 1.6875rem; } }
    .sticky-stacky .stacky-info h3 {
      margin-bottom: 0;
      color: #757575;
      font-size: 0.875rem;
      font-style: italic;
      display: none; }
      @media (min-width: 768px) {
        .sticky-stacky .stacky-info h3 {
          display: block; } }
  .sticky-stacky .stacky-action {
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .sticky-stacky .stacky-action {
        text-align: right; } }
    .sticky-stacky .stacky-action .btn {
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        .sticky-stacky .stacky-action .btn {
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .sticky-stacky .stacky-action .btn {
          font-size: 1.125rem; } }
    .sticky-stacky .stacky-action .stacky-info-price {
      display: none;
      font-family: 'Varela Round', sans-serif;
      font-style: normal;
      font-weight: normal;
      line-height: 1.1; }
      .sticky-stacky .stacky-action .stacky-info-price .price-old {
        text-decoration: line-through;
        font-size: 0.875rem; }
        @media (min-width: 1200px) {
          .sticky-stacky .stacky-action .stacky-info-price .price-old {
            font-size: 1.125rem; } }
      .sticky-stacky .stacky-action .stacky-info-price .price {
        font-size: 1.5rem; }
        @media (min-width: 1200px) {
          .sticky-stacky .stacky-action .stacky-info-price .price {
            font-size: 1.875rem; } }
      .sticky-stacky .stacky-action .stacky-info-price .now {
        font-size: 0.8125rem; }
        @media (min-width: 1200px) {
          .sticky-stacky .stacky-action .stacky-info-price .now {
            font-size: 1rem; } }
      .sticky-stacky .stacky-action .stacky-info-price .only {
        font-size: 0.8125rem;
        color: #757575; }
      @media (min-width: 768px) {
        .sticky-stacky .stacky-action .stacky-info-price {
          display: inline-block;
          font-size: 1.5rem;
          vertical-align: middle; } }
      @media (min-width: 992px) {
        .sticky-stacky .stacky-action .stacky-info-price {
          font-size: 1.875rem; } }
      @media (min-width: 1200px) {
        .sticky-stacky .stacky-action .stacky-info-price {
          margin-top: 4px;
          margin-right: 10px; } }

/* Edit Book sticky stacky */
.sticky-stacky.edit-book .sticky-stacky-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.sticky-stacky.edit-book .stacky-info {
  text-align: left; }
  .sticky-stacky.edit-book .stacky-info h2 {
    display: inline-block; }

.sticky-stacky.edit-book .stacky-action {
  text-align: right; }

.sticky-stacky.edit-book .btn-edit-book {
  display: none;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .sticky-stacky.edit-book .btn-edit-book {
      display: inline-block;
      margin-right: 10px; } }

.sticky-stacky.edit-book .btn_buyNow {
  position: relative; }
  .sticky-stacky.edit-book .btn_buyNow .price {
    display: none; }
    @media (min-width: 768px) {
      .sticky-stacky.edit-book .btn_buyNow .price {
        display: inline; } }
  .sticky-stacky.edit-book .btn_buyNow .btn--loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #009FBF; }

/* ==========================================================================
   Sticky
   ========================================================================== */
.is-sticky {
  z-index: 9 !important; }
  .is-sticky .sticky-stacky {
    background-color: #FFFFFF;
    transform: translateY(0);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    z-index: 9 !important; }
    .is-sticky .sticky-stacky .stacky-info h2 {
      font-size: 1rem; }
      @media (min-width: 992px) {
        .is-sticky .sticky-stacky .stacky-info h2 {
          font-size: 1.1875rem; } }

/* ==========================================================================
Loader
========================================================================== */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.7em;
  margin-left: -0.7em;
  font-size: 20px;
  text-indent: -9999em;
  line-height: 1;
  border-top: 0.15em solid rgba(255, 255, 255, 0.3);
  border-right: 0.15em solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.15em solid rgba(255, 255, 255, 0.3);
  border-left: 0.15em solid #ffffff;
  transform: translateZ(0);
  animation: load8 0.3s infinite linear; }
  .loader.loader--blue {
    border-top-color: rgba(0, 138, 166, 0.3);
    border-right-color: rgba(0, 138, 166, 0.3);
    border-bottom-color: rgba(0, 138, 166, 0.3);
    border-left-color: #008aa6; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fancy-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-repeat: repeat-x;
  background-position: top left;
  background-image: url(data:image/gif;base64,R0lGODlhCgAEAMQAAIuLi6Ojo7q6upmZma6urpWVlcDAwKamprm5uZ+fn5GRkZ2dncXFxaysrI+Pj5mZmb29vaWlpZOTk42NjcPDw6mpqcfHxwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAAKAAQAAAUeYFQlxdI0RwEkwaJEiTIM8qAWheMsgQEhQASEQgwBADs=); }

.tap-to-preview {
  padding-top: 54px;
  padding-bottom: 54px;
  text-align: center; }
  .tap-to-preview p {
    color: #757575;
    font-family: "calluna",serif;
    font-style: italic;
    font-weight: 600; }
    @media (min-width: 768px) {
      .tap-to-preview p .mobile-screen {
        display: none; } }
    .tap-to-preview p .large-screen {
      display: none; }
      @media (min-width: 768px) {
        .tap-to-preview p .large-screen {
          display: inline; } }
  .tap-to-preview .icon-arrow {
    position: relative;
    top: -4px;
    width: 40px;
    height: 27px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAbCAYAAAAOEM1uAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8yMS8xNYY/WMwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAEoUlEQVRYhcWXWWxUVRzGf2e5d+5snaVUylQoS5FFW4gbQlgUMAIFYgBBAwajBnE3IGJ80ER5MMQoIZKoIUFBMBhANgWDKBiVqAhRDImAYiRQaIFS2mln5t47xwcDCUoaYKb1ez3/78vv4f+dnCOMMXS6Phg6Bv/8veQaFzL3RGt7o7qzmC5q5fhBxkq8JYRbjTx2AHivvXHZSVj/aP3g8ej6bUJkq9EOWBXz2Lgw0p6lcwAXC8W7gYVkz3yCSnfDbgEbsLr0oW3XiP8XcOUdg0kM2mR0z9cx4QBaG6NCQBDyrkYFhrdnFx1WkhXlVYRSj5MNPmpavRIR0RBsShsvHhQyKlEZyAuQ/m5ijGHMbv9yMcUtyZo3JU1rbzcqM1MEolOgOYXtQN5vhbPPmkxupFCls0A0YlosZDaCoIqmRA/gaPEAJ2lpJvk2vh0xbamYtFQvbDUKoe5E5oYgLAsc8M9DoOGQiHZ/kq7Hd4qjA5/DbRGY9JfotE/+3HQsuwzLuqlwwFe7Jo2rn8eRfcRdZSX4Z0NoVSadXAWWLsE3GD8NvgZtg+MdQDgb8unTy+TUww1srJmN1dIfLwsicgCC3+CJKcjzNoETg4EthQFK44HwMJQao1Lk4gl0TuO4aXxdZ/xcAzn/uJGBI8KOfUsi+RMTP62/2MK8Ox3fVaggSP0Xr+3eycu3HkRYNbSeHsqqZxQPLv3PHl59SRZ1x29wHBlPRU3vQ460jaHFZP2W+ma5lazYeZnA1ZXDcRJfgBPAd+uRZgTT9h1iY81D+I0rsMuzyNRwajftLRzwavXhExLnuzWYxhnIOCDXMHX/TADvbRGUXau2C6dipJBqLbU77/+3vcPvQWP/OdZ4uamYM5BvaiPc540LZ/op0yZD/eYj/HMIZrD1ttmdC7hoghJ4rwgptJFxEOJ9xq3bf8lM7da9wugFKBvs5DvsGD2s8wD7ZRYgssPQIYRK1WPiiy87N+mr5cj0S5hWx7jeOnZMrr5w1HE7uL56hFH2diFlCKVAiVmM27O6Xc+2yilGdlsisKOQmMk9mz7rEMD8tjt7S7zt5Jr7oksgL1cwaffDV+I1uwaXCTfxGOSH4Kc/Kj7gloEx/OwGdGw0MgzK3YOqmMDY9eeuLidgowb0KC7gKlFOqHw19nWjyfvgeEeQwXHcvf/3a40sXklW3NwfJ7UZHRltZB5su46M+0AhcFCkkpjl/caKYHw5tltJSIF0T5E/NZ3auq8LzS7subW07Hpi9guEknMhbWEAX/2ADM2htu7nQuGuGdB7ukuZ6mE9IqLOHGNyvYTMge2cxreWkRVLmLzn6gpRDEAzr6pU9MxWE1TTVaUzDSnKDBYC5yQ4H5vYjcvEmDWHigV2QZfsYENvEdB944loeY+klM1xkWzrLkrCN5BNDzBObpSImBQBG1x10tgl36Min4vkoM3ct/x4scEuAjZPq+xpBbyJOmqGGtvuY9pUXIWzcRn2osa3Q0jtolr/IJb+RejMr2T0/rwpPShfPFZQO69UWuZ1GGluIZSpUZbRyNAZE3b3UZ45bM7qHznPb35pskHPb22CnIHO/Uz/DfA+vWZ9M9bpAAAAAElFTkSuQmCC);
    background-repeat: no-repeat; }

.content-block {
  margin-bottom: 54px; }
  @media (min-width: 768px) {
    .content-block {
      margin-bottom: 74px; } }
  @media (min-width: 768px) {
    .content-block .push-right {
      float: right; } }
  @media (min-width: 768px) {
    .content-block .push-left {
      float: left; } }
  .content-block .content h2 {
    margin-top: 0.7em;
    font-size: 1.1875rem; }
    @media (min-width: 768px) {
      .content-block .content h2 {
        font-size: 1.6875rem; } }
  .content-block.two-column--tiles .content {
    margin-bottom: 54px; }
    @media (min-width: 768px) {
      .content-block.two-column--tiles .content {
        margin-bottom: 0; } }
  .content-block.one-column--center {
    text-align: center; }

.white-panel {
  position: relative;
  padding: 20px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-bottom: 1.4em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .white-panel h2.title {
    font-size: 1.3125rem; }
    @media (min-width: 768px) {
      .white-panel h2.title {
        font-size: 1.5rem; } }
  .white-panel p {
    color: #757575; }

/* ==========================================================================
Modal component

Helper class available. if need.
.is-visible
.is-hidden 

========================================================================== */
.modal {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 420px;
  margin: 20px auto;
  border-radius: 4px;
  overflow: hidden; }
  .modal .is-visible {
    display: block; }
  .modal .is-hidden {
    display: none; }
  .modal .mfp-close {
    top: 10px; }
  .modal h2 {
    font-size: 1.6875rem;
    margin-bottom: 0.46667em; }

.rich-text-editor h2 {
  padding-top: 15px;
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .rich-text-editor h2 {
      font-size: 1.6875rem; } }

.rich-text-editor ul, .rich-text-editor ol {
  padding-left: 20px;
  margin-bottom: 0.7em; }
  .rich-text-editor ul li, .rich-text-editor ol li {
    margin-bottom: 0.46667em; }

.rich-text-editor ul li {
  list-style-type: disc; }

.rich-text-editor ol li {
  list-style-type: decimal; }

/**
| PARTIALS
*/
.flip-panel {
  display: block;
  position: relative;
  left: 50%;
  perspective: 1200px; }

/* ==========================================================================
   flip-panel sizing AKA book sizes
   ========================================================================== */
.flip-panel.medium {
  width: 275px;
  height: 207px; }
  @media (min-width: 768px) {
    .flip-panel.medium {
      width: 340px;
      height: 260px; } }
  @media (min-width: 992px) {
    .flip-panel.medium {
      width: 500px;
      height: 383px; } }
  @media (min-width: 1200px) {
    .flip-panel.medium {
      width: 612px;
      height: 468px; } }

.flip-panel.small {
  width: 208px;
  height: 208px; }
  @media (min-width: 768px) {
    .flip-panel.small {
      width: 356px;
      height: 356px; } }
  @media (min-width: 992px) {
    .flip-panel.small {
      width: 475px;
      height: 476px; } }
  @media (min-width: 1200px) {
    .flip-panel.small {
      width: 560px;
      height: 560px; } }

.flip-panel.smallTall {
  width: 205px;
  height: 208px; }
  @media (min-width: 544px) {
    .flip-panel.smallTall {
      width: 260px;
      height: 345px; } }
  @media (min-width: 768px) {
    .flip-panel.smallTall {
      width: 366px;
      height: 486px; } }
  @media (min-width: 992px) {
    .flip-panel.smallTall {
      width: 424px;
      height: 563px; } }
  @media (min-width: 1200px) {
    .flip-panel.smallTall {
      width: 454px;
      height: 612px; } }

/* ==========================================================================
   Panel flipping animation
   ========================================================================== */
.panel {
  transition: z-index 1s ease-in-out 1s; }

/* Panel front and Back
   ========================================================================== */
.panel,
.panel .front,
.panel .back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 1s, box-shadow 1s; }

.panel .front {
  z-index: 2;
  transform: rotateY(0deg);
  transform-origin: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.panel .back {
  left: -100%;
  z-index: 1;
  transform: rotateY(180deg);
  transform-origin: right;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.panel .front:hover {
  transform: rotateY(-10deg);
  transform-origin: left;
  box-shadow: 0 0 8px 0 rgba(100, 100, 100, 0.8); }

.panel.open {
  z-index: 1; }

.panel.open .front {
  z-index: 1;
  transform: rotateY(-180deg);
  transform-origin: left; }

.panel.open .back {
  z-index: 2;
  transform: rotateY(0deg);
  transform-origin: right; }

.preview-hero {
  margin-top: 24px; }

#largeBook {
  display: none; }
  @media screen and (min-width: 460px) {
    #largeBook {
      display: block; } }

@media screen and (min-width: 460px) {
  #mobileBook {
    display: none; } }

.preview-book-wrapper {
  position: relative; }
  .preview-book-wrapper .btn--loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5; }
    .preview-book-wrapper .btn--loader .loader {
      border-top: 0.15em solid rgba(0, 159, 191, 0.3);
      border-right: 0.15em solid rgba(0, 159, 191, 0.3);
      border-bottom: 0.15em solid rgba(0, 159, 191, 0.3);
      border-left: 0.15em solid #009FBF;
      margin-top: -1.9em;
      margin-left: -1.9em; }
    .preview-book-wrapper .btn--loader .loader,
    .preview-book-wrapper .btn--loader .loader:after {
      width: 2.4em;
      height: 2.4em; }
    .preview-book-wrapper .btn--loader.is-hidden {
      display: none; }
  .preview-book-wrapper .flip-panel {
    opacity: 1;
    transition: opacity 0.5s 0.2s; }
    .preview-book-wrapper .flip-panel.is-hidden {
      opacity: 0; }

.siteHeader {
  display: none;
  background: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 768px) {
    .siteHeader {
      display: block; } }
  .siteHeader .btn-home {
    display: inline-block;
    padding: 3px 0;
    width: 180px;
    vertical-align: middle; }
    .siteHeader .btn-home img {
      width: 180px; }
  .siteHeader .navigation {
    text-align: right; }
    .siteHeader .navigation li {
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle; }
      .siteHeader .navigation li a {
        display: inline-block;
        padding: 14px 0;
        font-size: 0.9375rem;
        color: #202020;
        vertical-align: baseline; }
        .siteHeader .navigation li a .icon-bubble-heart-2 {
          margin-right: 5px;
          top: -2px;
          fill: #009FBF; }
        .siteHeader .navigation li a .icon-cart-2 {
          top: -2px;
          fill: #009FBF; }
        .siteHeader .navigation li a:hover {
          color: #009FBF; }
      .siteHeader .navigation li a.facebook,
      .siteHeader .navigation li a.instagram {
        position: relative;
        padding-right: 38px; }
        .siteHeader .navigation li a.facebook:after,
        .siteHeader .navigation li a.instagram:after {
          content: " ";
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -17px;
          width: 32px;
          height: 32px;
          background-repeat: no-repeat;
          background-size: 32px 32px; }
      .siteHeader .navigation li a.facebook:after {
        background-image: url(../img/facebook-icon.png); }
      .siteHeader .navigation li a.instagram:after {
        background-image: url(../img/instagram-icon.png); }

.siteHeader-mobile {
  background-color: #FFFFFF; }
  @media (min-width: 768px) {
    .siteHeader-mobile {
      display: none; } }
  .siteHeader-mobile .btn-menu {
    background-color: transparent;
    padding: 0.75em 0.45em 0.75em 0; }
    .siteHeader-mobile .btn-menu .icon-menu {
      fill: #009FBF; }
  .siteHeader-mobile .btn-home {
    position: relative;
    top: 3px;
    display: inline-block;
    vertical-align: top;
    width: 162px; }
    .siteHeader-mobile .btn-home img {
      width: 162px; }
  .siteHeader-mobile .btn-cart {
    float: right;
    padding: 0.75em 0 0.75em 0.45em;
    background-color: transparent; }
    .siteHeader-mobile .btn-cart .icon-cart-2 {
      top: -2px;
      fill: #009FBF; }

.nav-panel-flyout {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.3); }
  .nav-panel-flyout .mfp-close {
    top: 5px; }
  .nav-panel-flyout .nav-panel-top {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 54px;
    overflow: hidden;
    background-color: #F5F5F5;
    z-index: 1; }
    .nav-panel-flyout .nav-panel-top h3 {
      font-size: 1.125rem;
      line-height: 54px;
      margin-bottom: 0; }
  .nav-panel-flyout .nav-panel-inner {
    position: absolute;
    padding-top: 54px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .nav-panel-flyout .nav-panel-inner .nav-menu-section {
      border-bottom: 1px solid #BDBDBD; }
      .nav-panel-flyout .nav-panel-inner .nav-menu-section:last-child {
        border-bottom: none; }
    .nav-panel-flyout .nav-panel-inner .nav-menu li a {
      display: block;
      vertical-align: middle;
      padding: 20px 15px;
      font-size: 1.125rem;
      color: #757575; }
      .nav-panel-flyout .nav-panel-inner .nav-menu li a .icon {
        float: right; }
        .nav-panel-flyout .nav-panel-inner .nav-menu li a .icon svg {
          fill: #009FBF; }
      .nav-panel-flyout .nav-panel-inner .nav-menu li a:hover {
        background-color: white; }
    .nav-panel-flyout .nav-panel-inner .nav-menu li a.facebook,
    .nav-panel-flyout .nav-panel-inner .nav-menu li a.instagram {
      position: relative; }
      .nav-panel-flyout .nav-panel-inner .nav-menu li a.facebook:after,
      .nav-panel-flyout .nav-panel-inner .nav-menu li a.instagram:after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -17px;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-size: 32px 32px; }
    .nav-panel-flyout .nav-panel-inner .nav-menu li a.facebook:after {
      background-image: url(../img/facebook-icon.png); }
    .nav-panel-flyout .nav-panel-inner .nav-menu li a.instagram:after {
      background-image: url(../img/instagram-icon.png); }

/* ==========================================================================
 Mobile Navigation
 ========================================================================== */
.mfp-mobile {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-mobile .mfp-with-anim {
    transition: all 0.2s ease-out;
    transform: translateX(-100%); }
  .mfp-mobile.mfp-bg {
    opacity: 0;
    transition: all 0.2s ease-out; }
  .mfp-mobile.mfp-ready .mfp-with-anim {
    transform: translateX(0); }
  .mfp-mobile.mfp-ready.mfp-bg {
    opacity: 0.2; }
  .mfp-mobile.mfp-removing .mfp-with-anim {
    transform: translateX(-100%); }
  .mfp-mobile.mfp-removing.mfp-bg {
    opacity: 0; }

.siteFooter {
  margin-top: 34px; }
  .siteFooter .logo {
    text-align: center;
    width: 240px;
    padding-bottom: 12px;
    margin-left: auto;
    margin-right: auto; }
    .siteFooter .logo a {
      display: inline-block;
      width: 243px;
      vertical-align: middle; }
  .siteFooter .navigation-top ul {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center; }
    .siteFooter .navigation-top ul li {
      display: block;
      padding: 0 0;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .siteFooter .navigation-top ul li {
          display: inline-block; } }
      .siteFooter .navigation-top ul li a {
        display: inline-block;
        color: #202020;
        font-size: 0.875rem;
        padding: 0 10px;
        vertical-align: middle; }
        .siteFooter .navigation-top ul li a:hover {
          color: #009FBF; }
        .siteFooter .navigation-top ul li a .icon-bubble-heart-2,
        .siteFooter .navigation-top ul li a .icon-profile-1 {
          fill: #009FBF;
          top: -2px;
          margin-right: 5px; }
      .siteFooter .navigation-top ul li a.facebook,
      .siteFooter .navigation-top ul li a.instagram {
        position: relative;
        padding-bottom: 34px; }
        .siteFooter .navigation-top ul li a.facebook:after,
        .siteFooter .navigation-top ul li a.instagram:after {
          content: " ";
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -16px;
          width: 32px;
          height: 32px;
          background-repeat: no-repeat;
          background-size: 32px 32px; }
      .siteFooter .navigation-top ul li a.facebook:after {
        background-image: url(../img/facebook-icon.png); }
      .siteFooter .navigation-top ul li a.instagram:after {
        background-image: url(../img/instagram-icon.png); }
  .siteFooter .navigation-bottom {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #E0E0E0; }
    @media (min-width: 768px) {
      .siteFooter .navigation-bottom {
        padding-top: 40px; } }
    .siteFooter .navigation-bottom ul {
      display: block;
      text-align: center; }
      .siteFooter .navigation-bottom ul li {
        display: block;
        padding: 6px 0;
        font-size: 0.875rem; }
        @media (min-width: 768px) {
          .siteFooter .navigation-bottom ul li {
            display: inline-block;
            vertical-align: middle;
            padding: 12px; } }
        .siteFooter .navigation-bottom ul li a {
          color: #202020; }
          .siteFooter .navigation-bottom ul li a:hover {
            color: #009FBF; }
    .siteFooter .navigation-bottom .bka {
      margin-top: 24px;
      margin-bottom: 24px;
      font-size: 0.875rem;
      color: #757575;
      text-align: center; }

.page-title {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 768px) {
    .page-title {
      padding-top: 54px; } }
  .page-title h1 {
    margin-bottom: 0;
    font-size: 1.3125rem; }
    @media (min-width: 768px) {
      .page-title h1 {
        font-size: 1.6875rem; } }
    @media (min-width: 992px) {
      .page-title h1 {
        font-size: 2rem; } }
  .page-title .icon {
    width: 30px;
    height: 30px;
    fill: #009FBF;
    margin-bottom: 10px; }

/**
| Modules
*/
/* ==========================================================================
Shopping Cart Modal
========================================================================== */
.shopping-cart-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 40px 8px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  /*Empty Cart*/
  /*Product Order lists*/
  /*Sub price*/
  /*Configure Summary bottom*/ }
  @media (min-width: 768px) {
    .shopping-cart-modal {
      width: 520px; } }
  .shopping-cart-modal .mfp-close {
    top: 18px; }
  .shopping-cart-modal .option-group {
    padding-left: 15px;
    padding-right: 15px; }
  .shopping-cart-modal .modal-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    z-index: 99; }
    .shopping-cart-modal .modal-header .option-group {
      padding-right: 50px; }
    .shopping-cart-modal .modal-header .configure-header {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 26px;
      font-size: 1.125rem;
      font-family: "calluna-sans",sans-serif;
      font-style: normal;
      font-weight: 700; }
      .shopping-cart-modal .modal-header .configure-header .icon {
        top: -2px;
        vertical-align: top;
        fill: #757575; }
    .shopping-cart-modal .modal-header .configure-body {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 26px; }
  .shopping-cart-modal .modal-content {
    padding-top: 85px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #FFFFFF; }
  .shopping-cart-modal p.your-order-text {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0; }
  .shopping-cart-modal .empty-cart {
    padding-top: 50px;
    padding-bottom: 50px; }
    .shopping-cart-modal .empty-cart h4 {
      text-align: center;
      font-size: 1.6875rem;
      padding-bottom: 50px; }
  .shopping-cart-modal .order-product-items .order-item-row {
    padding: 15px;
    border-top: 1px solid #E0E0E0; }
    .shopping-cart-modal .order-product-items .order-item-row .product-item__parent,
    .shopping-cart-modal .order-product-items .order-item-row .product-item__child {
      padding-top: 12px;
      padding-bottom: 12px; }
    .shopping-cart-modal .order-product-items .order-item-row a {
      display: block; }
    .shopping-cart-modal .order-product-items .order-item-row .product-item__header,
    .shopping-cart-modal .order-product-items .order-item-row .product-item-subheader {
      margin-bottom: 0.35em;
      color: #757575;
      font-family: "calluna-sans",sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 21px; }
    .shopping-cart-modal .order-product-items .order-item-row .product-item-subheader {
      font-size: 16px; }
    .shopping-cart-modal .order-product-items .order-item-row .product-item__description {
      margin-bottom: 0.35em;
      color: #202020;
      font-size: 1rem;
      line-height: 1;
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal; }
    .shopping-cart-modal .order-product-items .order-item-row .form-group.gift-wrap {
      font-size: 0.875rem; }
    .shopping-cart-modal .order-product-items .order-item-row .product-item__price {
      margin-bottom: 0.35em;
      font-size: 1.125rem;
      font-family: 'Varela Round', sans-serif;
      font-style: normal;
      font-weight: normal; }
      @media (min-width: 544px) {
        .shopping-cart-modal .order-product-items .order-item-row .product-item__price {
          text-align: right; } }
    .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      box-orient: horizontal;
      box-direction: normal;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      margin-bottom: 0.35em; }
      @media (min-width: 544px) {
        .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity {
          box-pack: end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          -o-justify-content: flex-end;
          justify-content: flex-end;
          -ms-flex-pack: end; } }
      .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity .quantity-configure {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity .quantity-configure .btn--loader {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 2;
          top: 0;
          left: 0;
          border-radius: 4px;
          background-color: #009FBF;
          opacity: 0.5; }
        .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity .quantity-configure .quantity-configure__minus {
          box-flex: 0;
          -moz-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          border-radius: 4px 0 0 4px;
          border: 1px solid #E0E0E0;
          padding: 0 8px;
          height: 36px; }
        .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity .quantity-configure .quantity-configure__plus {
          box-flex: 0;
          -moz-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          border-radius: 0 4px 4px 0;
          border: 1px solid #E0E0E0;
          padding: 0 8px;
          height: 36px; }
        .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity .quantity-configure .quantity-configure_input-number {
          box-flex: 0;
          -moz-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          text-align: center;
          border-radius: 0;
          border-left: 0;
          border-right: 0;
          width: 50px; }
        .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity .quantity-configure input[type=number]::-webkit-inner-spin-button,
        .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity .quantity-configure input[type=number]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .shopping-cart-modal .order-product-items .order-item-row .product-item-quantity .quantity-configure input[type=number] {
          -moz-appearance: textfield; }
    .shopping-cart-modal .order-product-items .order-item-row .product-item__total {
      margin-bottom: 0.35em;
      font-size: 1.125rem;
      font-family: 'Varela Round', sans-serif;
      font-style: normal;
      font-weight: normal; }
      @media (min-width: 544px) {
        .shopping-cart-modal .order-product-items .order-item-row .product-item__total {
          text-align: right; } }
    .shopping-cart-modal .order-product-items .order-item-row .product-item__remove button {
      padding: 0.3em;
      background-color: transparent; }
      .shopping-cart-modal .order-product-items .order-item-row .product-item__remove button .icon {
        width: 18px;
        height: 18px;
        fill: #757575; }
      .shopping-cart-modal .order-product-items .order-item-row .product-item__remove button:hover .icon {
        fill: #202020; }
    @media (min-width: 544px) {
      .shopping-cart-modal .order-product-items .order-item-row .product-item__remove {
        text-align: right; } }
  .shopping-cart-modal .voucher-code-wrapper {
    padding: 15px;
    border-top: 1px solid #E0E0E0;
    background-color: #F5F5F5; }
    .shopping-cart-modal .voucher-code-wrapper .form-group .form-inline {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .shopping-cart-modal .voucher-code-wrapper .form-group .form-inline input[type="text"] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .shopping-cart-modal .voucher-code-wrapper .form-group .form-inline button {
        padding: 0.57em 0.75em;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  .shopping-cart-modal .price-sub-totals {
    border-top: 1px solid #E0E0E0;
    padding: 20px 15px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5; }
    .shopping-cart-modal .price-sub-totals .price-sub-row {
      margin-bottom: 0.7em; }
      .shopping-cart-modal .price-sub-totals .price-sub-row:last-child {
        margin-bottom: 0; }
    .shopping-cart-modal .price-sub-totals .price-sub__heading {
      padding-top: 4px;
      text-align: right;
      color: #757575;
      font-size: 0.875rem;
      vertical-align: bottom;
      line-height: 1.2; }
      .shopping-cart-modal .price-sub-totals .price-sub__heading.total {
        color: #202020;
        font-family: "calluna-sans",sans-serif;
        font-style: normal;
        font-weight: 700; }
    .shopping-cart-modal .price-sub-totals .price-sub__amount {
      text-align: right;
      font-size: 1.125rem;
      font-family: 'Varela Round', sans-serif;
      font-style: normal;
      font-weight: normal;
      vertical-align: bottom;
      line-height: 1.2; }
  .shopping-cart-modal .configure-summary {
    border-top: 1px solid #E0E0E0;
    padding: 20px 15px;
    background-color: #F5F5F5; }
    .shopping-cart-modal .configure-summary .configure-summary-container .btn {
      margin-top: 0.7em; }
      .shopping-cart-modal .configure-summary .configure-summary-container .btn:first-child {
        margin-top: 0; }
  .shopping-cart-modal .has-error {
    border-color: #a94442; }
  .shopping-cart-modal .is-hidden {
    display: none; }

/* ==========================================================================
Product Configure Modal
========================================================================== */
.product-configure-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 40px 8px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF; }
  @media (min-width: 544px) {
    .product-configure-modal {
      width: 360px; } }
  .product-configure-modal .mfp-close {
    top: 18px; }
  .product-configure-modal .option-group {
    padding-left: 15px;
    padding-right: 15px; }
  .product-configure-modal .modal-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    z-index: 99; }
    .product-configure-modal .modal-header .option-group {
      padding-right: 50px; }
    .product-configure-modal .modal-header .configure-header {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 26px;
      font-family: "calluna-sans",sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 1.125rem; }
    .product-configure-modal .modal-header .configure-body {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 26px;
      font-family: 'Varela Round', sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #757575;
      font-size: 0.8125rem;
      visibility: hidden; }
      .product-configure-modal .modal-header .configure-body .price {
        display: inline-block;
        vertical-align: baseline;
        color: #009FBF;
        font-family: 'Varela Round', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1.875rem; }
  .product-configure-modal .modal-content {
    padding-top: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFFFFF; }
  .product-configure-modal .option-selections {
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 10px; }
  .product-configure-modal .form-group {
    margin-bottom: 0.56em; }
  .product-configure-modal .inline-gender {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    /*Only Girl change to pink*/ }
    .product-configure-modal .inline-gender .radio-gender {
      position: relative;
      box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 15px;
      margin-right: 15px;
      padding: 0.55em 2em;
      display: inline-block;
      background-color: #FFFFFF;
      border: 1px solid #E0E0E0;
      border-radius: 4px;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      color: #202020;
      font-size: 1rem;
      font-family: "calluna-sans",sans-serif;
      font-style: normal;
      font-weight: 700;
      cursor: pointer; }
      .product-configure-modal .inline-gender .radio-gender:hover {
        border-color: #c7c7c7; }
      .product-configure-modal .inline-gender .radio-gender input[type=radio] {
        position: absolute;
        opacity: 0;
        z-index: -1; }
        .product-configure-modal .inline-gender .radio-gender input[type=radio]:checked ~ .radio-indicator {
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(data:image/gif;base64,R0lGODlhHAAcAMQAAACfv2vH2vv9/s/t8xmoxarf6vf7+4/V4weiwTOyzCStyHnN3bXj7P///9nx9QujwtPu9BCiwgSevimuyQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAAcABwAAAWzYCOOIxMkEQBEScAIZCwfhGrfAHHAMjlMuKBtMuiJCgihEoAo9ArLKMDpS0qViOIIeF1OBOBDV3oQ1YSPBQQMWTyUBAFDqXDIHAqlCW3vOd5BJ0ILRiILQihCEIUNEEIpQjyFYyqSRkqQOIuFjkEsg4yHQS18Rn9CLnR9JHh6AmdBaWsCbYBBcQJilEplIly7N19gAgNWwExaI1DHU0/GXU2FP2NEjCI0UTqW1iaJKy0vRiEAOw==); }
      .product-configure-modal .inline-gender .radio-gender .radio-indicator {
        position: absolute;
        top: 13px;
        left: 12px;
        width: 14px;
        height: 14px;
        background-image: url(data:image/gif;base64,R0lGODlhHAAcALMAAOHh4ePj4/////Hx8ebm5vn5+e/v7/b29u3t7fX19eXl5fv7+wAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAAcABwAAASNUMg5DyIgA4IO/aAwBFpZDuFXKGarKUUqJG6tJSFt7zhV7EBAbMIK2hSTgRGIEpBqhmHBsBMcbEPfs2WpZVW1i8sgE1BbGNcX9FsCyhL3Gy5fg11pE1l2NnG8KW0tHVhsWyYeh3pSfS4SSnIuTQJFkS8+liVrOpY9H5xunmyVQDBwIootk6dWYhocHikRADs=);
        background-position: center center;
        background-siZe: 14px 14px; }
    .product-configure-modal .inline-gender .radio-gender.girl input[type=radio]:checked ~ .radio-indicator {
      background-image: url(data:image/gif;base64,R0lGODlhHAAcAMQAAO+bm/fKyv////CgoPzs7PKqqvbExPrd3fGkpPjT0/ri4v3w8PKurvGoqO+dnfGhof3v7wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAAcABwAAAWpoCCOo2IwAwAMjKGQcCwkiGrfAJLIMFHgQFuBwBMcHMEkwHGQHZRQQJNEQEaTDuLod1UWRoludCeoJQMQESRgBSIEimRjEVs0kqYkXbZo305BAUUCAUEoQWlFEEEpQYMiYiqPAkmNOIk8i0AsgYOFQC16PH1BLnJ7JHZ4ZUpoamxJbzORSmQCXLQ3XyNVuTZZME++Uk5+V0xFPmJDkzRQOpMkJocrLS88IQA7); }
  .product-configure-modal .configure-error-container {
    padding-top: 15px; }
    .product-configure-modal .configure-error-container p {
      padding: 5px 10px;
      margin-bottom: 0;
      color: #a94442;
      background-color: #f2dede;
      border-radius: 4px;
      font-size: 0.875rem; }
  .product-configure-modal .configure-summary {
    padding-top: 15px;
    padding-bottom: 15px; }
  .product-configure-modal .has-error {
    border-color: #a94442; }
  .product-configure-modal .is-hidden {
    display: none; }

#btnLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  #btnLoader .loader-wrapper {
    color: #FFFFFF; }
    #btnLoader .loader-wrapper p {
      text-align: center;
      font-size: 1.125rem;
      margin-bottom: 0;
      padding-bottom: 0.375rem; }

.spinner {
  padding-top: 5rem;
  position: relative;
  z-index: 1; }
  .spinner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.875rem;
    margin-top: -1.875rem;
    border: 0.375rem solid #ffffff;
    border-right-color: transparent;
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    animation: spinner 0.62s infinite linear; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
* Ecommerce animation slide in
* <div class="slide-modal mfp-with-anim">
*		HTML content
* </div>
*	
* Javascript make sure use
* mainClass: "mfp-slidein-right"
*/
.mfp-slidein-right {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-slidein-right .mfp-with-anim {
    transition: all 0.2s ease-out;
    right: -100%; }
  .mfp-slidein-right.mfp-bg {
    opacity: 0;
    transition: all 0.2s ease-out; }
  .mfp-slidein-right.mfp-ready .mfp-with-anim {
    right: 0; }
  .mfp-slidein-right.mfp-ready.mfp-bg {
    opacity: 0.2; }
  .mfp-slidein-right.mfp-removing .mfp-with-anim {
    right: -100%; }
  .mfp-slidein-right.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-slidein-right .mfp-container {
  padding: 0; }

.mfp-slidein-right .mfp-inline-holder .mfp-content, .mfp-slidein-right .mfp-ajax-holder .mfp-content {
  height: 100%; }

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.no-touch body.is-fixed {
  position: static; }

.membership-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 420px;
  margin: 20px auto;
  border-radius: 4px;
  overflow: hidden; }
  .membership-popup .is-visible {
    display: block; }
  .membership-popup .is-hidden {
    display: none; }
  .membership-popup .mfp-close {
    top: 10px; }
  .membership-popup h2 {
    font-size: 1.6875rem;
    margin-bottom: 0.46667em; }
  .membership-popup .form-group .btn-forgot-password {
    display: block;
    text-align: right; }
  .membership-popup .form-group .has-error {
    border-color: #a94442; }
  .membership-popup .form-group .errorMessage {
    margin-top: 5px;
    padding: 5px 10px;
    margin-bottom: 0;
    color: #a94442;
    background-color: #f2dede;
    border-radius: 4px;
    font-size: 0.875rem; }

.order-summary {
  padding-top: 54px; }

.creditCard {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .creditCard {
      position: absolute;
      top: 10px;
      right: 20px; } }

.icon-visa {
  width: 66px;
  height: 42px;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,R0lGODlhQgAqAPcAACZWl5muzNl7Fkhwp8OJTvb29tXc54SgxGeItShYmLfG2dmBI4N3cue4hu3v8jZjnll9rniVvebp76m70+q1fOy9iubd1cnT4ldohsqJROnAlODl7OSpaVB3qjBem+/Xvj5ook51qVZoh////2+OubLC1zJfncPP392KMn+awJ+zzuCZTeCUQpKpyGCDsUdjjEBrpN6RP9vh6vLz9P338PLn2s7X5C1bmpCox4Wfwjtmoevt8aa50UZupvHfzLvK3q2+1XKQuvH0+LbF2VR6rFx/sGSGs8zV4/T19X2Zv8bR4GuLt97j64ukxdng6Zyxzefr75etyoKdwUtyqDJenePo7b3K3C5cmzhkn5Gpx66/1dHa5UBqo+/w80NtpD1ooZKqy1Z7raG1z3SSu3CPuWKEs4GcwF6Bsc3X4+nr8SpZmd/l69ff56u907PD14ehw2SHtfX197nH29+NMpWryqe50kxzqSxcm52xzevv8YR4cufp71J4q050q93j6kZwp62/1b/M3fPz9dHb5VyBsThkod/l7ePp7dnh6c3V41d8rWaHtDRhnTxmoXCRuXKTu8nT41l+ruSpaoCbwN+TPs/Z5Yulxa+/15Wry6e50wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAABCACoAAAj/AEf8gAGgoMGDCBMqXMiw4UEYB4QIdEixosWKIYQQvMix40UwHkOKXBhipMmTKFOqXMmypUuGOGLKnEmzps2bOHPqLMCzp8+fQIMKHUq0qNGjSJMqXcq0S6UTJ9jMYBpUAwoBWLOu8AGUjImvJoYUKAP2ARKfPIgkOOhh0VSfCqaANeHkqA9JWbHG+ClBjUEsU7EYHNBThp2FD35W8YAQSNIaGfL+fHKwSQEoB5fwhAKCYaSfOBKaUVpGzwKsH3yWNMikwImDOHhOYkviTZIiCZL8bJSQiNIAADCc1tCz0sFFPMUcvMTzgcErrXtCYePzksIbb48aD76AQ08pB63w/zRzsFKBHWw3EIVg8MzBI0oFA2Cwt8AM+QC8xNnv3uBbxgZ9UUIcQW1X0BE3GCSGUmQYRABPQxwUQE86GNRDTxH0dgFQGRZkRwFEGDSGUnUY9IIFBSxi0A1Q8ISeQchtNoVCZpy1WYIFTQheQYQltcFBYkiwVkEj8nRBZT45EIRCOfQUxUFVFKDFQTsoNYBBJFBmEHw88XBQG0ApoUhC0XFhkBE8OXFQIEqlYOFhBXXg044F2SBUG34Z5FiEBi3xxJ9DAkCHUnwmVIdPZRzkwFBLGjRBAf01hIBSOwRqECNd+GRmQTDw5AYdUfZUhRcH2WBARTosFUZCUiR5EJoFkLoHQAgkkGAEgB4WkIRF6iUVGkLU9XTEQW/wFOl1F+yAqxdQNavAQW4opQRCZ/w0wUGHFtDZQl+cUICWBbUA1LYAFKvUF1yky4UCoM3FpQoumHDQDWGosGgBfMzlB1BBgBUjVUxJwMYWTAgC8MEIJ6zwwgk34PDDEEcs8cQUV2zxxXllrPHGHHfs8ccghyzyyCSXbPLJKKescsksrOwyyxW8LHPIFdDQ8sw4a8wCDSPQQMEcOec8BwU8BwQAOw==); }

.icon-mastercard {
  width: 67px;
  height: 42px;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,R0lGODlhQwAqAPcAACZWl89uHrI1Lei2ss5hWVZKdLhCLOfATzlRif3787vK3rGWNt+sF/frx5Kqy9yNh3d7X+exrJk6QvTksteNGuO1ME51qshPRezOdXxBV1Rsd/jo59V2b6o9OfH0+PXf3ZmMR78yJ+/bou7Jxj1hh+SppPLX1KpkOHJEX/ns672ILNOgHzBUkOCuHMZIPu7ThUlmf6I4O8dQIunGYExNe2lGZd+Ykuu+u9mFfmBxb8ihJkBrpPfv3/rv7v///4tcTuW8Qs5tZcI9NctZUNN+HIOBVvDXj9mVGfDPzeGyJvXmuvry4slqOsE4LrycLkNPgqw1NI89SaaRPjJbj/fvzuvCwvvz8mx2ZslXIWBIbPfv78M8MuCcluvKatZ7dPThrNBpYd2Tjf35+ejCVffk4/bpwPHbmduLhfv25fHT0MpVS6xKNcaMJtudGME2K4U/UcNAJNJvaPz29sxcU+atqbM5L+3PecVFO7Y0Lfz47eW8RDtYiO/MyfPfptF2HeS4N+GwIfv03+K0LOm6ttOnHuvGxvPjuvnx18dJQMtfIM9lXN+ZlOjEWdiCe4KCWXFFYfPY1q1eNvPj39yQilF1quvMcP789ro2Kua+Se/ViOGgm/78/Hd8XtuWku/X0vfv68ZNQfbovvTir8E5Jffz2/HRzt+tGPjsyq09NNqHgb45MdNwaO3RfueyrvPa2M1eVlVNddJuZsZRSfXg3+rIZfvz76k7Nu3FwuGfmtZ8dffn48pVTd+aktuSiunFXOWrpvz46tV3cMRANZI9Sfnv0evLbPPfrt+uJN+yMevKxgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAABDACoAAAj/AH0o2AGgoMGDCBMqXMiwIUILDjwIdEixokWLFjwQvMixI0cHHhHQqIECRRYaLC5O0XCliEsNJDpauEjjDZQQOHPijFEDAUMSnJwwGEp0qA4QGjw2LHBTp1Odb3weJAGiqFWrOnIoRchCwtOvOvHUMFiE0NWzRRdM2QrgCR6wcHNK2LMArV2ihGAozfI2blw8Ku4KHnql4xO/fgEPXqzXIou+iBEnWmyXUMyKXiODrSOjc+cjlNEuqFhAM1g8K0JT1uqwqWmnayjInk0BtGqsDku/1gzn9lXWC6PsdooqgPHjx9v4LiqlIc47Q4ZsCaGmuhvEJwYLokWrAmUgQBgw/6SBs5UPH4oQnfdxHa6NVkyQy/fD4MWm+5tMafdxiEFShTXgZMJ5sTxw3iwX4DJIK2CEcMciA0RwQQ8+hBECGAMM0OAcNoBhQzHnKaEEMRUYIYootDCAQSZjzACEGS/44sMEDHCyEAo4ySGHD6ukIYYPN2iyng8E6LIeGOeZEMyQc3Dhgxw3LOEDBkSxMiQjCSSwiX34bWIEA0XcGIJ6A57hw4BcvCILIuaZt0F1sfiAhCIpiPGKgVzc4MMGYfiAhn5D6aFHBWb40Md5ZRxiaCXndQGmmHGWIKcVg/jgxSojkGGFD2b6MMAdZnKhiA9W8AGJD5p84AMYSCpR1AGhBP+Sx4w+kPKHD3m0wAAaPujxqEI4TuIDDufRUaYPPdCRgg9DpLJjKb/4kEsuyEJibS73NRGHD2UQBcQmCfQRiA9KGDqGD6cMlYAPgPyaEI7mKXKfIjtG4AMHW2w6nQv3jUAkkrfg1MQQPrgSwgXnHcAAEC/4YEcLvIYyJSa4JmGHn0OFqRB5AwpjxQbqkSHkLLP4kMIIpbjig7WkxkEhGWnI0YgPg4QwSgPrAWMlGor6gPMBLcy6Xrf+LcRCCEjwgXQYc0DyCyImJJvGAHykcLIazuqCyBB8WGHFCDjo8kAIWAgiSpZ9CHJKHhM0oMQpaAjCwBikBNLHIS8MtdZCMQy/p9MlngXeGRHLEeVEQwH6jRMehQ9mI0NHK45TJLTNplzjDOzNUAaSw3V54SBQ9FjnBshHeOOEaL5U53iwgblVwFH0Rue2HPd66BzN3nkIp4OulO5+4/GDWb5vlfhuMTwBAAxC+QYBWwUhkFlkeKCQUkFTlBXaApdBX1BNfkFhvULZ6yCYFP9RNJNjBaAggQQxvB8FCspTBEMRUiygv/5F5KC6QxDxngA9EpH1DfCADcmIDzzgAAMi8IEAgIhEAgIAOw==); }

.total-amount-list {
  padding-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #E0E0E0; }

.total-amount {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px; }
  .total-amount .total-detail {
    box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    color: #757575;
    font-size: 0.875rem; }
    .total-amount .total-detail.bold {
      font-family: "calluna-sans",sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #202020;
      font-size: 1rem; }
  .total-amount .total-price {
    box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-size: 1.125rem;
    font-family: 'Varela Round', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: right; }

.order-items {
  /* Remove the bottom border. There is already a top border on the next element*/ }
  .order-items .qty {
    text-align: center; }
  .order-items .price {
    text-align: right; }
  .order-items .product {
    font-family: "calluna",serif;
    font-style: italic;
    font-weight: 600;
    color: #757575; }
  .order-items thead {
    font-style: normal;
    font-weight: 400;
    border-bottom-color: #E0E0E0; }
  .order-items tbody tr:last-child td {
    border: none; }

.purcheses-history .head {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0.35em 0;
  border-bottom: 1px solid #E0E0E0;
  width: 100%; }
  .purcheses-history .head .order-no {
    box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-size: 0.875rem; }
  .purcheses-history .head .order-date {
    box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    text-align: center;
    font-size: 0.875rem; }
  .purcheses-history .head .detail {
    box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    text-align: right;
    font-size: 0.875rem; }

.purcheses-history .ordered-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  font-family: 'Varela Round', sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 0.35em 0;
  border-bottom: 1px solid #E0E0E0; }
  .purcheses-history .ordered-row .ordered-no {
    box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .purcheses-history .ordered-row .ordered-date {
    box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    text-align: center; }
  .purcheses-history .ordered-row .ordered-detail {
    box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    text-align: right; }

/**
| SITE SPECIFIC
*/
.hero-lead {
  margin-top: 30px;
  margin-bottom: 30px; }
  .hero-lead h1 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.35em; }
    @media (min-width: 768px) {
      .hero-lead h1 {
        font-size: 1.875rem; } }
  .hero-lead .home-blurb {
    margin: 0;
    padding-top: 0.75rem;
    text-align: center;
    color: #202020;
    font-size: 18px;
    line-height: 1.2;
    font-family: "calluna-sans",sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media (min-width: 768px) {
      .hero-lead .home-blurb {
        padding-top: 1rem; } }

.book-lists .book-lists__item {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px; }
  @media (min-width: 768px) {
    .book-lists .book-lists__item {
      margin-top: 44px;
      margin-bottom: 44px;
      padding-top: 44px; } }
  @media (min-width: 992px) {
    .book-lists .book-lists__item {
      margin-bottom: 54px; } }
  .book-lists .book-lists__item:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0; }

.hero-description {
  margin-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 1px solid #F5F5F5; }
  @media (min-width: 768px) {
    .hero-description {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .hero-description {
      margin-top: 30px;
      text-align: left; } }
  .hero-description h2 {
    font-size: 21px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .hero-description h2 {
        font-size: 27px; } }
  .hero-description h3 {
    font-family: "calluna",serif;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    color: #757575;
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .hero-description .hero-description-right {
      text-align: right;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      box-pack: end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; } }
  .hero-description .hero-description-right .price-meta {
    font-family: 'Varela Round', sans-serif;
    font-style: normal;
    font-weight: normal; }
    @media (min-width: 992px) {
      .hero-description .hero-description-right .price-meta {
        margin-right: 10px; } }
    .hero-description .hero-description-right .price-meta .price {
      font-size: 24px;
      line-height: 1.1; }
      @media (min-width: 992px) {
        .hero-description .hero-description-right .price-meta .price {
          font-size: 30px; } }
    .hero-description .hero-description-right .price-meta .price-old {
      display: block;
      font-size: 18px;
      text-decoration: line-through; }
    .hero-description .hero-description-right .price-meta .only {
      font-size: 13px;
      color: #5F5F5F; }
    .hero-description .hero-description-right .price-meta .use-code {
      font-size: 13px; }

.gallery {
  padding-bottom: 74.5%; }
  @media (min-width: 992px) {
    .gallery {
      padding-bottom: 42.2%; } }
  @media (min-width: 1200px) {
    .gallery {
      padding-bottom: 27.38%; } }
  .gallery img {
    width: 100%;
    height: auto; }

.gallery .flickity-viewport {
  position: absolute;
  width: 100%; }

.gallery-cell {
  width: 100%;
  height: 100%;
  background: transparent; }
  @media (min-width: 992px) {
    .gallery-cell {
      width: 70%; } }
  @media (min-width: 1200px) {
    .gallery-cell {
      width: 60%; } }

.gallery .flickity-page-dots {
  bottom: 10px; }
  .gallery .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 5px;
    background: transparent;
    border: 2px solid white; }
    .gallery .flickity-page-dots .dot.is-selected {
      background: white; }

.home-content-block {
  margin-top: 3.375rem; }
  @media (min-width: 992px) {
    .home-content-block {
      margin-top: 4.5rem; } }

.hero-slider-inner {
  position: relative; }
  .hero-slider-inner .carousel-prev {
    left: -15px; }
    @media (min-width: 1200px) {
      .hero-slider-inner .carousel-prev {
        left: -55px; } }
  .hero-slider-inner .carousel-next {
    right: -15px; }
    @media (min-width: 1200px) {
      .hero-slider-inner .carousel-next {
        right: -55px; } }
  .hero-slider-inner .carousel-prev,
  .hero-slider-inner .carousel-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 1;
    padding: 15px;
    background-color: transparent;
    border-radius: 50%; }
    .hero-slider-inner .carousel-prev .icon,
    .hero-slider-inner .carousel-next .icon {
      width: 28px;
      height: 28px;
      fill: #202020; }
    .hero-slider-inner .carousel-prev:hover .icon,
    .hero-slider-inner .carousel-next:hover .icon {
      fill: #009FBF; }

.hero-carousel .slick-slide {
  height: auto; }

.video-how-it-work {
  text-align: center; }
  .video-how-it-work h2 {
    font-size: 1.1875rem; }
    @media (min-width: 992px) {
      .video-how-it-work h2 {
        font-size: 1.6875rem; } }
  .video-how-it-work .inner {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 54px;
    margin-bottom: 54px; }
    @media (min-width: 992px) {
      .video-how-it-work .inner {
        padding-bottom: 72px;
        margin-bottom: 72px; } }

.landing-hero {
  position: relative; }
  .landing-hero img {
    width: 100%;
    height: auto; }

.landing-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  .landing-hero__video .btn-play-video {
    width: 40px;
    height: 40px;
    display: block;
    color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.2s; }
    .landing-hero__video .btn-play-video svg {
      width: 100%;
      height: 100%; }
    .landing-hero__video .btn-play-video:hover {
      transform: scale(1.1); }
    @media (min-width: 768px) {
      .landing-hero__video .btn-play-video {
        width: 80px;
        height: 80px; } }

.book-pagination .pager-link {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .book-pagination .pager-link.prev {
    text-align: right; }
    .book-pagination .pager-link.prev .pager-link__thumbnail {
      margin-left: 10px; }
  .book-pagination .pager-link.next {
    text-align: left; }
    .book-pagination .pager-link.next .pager-link__thumbnail {
      margin-right: 10px; }
  .book-pagination .pager-link .pager-link__arrow {
    width: 24px;
    display: none; }
    @media (min-width: 768px) {
      .book-pagination .pager-link .pager-link__arrow {
        display: block; } }
  .book-pagination .pager-link .pager-link__content {
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: 100%; }
    .book-pagination .pager-link .pager-link__content span {
      font-family: 'Varela Round', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      color: #202020; }
    .book-pagination .pager-link .pager-link__content h3 {
      font-size: 16px;
      color: #202020;
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .book-pagination .pager-link .pager-link__content h3 {
          font-size: 21px; } }
  .book-pagination .pager-link .pager-link__thumbnail {
    width: 180px;
    display: none; }
    @media (min-width: 768px) {
      .book-pagination .pager-link .pager-link__thumbnail {
        display: block; } }

.preview-book-wrapper {
  margin-top: 52px; }

.signout-area {
  margin-bottom: 1.4em; }

.setNewPassword {
  padding-top: 54px; }

.contact-content {
  padding-bottom: 1.4em;
  margin-bottom: 1.4em;
  border-bottom: 1px solid #E0E0E0; }
  .contact-content h5 {
    margin-bottom: 6px;
    font-size: 0.875rem;
    color: #757575;
    font-family: 'Varela Round', sans-serif;
    font-style: normal;
    font-weight: normal; }
  .contact-content p {
    color: #202020;
    margin: 0; }

.error-page-wrapper {
  text-align: center;
  font-size: inherit; }
  @media (min-width: 768px) {
    .error-page-wrapper h2 {
      width: 75%;
      margin-left: auto;
      margin-right: auto; } }

.share-social-media {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 24px;
  margin-bottom: 42px;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-bottom: 1px solid #E0E0E0; }
  .share-social-media .share-text {
    font-family: 'Varela Round', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    color: #757575; }
  .share-social-media a.facebook,
  .share-social-media a.twitter {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
    border-radius: 50%;
    margin-left: 5px; }
    .share-social-media a.facebook svg,
    .share-social-media a.twitter svg {
      fill: #FFFFFF;
      width: 18px;
      height: 18px; }
  .share-social-media a.facebook {
    background-color: #3b5998; }
  .share-social-media a.twitter {
    background-color: #00aced; }

.related-products-subheading {
  padding: 20px 0;
  margin: 0;
  text-align: center; }

.item-card {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .item-card .item-card__img img {
    border-radius: 3px 3px 0 0; }
  .item-card .item-card__body {
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    padding: 16px 20px 20px 20px; }
    @media (min-width: 992px) {
      .item-card .item-card__body {
        padding: 26px 30px 30px 30px; } }
    .item-card .item-card__body .item-card__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      font-family: "calluna",serif;
      font-style: normal;
      font-weight: 600;
      font-size: 21px;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .item-card .item-card__body .item-card__header {
          font-size: 25px; } }
      .item-card .item-card__body .item-card__header .item-card__title {
        -ms-flex-positive: 3;
        flex-grow: 3; }
      .item-card .item-card__body .item-card__header .item-card__price {
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: right; }
    .item-card .item-card__body .item-card__description {
      color: #757575; }
  .item-card .item-card__footer {
    padding: 0 20px 20px 20px; }
    @media (min-width: 992px) {
      .item-card .item-card__footer {
        padding: 0 30px 30px 30px; } }
  .item-card button:disabled:hover {
    background-color: #F5F5F5;
    color: #009FBF; }

.addon-value {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Varela Round', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px; }
  @media (min-width: 768px) {
    .addon-value {
      margin-right: 18px;
      margin-bottom: 0; } }
  .addon-value span {
    padding: 4px 8px;
    color: #FFFFFF;
    background-color: #009FBF;
    width: 18px;
    height: 18px;
    border-radius: 50%; }

/**
| Utilities
*/
.flex {
  display: -ms-flexbox;
  display: flex; }

.flex-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.items-start {
  -ms-flex-align: start;
  align-items: flex-start; }

.items-end {
  -ms-flex-align: end;
  align-items: flex-end; }

.items-center {
  -ms-flex-align: center;
  align-items: center; }

.items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline; }

.items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-center {
  -ms-flex-pack: center;
  justify-content: center; }

.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-none {
  -ms-flex: none;
  flex: none; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-last {
  -ms-flex-order: 99999;
  order: 99999; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*# sourceMappingURL=maps/main.css.map */
