/* line 17, ../sass/partials/_mixins.scss */
.post-content blockquote:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "silvine";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/vendor/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/vendor/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/vendor/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/vendor/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/vendor/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/vendor/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/vendor/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/vendor/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/vendor/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, ../sass/vendor/_standard.scss */
img {
  vertical-align: top;
}

/* line 4, ../sass/vendor/_standard.scss */
.clear {
  clear: both;
}

/* line 7, ../sass/vendor/_standard.scss */
.clearfix {
  *zoom: 1;
}

/* line 10, ../sass/vendor/_standard.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 14, ../sass/vendor/_standard.scss */
.clearfix:after {
  clear: both;
}

/* line 17, ../sass/vendor/_standard.scss */
.hide {
  display: none;
}

/* line 20, ../sass/vendor/_standard.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../sass/vendor/_standard.scss */
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*! Flickity v1.1.2
http://flickity.metafizzy.co
---------------------------------------------- */
/* line 5, ../sass/vendor/_flickity.scss */
.flickity-enabled {
  position: relative;
}

/* line 9, ../sass/vendor/_flickity.scss */
.flickity-enabled:focus {
  outline: none;
}

/* line 11, ../sass/vendor/_flickity.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 17, ../sass/vendor/_flickity.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
/* line 25, ../sass/vendor/_flickity.scss */
.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;
}

/* line 34, ../sass/vendor/_flickity.scss */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 40, ../sass/vendor/_flickity.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
/* line 47, ../sass/vendor/_flickity.scss */
.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 */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 63, ../sass/vendor/_flickity.scss */
.flickity-prev-next-button:hover {
  background: white;
}

/* line 65, ../sass/vendor/_flickity.scss */
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

/* line 70, ../sass/vendor/_flickity.scss */
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

/* line 75, ../sass/vendor/_flickity.scss */
.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 76, ../sass/vendor/_flickity.scss */
.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
/* line 78, ../sass/vendor/_flickity.scss */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 82, ../sass/vendor/_flickity.scss */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 87, ../sass/vendor/_flickity.scss */
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

/* line 93, ../sass/vendor/_flickity.scss */
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* line 101, ../sass/vendor/_flickity.scss */
.flickity-prev-next-button .arrow {
  fill: #333;
}

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

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

/* line 124, ../sass/vendor/_flickity.scss */
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 126, ../sass/vendor/_flickity.scss */
.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;
}

/* line 138, ../sass/vendor/_flickity.scss */
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 6, ../sass/vendor/_owl.theme.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 13, ../sass/vendor/_owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 30, ../sass/vendor/_owl.theme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 38, ../sass/vendor/_owl.theme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 43, ../sass/vendor/_owl.theme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 56, ../sass/vendor/_owl.theme.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 64, ../sass/vendor/_owl.theme.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 76, ../sass/vendor/_owl.theme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, ../sass/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../sass/vendor/_owl.carousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, ../sass/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, ../sass/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, ../sass/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 40, ../sass/vendor/_owl.carousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 43, ../sass/vendor/_owl.carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, ../sass/vendor/_owl.carousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 57, ../sass/vendor/_owl.carousel.scss */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
/* line 62, ../sass/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* Tiny Carousel */
/* line 2, ../sass/vendor/_tinycarousel.scss */
#slider1 {
  height: 1%;
  margin: 30px 0 0;
  overflow: hidden;
  position: relative;
  padding: 0 50px 10px;
}

/* line 10, ../sass/vendor/_tinycarousel.scss */
#slider1 .viewport {
  height: 125px;
  overflow: hidden;
  position: relative;
}

/* line 16, ../sass/vendor/_tinycarousel.scss */
#slider1 .buttons {
  background: #C01313;
  border-radius: 35px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 22px;
}

/* line 33, ../sass/vendor/_tinycarousel.scss */
#slider1 .next {
  right: 0;
  left: auto;
  top: 50%;
}

/* line 39, ../sass/vendor/_tinycarousel.scss */
#slider1 .buttons:hover {
  color: #C01313;
  background: #fff;
}

/* line 44, ../sass/vendor/_tinycarousel.scss */
#slider1 .disable {
  visibility: hidden;
}

/* line 48, ../sass/vendor/_tinycarousel.scss */
#slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 240px;
  left: 0;
  top: 0;
}

/* line 58, ../sass/vendor/_tinycarousel.scss */
#slider1 .overview li {
  float: left;
  margin: 0 20px 0 0;
  padding: 1px;
  height: 121px;
  border: 1px solid #dcdcdc;
  width: 236px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 32, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 48, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 57, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 70, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 79, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 86, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 99, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 106, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

/* line 111, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

/* line 116, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 120, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 124, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 135, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 141, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 145, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 155, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 160, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 170, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 177, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 182, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 189, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 198, ../sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@font-face {
  font-family: 'Calibre';
  src: url("fonts/CalibreRegular.eot?#iefix") format("embedded-opentype"), url("fonts/CalibreRegular.woff") format("woff"), url("fonts/CalibreRegular.ttf") format("truetype"), url("fonts/CalibreRegular.svg#CalibreRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url("fonts/CalibreBold.eot?#iefix") format("embedded-opentype"), url("fonts/CalibreBold.woff") format("woff"), url("fonts/CalibreBold.ttf") format("truetype"), url("fonts/CalibreBold.svg#CalibreBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "silvine";
  src: url("fonts/silvine.eot");
  src: url("fonts/silvine.eot?#iefix") format("embedded-opentype"), url("fonts/silvine.woff") format("woff"), url("fonts/silvine.ttf") format("truetype"), url("fonts/silvine.svg#silvine") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 31, ../sass/partials/_fonts.scss */
[data-icon]:before {
  font-family: "silvine" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 44, ../sass/partials/_fonts.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "silvine" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 57, ../sass/partials/_fonts.scss */
.icon-enterarrow:before {
  content: "\61";
}

/* line 60, ../sass/partials/_fonts.scss */
.icon-facebook:before {
  content: "\62";
}

/* line 63, ../sass/partials/_fonts.scss */
.icon-instagram:before {
  content: "\63";
}

/* line 66, ../sass/partials/_fonts.scss */
.icon-leftrightarrow:before {
  content: "\64";
}

/* line 69, ../sass/partials/_fonts.scss */
.icon-pages:before {
  content: "\65";
}

/* line 72, ../sass/partials/_fonts.scss */
.icon-silvine:before {
  content: "\66";
}

/* line 75, ../sass/partials/_fonts.scss */
.icon-twitter:before {
  content: "\67";
}

/* line 78, ../sass/partials/_fonts.scss */
.icon-updownarrow:before {
  content: "\68";
}

/* line 81, ../sass/partials/_fonts.scss */
.icon-amazon:before {
  content: "\66";
}

/* line 85, ../sass/partials/_fonts.scss */
.icon-quote:before {
  content: "\69";
}

/* line 88, ../sass/partials/_fonts.scss */
.icon-arrow-down:before {
  content: "\6a";
}

/* line 1, ../sass/partials/_forms.scss */
input[type="submit"], input[type="button"], button {
  text-align: center;
}

/* line 5, ../sass/partials/_forms.scss */
input[type="submit"], input[type="button"], input[type="reset"], button, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  border: 1px solid #cccccc;
  color: #000;
  outline: 0px;
}

/* line 15, ../sass/partials/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: #999999;
  outline: none;
}

/* line 1, ../sass/partials/_navigation.scss */
.menu-label {
  position: absolute;
  color: red;
  top: 61px;
  z-index: 2;
  text-transform: uppercase;
  left: 8px;
}

/* line 1, ../sass/partials/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #3A3A3A;
  font-family: "futura-pt";
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}
/* line 8, ../sass/partials/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: underline;
}

/* line 14, ../sass/partials/_typography.scss */
h1, .h1 {
  font-size: 2.4em;
  margin: 0;
}

/* line 19, ../sass/partials/_typography.scss */
h2, .h2 {
  font-size: 2em;
  margin: 0 0 10px 0;
}

/* line 24, ../sass/partials/_typography.scss */
h3, .h3 {
  font-size: 1.6em;
  margin: 0 0 10px 0;
}

/* line 29, ../sass/partials/_typography.scss */
h4, .h4 {
  font-size: 1em;
  margin: 0 0 5px 0;
}

/* line 34, ../sass/partials/_typography.scss */
h5, .h5 {
  font-size: 1em;
  margin: 0 0 5px 0;
}

/* line 39, ../sass/partials/_typography.scss */
h6, .h6 {
  font-size: 1em;
  margin: 0 0 5px 0;
}

/* line 44, ../sass/partials/_typography.scss */
p {
  margin: 0 0 1em 0;
}

