@import url("//hello.myfonts.net/count/2f1d2d");
@font-face {
  font-family: 'CheltenhamBT';
  src: url("../fonts/2F1D2D_0_0.eot");
  src: url("../fonts/2F1D2D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F1D2D_0_0.woff2") format("woff2"), url("../fonts/2F1D2D_0_0.woff") format("woff"), url("../fonts/2F1D2D_0_0.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'CheltenhamBT';
  src: url("../fonts/2F1D2D_1_0.eot");
  src: url("../fonts/2F1D2D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F1D2D_1_0.woff2") format("woff2"), url("../fonts/2F1D2D_1_0.woff") format("woff"), url("../fonts/2F1D2D_1_0.ttf") format("truetype");
  font-weight: bold; }

/*! normalize.css v3.0.1 | 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
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.
 */
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.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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).
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v0.10.4
* Docs at http://davidtheclark.github.io/scut
*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce-small {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-moz-keyframes bounce-small {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-ms-keyframes bounce-small {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce-small {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

/* @group Base */
.chosen-container {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ffffff; }
  .chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/wp-content/themes/streamamg/js/boxsizing.htc); }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 46px;
  padding-left: 10px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 54px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: -820px -470px;
    background-repeat: no-repeat;
    width: 37px;
    height: 20px;
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-backface-visibility: hidden; }
    .no-svg .chosen-container-single .chosen-single div b {
      background-image: url("../img/svg-sprite-48010825.png"); }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
.chosen-with-drop .chosen-single div b {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    font-size: 18px;
    line-height: 20px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #000000;
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    background-color: #eeeeee;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb; }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen-rtl .chosen-drop {
    left: 9999px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
/* @end */
html.noscroll-mobile-tablet {
  overflow: hidden; }
  html.noscroll-mobile-tablet body {
    overflow: hidden; }
  @media screen and (min-width: 800px) {
    html.noscroll-mobile-tablet {
      overflow: initial; }
      html.noscroll-mobile-tablet body {
        overflow: initial; } }

body {
  color: #000000;
  font-family: 'CheltenhamBT', Times, TimesNewRoman, 'Times New Roman', Baskerville, Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  background: #EEEDE4;
  text-align: center;
  letter-spacing: 0.1em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 9px; }
  @media screen and (min-width: 600px) {
    p {
      font-size: 23px;
      line-height: 25px;
      margin: 0 0 13px; } }
  @media screen and (min-width: 1200px) {
    p {
      font-size: 32px;
      line-height: 34px;
      margin: 0 0 18px; } }

.buy-button {
  position: fixed;
  left: 6px;
  top: 54px;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/svg-sprite-48010825.svg");
  background-position: -320px -568px;
  background-repeat: no-repeat;
  width: 84px;
  height: 84px;
  display: block;
  z-index: 1;
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 200ms ease 2000ms, -webkit-transform 200ms ease 2000ms;
  -moz-transition: opacity 200ms ease 2000ms, -moz-transform 200ms ease 2000ms;
  -o-transition: opacity 200ms ease 2000ms, -o-transform 200ms ease 2000ms;
  transition: opacity 200ms ease 2000ms, transform 200ms ease 2000ms; }
  .no-svg .buy-button {
    background-image: url("../img/svg-sprite-48010825.png"); }
  .buy-definitely-shown .buy-button {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms;
    -moz-transition: -moz-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms;
    -o-transition: -o-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms;
    transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms; }

@media screen and (min-width: 800px) {
  .buy-button {
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: 0px -568px;
    background-repeat: no-repeat;
    width: 210px;
    height: 210px;
    top: 75px;
    left: 5px; }
    .no-svg .buy-button {
      background-image: url("../img/svg-sprite-48010825.png"); } }

/* 
@include respond-min($desktop){

	.buy-button{
		top: 100px;
		bottom: initial;
	}
}

@include respond-min($large-desktop){

	.buy-button{
		-webkit-transition-delay: 200ms;
		-moz-transition-delay: 200ms;
		-o-transition-delay: 200ms;
		transition-delay: 200ms;
	}
} */
.notransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.intro-page {
  height: 0;
  position: relative;
  overflow-y: hidden;
  width: auto;
  -webkit-transition: height 1500ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: height 1500ms cubic-bezier(1, 0, 0, 1);
  -o-transition: height 1500ms cubic-bezier(1, 0, 0, 1);
  transition: height 1500ms cubic-bezier(1, 0, 0, 1);
  background: #EEEDE4 url(../img/pattern.svg) repeat center center;
  background-size: 61px 43px; }
  .no-svg .intro-page {
    background-image: url(../img/pattern.png); }
  .intro-page .arrows {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -36px;
    width: 72px;
    height: 84px; }
    .intro-page .arrows a {
      display: block; }
    .intro-page .arrows span {
      background-image: url("../img/svg-sprite-48010825.svg");
      background-position: -404px -568px;
      background-repeat: no-repeat;
      width: 72px;
      height: 42px;
      display: block; }
      .no-svg .intro-page .arrows span {
        background-image: url("../img/svg-sprite-48010825.png"); }
      .intro-page .arrows span:first-child {
        position: relative;
        top: 8px; }
  .intro-page p {
    max-width: 20em;
    margin: 0 auto 2em;
    font-size: 20px;
    line-height: 22px; }
  .intro-page h1 {
    text-indent: 102%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/heading-medium.svg") center no-repeat;
    background-size: contain;
    height: 40%;
    width: 66vw;
    max-height: 340px;
    min-height: 80px;
    margin: 0 auto; }
  .intro-page .container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh; }
    .intro-page .container .scut-inner {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      padding: 30px 0 114px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .intro-page {
    background-image: url(../img/pattern.png); } }

@media screen and (max-width: 599px) and (orientation: landscape), screen and (max-height: 600px) {
  .intro-page .arrows {
    -webkit-animation: bounce-small 2s infinite;
    -moz-animation: bounce-small 2s infinite;
    -ms-animation: bounce-small 2s infinite;
    -o-animation: bounce-small 2s infinite;
    animation: bounce-small 2s infinite; }
    .intro-page .arrows span {
      -moz-transform: scale(0.667);
      -o-transform: scale(0.667);
      -ms-transform: scale(0.667);
      -webkit-transform: scale(0.667);
      transform: scale(0.667); }
      .intro-page .arrows span:first-child {
        position: relative;
        top: 20px; } }

/*
//@include respond-min($tablet){
@media screen and (min-width: $tablet){
	.intro-page{
		background-size: 78px 55px;

		p{
			font-size: 26px;
			line-height: 28px;
		}

		h1{
			@include svg(heading-medium);
		}

		.arrows{
			bottom: 31px;
		}
	}
}

//@include respond-min($desktop){
@media screen and (min-width: $desktop){

	.intro-page{

		h1{
			@include svg(heading);
		}
	}
} */
@media screen and (min-width: 1200px) and (min-height: 420px) {
  body.buy-shown .buy-button {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

body.on-intro {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }
  body.on-intro .intro-page {
    height: 700px;
    height: 100vh;
    /* Android device fixes */
    /* iOS 7 fixes */
    /**
	* iPhone 5
	* You can also target devices with aspect ratio.
	*/
    min-height: 320px; }
    .no-flexbox body.on-intro .intro-page {
      height: 700px; }
    @media all and (device-width: 480px) and (device-height: 854px) and (orientation: portrait) {
      body.on-intro .intro-page {
        height: 854px; } }
    @media all and (device-width: 480px) and (device-height: 854px) and (orientation: landscape) {
      body.on-intro .intro-page {
        height: 480px; } }
    @media all and (device-width: 360px) and (device-height: 640px) and (orientation: portrait) {
      body.on-intro .intro-page {
        height: 640px; } }
    @media all and (device-width: 360px) and (device-height: 640px) and (orientation: landscape) {
      body.on-intro .intro-page {
        height: 360px; } }
    @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
      body.on-intro .intro-page {
        height: 568px; } }
    @media all and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
      body.on-intro .intro-page {
        height: 568px; } }
    @media all and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
      body.on-intro .intro-page {
        height: 480px; } }
    @media all and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
      body.on-intro .intro-page {
        height: 320px; } }
    @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
      body.on-intro .intro-page {
        height: 568px; } }
    @media all and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
      body.on-intro .intro-page {
        height: 320px; } }
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
      body.on-intro .intro-page {
        height: 1024px; } }
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
      body.on-intro .intro-page {
        height: 768px; } }
    @media screen and (device-aspect-ratio: 40/71) {
      body.on-intro .intro-page {
        height: 500px; } }
  body.on-intro .buy-button {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }

.nav {
  height: 45px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #EEEDE4;
  text-transform: uppercase;
  -webkit-transition: top 500ms ease 1500ms, left 1000ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: top 500ms ease 1500ms, left 1000ms cubic-bezier(1, 0, 0, 1);
  -o-transition: top 500ms ease 1500ms, left 1000ms cubic-bezier(1, 0, 0, 1);
  transition: top 500ms ease 1500ms, left 1000ms cubic-bezier(1, 0, 0, 1);
  -webkit-box-shadow: 0px 0px 43px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 43px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 43px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  z-index: 10; }
  body.on-intro .nav {
    top: -110px; }
  .nav a {
    text-decoration: none;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    .nav a, .nav a:visited {
      color: #ffffff; }
    .nav a:hover {
      color: #EEEDE4; }
  .nav ul {
    list-style: none; }
  .nav h1 {
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: -580px -452px;
    background-repeat: no-repeat;
    width: 225px;
    height: 18px;
    text-indent: 102%;
    white-space: nowrap;
    overflow: hidden;
    margin: 13px 0 0 12px;
    float: left; }
    .no-svg .nav h1 {
      background-image: url("../img/svg-sprite-48010825.png"); }
    .nav h1 a {
      display: block;
      width: 100%;
      height: 100%; }
      .nav h1 a, .nav h1 a:visited {
        color: #000000; }
  .csstransforms .nav {
    left: auto;
    -webkit-transition-property: top, -webkit-transform;
    -ms-transition-property: top, -ms-transform;
    transition-property: top, transform; }

.menu-button {
  float: right;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/svg-sprite-48010825.svg");
  background-position: -820px -490px;
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
  margin: 12px 12px 0 0; }
  .no-svg .menu-button {
    background-image: url("../img/svg-sprite-48010825.png"); }

.nav-close {
  position: absolute;
  top: 10px;
  right: 12px;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/svg-sprite-48010825.svg");
  background-position: -727px -510px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }
  .no-svg .nav-close {
    background-image: url("../img/svg-sprite-48010825.png"); }

.nav-wrap {
  height: 700px;
  height: 100vh;
  /* Android device fixes */
  /* iOS 7 fixes */
  /**
	* iPhone 5
	* You can also target devices with aspect ratio.
	*/
  position: fixed;
  left: 100%;
  width: 100%;
  background: #000000;
  text-align: center;
  padding: 12px 19px;
  background: #000000; }
  .no-flexbox .nav-wrap {
    height: 700px; }
  @media all and (device-width: 480px) and (device-height: 854px) and (orientation: portrait) {
    .nav-wrap {
      height: 854px; } }
  @media all and (device-width: 480px) and (device-height: 854px) and (orientation: landscape) {
    .nav-wrap {
      height: 480px; } }
  @media all and (device-width: 360px) and (device-height: 640px) and (orientation: portrait) {
    .nav-wrap {
      height: 640px; } }
  @media all and (device-width: 360px) and (device-height: 640px) and (orientation: landscape) {
    .nav-wrap {
      height: 360px; } }
  @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .nav-wrap {
      height: 568px; } }
  @media all and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .nav-wrap {
      height: 568px; } }
  @media all and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .nav-wrap {
      height: 480px; } }
  @media all and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .nav-wrap {
      height: 320px; } }
  @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .nav-wrap {
      height: 568px; } }
  @media all and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .nav-wrap {
      height: 320px; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .nav-wrap {
      height: 1024px; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .nav-wrap {
      height: 768px; } }
  @media screen and (device-aspect-ratio: 40/71) {
    .nav-wrap {
      height: 500px; } }

.content-wrap {
  position: absolute;
  -webkit-transition: left 1000ms cubic-bezier(1, 0, 0, 1);
  transition: left 1000ms cubic-bezier(1, 0, 0, 1); }
  .csstransforms .content-wrap {
    right: auto;
    -webkit-transition-property: -webkit-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform; }

.content-wrap, .nav {
  left: 0;
  width: 100%; }
  .csstransforms .content-wrap, .csstransforms .nav {
    left: auto;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.nav-open .content-wrap, .nav-open .nav {
  left: -50%; }
  .csstransforms .nav-open .content-wrap, .csstransforms .nav-open .nav {
    left: auto;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.nav-open .menu-button {
  background-image: url("../img/svg-sprite-48010825.svg");
  background-position: -727px -510px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }
  .no-svg .nav-open .menu-button {
    background-image: url("../img/svg-sprite-48010825.png"); }

.left-nav {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  padding: 0;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 36px; }
  .left-nav li {
    margin-bottom: 4px; }

.right-nav {
  padding: 0;
  margin: 0; }
  .right-nav .twitter {
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: -775px -510px;
    background-repeat: no-repeat;
    width: 22px;
    height: 18px;
    margin-bottom: 8px; }
    .no-svg .right-nav .twitter {
      background-image: url("../img/svg-sprite-48010825.png"); }
    .right-nav .twitter .hover {
      background-image: url("../img/svg-sprite-48010825.svg");
      background-position: -857px -470px;
      background-repeat: no-repeat;
      width: 22px;
      height: 18px; }
      .no-svg .right-nav .twitter .hover {
        background-image: url("../img/svg-sprite-48010825.png"); }
  .right-nav .hyperbolic {
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: -700px -470px;
    background-repeat: no-repeat;
    width: 120px;
    height: 40px; }
    .no-svg .right-nav .hyperbolic {
      background-image: url("../img/svg-sprite-48010825.png"); }
    .right-nav .hyperbolic .hover {
      background-image: url("../img/svg-sprite-48010825.svg");
      background-position: -580px -510px;
      background-repeat: no-repeat;
      width: 120px;
      height: 40px; }
      .no-svg .right-nav .hyperbolic .hover {
        background-image: url("../img/svg-sprite-48010825.png"); }
  .right-nav li {
    text-indent: 102%;
    white-space: nowrap;
    overflow: hidden;
    position: relative; }
  .right-nav a {
    display: block;
    width: 100%;
    height: 100%; }
    .right-nav a .hover {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      filter: alpha(opactiy=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease; }
    .right-nav a:hover .hover {
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

@media screen and (min-width: 800px) {
  .nav {
    height: 81px;
    text-align: center; }
    .nav h1 {
      position: absolute;
      top: 32px;
      left: 50%;
      margin: 0 0 0 -112px;
      float: none; }
    .nav a, .nav a:visited {
      color: #9D9FA2; }
    .nav a:hover {
      color: #000000; }
  .nav-wrap {
    position: static;
    left: auto;
    top: auto;
    background: none;
    filter: none;
    width: auto;
    height: auto;
    overflow-y: visible;
    padding: 21px 32px 0; }
    .nav-wrap .inner {
      position: static;
      left: auto;
      top: auto;
      margin: 0;
      height: auto;
      width: auto; }
    .csstransforms .nav-wrap {
      left: auto;
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial; }
  .menu-button, .nav-close {
    display: none; }
  .left-nav {
    float: left;
    text-align: left;
    padding-top: 7px;
    margin: 0; }
    .left-nav li:first-child {
      margin-right: 20px; }
  .right-nav {
    float: right; }
    .right-nav .twitter {
      background-image: url("../img/svg-sprite-48010825.svg");
      background-position: -857px -470px;
      background-repeat: no-repeat;
      width: 22px;
      height: 18px;
      margin-right: 20px;
      margin-top: 10px; }
      .no-svg .right-nav .twitter {
        background-image: url("../img/svg-sprite-48010825.png"); }
      .right-nav .twitter .hover {
        background-image: url("../img/svg-sprite-48010825.svg");
        background-position: -844px -490px;
        background-repeat: no-repeat;
        width: 22px;
        height: 18px; }
        .no-svg .right-nav .twitter .hover {
          background-image: url("../img/svg-sprite-48010825.png"); }
    .right-nav .hyperbolic {
      background-image: url("../img/svg-sprite-48010825.svg");
      background-position: -580px -510px;
      background-repeat: no-repeat;
      width: 120px;
      height: 40px; }
      .no-svg .right-nav .hyperbolic {
        background-image: url("../img/svg-sprite-48010825.png"); }
      .right-nav .hyperbolic .hover {
        background-image: url("../img/svg-sprite-48010825.svg");
        background-position: -580px -470px;
        background-repeat: no-repeat;
        width: 120px;
        height: 40px; }
        .no-svg .right-nav .hyperbolic .hover {
          background-image: url("../img/svg-sprite-48010825.png"); }
  li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; } }

.reviews {
  list-style: none;
  margin: 0;
  padding: 0 0 85px; }
  .reviews li {
    padding: 95px 16px 30px; }
  .reviews h2 {
    font-size: 20px;
    margin-bottom: 12px; }
  .reviews .stars {
    text-align: center;
    margin-bottom: 12px; }
    .reviews .stars span {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      background-image: url("../img/svg-sprite-48010825.svg");
      background-position: -751px -510px;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      margin: 0 auto; }
      .no-svg .reviews .stars span {
        background-image: url("../img/svg-sprite-48010825.png"); }

@media screen and (min-width: 600px) {
  .reviews {
    padding: 0; }
    .reviews li {
      display: table;
      height: 700px;
      height: 100vh;
      /* Android device fixes */
      /* iOS 7 fixes */
      /**
	* iPhone 5
	* You can also target devices with aspect ratio.
	*/
      max-width: 760px;
      margin: 0 auto;
      height: 100vh !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0; }
      .reviews li > .scut-inner {
        display: table-cell;
        vertical-align: middle; }
      .no-flexbox .reviews li {
        height: 700px; } }
    @media screen and (min-width: 600px) and (device-aspect-ratio: 40/71) {
      .reviews li {
        height: 500px; } }

@media screen and (min-width: 600px) {
      .reviews li .scut-inner {
        padding: 111px 15px 30px; }
    .reviews h2 {
      max-width: 460px;
      margin: 0 auto;
      font-size: 50px;
      font-weight: normal;
      line-height: 47px;
      margin-bottom: 18px;
      padding: 0; }
    .reviews .stars {
      margin-bottom: 45px; }
    .reviews .text {
      margin-bottom: 49px; }
    .reviews .author {
      font-size: 22px; } }

@media screen and (min-width: 1200px) {
  .reviews li {
    max-width: 1000px; }
  .reviews h2 {
    max-width: 960px;
    font-size: 64px;
    line-height: 61px;
    margin-bottom: 18px; }
  .reviews .stars {
    margin-bottom: 45px; }
  .reviews .text {
    margin-bottom: 49px; }
  .reviews .author {
    font-size: 28px; } }

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  color: white;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  z-index: 10;
  overflow-y: scroll; }
  .dialog .close {
    display: block;
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: -210px -678px;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    text-indent: 102%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 12px; }
    .no-svg .dialog .close {
      background-image: url("../img/svg-sprite-48010825.png"); }
  .dialog .inner {
    padding: 50px 36px; }
  .dialog h2 {
    font-size: 28px;
    font-style: normal;
    margin-bottom: 29px; }

.show-about .about-dialog, .show-buy-now .buy-now-dialog {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.about-dialog {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0, 200ms, 0;
  -moz-transition-delay: 0, 200ms, 0;
  -o-transition-delay: 0, 200ms, 0;
  transition-delay: 0, 200ms, 0;
  -webkit-transition-duration: 200ms, 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms, 200ms;
  -o-transition-duration: 200ms, 200ms, 200ms;
  transition-duration: 200ms, 200ms, 200ms;
  -webkit-transition-property: opacity, visibility, transform;
  -moz-transition-property: opacity, visibility, transform;
  -o-transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform;
  -webkit-transition-timing-function: linear, linear, ease;
  -moz-transition-timing-function: linear, linear, ease;
  -o-transition-timing-function: linear, linear, ease;
  transition-timing-function: linear, linear, ease; }
  .show-about .about-dialog {
    visibility: visible;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 0, 0, 0;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0; }
  .about-dialog p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 19px;
    line-height: 17px;
    letter-spacing: 0.08em; }
    .about-dialog p a {
      text-decoration: none; }
      .about-dialog p a, .about-dialog p a:visited {
        color: #ffffff; }
      .about-dialog p a:hover {
        text-decoration: underline; }

.buy-now-dialog {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0, 200ms, 0;
  -moz-transition-delay: 0, 200ms, 0;
  -o-transition-delay: 0, 200ms, 0;
  transition-delay: 0, 200ms, 0;
  -webkit-transition-duration: 200ms, 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms, 200ms;
  -o-transition-duration: 200ms, 200ms, 200ms;
  transition-duration: 200ms, 200ms, 200ms;
  -webkit-transition-property: opacity, visibility, transform;
  -moz-transition-property: opacity, visibility, transform;
  -o-transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform;
  -webkit-transition-timing-function: linear, linear, ease-in;
  -moz-transition-timing-function: linear, linear, ease-in;
  -o-transition-timing-function: linear, linear, ease-in;
  transition-timing-function: linear, linear, ease-in; }
  .show-buy-now .buy-now-dialog {
    visibility: visible;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 0, 0, 0;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0; }
  .buy-now-dialog label {
    font-size: 28px;
    font-style: normal;
    display: block;
    margin-bottom: 23px; }
  .buy-now-dialog .quantity-controls input, .buy-now-dialog select, .buy-now-dialog .chosen-container {
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    line-height: 46px;
    height: 46px; }
  .buy-now-dialog .dropdown {
    max-width: 335px;
    margin: 0 auto 35px;
    position: relative;
    background: #ffffff; }
    .buy-now-dialog .dropdown .arrow {
      position: absolute;
      right: 17px;
      top: 14px;
      background-image: url("../img/svg-sprite-48010825.svg");
      background-position: -820px -470px;
      background-repeat: no-repeat;
      width: 37px;
      height: 20px; }
      .no-svg .buy-now-dialog .dropdown .arrow {
        background-image: url("../img/svg-sprite-48010825.png"); }
  .buy-now-dialog #shipping-label {
    position: relative; }
  .buy-now-dialog #shipping-label.error:after {
    content: 'Please select a shipping option';
    display: block;
    color: red;
    font-size: 0.5em;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; }
  .buy-now-dialog #form {
    position: relative; }
  .buy-now-dialog .quantity__message {
    display: none;
    margin: 0.5em 0; }
    .buy-now-dialog .quantity__message a {
      color: inherit; }
  .buy-now-dialog #quantity-label.error ~ .quantity__message {
    display: block; }
  .buy-now-dialog select {
    width: 100%;
    outline: none;
    border: none;
    padding-left: 10px;
    letter-spacing: 0.03em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-overflow: "";
    background: transparent;
    position: relative;
    padding-right: 56px; }
    .buy-now-dialog select option {
      background: white; }
    .buy-now-dialog select::-ms-expand {
      display: none; }
  .buy-now-dialog .chosen-container {
    text-align: left;
    position: relative; }
  .buy-now-dialog .quantity-controls {
    text-align: center;
    margin-bottom: 32px; }
    .buy-now-dialog .quantity-controls input, .buy-now-dialog .quantity-controls a, .buy-now-dialog .quantity-controls .divider {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      height: 46px; }
      .buy-now-dialog .quantity-controls input span, .buy-now-dialog .quantity-controls a span, .buy-now-dialog .quantity-controls .divider span {
        display: block; }
    .buy-now-dialog .quantity-controls a, .buy-now-dialog .quantity-controls .divider {
      text-indent: 102%;
      white-space: nowrap;
      overflow: hidden; }
    .buy-now-dialog .quantity-controls input {
      width: 55px;
      text-align: center;
      border: none;
      margin-right: 15px; }
  .buy-now-dialog .plus span {
    margin-top: 12px;
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: -700px -510px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px; }
    .no-svg .buy-now-dialog .plus span {
      background-image: url("../img/svg-sprite-48010825.png"); }
  .buy-now-dialog .divider span {
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: -860px -342px;
    background-repeat: no-repeat;
    width: 18px;
    height: 45px; }
    .no-svg .buy-now-dialog .divider span {
      background-image: url("../img/svg-sprite-48010825.png"); }
  .buy-now-dialog .minus span {
    margin-top: 21px;
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: -805px -452px;
    background-repeat: no-repeat;
    width: 27px;
    height: 8px; }
    .no-svg .buy-now-dialog .minus span {
      background-image: url("../img/svg-sprite-48010825.png"); }
  .buy-now-dialog .buy-now-submit {
    background-image: url("../img/svg-sprite-48010825.svg");
    background-position: -210px -568px;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    background-color: transparent;
    font-size: 0;
    border: none; }
    .no-svg .buy-now-dialog .buy-now-submit {
      background-image: url("../img/svg-sprite-48010825.png"); }
  .buy-now-dialog .plus, .buy-now-dialog .minus, .buy-now-dialog .buy-now-submit {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    .buy-now-dialog .plus:hover, .buy-now-dialog .minus:hover, .buy-now-dialog .buy-now-submit:hover {
      filter: alpha(opactiy=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      opacity: 0.6; }

@media screen and (min-width: 600px) {
  .dialog .close {
    top: 29px;
    right: 29px; }
  .dialog .inner {
    padding: 50px 65px; } }

@media screen and (min-width: 800px) {
  .about-dialog {
    position: absolute;
    width: 730px;
    left: 50%;
    margin-left: -365px;
    height: 556px;
    top: 50%;
    margin-top: -278px;
    position: fixed;
    overflow-y: visible; }
  .buy-now-dialog {
    position: absolute;
    width: 730px;
    left: 50%;
    margin-left: -365px;
    height: 445px;
    top: 50%;
    margin-top: -222.5px;
    position: fixed;
    overflow-y: visible; }
    .buy-now-dialog .quantity-controls input, .buy-now-dialog select, .buy-now-dialog .chosen-container {
      font-size: 30px; }
    .buy-now-dialog .row:after {
      content: "";
      display: table;
      clear: both; }
    .buy-now-dialog .col {
      width: 50%;
      float: left; }
    .buy-now-dialog .quantity__message {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      margin: 0.5em 0 0; } }

.book-images {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 45px; }
  .book-images img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block; }

@media screen and (min-width: 600px) {
  .book-images {
    padding-top: 81px; } }

.about-wrap {
  padding: 80px 16px 16px; }
  .about-wrap h2 {
    font-size: 20px;
    margin-bottom: 48px; }
  .about-wrap a {
    text-decoration: none; }
    .about-wrap a, .about-wrap a:visited {
      color: #000000; }
    .about-wrap a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 800px) {
    .about-wrap {
      max-width: 760px;
      margin: 0 auto;
      padding: 165px 15px 75px; }
      .about-wrap h2 {
        font-size: 50px;
        line-height: 47px;
        margin-bottom: 58px;
        padding: 0;
        font-weight: normal; } }
  @media screen and (min-width: 1200px) {
    .about-wrap {
      max-width: 1000px; }
      .about-wrap h2 {
        font-size: 64px;
        line-height: 61px;
        margin-bottom: 87px; } }