@keyframes appearDown {
  0% {
    bottom: -40px;
    opacity: 0;
    transform: scale(1.3);
    max-height: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
    transform: scale(1);
    max-height: 100px;
  }
}
/* line 6, ../sass/partials/_books.scss */
.book-template #main, .book-template #mainheader {
  background: linear-gradient(180deg, transparent, rgba(58, 58, 58, 0.3), transparent) 25%, linear-gradient(180deg, transparent, rgba(58, 58, 58, 0.3), transparent) 50%, linear-gradient(180deg, transparent, rgba(58, 58, 58, 0.3), transparent) 75%;
  background-repeat: repeat-y;
  background-size: 1px 1px;
  padding: 0;
}
/* line 12, ../sass/partials/_books.scss */
.book-template.active-book #main, .book-template.active-book #mainheader {
  background: linear-gradient(180deg, transparent, #ffffff, transparent) 25%, linear-gradient(180deg, transparent, #ffffff, transparent) 50%, linear-gradient(180deg, transparent, #ffffff, transparent) 75%;
  background-repeat: repeat-y;
  background-size: 0 1px;
}

/* line 18, ../sass/partials/_books.scss */
.book-template {
  transition: all .3s;
}
/* line 22, ../sass/partials/_books.scss */
.book-template .books .section-title {
  color: #EA3700;
}
/* line 26, ../sass/partials/_books.scss */
.book-template.active-book .head-title, .book-template.active-book .books .section-title {
  animation: topHide 0.5s linear forwards;
}

@keyframes topHide {
  0% {
    opacity: 1;
    top: 0;
    max-height: 100px;
  }
  100% {
    opacity: 0;
    top: -230px;
    max-height: 0;
  }
}
/* line 35, ../sass/partials/_books.scss */
.books {
  margin: 0 0 125px;
}
/* line 37, ../sass/partials/_books.scss */
.book-template .books {
  margin: 0;
  padding: 0 0 70px;
}
/* line 41, ../sass/partials/_books.scss */
.book-template.active-book .books {
  padding: 0;
}
/* line 44, ../sass/partials/_books.scss */
.books .section-title {
  margin: 0 0 50px;
  font-size: 7.4em;
  text-transform: lowercase;
  opacity: 0;
  max-height: 0;
  position: relative;
  overflow: visible;
  transition: max-height ease-in-out .3s;
  animation: appearDown 0.5s ease-in-out 1.3s 1 forwards;
}
/* line 54, ../sass/partials/_books.scss */
.home .books .section-title {
  font-size: 4.9em;
  text-transform: none;
}
/* line 59, ../sass/partials/_books.scss */
.books .books-container {
  margin: 0 auto;
  text-align: center;
  font-size: 0.5vw;
  position: relative;
  left: 0;
  top: 0;
  transition: height 0.3s;
}
@media screen and (max-width: 1023px) {
  /* line 59, ../sass/partials/_books.scss */
  .books .books-container {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  /* line 59, ../sass/partials/_books.scss */
  .books .books-container {
    font-size: 0.8vw;
  }
}
/* line 76, ../sass/partials/_books.scss */
.details-active .books .books-container .book-detail {
  right: 0;
}
/* line 79, ../sass/partials/_books.scss */
.details-active .books .books-container .book-inside {
  right: 0;
  margin: 0 220px 0 0;
}
/* line 82, ../sass/partials/_books.scss */
.details-active .books .books-container .book-inside img {
  transform: scale(1);
}
/* line 86, ../sass/partials/_books.scss */
.details-active .books .books-container .book-title {
  margin-top: 0;
}
/* line 89, ../sass/partials/_books.scss */
.details-active .books .books-container .rotated {
  transform: rotate(90deg) scale(1) translate(-50%, -100%);
}
/* line 92, ../sass/partials/_books.scss */
.details-active .books .books-container .detail-container {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  width: 100%;
}
/* line 99, ../sass/partials/_books.scss */
.active-book .books .books-container {
  font-size: 1em;
  line-height: 0;
  margin: 0 0 -6px;
}
/* line 103, ../sass/partials/_books.scss */
.active-book .books .books-container br {
  display: none;
}
/* line 108, ../sass/partials/_books.scss */
.book-show-more .books .books-container .book-post-details {
  right: 0;
}
/* line 113, ../sass/partials/_books.scss */
.books .books-container .book-title {
  font-size: 4.7em;
  margin-top: -140px;
  transition: margin .2s;
}
/* line 118, ../sass/partials/_books.scss */
.books .books-container .detail-container {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s, opacity .3s;
  position: relative;
  height: 100%;
  width: 0;
}
/* line 127, ../sass/partials/_books.scss */
.books .books-container .book-detail {
  position: absolute;
  top: 0;
  right: -50%;
  height: 100%;
  width: 20%;
  min-width: 200px;
  transition: right .2s;
  transition: .8s;
  text-align: center;
}
/* line 137, ../sass/partials/_books.scss */
.books .books-container .book-detail .detail-box {
  width: 60%;
  margin: 0 auto;
  font-size: 1.5em;
  font-family: 'Calibre';
  padding: 10% 10px;
  border-top: 1px solid #cccccc;
}
/* line 144, ../sass/partials/_books.scss */
.books .books-container .book-detail .detail-box:first-child {
  border: 0;
}
/* line 147, ../sass/partials/_books.scss */
.books .books-container .book-detail .detail-box:before {
  font-size: 30px;
  display: block;
  color: #3a3a3a;
  margin: 0 0 10px;
}
/* line 154, ../sass/partials/_books.scss */
.books .books-container .book-detail .detail-box.thick:before, .books .books-container .book-detail .detail-box.wide:before, .books .books-container .book-detail .detail-box.dimension:before {
  border: 1px solid #EA3700;
  border-width: 2px 0;
  padding: 3px 3px;
  display: table;
  margin: 0 auto 12px;
}
/* line 162, ../sass/partials/_books.scss */
.books .books-container .book-detail .detail-box.page-nr:before {
  color: #EA3700;
  font-size: 40px;
}
/* line 166, ../sass/partials/_books.scss */
.books .books-container .book-detail .detail-box.dimension:before {
  border: 2px solid #EA3700;
  border-radius: 4px;
}
/* line 170, ../sass/partials/_books.scss */
.books .books-container .book-detail .detail-box.wide:before {
  border-width: 0 2px;
}
/* line 175, ../sass/partials/_books.scss */
.books .books-container .book-inside {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
}
/* line 180, ../sass/partials/_books.scss */
.books .books-container .book-inside img {
  height: auto;
  transform: scale(0.1);
  transition: transform 0.2s .3s;
}
/* line 186, ../sass/partials/_books.scss */
.books .books-container .book-details {
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
/* line 193, ../sass/partials/_books.scss */
.books .books-container .book-post-details {
  position: relative;
  top: 0;
  right: -50%;
  min-width: 200px;
  transition: right .2s;
  transition-delay: .6s;
  text-align: center;
  padding: 70px 0 0;
  white-space: nowrap;
}
/* line 203, ../sass/partials/_books.scss */
.books .books-container .book-post-details .book-details-main {
  min-height: 50vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 208, ../sass/partials/_books.scss */
.books .books-container .book-post-details .book-details-main img {
  width: 100%;
  height: auto;
}
/* line 213, ../sass/partials/_books.scss */
.books .books-container .book-post-details .section-book-details {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 213, ../sass/partials/_books.scss */
  .books .books-container .book-post-details .section-book-details {
    display: block;
  }
}
/* line 221, ../sass/partials/_books.scss */
.books .books-container .book-post-details .section-book-details .grid-1-2 {
  vertical-align: middle;
  box-sizing: border-box;
  padding: 7% 0;
  background-color: #fff;
  background-position: center center;
  min-height: 50vw;
}
/* line 229, ../sass/partials/_books.scss */
.books .books-container .book-post-details .section-book-details .book-details-title {
  font-size: 4.7em;
  width: 70%;
  margin: 0 auto;
}
/* line 234, ../sass/partials/_books.scss */
.books .books-container .book-post-details .section-book-details .book-dteails-content {
  font-size: 1.9em;
  width: 70%;
  margin: 0 auto;
}
/* line 241, ../sass/partials/_books.scss */
.books .books-container .book {
  box-shadow: 23px 10px 56px -11px #3a3a3a;
  transition: width .3s, height .3s, opacity 0.3s, left 0.3s, top 0.3s, transform 0.3s;
  position: relative;
  z-index: 2;
  float: left;
}
@media screen and (max-width: 599px) {
  /* line 241, ../sass/partials/_books.scss */
  .books .books-container .book {
    float: none;
    margin: 0 auto !important;
    display: block;
  }
}
/* line 253, ../sass/partials/_books.scss */
.books .books-container .book-1 {
  width: 14em;
  height: auto;
  height: 21.4em;
  vertical-align: bottom;
}
/* line 259, ../sass/partials/_books.scss */
.books .books-container .book-2 {
  width: 45.1em;
  height: auto;
  height: 31.8em;
  vertical-align: bottom;
  transform-origin: 0 100%;
  transform-origin: 50% 50%;
}
/* line 267, ../sass/partials/_books.scss */
.books .books-container .book-3 {
  width: 39.2em;
  height: auto;
  height: 60em;
}
@media screen and (max-width: 1023px) {
  /* line 267, ../sass/partials/_books.scss */
  .books .books-container .book-3 {
    display: block;
    margin: 0 auto;
  }
}
/* line 276, ../sass/partials/_books.scss */
.books .books-container .book-4 {
  width: 18.9em;
  height: auto;
  height: 31em;
  vertical-align: top;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  /* line 276, ../sass/partials/_books.scss */
  .books .books-container .book-4 {
    margin: 10px;
  }
}
/* line 286, ../sass/partials/_books.scss */
.books .books-container .book-5 {
  width: 26.2em;
  height: auto;
  height: 37.2em;
  vertical-align: top;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  /* line 286, ../sass/partials/_books.scss */
  .books .books-container .book-5 {
    margin: 10px;
  }
}

/* line 299, ../sass/partials/_books.scss */
.book-box {
  background: transparent;
  margin: 10px;
  transition: min-width 0.3s, max-height 0.2s, margin cubic-bezier(0.43, -0.18, 0.32, 1.8) 1.1s, opacity 0.3s, width 0.2s, height 0.4s, left 0.3s, top 0.3s, transform 0.4s;
  display: inline-block;
  right: 0;
  min-width: 0;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  width: auto;
  text-align: left;
  position: relative;
  transform: scale(1) rotate(0) translateY(0);
  animation: bring 1s 1;
  max-height: 999px;
}
/* line 317, ../sass/partials/_books.scss */
.overview-active .book-box {
  animation: bring2 1s 1;
}
@media screen and (min-width: 768px) {
  /* line 321, ../sass/partials/_books.scss */
  .book-box:hover {
    z-index: 3;
  }
  /* line 323, ../sass/partials/_books.scss */
  .book-box:hover .book {
    transform: scale(1.4);
    z-index: 3;
  }
  /* line 327, ../sass/partials/_books.scss */
  .book-box:hover .book.rotated {
    transform: scale(1.4) rotate(90deg);
    z-index: 3;
    transform-origin: 50% 50%;
  }
}
/* line 334, ../sass/partials/_books.scss */
.book-box .book-head {
  transition: width .2s;
}
/* line 336, ../sass/partials/_books.scss */
.book-box .book-head:after {
  display: table;
  content: '';
  width: 100%;
  clear: both;
}
/* line 342, ../sass/partials/_books.scss */
.active-book .book-box .book-head {
  max-width: 1300px;
  margin: 0 auto;
}
/* line 348, ../sass/partials/_books.scss */
.book-box .book-details-top {
  width: 0;
  height: 0;
  margin: 0 auto;
  transition: width .2s, height .2s;
  overflow: hidden;
  text-align: center;
}
/* line 355, ../sass/partials/_books.scss */
.book-box .book-details-top .book-heading {
  font-size: 1.8em;
  border-bottom: 2px solid #3a3a3a;
  padding: 20px 4px 30px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  /* line 355, ../sass/partials/_books.scss */
  .book-box .book-details-top .book-heading {
    margin: 0 25% 30px;
  }
}
/* line 365, ../sass/partials/_books.scss */
.book-box .book-details-top .short-desc {
  font-size: 3.0em;
}
/* line 368, ../sass/partials/_books.scss */
.book-box .book-details-top .social-toolbar {
  border: 1px solid #3a3a3a;
  border-width: 1px 1px 2px 0;
  text-align: right;
  padding: 0 5px;
  margin: 40px 0 20px;
}
/* line 374, ../sass/partials/_books.scss */
.book-box .book-details-top .social-toolbar span {
  font-size: 1.3em;
}
/* line 377, ../sass/partials/_books.scss */
.book-box .book-details-top .social-toolbar a {
  font-size: 1.2em;
  padding: 23px 20px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  /* line 377, ../sass/partials/_books.scss */
  .book-box .book-details-top .social-toolbar a {
    padding: 23px 8px;
  }
}
/* line 384, ../sass/partials/_books.scss */
.book-box .book-details-top .social-toolbar a.amazon {
  padding: 23px 50px;
  font-size: 1.3em;
  border-left: 1px solid #3a3a3a;
}
@media screen and (max-width: 599px) {
  /* line 384, ../sass/partials/_books.scss */
  .book-box .book-details-top .social-toolbar a.amazon {
    padding: 23px 25px;
  }
}
/* line 394, ../sass/partials/_books.scss */
.book-box .book-details-top .post-2-short-desc {
  font-size: 1.7em;
}
/* line 397, ../sass/partials/_books.scss */
.active-book .book-box .book-details-top {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 599px) {
  /* line 397, ../sass/partials/_books.scss */
  .active-book .book-box .book-details-top {
    width: 100%;
  }
}
/* line 408, ../sass/partials/_books.scss */
.details-active .book-box {
  transform: scale(1);
  width: 100%;
  height: 500px !important;
  max-height: 999px;
}
/* line 413, ../sass/partials/_books.scss */
.details-active .book-box .book {
  transform-origin: 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* line 419, ../sass/partials/_books.scss */
.details-active .book-box .book-2 {
  transform-origin: 0 0;
}
/* line 422, ../sass/partials/_books.scss */
.details-active .book-box.book-box-3 {
  margin: 10px 10px;
  vertical-align: top;
}
/* line 426, ../sass/partials/_books.scss */
.details-active .book-box.book-box-5 {
  margin-right: 0;
}
/* line 429, ../sass/partials/_books.scss */
.details-active .book-box:hover {
  z-index: 3;
}
/* line 431, ../sass/partials/_books.scss */
.details-active .book-box:hover .book.rotated {
  transform: rotate(90deg) translate(-50%, -100%);
  z-index: 3;
  transform-origin: 0 0;
}
/* line 438, ../sass/partials/_books.scss */
.active-book .book-box {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  margin: 0;
  line-height: 1;
  visibility: visible;
}
/* line 446, ../sass/partials/_books.scss */
.active-book .book-box.active-book-box {
  max-height: 100004px !important;
  overflow: visible;
  opacity: 1;
  max-width: 100000px;
  margin: 0;
}
/* line 452, ../sass/partials/_books.scss */
.active-book .book-box.active-book-box .book {
  transform: scale(1.4);
  animation: scaleReset 0.3s cubic-bezier(0.43, -1.12, 1, 1) 1s 1 forwards;
}
/* line 456, ../sass/partials/_books.scss */
.active-book .book-box.active-book-box .book-post-details {
  right: 0;
}
/* line 460, ../sass/partials/_books.scss */
.active-book .book-box.book-box-2 {
  margin: 0;
}
/* line 462, ../sass/partials/_books.scss */
.active-book .book-box.book-box-2 .rotated {
  transform: rotate(90deg) translate(-1%, -99%);
  transform-origin: 0 0;
}
/* line 466, ../sass/partials/_books.scss */
.active-book .book-box.book-box-2:hover .rotated {
  transform: scale(1.4) rotate(90deg) translate(-1%, -99%);
}
/* line 470, ../sass/partials/_books.scss */
.active-book .book-box.book-box-3 {
  margin: 0;
  vertical-align: top;
}
/* line 474, ../sass/partials/_books.scss */
.active-book .book-box .book-post-details {
  white-space: normal;
}
/* line 477, ../sass/partials/_books.scss */
.active-book .book-box .book-details {
  width: auto;
  height: 100%;
}
/* line 482, ../sass/partials/_books.scss */
.book-box.rotated {
  transform-origin: 0 100%;
}
/* line 486, ../sass/partials/_books.scss */
.book-box.book-hide {
  opacity: 0;
  visibility: hidden;
}
/* line 490, ../sass/partials/_books.scss */
.book-box.active-book {
  opacity: 1;
  visibility: visible;
}
/* line 495, ../sass/partials/_books.scss */
.book-box.book-box-1 .book-inside img {
  width: 14em;
  height: auto;
}
/* line 501, ../sass/partials/_books.scss */
.book-box.book-box-2 .book-inside img {
  width: 45.1em;
  height: auto;
}
/* line 506, ../sass/partials/_books.scss */
.book-box.book-box-3 {
  margin: 10px 10px -30%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  /* line 506, ../sass/partials/_books.scss */
  .book-box.book-box-3 {
    margin: 10px 30px;
  }
}
/* line 512, ../sass/partials/_books.scss */
.book-box.book-box-3 .book-inside img {
  width: 39.2em;
  height: auto;
}
/* line 518, ../sass/partials/_books.scss */
.book-box.book-box-4 .book-inside img {
  width: 18.9em;
  height: auto;
}
/* line 523, ../sass/partials/_books.scss */
.book-box.book-box-5 {
  margin-right: 33.7em;
}
@media screen and (max-width: 767px) {
  /* line 523, ../sass/partials/_books.scss */
  .book-box.book-box-5 {
    margin-right: 0;
  }
}
/* line 528, ../sass/partials/_books.scss */
.book-box.book-box-5 .book-inside img {
  width: 26.2em;
  height: auto;
}

@keyframes bring {
  0% {
    transform: translateY(50%);
  }
}
@keyframes bring2 {
  0% {
    transform: translateY(70%);
  }
}
/* line 543, ../sass/partials/_books.scss */
.section-other-books h2 {
  font-size: 5.3em;
  text-align: center;
}

@keyframes scaleReset {
  100% {
    transform: scale(1);
  }
}
/* line 552, ../sass/partials/_books.scss */
.arrow {
  font-size: 23px;
  margin: 20px 0;
  display: block;
  animation: downArrow 1s ease-in-out 30 alternate;
}

@keyframes downArrow {
  100% {
    transform: translateY(80%);
  }
}
/* line 66, ../sass/partials/_mixins.scss */
.grid:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3, ../sass/partials/_grid.scss */
.grid.no-padding {
  padding: 0;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/partials/_grid.scss */
  .grid {
    padding: 0;
  }
}

/* line 11, ../sass/partials/_grid.scss */
.grid-1-8 {
  width: 12.5%;
}

/* line 14, ../sass/partials/_grid.scss */
.grid-1-6 {
  width: 16.66%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-1-5 {
  width: 20%;
}

/* line 20, ../sass/partials/_grid.scss */
.grid-1-4 {
  width: 25%;
}

/* line 23, ../sass/partials/_grid.scss */
.grid-1-3 {
  width: 33.33%;
}

/* line 26, ../sass/partials/_grid.scss */
.grid-1-2 {
  width: 50%;
}

/* line 29, ../sass/partials/_grid.scss */
.grid-1-1 {
  width: 100%;
}

/* line 32, ../sass/partials/_grid.scss */
.grid-2-3 {
  width: 66.66%;
}

/* line 35, ../sass/partials/_grid.scss */
.grid-3-4 {
  width: 75%;
}

/* line 38, ../sass/partials/_grid.scss */
.grid-4-5 {
  width: 80%;
}

/* line 41, ../sass/partials/_grid.scss */
.grid-5-6 {
  width: 83.33%;
}

/* line 44, ../sass/partials/_grid.scss */
.grid-7-8 {
  width: 87.5%;
}

/* line 47, ../sass/partials/_grid.scss */
[class*='grid-'] {
  display: table-cell;
  position: relative;
  padding: 0;
  background-size: cover;
  vertical-align: top;
}
/* line 53, ../sass/partials/_grid.scss */
[class*='grid-']:first-child {
  padding-left: 0;
}
/* line 56, ../sass/partials/_grid.scss */
[class*='grid-']:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  /* line 47, ../sass/partials/_grid.scss */
  [class*='grid-'] {
    float: none;
    width: 100%;
    padding: 0;
    display: block;
  }
}

/* line 1, ../sass/partials/_single.scss */
.post-content {
  display: table;
  width: 100%;
}
/* line 4, ../sass/partials/_single.scss */
.post-content .logo {
  margin: 17px 0 100px;
}
/* line 7, ../sass/partials/_single.scss */
.post-content .post-entry {
  padding: 0 6%;
}
/* line 10, ../sass/partials/_single.scss */
.post-content .post-category, .post-content .post-date {
  font-size: 1.4em;
  font-family: 'Calibre';
  display: inline-block;
  letter-spacing: 2px;
}
/* line 66, ../sass/partials/_mixins.scss */
.post-content .post-category:after, .post-content .post-date:after {
  content: "";
  display: table;
  clear: both;
}
/* line 17, ../sass/partials/_single.scss */
.post-content .image-fixed {
  position: fixed;
  bottom: 0;
  height: 100%;
  width: 33.3%;
  background-size: cover;
  position: center;
  left: 0;
}
@media screen and (max-width: 767px) {
  /* line 17, ../sass/partials/_single.scss */
  .post-content .image-fixed {
    display: none;
  }
}
/* line 29, ../sass/partials/_single.scss */
.post-content .social-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  /* line 29, ../sass/partials/_single.scss */
  .post-content .social-container {
    position: absolute;
    width: 100%;
  }
}
/* line 39, ../sass/partials/_single.scss */
.post-content .post-category {
  font-weight: normal;
  color: #EA3700;
  text-transform: uppercase;
}
/* line 44, ../sass/partials/_single.scss */
.post-content .post-date {
  direction: rtl;
  font-size: 1.4em;
  float: right;
  font-weight: normal;
  color: #9B9B9B;
}
/* line 51, ../sass/partials/_single.scss */
.post-content .post-title {
  font-size: 3em;
  margin: 0.5em 0 1em;
}
/* line 55, ../sass/partials/_single.scss */
.post-content .post-featured-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
/* line 60, ../sass/partials/_single.scss */
.post-content .post-featured-image img {
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  /* line 60, ../sass/partials/_single.scss */
  .post-content .post-featured-image img {
    opacity: 1;
  }
}
/* line 68, ../sass/partials/_single.scss */
.post-content .post-content {
  font-size: 1.7em;
  color: #5a5a5a;
  line-height: 1.8em;
}
/* line 73, ../sass/partials/_single.scss */
.post-content blockquote {
  font-size: 1.3em;
  color: #EA3700;
  position: relative;
  margin: 2em 2.6em;
}
/* line 78, ../sass/partials/_single.scss */
.post-content blockquote:before {
  content: "\69";
  position: absolute;
  left: -35px;
  top: -22px;
  font-size: 28px;
}

/* line 88, ../sass/partials/_single.scss */
.social-footer {
  display: table;
  width: 90%;
  margin: 0 auto;
  max-width: 250px;
  padding: 20px 0 30px;
}
/* line 94, ../sass/partials/_single.scss */
.social-footer:before {
  position: absolute;
  width: 96%;
  background-color: #fff;
  height: 1px;
  bottom: 70px;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 105, ../sass/partials/_single.scss */
.social-footer span, .social-footer a {
  display: table-cell;
  position: relative;
  z-index: 2;
}
/* line 110, ../sass/partials/_single.scss */
.social-footer span {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
/* line 116, ../sass/partials/_single.scss */
.social-footer a {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
}

/* line 125, ../sass/partials/_single.scss */
.center .ghost-btn.more-btn {
  border-color: #cecece;
  font-size: 1.3em;
  padding: 14px 30px 10px;
  margin: 0 auto 80px;
}

/* line 19, ../sass/layout.scss */
body {
  font: 10px/1.2 "futura-pt";
  color: #1d1d1b;
  margin: 0 50px 0 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  /* line 19, ../sass/layout.scss */
  body {
    font-size: 8px;
  }
}

/* line 28, ../sass/layout.scss */
html, body, .header-image {
  height: 100%;
}

/* line 32, ../sass/layout.scss */
html {
  overflow: auto;
}

/* Let's get this party started */
/* line 42, ../sass/layout.scss */
::-webkit-scrollbar {
  width: 16px;
}

/* Track */
/* line 47, ../sass/layout.scss */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/* Handle */
/* line 53, ../sass/layout.scss */
::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* line 57, ../sass/layout.scss */
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}

/* line 64, ../sass/layout.scss */
.centering {
  max-width: 1300px;
  margin: 0 auto;
}

/* line 68, ../sass/layout.scss */
.center {
  text-align: center;
}

/* line 71, ../sass/layout.scss */
#mainheader {
  overflow: hidden;
}
/* line 73, ../sass/layout.scss */
.home #mainheader {
  height: 100%;
}

/* line 80, ../sass/layout.scss */
#main {
  background: #fff;
  position: relative;
  padding-top: 60px;
}

/* line 86, ../sass/layout.scss */
#mainheader .logo {
  margin: 17px auto 180px;
  margin: 17px auto 7vh;
  display: block;
}
/* line 91, ../sass/layout.scss */
.footer .logo {
  display: block;
  margin: 0 auto 39px;
}

/* line 96, ../sass/layout.scss */
.ghost-btn, input.ghost-btn[type="submit"], input.ghost-btn {
  border: 0.3em solid #3a3a3a;
  padding: 1em 2em 0.8em;
  color: #EA3700;
  font-size: 1.2em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-family: 'Calibre';
}
/* line 108, ../sass/layout.scss */
.center .ghost-btn, .center input.ghost-btn[type="submit"], .center input.ghost-btn {
  margin: 0 auto 60px;
}

/* line 112, ../sass/layout.scss */
input[type="submit"].ghost-btn {
  color: #EA3700;
}

/* line 115, ../sass/layout.scss */
.item-quote {
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
}
/* line 119, ../sass/layout.scss */
.item-quote .quote {
  font-size: 3.6em;
}
/* line 122, ../sass/layout.scss */
.item-quote .blog-link {
  border: 4px solid #3a3a3a;
  max-width: 280px;
  margin: 30px auto;
  border: 4px solid #3a3a3a;
  padding: 30px 0 0;
}
/* line 128, ../sass/layout.scss */
.item-quote .blog-link .life {
  font-size: 4.6em;
  margin: 0 0 10px;
  display: block;
}
/* line 133, ../sass/layout.scss */
.item-quote .blog-link .title {
  font-size: 4.9em;
  text-transform: none;
}
/* line 137, ../sass/layout.scss */
.item-quote .blog-link .social-box {
  padding: 0 0 20px;
}
/* line 141, ../sass/layout.scss */
.item-quote .blog-link .social-box a[class^="icon-"]:before,
.item-quote .blog-link .social-box a[class*=" icon-"]:before {
  color: #CECECE;
  font-size: 20px;
  padding: 0 5%;
}
/* line 146, ../sass/layout.scss */
.item-quote .blog-link .social-box a[class^="icon-"]:hover::before,
.item-quote .blog-link .social-box a[class*=" icon-"]:hover::before {
  color: #EA3700;
}
/* line 151, ../sass/layout.scss */
.item-quote .blog-link .frame-footer {
  font-size: 13px;
  display: block;
  color: #EA3700;
  border-top: 4px solid #3a3a3a;
  padding: 10px 0 10px;
}
/* line 159, ../sass/layout.scss */
.item-quote .filter-post {
  font-size: 1.3em;
  color: #EA3700;
  text-transform: uppercase;
  display: table;
  width: 100%;
  border-top: 1px solid #1D1F29;
}
/* line 166, ../sass/layout.scss */
.item-quote .filter-post .filter-btn {
  display: table-cell;
  width: 50%;
  color: #EA3700;
  font-weight: bold;
  vertical-align: middle;
  padding: 15px 0 17px;
  letter-spacing: 2px;
  position: relative;
}
/* line 175, ../sass/layout.scss */
.item-quote .filter-post .filter-btn:after {
  content: '\25BF';
  font-size: 30px;
  overflow: hidden;
  line-height: 0.2;
  display: inline-block;
  position: absolute;
  right: 5px;
  margin: 6px 0 0;
  color: #1D1F29;
}
/* line 186, ../sass/layout.scss */
.item-quote .filter-post .filter-btn:first-child {
  border-right: 1px solid #1D1F29;
}

/* line 192, ../sass/layout.scss */
hr {
  margin: 17px auto 37px;
}
/* line 194, ../sass/layout.scss */
hr.pink {
  border-color: #EA3700;
  transition: width 2s;
  width: 30px;
}

/* line 200, ../sass/layout.scss */
.section-title {
  text-align: center;
}

/* line 203, ../sass/layout.scss */
.mobile-menu {
  position: absolute;
  width: 46px;
  top: 0;
  right: 0;
  padding: 30px 10px 40px;
  border-bottom: 2px solid #3a3a3a;
  background: #fff;
  z-index: 2;
  height: 100px;
}
/* line 213, ../sass/layout.scss */
.show-menu .mobile-menu {
  background-color: #EA3700;
}
/* line 66, ../sass/partials/_mixins.scss */
.mobile-menu:after {
  content: "";
  display: table;
  clear: both;
}
/* line 217, ../sass/layout.scss */
.mobile-menu .bar {
  background-color: red;
  height: 3px;
  margin: 0 0 4px;
  line-height: 0;
  float: right;
  transition: width .3s, transform .3s, margin .3s;
}
/* line 224, ../sass/layout.scss */
.show-menu .mobile-menu .bar {
  color: #fff;
  background-color: #fff;
}
/* line 229, ../sass/layout.scss */
.mobile-menu .bar-one {
  width: 70%;
}
/* line 232, ../sass/layout.scss */
.mobile-menu .bar-two {
  width: 90%;
}
/* line 234, ../sass/layout.scss */
.show-menu .mobile-menu .bar-two {
  margin: 3px 5px 10px 0;
  transform: rotate(90deg);
}
/* line 239, ../sass/layout.scss */
.mobile-menu .bar-three {
  width: 80%;
}
/* line 241, ../sass/layout.scss */
.show-menu .mobile-menu .bar-three {
  margin: -10px -10px 0 0;
  width: 90%;
  transform: rotate(-90deg);
}
/* line 247, ../sass/layout.scss */
.mobile-menu .bar-four {
  width: 70%;
  clear: both;
}

/* line 252, ../sass/layout.scss */
.main-menu {
  position: fixed;
  width: 50%;
  height: 100%;
  transition: right 0.3s;
  right: -50%;
  background: #fff;
  padding: 10% 5%;
  top: 0;
  margin: 0;
  overflow: auto;
  font-family: 'futura-pt';
  list-style: none;
  text-align: center;
  z-index: 5;
  border-left: 2px solid #3a3a3a;
}
@media screen and (max-width: 599px) {
  /* line 252, ../sass/layout.scss */
  .main-menu {
    width: 100%;
    right: -100%;
  }
}
/* line 272, ../sass/layout.scss */
.main-menu a {
  font-size: 4.4em;
  color: #1f1f1f;
  display: block;
  padding: 0 0 30px;
  width: 120px;
}
/* line 279, ../sass/layout.scss */
.show-menu .main-menu {
  right: 50px;
}

/* line 283, ../sass/layout.scss */
.main-nav {
  background-color: #fff;
  position: fixed;
  right: 0;
  width: 50px;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 50px;
  border: 2px solid #3a3a3a;
  border-width: 0 2px 2px 2px;
  z-index: 11;
  transition: all 0.2s;
}
/* line 296, ../sass/layout.scss */
.main-nav:before {
  content: '';
  display: block;
  background: #2F2F2F;
  height: 100%;
  width: 2px;
  position: absolute;
  z-index: 3;
  right: 46px;
}
/* line 306, ../sass/layout.scss */
.main-nav .social-nav {
  position: absolute;
  bottom: 130px;
  white-space: pre-line;
  width: 50px;
  border-bottom: 2px solid #3a3a3a;
  overflow: auto;
}
/* line 313, ../sass/layout.scss */
.main-nav .social-nav a {
  padding: 10px 0;
  display: block;
}
/* line 316, ../sass/layout.scss */
.main-nav .social-nav a:before {
  color: #3a3a3a;
  font-size: 2em;
}
/* line 321, ../sass/layout.scss */
.main-nav .social-nav a:hover:before {
  color: #EA3700;
}
/* line 327, ../sass/layout.scss */
.main-nav .contact {
  position: absolute;
  bottom: 43px;
  color: #EA3700;
  display: block;
  transform: rotate(90deg);
  font-size: 1.3em;
  overflow: hidden;
  vertical-align: top;
  right: -40px;
  padding: 9px 30px;
  width: 130px;
  height: 51px;
  transition: background-color .3s, color .3s;
}
/* line 341, ../sass/layout.scss */
.main-nav .contact .contact-container {
  display: block;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 1px;
}
/* line 350, ../sass/layout.scss */
.main-nav .contact .contact-container:before, .main-nav .contact .contact-container:after {
  height: 20px;
  content: '';
  width: 2px;
  position: absolute;
  background-color: #fff;
  transition: transform 0.5s, background-color 0.7s;
  transition-delay: 0.3s;
  z-index: 3;
  transform: rotate(0);
}
/* line 360, ../sass/layout.scss */
.show-form .main-nav .contact .contact-container:before, .show-form .main-nav .contact .contact-container:after {
  background-color: red;
  transition-delay: 0.3s;
}
/* line 365, ../sass/layout.scss */
.main-nav .contact .contact-container:before {
  left: 0;
  top: -1px;
  margin: -2px 2px 0 0;
}
/* line 369, ../sass/layout.scss */
.show-form .main-nav .contact .contact-container:before {
  transform: rotate(45deg);
}
/* line 373, ../sass/layout.scss */
.main-nav .contact .contact-container:after {
  right: 0;
  bottom: 0;
  margin: 0 0 -1px 0;
}
/* line 377, ../sass/layout.scss */
.show-form .main-nav .contact .contact-container:after {
  transform: rotate(-45deg);
}
/* line 382, ../sass/layout.scss */
.main-nav .contact .contact-menu {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: letter-spacing 1.5s, border-color 0.1s;
  overflow: hidden;
  transition-delay: 0.2s;
}
/* line 389, ../sass/layout.scss */
.show-form .main-nav .contact .contact-menu {
  letter-spacing: -20px;
  transition-delay: 0s;
}

/* line 397, ../sass/layout.scss */
.form-container {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  width: 40%;
  right: -100%;
  transition: right 1s cubic-bezier(0, 0.88, 0.96, -0.67);
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
}
@media screen and (max-width: 1023px) {
  /* line 397, ../sass/layout.scss */
  .form-container {
    width: 100%;
  }
}
/* line 412, ../sass/layout.scss */
.show-form .form-container {
  right: 0;
  transition: right 1s;
}
/* line 416, ../sass/layout.scss */
.form-container .contact-container {
  background-color: #EA3700;
  padding: 30px 70px 30px 20px;
}
/* line 419, ../sass/layout.scss */
.form-container .contact-container .contact-details {
  max-width: 400px;
  padding: 30px 0;
  text-align: center;
  border-color: #3a3a3a;
}
/* line 424, ../sass/layout.scss */
.form-container .contact-container .contact-details a {
  border-color: #3a3a3a;
}
/* line 429, ../sass/layout.scss */
.form-container form {
  max-width: 560px;
  margin: 0 auto;
  padding: 30px 50px 30px 30px;
  text-align: center;
}
/* line 434, ../sass/layout.scss */
.form-container form h2 {
  font-size: 4.2em;
}
/* line 437, ../sass/layout.scss */
.form-container form .form-content {
  font-size: 22px;
}
/* line 441, ../sass/layout.scss */
.form-container input[type="text"], .form-container textarea {
  display: block;
  width: 100%;
  margin: 10px 0;
  border-width: 0 0 1px;
  border-color: #00A599;
  border-color: rgba(0, 165, 153, 0.34);
  text-align: center;
  font-size: 1.8em;
}
/* line 450, ../sass/layout.scss */
.form-container input[type="text"]::-webkit-input-placeholder, .form-container textarea::-webkit-input-placeholder {
  padding: 4px 0 0;
}
/* line 454, ../sass/layout.scss */
.form-container input[type="text"]:-moz-placeholder, .form-container textarea:-moz-placeholder {
  padding: 4px 0 0;
}
/* line 458, ../sass/layout.scss */
.form-container input[type="text"]::-moz-placeholder, .form-container textarea::-moz-placeholder {
  padding: 4px 0 0;
}
/* line 462, ../sass/layout.scss */
.form-container input[type="text"]:-ms-input-placeholder, .form-container textarea:-ms-input-placeholder {
  padding: 4px 0 0;
}
/* line 466, ../sass/layout.scss */
.form-container input[type="text"]:hover::-webkit-input-placeholder, .form-container textarea:hover::-webkit-input-placeholder {
  opacity: 0;
  padding: 0 0 4px;
}
/* line 471, ../sass/layout.scss */
.form-container input[type="text"]:hover:-moz-placeholder, .form-container textarea:hover:-moz-placeholder {
  opacity: 0;
  padding: 0 0 4px;
}
/* line 476, ../sass/layout.scss */
.form-container input[type="text"]:hover::-moz-placeholder, .form-container textarea:hover::-moz-placeholder {
  opacity: 0;
  padding: 0 0 4px;
}
/* line 481, ../sass/layout.scss */
.form-container input[type="text"]:hover:-ms-input-placeholder, .form-container textarea:hover:-ms-input-placeholder {
  opacity: 0;
  padding: 0 0 4px;
}

/* line 488, ../sass/layout.scss */
.header-image {
  position: relative;
  overflow: hidden;
}

/* line 493, ../sass/layout.scss */
.welcome {
  max-width: 48%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  padding: 8% 0 9.6%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  /* line 493, ../sass/layout.scss */
  .welcome {
    max-width: 90%;
  }
}
/* line 503, ../sass/layout.scss */
.welcome .welcome-title {
  font-size: 4.2em;
}
/* line 507, ../sass/layout.scss */
.welcome .welcome-content {
  font-size: 2.2em;
  color: #767676;
}
/* line 511, ../sass/layout.scss */
.welcome .ghost-btn {
  margin-top: 40px;
}

/* line 516, ../sass/layout.scss */
.news {
  max-width: 1300px;
  margin: 20px auto;
}
@media screen and (max-width: 1199px) {
  /* line 516, ../sass/layout.scss */
  .news {
    margin: 0 0 0 10px;
  }
}
/* line 522, ../sass/layout.scss */
.news .grid-sizer {
  width: 26%;
}
@media screen and (max-width: 1199px) {
  /* line 522, ../sass/layout.scss */
  .news .grid-sizer {
    width: 100%;
  }
}
/* line 528, ../sass/layout.scss */
.news .gutter-sizer {
  width: 4%;
}
/* line 529, ../sass/layout.scss */
.news .item {
  width: 46%;
  margin: 0 auto 95px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 529, ../sass/layout.scss */
  .news .item {
    width: 100%;
  }
}
/* line 537, ../sass/layout.scss */
.news .item.item-news img {
  width: 100%;
  height: auto;
}
/* line 543, ../sass/layout.scss */
.news .item.item-instagram img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/* line 551, ../sass/layout.scss */
.news .item.item-quote p.quote {
  max-width: 250px;
  margin: 0 auto;
  border: 4px solid #3a3a3a;
  padding: 30px;
}
/* line 558, ../sass/layout.scss */
.news .item .item-head {
  color: #EA3700;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
}
/* line 564, ../sass/layout.scss */
.news .item .item-title {
  font-size: 3em;
  padding: 0 46% 0 0;
  line-height: 1.3;
  margin: 0 0 24px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  /* line 564, ../sass/layout.scss */
  .news .item .item-title {
    padding: 0;
  }
}

/* line 578, ../sass/layout.scss */
.newsletter {
  margin: 0 auto 40px;
  text-align: center;
  padding: 70px 0 0;
  border-top: 1px solid #cecece;
}
/* line 583, ../sass/layout.scss */
.single-template .newsletter {
  border: 0;
}
/* line 586, ../sass/layout.scss */
.newsletter .newsletter-content {
  width: 60%;
  margin: 0 auto;
  font-size: 30px;
  color: #8a8a8a;
}
/* line 589, ../sass/layout.scss */
.newsletter .newsletter-content h2 {
  font-size: 1em;
}
/* line 595, ../sass/layout.scss */
.newsletter .sign-up-form {
  width: 60%;
  margin: 0 auto;
}
/* line 599, ../sass/layout.scss */
.newsletter input[type="submit"] {
  padding: 14px 30px 10px;
  margin: 20px auto;
  font-size: 1.4em;
}
/* line 604, ../sass/layout.scss */
.newsletter input[type="text"] {
  border: 0;
  text-align: center;
  font-size: 2.5em;
  padding: 20px 10px;
  color: #EA3700;
}
@media screen and (max-width: 599px) {
  /* line 604, ../sass/layout.scss */
  .newsletter input[type="text"] {
    width: 100%;
  }
}
/* line 614, ../sass/layout.scss */
.newsletter .sign-up {
  position: relative;
  display: block;
  text-align: center;
  margin: 40px 0;
}
/* line 619, ../sass/layout.scss */
.newsletter .sign-up:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  content: '';
  background-color: #00A599;
  transition: width 5s;
  overflow: hidden;
  margin: 0 auto;
  animation: showline 2.4s ease-in-out 0s infinite alternate;
}
/* line 634, ../sass/layout.scss */
.newsletter .sign-up:hover:after {
  animation-play-state: paused;
}

@keyframes showline {
  0% {
    width: 20%;
  }
  100% {
    width: 80%;
  }
}
/* line 645, ../sass/layout.scss */
.footer {
  text-align: center;
  background-color: #1D1D1D;
  padding: 69px 20px 56px;
}
/* line 649, ../sass/layout.scss */
.footer .footer-menu {
  color: #fff;
  font-size: 1.3em;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
/* line 655, ../sass/layout.scss */
.footer .footer-menu ul {
  display: table;
  table-layout: fixed;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 58px;
}
/* line 661, ../sass/layout.scss */
.footer .footer-menu ul li {
  display: table-cell;
  letter-spacing: 2px;
}
/* line 664, ../sass/layout.scss */
.footer .footer-menu ul li a {
  color: #fff;
  font-weight: 100;
}

/* line 672, ../sass/layout.scss */
.contact-details {
  max-width: 313px;
  margin: 0 auto;
  padding: 14px 0 10px;
  border: 3px solid #fff;
  border-width: 2px 0;
}
/* line 678, ../sass/layout.scss */
.contact-details a {
  display: block;
  padding: 11px 0 10px;
  color: #fff;
  font-size: 1.6em;
  border-bottom: 1px solid #fff;
  font-weight: 100;
  letter-spacing: 2px;
}
/* line 686, ../sass/layout.scss */
.contact-details a:first-child {
  padding-top: 0;
}
/* line 689, ../sass/layout.scss */
.contact-details a:last-child {
  border: 0;
  padding-bottom: 0;
}

/* line 696, ../sass/layout.scss */
::selection {
  background: #B3D4FC;
}

/* line 700, ../sass/layout.scss */
::-moz-selection {
  background: #b3d4fc;
}

/* line 704, ../sass/layout.scss */
::-webkit-input-placeholder {
  color: #EA3700;
  opacity: 1;
  font-family: 'Calibre';
  transition: opacity 0.5s, padding 0.3s;
}

/* line 711, ../sass/layout.scss */
:-moz-placeholder {
  color: #EA3700;
  opacity: 1;
  font-family: 'Calibre';
  transition: opacity 0.5s, padding 0.3s;
}

/* line 718, ../sass/layout.scss */
::-moz-placeholder {
  color: #EA3700;
  opacity: 1;
  font-family: 'Calibre';
  transition: opacity 0.5s, padding 0.3s;
}

/* line 725, ../sass/layout.scss */
:-ms-input-placeholder {
  color: #EA3700;
  opacity: 1;
  font-family: 'Calibre';
  transition: opacity 0.5s, padding 0.3s;
}

/* line 732, ../sass/layout.scss */
a {
  color: #c90864;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.5s;
}
/* line 737, ../sass/layout.scss */
a:before, a:after {
  transition: color ease-in-out .5s;
}

/* line 742, ../sass/layout.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #EA3700;
}
/* line 745, ../sass/layout.scss */
a:hover:before, a:hover:after, a:focus:before, a:focus:after {
  color: #EA3700;
}

/* line 751, ../sass/layout.scss */
.view {
  perspective: 970px;
  overflow: hidden;
}

/* line 755, ../sass/layout.scss */
.page-animation {
  transform: translateX(-60%) scale(1) rotate(-7deg);
  animation: showPage 0.9s cubic-bezier(0.14, 0.21, 0.22, 1.1) 1s forwards;
}
/* line 758, ../sass/layout.scss */
.page-animation .bx-wrapper .bx-viewport {
  border: 0;
}
/* line 761, ../sass/layout.scss */
.page-animation .slideshow-container {
  margin: 0;
}

@keyframes showPage {
  0% {
    transform: translateX(-50%) scale(1.4) rotate(-7deg);
  }
  100% {
    transform: translateX(0) scale(1.1) rotate(0);
  }
}
/* line 770, ../sass/layout.scss */
.head-title {
  text-transform: lowercase;
  font-weight: 100;
  font-size: 7.4em;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  top: 0;
  max-height: 0;
  transform: scale(1);
  position: relative;
  transition: max-height ease-in-out .3s, opacity 1.3s, top 0.4s, transform 0.3s;
  animation: appearTop 0.5s ease-in-out 1s 1 forwards;
  -ms-animation: appearTop 0.5s ease-in-out 1s 1 forwards;
}
/* line 785, ../sass/layout.scss */
.home .head-title {
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 9em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  /* line 770, ../sass/layout.scss */
  .head-title {
    font-size: 4em;
  }
}

/* line 798, ../sass/layout.scss */
.head-title-container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  top: 50%;
  margin: -60px auto 0;
  overflow-x: hidden;
  width: 50%;
}

@keyframes appearTop {
  0% {
    top: -40px;
    transform: scale(1.3);
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 100px;
  }
}
/* line 816, ../sass/layout.scss */
.view .slice {
  backface-visibility: visible;
  background-size: cover;
}

@keyframes showPages {
  100% {
    transform: rotate3d(0, 0, 0, 0) translateX(98%);
  }
}
@keyframes showPagesFirst {
  100% {
    transform: rotate3d(0, 0, 0, 0);
  }
}
/* line 829, ../sass/layout.scss */
.bx-wrapper .bx-viewport {
  box-shadow: none;
}

/* line 833, ../sass/layout.scss */
.bx-wrapper .view .s1 {
  transition-delay: 200ms;
  transform: rotate3d(0, 1, 0, -5deg);
  animation: showPagesFirst 1.1s cubic-bezier(0.48, -0.03, 0.27, 1.19) 0.8s forwards;
}
/* line 838, ../sass/layout.scss */
.bx-wrapper .view .s2 {
  transition-delay: 150ms;
  transform: translate3d(24.9vw, 0, 0) rotate3d(0, 1, 0, -17deg);
  -ms-transform: translate3d(24.9vw, 0px, 0px) rotate3d(0, 1, 0, -77deg) !important;
  animation: showPages 1.1s cubic-bezier(0.48, -0.03, 0.27, 1.19) 0.8s forwards;
}
/* line 844, ../sass/layout.scss */
.bx-wrapper .view .s3 {
  transition-delay: 100ms;
  transform: translate3d(24.9vw, 0, 0) rotate3d(0, 1, 0, -66deg);
  -ms-transform: translate3d(24.9vw, 0px, 0px) rotate3d(0, 1, 0, -86deg) !important;
  animation: showPages 1.1s cubic-bezier(0.48, -0.03, 0.27, 1.19) 0.8s forwards;
}
/* line 850, ../sass/layout.scss */
.bx-wrapper .view .s4 {
  transition-delay: 50ms;
  transform: translate3d(73%, 0, 0) rotate3d(0, 1, 0, -30deg);
  -ms-transform: translate3d(73%, 0px, 0px) rotate3d(0, 1, 0, -90deg) !important;
  animation: showPages 1.1s cubic-bezier(0.48, -0.03, 0.27, 1.19) 0.8s forwards;
}
/* line 856, ../sass/layout.scss */
.bx-wrapper .view .s5 {
  transform: translate3d(25%, 0, 0) rotate3d(0, 1, 0, -42deg);
}

/* line 860, ../sass/layout.scss */
.view .s2 > .overlay {
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

/* line 863, ../sass/layout.scss */
.view .s3 > .overlay {
  background: linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

/* line 866, ../sass/layout.scss */
.view .s4 > .overlay {
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

/* line 870, ../sass/layout.scss */
.view .s5 > .overlay {
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

/* line 874, ../sass/layout.scss */
.view div.view-back {
  background: #0a0a0a;
  background: linear-gradient(left, #0a0a0a 0%, #666666 100%);
}

/* line 879, ../sass/layout.scss */
.view {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  background: transparent;
  perspective: 970px;
}

/* line 890, ../sass/layout.scss */
.view .slice {
  width: 27%;
  height: 100%;
  z-index: 100;
  transform-style: preserve-3d;
  transform-origin: left center;
  transition: transform 150ms ease-in-out;
  backface-visibility: hidden;
}
/* line 894, ../sass/layout.scss */
.view .slice.s1 .slice {
  width: 100%;
}

/* line 903, ../sass/layout.scss */
.view div.view-back {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  background: #666;
  z-index: 0;
}

/* line 912, ../sass/layout.scss */
.view-back span {
  display: block;
  float: right;
  padding: 5px 20px 5px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 922, ../sass/layout.scss */
.view-back span:first-child {
  padding-top: 20px;
}

/* line 926, ../sass/layout.scss */
.view-back a {
  display: bock;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}

/* line 942, ../sass/layout.scss */
.view-back span[data-icon]:before {
  content: attr(data-icon);
  font-family: 'icons';
  color: #aaa;
  color: rgba(255, 255, 255, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
  padding-right: 5px;
}

/* line 951, ../sass/layout.scss */
.view .s2,
.view .s3,
.view .s4,
.view .s5 {
  transform: translateX(98%);
  -ms-perspective: 970px;
}

/* line 959, ../sass/layout.scss */
.view .s1 {
  background-position: 0px 0px;
  background-size: cover;
  -ms-perspective: 970px;
}

/* line 965, ../sass/layout.scss */
.view .s2 {
  background-position: -25.4vw 0px;
  background-size: cover;
}

/* line 970, ../sass/layout.scss */
.view .s3 {
  background-position: -50.8vw 0px;
}

/* line 974, ../sass/layout.scss */
.view .s4 {
  background-position: -76.2vw 0px;
}

/* line 978, ../sass/layout.scss */
.view .s5 {
  background-position: -240px 0px;
}

/* line 983, ../sass/layout.scss */
.view .overlay {
  width: 26vw;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: opacity 150ms ease-in-out 15s;
}
/* line 990, ../sass/layout.scss */
.bx-wrapper .view .overlay {
  opacity: 0;
  animation: opacityOverlay 1s ease-in-out 1s forwards;
}

@keyframes opacityOverlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1000, ../sass/layout.scss */
.view img {
  position: absolute;
  z-index: 0;
  transition: left 0.3s ease-in-out;
}

/* line 1006, ../sass/layout.scss */
.view .slice {
  backface-visibility: visible;
}

@keyframes showBtnBooks {
  100% {
    transform: rotate3d(0, 1, 0, 0);
  }
}
/* line 1014, ../sass/layout.scss */
.books-nav {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 1.4em;
  text-transform: uppercase;
  perspective: 600px;
}
/* line 1020, ../sass/layout.scss */
.books-nav .btn-books {
  display: inline-block;
  padding: 13px 26px 13px 46px;
  position: relative;
  color: #cdcdcd;
  border: 1px solid #1e1d2b;
  margin: 0 -2px;
  width: 200px;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin: right center;
  animation: showBtnBooks 0.7s cubic-bezier(0.13, -0.37, 0.41, 2.15) 2s 1 forwards;
}
/* line 1031, ../sass/layout.scss */
.books-nav .btn-books .squares {
  overflow: hidden;
  top: 50%;
  height: 100%;
  top: 0;
  width: 26px;
  position: absolute;
  left: 14px;
}
/* line 1040, ../sass/layout.scss */
.books-nav .btn-books .squares:before, .books-nav .btn-books .squares:after {
  content: '';
  background-color: #cdcdcd;
  position: absolute;
  display: block;
  transition: bottom 0.2s, top 0.2s, right 0.5s;
}
/* line 1048, ../sass/layout.scss */
.books-nav .btn-books:last-child {
  border-left: 0;
  transform: rotate3d(0, 1, 0, -90deg);
  transform-origin: left center;
}
/* line 1053, ../sass/layout.scss */
.books-nav .btn-books.active-btn {
  color: red;
}
/* line 1056, ../sass/layout.scss */
.books-nav .btn-books:hover {
  cursor: pointer;
}
/* line 1062, ../sass/layout.scss */
.books-nav .btn-overview .overview-square1:before {
  height: 5px;
  width: 6px;
  bottom: 50%;
}
/* line 1067, ../sass/layout.scss */
.books-nav .btn-overview .overview-square1:after {
  height: 7px;
  width: 10px;
  top: 60%;
  left: -2px;
}
/* line 1076, ../sass/layout.scss */
.books-nav .btn-overview:hover .overview-square1:before {
  animation: bottomUp 0.3s;
}
/* line 1079, ../sass/layout.scss */
.books-nav .btn-overview:hover .overview-square1:after {
  animation: bottomDown 0.4s;
}
/* line 1084, ../sass/layout.scss */
.books-nav .btn-overview:hover .overview-square2:before {
  animation: bottomUp 0.4s;
}
/* line 1087, ../sass/layout.scss */
.books-nav .btn-overview:hover .overview-square2:after {
  animation: bottomDown 0.3s;
}
/* line 1092, ../sass/layout.scss */
.books-nav .btn-overview:hover .overview-square3:before {
  animation: slideright 0.5s;
}
/* line 1098, ../sass/layout.scss */
.books-nav .btn-overview .overview-square2:before {
  height: 10px;
  width: 8px;
  bottom: 50%;
  left: 10px;
  transition: bottom 0.3s, top 0.3s;
}
/* line 1105, ../sass/layout.scss */
.books-nav .btn-overview .overview-square2:after {
  height: 4px;
  width: 6px;
  top: 60%;
  left: 12px;
  transition: bottom 0.4s, top 0.4s;
}
/* line 1114, ../sass/layout.scss */
.books-nav .btn-overview .overview-square3:before {
  height: 6px;
  width: 4px;
  bottom: 40%;
  right: 0;
}
/* line 1124, ../sass/layout.scss */
.books-nav .btn-detail .detail-square1:before {
  height: 6px;
  width: 80%;
  bottom: 54%;
}
/* line 1129, ../sass/layout.scss */
.books-nav .btn-detail .detail-square1:after {
  height: 6px;
  width: 80%;
  top: 60%;
}
/* line 1137, ../sass/layout.scss */
.books-nav .btn-detail:hover .detail-square1:before {
  animation: bottomUp 0.4s;
}
/* line 1140, ../sass/layout.scss */
.books-nav .btn-detail:hover .detail-square1:after {
  animation: bottomDown 0.4s;
}

@keyframes bottomUp {
  0% {
    bottom: 100%;
  }
}
@keyframes bottomDown {
  0% {
    top: 100%;
  }
}
@keyframes slideright {
  0% {
    right: -50%;
  }
}
/* line 1159, ../sass/layout.scss */
.shop-template .wrapper, .shop-template #main {
  height: 100%;
}
/* line 1162, ../sass/layout.scss */
.shop-template .shop-locator, .shop-template .buy-section {
  text-align: center;
  font-size: 1.1vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  /* line 1162, ../sass/layout.scss */
  .shop-template .shop-locator, .shop-template .buy-section {
    font-size: 0.8vh;
  }
}
/* line 1172, ../sass/layout.scss */
.shop-template .shop-locator {
  min-height: 45%;
  padding: 0 0 40px;
}
/* line 1176, ../sass/layout.scss */
.shop-template .postcode-container {
  margin: 40px auto;
  text-align: center;
}
/* line 1180, ../sass/layout.scss */
.shop-template .postcode {
  text-align: center;
  border-color: rgba(0, 165, 153, 0.34);
  border-width: 0 0 1px;
  padding: 0 0 12px;
  line-height: 1.5;
  color: #EA3700;
}
/* line 1187, ../sass/layout.scss */
.shop-template .postcode::-webkit-input-placeholder {
  padding: 0 0 0;
  line-height: 1.8;
}
/* line 1192, ../sass/layout.scss */
.shop-template .postcode:-moz-placeholder {
  padding: 0 0 0;
}
/* line 1196, ../sass/layout.scss */
.shop-template .postcode::-moz-placeholder {
  padding: 0 0 0;
}
/* line 1200, ../sass/layout.scss */
.shop-template .postcode:-ms-input-placeholder {
  padding: 0 0 0;
}
/* line 1204, ../sass/layout.scss */
.shop-template .buy-section {
  background-color: #EEEEEE;
  height: 55%;
  line-height: 1.4;
}
/* line 1208, ../sass/layout.scss */
.shop-template .buy-section .section-title {
  color: #EA3700;
}
/* line 1212, ../sass/layout.scss */
.shop-template .section-title {
  font-size: 7.4em;
  letter-spacing: 6px;
}
/* line 1216, ../sass/layout.scss */
.shop-template .shop-content {
  font-size: 4.3em;
  width: 70%;
  margin: 47px auto 0;
  margin: 3vh auto 0;
  letter-spacing: 1px;
  line-height: 1.4;
}
/* line 1225, ../sass/layout.scss */
.shop-template .buy-content {
  font-size: 2.2em;
  width: 70%;
  margin: 0 auto;
}
/* line 1230, ../sass/layout.scss */
.shop-template .amazon-btn {
  color: #3a3a3a;
  border-color: #3a3a3a;
  margin: 40px auto;
  position: relative;
  letter-spacing: 2px;
  width: 170px;
  font-size: 1.3em;
  border-width: 4px;
  padding: 7px 54px 3px 25px;
  font-weight: 500;
}
/* line 1241, ../sass/layout.scss */
.shop-template .amazon-btn:before {
  position: absolute;
  font-size: 20px;
  right: 11px;
  top: 16px;
}

/* line 1251, ../sass/layout.scss */
.feed {
  height: 500px;
  height: 100vh;
  background-size: cover;
  display: table;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
/* line 1259, ../sass/layout.scss */
.feed .feed-title {
  font-size: 5.1em;
  color: #fff;
  background-size: cover;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

/* line 1269, ../sass/layout.scss */
.feed-instagram {
  padding: 70px;
  display: block;
  background: white;
  width: 80%;
  margin: -110px auto 0;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  /* line 1269, ../sass/layout.scss */
  .feed-instagram {
    width: 92%;
    padding: 40px;
    margin: -40px auto 0;
  }
}
