@charset "UTF-8";
@import url("//hello.myfonts.net/count/2c6624");
.sidebar-main .site-info, .sidebar-playlist .inner-scroll {
  padding: 20px; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* ------------------------------------------------------------------------------
- lunchbox.css
- author: Sam Featherstone
------------------------------------------------------------------------------ */
html {
  box-sizing: border-box; }

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

body, html {
  overflow-x: hidden; }

.backpack {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  .backpack.one-strap {
    max-width: 1600px; }
  .backpack.no-strap {
    max-width: none; }

@media screen and (max-width: 750px) {
  .backpack {
    padding-left: 20px;
    padding-right: 20px; } }
.lunchbox:before, .lunchbox:after {
  content: "";
  display: table; }

.lunchbox:after {
  clear: both; }

.lunch img, img.max {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block; }

img.stretch {
  width: 100%;
  max-width: none;
  height: auto;
  display: block; }

.lunch {
  float: left;
  width: 100%;
  background-clip: padding-box !important; }

.right {
  float: right; }

.lunchbox {
  margin-right: -25px; }

.lunchbox.bottom > .lunch {
  margin-bottom: 25px; }

.lunchbox > .lunch {
  border-right: 25px solid transparent; }

.lunchbox.tight {
  margin-right: -5px; }

.lunchbox.tight.bottom > .lunch {
  margin-bottom: 5px; }

.lunchbox.tight > .lunch {
  border-right: 5px solid transparent; }

.lunchbox.none {
  margin-right: 0; }

.lunchbox.none.bottom > .lunch {
  margin-bottom: 0; }

.lunchbox.none > .lunch {
  border-right: none; }

.c1of1 {
  width: 100%; }

.c1of2 {
  width: 50%; }

.c1of3 {
  width: 33.3333333333%; }

.c1of4 {
  width: 25%; }

.c1of5 {
  width: 20%; }

.c1of6 {
  width: 16.6666666667%; }

.c1of7 {
  width: 14.2857142857%; }

.c1of8 {
  width: 12.5%; }

.c2of3 {
  width: 66.6666666667%; }

.c2of5 {
  width: 40%; }

.c2of7 {
  width: 28.5714285714%; }

.c3of4 {
  width: 75%; }

.c3of5 {
  width: 60%; }

.c3of7 {
  width: 42.8571428571%; }

.c3of8 {
  width: 37.5%; }

.c4of5 {
  width: 80%; }

.c4of7 {
  width: 57.1428571429%; }

.c5of6 {
  width: 83.3333333333%; }

.c5of7 {
  width: 71.4285714286%; }

.c5of8 {
  width: 62.5%; }

.c6of7 {
  width: 85.7142857143%; }

.c7of8 {
  width: 87.5%; }

@media screen and (max-width: 1600px) {
  .lunchbox {
    margin-right: -25px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 25px; }

  .lunchbox > .lunch {
    border-right: 25px solid transparent; }

  .at1600left {
    float: left; }

  .at1600right {
    float: right; }

  .at1600c1of1 {
    width: 100%; }

  .at1600c1of2 {
    width: 50%; }

  .at1600c1of3 {
    width: 33.3333333333%; }

  .at1600c1of4 {
    width: 25%; }

  .at1600c1of5 {
    width: 20%; }

  .at1600c1of6 {
    width: 16.6666666667%; }

  .at1600c1of7 {
    width: 14.2857142857%; }

  .at1600c1of8 {
    width: 12.5%; }

  .at1600c2of3 {
    width: 66.6666666667%; }

  .at1600c2of5 {
    width: 40%; }

  .at1600c2of7 {
    width: 28.5714285714%; }

  .at1600c3of4 {
    width: 75%; }

  .at1600c3of5 {
    width: 60%; }

  .at1600c3of7 {
    width: 42.8571428571%; }

  .at1600c3of8 {
    width: 37.5%; }

  .at1600c4of5 {
    width: 80%; }

  .at1600c4of7 {
    width: 57.1428571429%; }

  .at1600c5of6 {
    width: 83.3333333333%; }

  .at1600c5of7 {
    width: 71.4285714286%; }

  .at1600c5of8 {
    width: 62.5%; }

  .at1600c6of7 {
    width: 85.7142857143%; }

  .at1600c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 1500px) {
  .lunchbox {
    margin-right: -23px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 23px; }

  .lunchbox > .lunch {
    border-right: 23px solid transparent; }

  .at1500left {
    float: left; }

  .at1500right {
    float: right; }

  .at1500c1of1 {
    width: 100%; }

  .at1500c1of2 {
    width: 50%; }

  .at1500c1of3 {
    width: 33.3333333333%; }

  .at1500c1of4 {
    width: 25%; }

  .at1500c1of5 {
    width: 20%; }

  .at1500c1of6 {
    width: 16.6666666667%; }

  .at1500c1of7 {
    width: 14.2857142857%; }

  .at1500c1of8 {
    width: 12.5%; }

  .at1500c2of3 {
    width: 66.6666666667%; }

  .at1500c2of5 {
    width: 40%; }

  .at1500c2of7 {
    width: 28.5714285714%; }

  .at1500c3of4 {
    width: 75%; }

  .at1500c3of5 {
    width: 60%; }

  .at1500c3of7 {
    width: 42.8571428571%; }

  .at1500c3of8 {
    width: 37.5%; }

  .at1500c4of5 {
    width: 80%; }

  .at1500c4of7 {
    width: 57.1428571429%; }

  .at1500c5of6 {
    width: 83.3333333333%; }

  .at1500c5of7 {
    width: 71.4285714286%; }

  .at1500c5of8 {
    width: 62.5%; }

  .at1500c6of7 {
    width: 85.7142857143%; }

  .at1500c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 1400px) {
  .lunchbox {
    margin-right: -22px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 22px; }

  .lunchbox > .lunch {
    border-right: 22px solid transparent; }

  .at1400left {
    float: left; }

  .at1400right {
    float: right; }

  .at1400c1of1 {
    width: 100%; }

  .at1400c1of2 {
    width: 50%; }

  .at1400c1of3 {
    width: 33.3333333333%; }

  .at1400c1of4 {
    width: 25%; }

  .at1400c1of5 {
    width: 20%; }

  .at1400c1of6 {
    width: 16.6666666667%; }

  .at1400c1of7 {
    width: 14.2857142857%; }

  .at1400c1of8 {
    width: 12.5%; }

  .at1400c2of3 {
    width: 66.6666666667%; }

  .at1400c2of5 {
    width: 40%; }

  .at1400c2of7 {
    width: 28.5714285714%; }

  .at1400c3of4 {
    width: 75%; }

  .at1400c3of5 {
    width: 60%; }

  .at1400c3of7 {
    width: 42.8571428571%; }

  .at1400c3of8 {
    width: 37.5%; }

  .at1400c4of5 {
    width: 80%; }

  .at1400c4of7 {
    width: 57.1428571429%; }

  .at1400c5of6 {
    width: 83.3333333333%; }

  .at1400c5of7 {
    width: 71.4285714286%; }

  .at1400c5of8 {
    width: 62.5%; }

  .at1400c6of7 {
    width: 85.7142857143%; }

  .at1400c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 1300px) {
  .lunchbox {
    margin-right: -21px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 21px; }

  .lunchbox > .lunch {
    border-right: 21px solid transparent; }

  .at1300left {
    float: left; }

  .at1300right {
    float: right; }

  .at1300c1of1 {
    width: 100%; }

  .at1300c1of2 {
    width: 50%; }

  .at1300c1of3 {
    width: 33.3333333333%; }

  .at1300c1of4 {
    width: 25%; }

  .at1300c1of5 {
    width: 20%; }

  .at1300c1of6 {
    width: 16.6666666667%; }

  .at1300c1of7 {
    width: 14.2857142857%; }

  .at1300c1of8 {
    width: 12.5%; }

  .at1300c2of3 {
    width: 66.6666666667%; }

  .at1300c2of5 {
    width: 40%; }

  .at1300c2of7 {
    width: 28.5714285714%; }

  .at1300c3of4 {
    width: 75%; }

  .at1300c3of5 {
    width: 60%; }

  .at1300c3of7 {
    width: 42.8571428571%; }

  .at1300c3of8 {
    width: 37.5%; }

  .at1300c4of5 {
    width: 80%; }

  .at1300c4of7 {
    width: 57.1428571429%; }

  .at1300c5of6 {
    width: 83.3333333333%; }

  .at1300c5of7 {
    width: 71.4285714286%; }

  .at1300c5of8 {
    width: 62.5%; }

  .at1300c6of7 {
    width: 85.7142857143%; }

  .at1300c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 1200px) {
  .lunchbox {
    margin-right: -20px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 20px; }

  .lunchbox > .lunch {
    border-right: 20px solid transparent; }

  .at1200left {
    float: left; }

  .at1200right {
    float: right; }

  .at1200c1of1 {
    width: 100%; }

  .at1200c1of2 {
    width: 50%; }

  .at1200c1of3 {
    width: 33.3333333333%; }

  .at1200c1of4 {
    width: 25%; }

  .at1200c1of5 {
    width: 20%; }

  .at1200c1of6 {
    width: 16.6666666667%; }

  .at1200c1of7 {
    width: 14.2857142857%; }

  .at1200c1of8 {
    width: 12.5%; }

  .at1200c2of3 {
    width: 66.6666666667%; }

  .at1200c2of5 {
    width: 40%; }

  .at1200c2of7 {
    width: 28.5714285714%; }

  .at1200c3of4 {
    width: 75%; }

  .at1200c3of5 {
    width: 60%; }

  .at1200c3of7 {
    width: 42.8571428571%; }

  .at1200c3of8 {
    width: 37.5%; }

  .at1200c4of5 {
    width: 80%; }

  .at1200c4of7 {
    width: 57.1428571429%; }

  .at1200c5of6 {
    width: 83.3333333333%; }

  .at1200c5of7 {
    width: 71.4285714286%; }

  .at1200c5of8 {
    width: 62.5%; }

  .at1200c6of7 {
    width: 85.7142857143%; }

  .at1200c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 1100px) {
  .lunchbox {
    margin-right: -19px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 19px; }

  .lunchbox > .lunch {
    border-right: 19px solid transparent; }

  .at1100left {
    float: left; }

  .at1100right {
    float: right; }

  .at1100c1of1 {
    width: 100%; }

  .at1100c1of2 {
    width: 50%; }

  .at1100c1of3 {
    width: 33.3333333333%; }

  .at1100c1of4 {
    width: 25%; }

  .at1100c1of5 {
    width: 20%; }

  .at1100c1of6 {
    width: 16.6666666667%; }

  .at1100c1of7 {
    width: 14.2857142857%; }

  .at1100c1of8 {
    width: 12.5%; }

  .at1100c2of3 {
    width: 66.6666666667%; }

  .at1100c2of5 {
    width: 40%; }

  .at1100c2of7 {
    width: 28.5714285714%; }

  .at1100c3of4 {
    width: 75%; }

  .at1100c3of5 {
    width: 60%; }

  .at1100c3of7 {
    width: 42.8571428571%; }

  .at1100c3of8 {
    width: 37.5%; }

  .at1100c4of5 {
    width: 80%; }

  .at1100c4of7 {
    width: 57.1428571429%; }

  .at1100c5of6 {
    width: 83.3333333333%; }

  .at1100c5of7 {
    width: 71.4285714286%; }

  .at1100c5of8 {
    width: 62.5%; }

  .at1100c6of7 {
    width: 85.7142857143%; }

  .at1100c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 1000px) {
  .lunchbox {
    margin-right: -18px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 18px; }

  .lunchbox > .lunch {
    border-right: 18px solid transparent; }

  .at1000left {
    float: left; }

  .at1000right {
    float: right; }

  .at1000c1of1 {
    width: 100%; }

  .at1000c1of2 {
    width: 50%; }

  .at1000c1of3 {
    width: 33.3333333333%; }

  .at1000c1of4 {
    width: 25%; }

  .at1000c1of5 {
    width: 20%; }

  .at1000c1of6 {
    width: 16.6666666667%; }

  .at1000c1of7 {
    width: 14.2857142857%; }

  .at1000c1of8 {
    width: 12.5%; }

  .at1000c2of3 {
    width: 66.6666666667%; }

  .at1000c2of5 {
    width: 40%; }

  .at1000c2of7 {
    width: 28.5714285714%; }

  .at1000c3of4 {
    width: 75%; }

  .at1000c3of5 {
    width: 60%; }

  .at1000c3of7 {
    width: 42.8571428571%; }

  .at1000c3of8 {
    width: 37.5%; }

  .at1000c4of5 {
    width: 80%; }

  .at1000c4of7 {
    width: 57.1428571429%; }

  .at1000c5of6 {
    width: 83.3333333333%; }

  .at1000c5of7 {
    width: 71.4285714286%; }

  .at1000c5of8 {
    width: 62.5%; }

  .at1000c6of7 {
    width: 85.7142857143%; }

  .at1000c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 900px) {
  .lunchbox {
    margin-right: -16px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 16px; }

  .lunchbox > .lunch {
    border-right: 16px solid transparent; }

  .at900left {
    float: left; }

  .at900right {
    float: right; }

  .at900c1of1 {
    width: 100%; }

  .at900c1of2 {
    width: 50%; }

  .at900c1of3 {
    width: 33.3333333333%; }

  .at900c1of4 {
    width: 25%; }

  .at900c1of5 {
    width: 20%; }

  .at900c1of6 {
    width: 16.6666666667%; }

  .at900c1of7 {
    width: 14.2857142857%; }

  .at900c1of8 {
    width: 12.5%; }

  .at900c2of3 {
    width: 66.6666666667%; }

  .at900c2of5 {
    width: 40%; }

  .at900c2of7 {
    width: 28.5714285714%; }

  .at900c3of4 {
    width: 75%; }

  .at900c3of5 {
    width: 60%; }

  .at900c3of7 {
    width: 42.8571428571%; }

  .at900c3of8 {
    width: 37.5%; }

  .at900c4of5 {
    width: 80%; }

  .at900c4of7 {
    width: 57.1428571429%; }

  .at900c5of6 {
    width: 83.3333333333%; }

  .at900c5of7 {
    width: 71.4285714286%; }

  .at900c5of8 {
    width: 62.5%; }

  .at900c6of7 {
    width: 85.7142857143%; }

  .at900c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 800px) {
  .lunchbox {
    margin-right: -15px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 15px; }

  .lunchbox > .lunch {
    border-right: 15px solid transparent; }

  .at800left {
    float: left; }

  .at800right {
    float: right; }

  .at800c1of1 {
    width: 100%; }

  .at800c1of2 {
    width: 50%; }

  .at800c1of3 {
    width: 33.3333333333%; }

  .at800c1of4 {
    width: 25%; }

  .at800c1of5 {
    width: 20%; }

  .at800c1of6 {
    width: 16.6666666667%; }

  .at800c1of7 {
    width: 14.2857142857%; }

  .at800c1of8 {
    width: 12.5%; }

  .at800c2of3 {
    width: 66.6666666667%; }

  .at800c2of5 {
    width: 40%; }

  .at800c2of7 {
    width: 28.5714285714%; }

  .at800c3of4 {
    width: 75%; }

  .at800c3of5 {
    width: 60%; }

  .at800c3of7 {
    width: 42.8571428571%; }

  .at800c3of8 {
    width: 37.5%; }

  .at800c4of5 {
    width: 80%; }

  .at800c4of7 {
    width: 57.1428571429%; }

  .at800c5of6 {
    width: 83.3333333333%; }

  .at800c5of7 {
    width: 71.4285714286%; }

  .at800c5of8 {
    width: 62.5%; }

  .at800c6of7 {
    width: 85.7142857143%; }

  .at800c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 700px) {
  .lunchbox {
    margin-right: -14px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 14px; }

  .lunchbox > .lunch {
    border-right: 14px solid transparent; }

  .at700left {
    float: left; }

  .at700right {
    float: right; }

  .at700c1of1 {
    width: 100%; }

  .at700c1of2 {
    width: 50%; }

  .at700c1of3 {
    width: 33.3333333333%; }

  .at700c1of4 {
    width: 25%; }

  .at700c1of5 {
    width: 20%; }

  .at700c1of6 {
    width: 16.6666666667%; }

  .at700c1of7 {
    width: 14.2857142857%; }

  .at700c1of8 {
    width: 12.5%; }

  .at700c2of3 {
    width: 66.6666666667%; }

  .at700c2of5 {
    width: 40%; }

  .at700c2of7 {
    width: 28.5714285714%; }

  .at700c3of4 {
    width: 75%; }

  .at700c3of5 {
    width: 60%; }

  .at700c3of7 {
    width: 42.8571428571%; }

  .at700c3of8 {
    width: 37.5%; }

  .at700c4of5 {
    width: 80%; }

  .at700c4of7 {
    width: 57.1428571429%; }

  .at700c5of6 {
    width: 83.3333333333%; }

  .at700c5of7 {
    width: 71.4285714286%; }

  .at700c5of8 {
    width: 62.5%; }

  .at700c6of7 {
    width: 85.7142857143%; }

  .at700c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 600px) {
  .lunchbox {
    margin-right: -13px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 13px; }

  .lunchbox > .lunch {
    border-right: 13px solid transparent; }

  .at600left {
    float: left; }

  .at600right {
    float: right; }

  .at600c1of1 {
    width: 100%; }

  .at600c1of2 {
    width: 50%; }

  .at600c1of3 {
    width: 33.3333333333%; }

  .at600c1of4 {
    width: 25%; }

  .at600c1of5 {
    width: 20%; }

  .at600c1of6 {
    width: 16.6666666667%; }

  .at600c1of7 {
    width: 14.2857142857%; }

  .at600c1of8 {
    width: 12.5%; }

  .at600c2of3 {
    width: 66.6666666667%; }

  .at600c2of5 {
    width: 40%; }

  .at600c2of7 {
    width: 28.5714285714%; }

  .at600c3of4 {
    width: 75%; }

  .at600c3of5 {
    width: 60%; }

  .at600c3of7 {
    width: 42.8571428571%; }

  .at600c3of8 {
    width: 37.5%; }

  .at600c4of5 {
    width: 80%; }

  .at600c4of7 {
    width: 57.1428571429%; }

  .at600c5of6 {
    width: 83.3333333333%; }

  .at600c5of7 {
    width: 71.4285714286%; }

  .at600c5of8 {
    width: 62.5%; }

  .at600c6of7 {
    width: 85.7142857143%; }

  .at600c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 500px) {
  .lunchbox {
    margin-right: -12px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 12px; }

  .lunchbox > .lunch {
    border-right: 12px solid transparent; }

  .at500left {
    float: left; }

  .at500right {
    float: right; }

  .at500c1of1 {
    width: 100%; }

  .at500c1of2 {
    width: 50%; }

  .at500c1of3 {
    width: 33.3333333333%; }

  .at500c1of4 {
    width: 25%; }

  .at500c1of5 {
    width: 20%; }

  .at500c1of6 {
    width: 16.6666666667%; }

  .at500c1of7 {
    width: 14.2857142857%; }

  .at500c1of8 {
    width: 12.5%; }

  .at500c2of3 {
    width: 66.6666666667%; }

  .at500c2of5 {
    width: 40%; }

  .at500c2of7 {
    width: 28.5714285714%; }

  .at500c3of4 {
    width: 75%; }

  .at500c3of5 {
    width: 60%; }

  .at500c3of7 {
    width: 42.8571428571%; }

  .at500c3of8 {
    width: 37.5%; }

  .at500c4of5 {
    width: 80%; }

  .at500c4of7 {
    width: 57.1428571429%; }

  .at500c5of6 {
    width: 83.3333333333%; }

  .at500c5of7 {
    width: 71.4285714286%; }

  .at500c5of8 {
    width: 62.5%; }

  .at500c6of7 {
    width: 85.7142857143%; }

  .at500c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 400px) {
  .lunchbox {
    margin-right: -11px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 11px; }

  .lunchbox > .lunch {
    border-right: 11px solid transparent; }

  .at400left {
    float: left; }

  .at400right {
    float: right; }

  .at400c1of1 {
    width: 100%; }

  .at400c1of2 {
    width: 50%; }

  .at400c1of3 {
    width: 33.3333333333%; }

  .at400c1of4 {
    width: 25%; }

  .at400c1of5 {
    width: 20%; }

  .at400c1of6 {
    width: 16.6666666667%; }

  .at400c1of7 {
    width: 14.2857142857%; }

  .at400c1of8 {
    width: 12.5%; }

  .at400c2of3 {
    width: 66.6666666667%; }

  .at400c2of5 {
    width: 40%; }

  .at400c2of7 {
    width: 28.5714285714%; }

  .at400c3of4 {
    width: 75%; }

  .at400c3of5 {
    width: 60%; }

  .at400c3of7 {
    width: 42.8571428571%; }

  .at400c3of8 {
    width: 37.5%; }

  .at400c4of5 {
    width: 80%; }

  .at400c4of7 {
    width: 57.1428571429%; }

  .at400c5of6 {
    width: 83.3333333333%; }

  .at400c5of7 {
    width: 71.4285714286%; }

  .at400c5of8 {
    width: 62.5%; }

  .at400c6of7 {
    width: 85.7142857143%; }

  .at400c7of8 {
    width: 87.5%; } }
@media screen and (max-width: 300px) {
  .lunchbox {
    margin-right: -10px; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 10px; }

  .lunchbox > .lunch {
    border-right: 10px solid transparent; }

  .at300left {
    float: left; }

  .at300right {
    float: right; }

  .at300c1of1 {
    width: 100%; }

  .at300c1of2 {
    width: 50%; }

  .at300c1of3 {
    width: 33.3333333333%; }

  .at300c1of4 {
    width: 25%; }

  .at300c1of5 {
    width: 20%; }

  .at300c1of6 {
    width: 16.6666666667%; }

  .at300c1of7 {
    width: 14.2857142857%; }

  .at300c1of8 {
    width: 12.5%; }

  .at300c2of3 {
    width: 66.6666666667%; }

  .at300c2of5 {
    width: 40%; }

  .at300c2of7 {
    width: 28.5714285714%; }

  .at300c3of4 {
    width: 75%; }

  .at300c3of5 {
    width: 60%; }

  .at300c3of7 {
    width: 42.8571428571%; }

  .at300c3of8 {
    width: 37.5%; }

  .at300c4of5 {
    width: 80%; }

  .at300c4of7 {
    width: 57.1428571429%; }

  .at300c5of6 {
    width: 83.3333333333%; }

  .at300c5of7 {
    width: 71.4285714286%; }

  .at300c5of8 {
    width: 62.5%; }

  .at300c6of7 {
    width: 85.7142857143%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

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

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

.simplebar, [data-simplebar-direction] {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
  overflow-y: scroll;
  overflow-x: auto; }

[data-simplebar-direction="horizontal"] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
  overflow-x: scroll;
  overflow-y: auto; }

.simplebar-track {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-track .simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #6c6e71;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding; }

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.7;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.7; }

[data-simplebar-direction="horizontal"] .simplebar-track,
.simplebar.horizontal .simplebar-track {
  top: auto;
  left: 0;
  width: auto;
  height: 11px; }

[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #000;
  color: #FFF; }

/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsMinW .rsArrowLeft {
  right: 37px;
  bottom: 7px; }

.rsMinW .rsArrowRight {
  right: 7px;
  bottom: 7px; }

.rsMinW .rsArrowIcn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  background: url("rs-minimal-white.png") transparent;
  border-radius: 2px; }

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -68px -36px; }

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -100px -36px; }

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden; }

.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px; }

.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }

.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: auto; }

.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }

.rsMinW .rsThumb img {
  width: 100%;
  height: 100%; }

.rsMinW .rsThumb.rsNavSelected {
  background: #333; }

.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7; }

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden; }

.rsMinW .rsTmb {
  display: block; }

/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-minimal-white.png"); }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px; }

  .rsMinW .rsThumbsHor {
    height: 44px; }

  .rsMinW .rsThumbsVer {
    width: 59px; } }
/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1; }

.rsMinW .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsMinW .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") 0 0 transparent; }

.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8; }

.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background: url(rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px; }

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

@font-face {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-style: normal; }
body, button {
  font-family: 'Gotham A', 'Gotham B', 'sans-serif';
  font-size: 15px;
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: 'ClarendonURW-Bol'; }

.entry {
  line-height: 1.5; }
  .entry h1 {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.1; }
  @media screen and (max-width: 600px) {
    .entry {
      font-size: 12px; } }

.title-a {
  font-size: 50px; }
  @media screen and (max-width: 1000px) {
    .title-a {
      font-size: 42px; } }
  @media screen and (max-width: 600px) {
    .title-a {
      font-size: 22px; } }

@media screen and (max-width: 600px) {
  .title-b {
    font-size: 22px !important; } }

input, textarea {
  border-radius: 0; }

.form-style-1 input[type='text'],
.form-style-1 input[type='email'] {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #5a5a5a;
  color: #fff;
  background: transparent;
  font-size: 12px;
  padding: 10px 5px; }
  .form-style-1 input[type='text']:focus,
  .form-style-1 input[type='email']:focus {
    outline: 0;
    border-bottom: 1px solid #fff; }

.playlist-editor input[type='text'] {
  padding-right: 100px;
  font-family: 'Gotham A', 'Gotham B', 'sans-serif'; }

.signup-form .form-inputs {
  position: relative; }
.signup-form input[type=text],
.signup-form input[type=email] {
  font-size: 10px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px; }
.signup-form .btn-submit {
  position: absolute;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 12px;
  bottom: 1px;
  right: 0;
  height: 100%;
  width: 60px;
  text-align: center;
  text-transform: uppercase; }
  .signup-form .btn-submit:hover {
    background: #000; }

.ie8-message {
  padding-top: 10%;
  text-align: center; }
  .ie8-message p {
    text-transform: uppercase;
    color: #878787; }
    .ie8-message p a {
      color: #878787;
      font-weight: bold; }

html {
  background: #252525; }
  html.play-product-page {
    background: #fff; }
  html .single-product {
    background: #fff; }

.container {
  width: 100%;
  overflow-x: hidden; }

.anim-seq {
  opacity: 0; }

@media screen and (max-width: 750px) {
  .no-mobile {
    display: none; } }

.post-edit-link {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: #fff;
  font-size: 10px;
  color: #1c1c1c;
  text-transform: uppercase;
  padding: 6px 12px;
  text-decoration: none; }
  .post-edit-link:hover {
    text-decoration: underline; }

.btn-action {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  width: 100%;
  background: #e691b0;
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 48px;
  vertical-align: middle;
  font-weight: bold;
  -webkit-transition: opacity 0.1s linear;
          transition: opacity 0.1s linear;
  cursor: pointer; }
  .btn-action.btn-center {
    text-align: center; }
  .btn-action.btn-white {
    background: #fff;
    color: #000; }
  .btn-action.btn-red {
    background: #e04a32; }
  .btn-action.btn-blue {
    background: #38569a; }
  .btn-action.btn-green {
    background: #ACC75C; }
  .btn-action.btn-gray {
    background: #787878; }
  .btn-action.btn-gray-dark {
    background: #3b3b3b; }
  .btn-action.btn-center {
    position: relative;
    text-align: center; }
    .btn-action.btn-center [class^="play-icon-"], .btn-action.btn-center [class*=" play-icon-"] {
      position: absolute;
      left: 20px;
      top: 14px; }
  .btn-action.add-note {
    margin-bottom: 25px; }
  .btn-action span {
    display: inline-block;
    margin-right: 20px;
    height: 100%;
    vertical-align: middle; }
  .btn-action [class^="play-icon-"], .btn-action [class*=" play-icon-"] {
    font-size: 20px; }
  .btn-action .play-icon {
    font-size: 20px; }
  .btn-action:hover {
    opacity: 0.7; }

.pad-top {
  padding-top: 20px; }

.nav-mobile-spacer {
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none; }
  @media screen and (max-width: 750px) {
    .nav-mobile-spacer {
      display: block; } }

.nav-mobile {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media screen and (max-width: 750px) {
    .nav-mobile {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  .nav-mobile .title {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    font-family: 'ClarendonURW-Bol';
    padding: 0 10px; }
    .nav-mobile .title:hover {
      opacity: 0.8; }
  .nav-mobile .btn-left, .nav-mobile .btn-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b3b3b;
    cursor: pointer;
    font-size: 22px; }
    .nav-mobile .btn-left span, .nav-mobile .btn-right span {
      color: #fff;
      vertical-align: middle; }
  .nav-mobile .btn-left {
    left: 0; }
  .nav-mobile .btn-right {
    right: 0; }
  @media screen and (max-width: 750px) {
    .nav-mobile-open .nav-mobile .btn-left {
      background: #fff; }
      .nav-mobile-open .nav-mobile .btn-left span {
        color: #1b1b1b; }
        .nav-mobile-open .nav-mobile .btn-left span:before {
          content: "\e605"; } }

.sidebar-main {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #1a1a1a;
  color: #fff;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out; }
  @media screen and (max-width: 750px) {
    .sidebar-main {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
      .nav-mobile-open .sidebar-main {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

.sidebar-main .logo-main {
  display: block;
  padding: 15px 0; }
  .sidebar-main .logo-main img {
    max-width: 100%;
    height: auto;
    display: block; }
.sidebar-main .playlist-counter {
  border-bottom: 1px solid #343434;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .sidebar-main .playlist-counter:hover {
    background: #262626; }
  .sidebar-main .playlist-counter .play-icon-map {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background: #262626;
    font-size: 18px;
    margin-right: 18px; }
  .sidebar-main .playlist-counter .play-counter {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase; }
    .sidebar-main .playlist-counter .play-counter .play-number {
      background: #4d94ab;
      color: #fff;
      font-weight: bold;
      border-radius: 100%;
      padding: 3px 6px;
      margin-right: 10px;
      display: inline-block;
      min-width: 20px;
      text-align: center; }
  @media screen and (max-width: 750px) {
    .sidebar-main .playlist-counter {
      visibility: hidden; } }
.sidebar-main .site-info {
  padding-bottom: 60px; }
.sidebar-main .inner {
  height: 100%;
  -webkit-overflow-scrolling: touch; }
.sidebar-main .credentials {
  height: 90px;
  padding-top: 10px;
  background: #1a1a1a;
  text-align: center;
  font-size: 13px; }
  .sidebar-main .credentials a {
    color: #fff; }
  .sidebar-main .credentials .terms {
    font-size: 11px;
    color: #7e7e7e; }
    .sidebar-main .credentials .terms a {
      color: #7e7e7e; }
.sidebar-main .footer-spacer {
  height: 182px; }
.sidebar-main .sidebar-footer {
  background: #1a1a1a;
  height: 182px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.site-info p {
  color: #7e7e7e; }
  .site-info p a {
    color: #7e7e7e; }

.sidebar-playlist {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  padding-top: 50px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out; }
  .sidebar-playlist .pl-close {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer; }
    @media screen and (max-width: 750px) {
      .sidebar-playlist .pl-close {
        text-align: right; } }
    .sidebar-playlist .pl-close span {
      display: inline-block;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      color: #fff;
      background: #2f2f2f;
      font-size: 24px; }
      .playlist-open .sidebar-playlist .pl-close span {
        background: #fff;
        color: #252525; }
  .sidebar-playlist .inner-scroll {
    height: 100%;
    width: 100%;
    background: #242424;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-overflow-scrolling: touch;
    padding: 0 !important; }
    .sidebar-playlist .inner-scroll .inner-scroll-pad {
      padding: 20px 20px 84px 20px; }
  .sidebar-playlist .primary-sponsor {
    width: 100%;
    height: 84px;
    position: absolute;
    bottom: 0;
    background: #242424;
    border-top: 1px solid #343434; }
    .sidebar-playlist .primary-sponsor a {
      display: block;
      -webkit-transition: opacity 0.1s linear;
              transition: opacity 0.1s linear; }
      .sidebar-playlist .primary-sponsor a:hover {
        opacity: 0.7; }
  @media screen and (max-width: 750px) {
    .sidebar-playlist {
      left: auto;
      right: 0;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); } }
  .playlist-open .sidebar-playlist {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.container-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none; }
  .playlist-open .container-overlay, .nav-mobile-open .container-overlay {
    display: block; }

.social-icons::after {
  clear: both;
  content: "";
  display: table; }
.social-icons a {
  display: block;
  float: left;
  width: 33.33333%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  border-right: 1px solid #343434;
  color: #fff;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear; }
  .social-icons a.share-site-facebook:hover {
    background: #4961A0; }
  .social-icons a.share-site-twitter:hover {
    background: #0098DD; }
  .social-icons a.share-site-instagram:hover {
    background: #0F689B; }
  .social-icons a:last-child {
    border-right: none; }
  .social-icons a span {
    font-size: 24px;
    line-height: 90px; }

.share-icons {
  border-radius: 5px;
  position: relative;
  background: #1c1c1b;
  margin-top: 20px;
  display: none; }
  .share-icons::after {
    clear: both;
    content: "";
    display: table; }
  .pl-page-share .share-icons {
    position: absolute;
    width: 300px;
    z-index: 10;
    left: -80px;
    bottom: -86px; }
    .pl-page-share .share-icons a {
      line-height: 70px; }
    .pl-page-share .share-icons .play-icon-Share {
      margin-right: 10px !important; }
    @media screen and (max-width: 1300px) {
      .pl-page-share .share-icons {
        margin-bottom: 10px;
        width: 100%;
        left: 0;
        bottom: auto;
        top: 44px;
        border-radius: 0; }
        .pl-page-share .share-icons a {
          line-height: 50px; } }
    .pl-page-share .share-icons:before {
      border-width: 50px;
      top: -65px;
      left: 50%;
      margin-left: -50px;
      z-index: -1; }
  .share-icons:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 16px;
    border-style: solid;
    border-color: transparent transparent #1c1c1c transparent;
    top: -32px;
    left: 50%;
    margin-left: -16px; }
  .share-icons a {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
    text-decoration: none;
    color: #7e7e7e;
    font-size: 24px;
    line-height: 48px;
    border-right: 1px solid #343434; }
    .share-icons a:hover {
      color: #fff; }
    .share-icons a.last {
      border-right: none; }
    .share-icons a span {
      vertical-align: middle; }

.container-main {
  margin-left: 300px; }
  @media screen and (max-width: 750px) {
    .container-main {
      margin-left: 0; } }

.breadcrumb {
  position: relative; }
  .breadcrumb a, .breadcrumb span {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 3px; }
  .breadcrumb a:hover {
    text-decoration: underline; }
  .breadcrumb.dark {
    border-bottom: 1px solid #121212; }
    .breadcrumb.dark a {
      color: #888888; }
    .breadcrumb.dark span {
      color: #fff; }
  .breadcrumb.white {
    border-bottom: 1px solid #fff; }
    .breadcrumb.white a {
      color: #888888; }
    .breadcrumb.white span {
      color: #111; }
  .breadcrumb .page-close {
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 0.6;
    padding: 0; }
    @media screen and (max-width: 750px) {
      .breadcrumb .page-close {
        right: 0;
        z-index: 5;
        opacity: 1; } }
    .breadcrumb .page-close:hover {
      opacity: 1; }
    .breadcrumb .page-close span {
      width: 50px;
      display: inline-block;
      font-size: 24px;
      line-height: 50px;
      text-align: center;
      color: #1c1c1c;
      background: #fff;
      margin: 0;
      padding: 0; }

.title-block {
  padding-top: 20px;
  padding-bottom: 20px; }
  .title-block h1 {
    margin: 10px 0; }

.grid-items .grid-item.grid-note {
  clear: left; }
  .grid-items .grid-item.grid-note .grid-item-inner {
    background: #2E2E2E; }
    .grid-items .grid-item.grid-note .grid-item-inner:hover {
      background: #2E2E2E; }
    .grid-items .grid-item.grid-note .grid-item-inner .note-info {
      height: 100%;
      width: 100%;
      display: table;
      text-align: center;
      position: absolute; }
      .grid-items .grid-item.grid-note .grid-item-inner .note-info .cell {
        display: table-cell;
        vertical-align: middle; }
        .grid-items .grid-item.grid-note .grid-item-inner .note-info .cell .p-title {
          color: #fff; }
        .grid-items .grid-item.grid-note .grid-item-inner .note-info .cell .p-subtitle {
          color: #7e7e7e;
          font-size: 12px;
          text-transform: uppercase; }
.grid-items .grid-item .grid-item-inner {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: #1a1a1a;
  -webkit-transition: background 0.3s ease-in-out 0.2s;
          transition: background 0.3s ease-in-out 0.2s;
  opacity: 0; }
  .grid-items .grid-item .grid-item-inner:hover {
    -webkit-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out; }
    .grid-items .grid-item .grid-item-inner:hover .p-subtitle {
      color: #fff !important; }
  .grid-items .grid-item .grid-item-inner.small {
    padding-bottom: 50%; }
    .grid-items .grid-item .grid-item-inner.small img {
      padding-top: 6%;
      width: 50%; }
    .grid-items .grid-item .grid-item-inner.small .playlist-sponsor img {
      padding-top: 0; }
    .grid-items .grid-item .grid-item-inner.small .info {
      width: 50%;
      right: 0;
      height: 100%;
      display: table;
      left: 50%;
      top: 0;
      bottom: 0; }
      .grid-items .grid-item .grid-item-inner.small .info p {
        margin-bottom: 0 !important; }
      .grid-items .grid-item .grid-item-inner.small .info .p-title {
        font-size: 20px; }
        @media screen and (max-width: 500px) {
          .grid-items .grid-item .grid-item-inner.small .info .p-title {
            font-size: 16px; } }
      .grid-items .grid-item .grid-item-inner.small .info .cell {
        display: table-cell;
        vertical-align: middle; }
  .grid-items .grid-item .grid-item-inner .prod-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  .grid-items .grid-item .grid-item-inner img {
    width: 100%;
    height: auto; }
  .grid-items .grid-item .grid-item-inner .info {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    padding: 0 10px; }
    .grid-items .grid-item .grid-item-inner .info .p-title {
      font-size: 24px;
      color: #fff;
      margin: 5px 0; }
      @media screen and (max-width: 500px) {
        .grid-items .grid-item .grid-item-inner .info .p-title {
          font-size: 18px; } }
    .grid-items .grid-item .grid-item-inner .info .p-subtitle {
      font-size: 10px;
      line-height: 1;
      color: #7e7e7e;
      text-transform: uppercase;
      margin: 0 0 10px 0; }
.grid-items .add-to-play-grid {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase; }
  .grid-items .add-to-play-grid .trigger {
    vertical-align: top;
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: 37px;
    width: 37px;
    text-align: center;
    background: #3b3b3b; }
  .grid-items .add-to-play-grid .slider {
    vertical-align: top;
    position: relative;
    display: inline-block;
    line-height: 37px;
    padding: 0 15px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
    background: #3b3b3b;
    font-size: 12px; }
    .grid-items .add-to-play-grid .slider span {
      opacity: 0;
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6);
      -webkit-transition: all 0.2s linear 0.3s;
              transition: all 0.2s linear 0.3s; }
  .grid-items .add-to-play-grid .play-icon-plus {
    font-size: 22px; }
  .grid-items .add-to-play-grid .play-button-label {
    font-size: 12px;
    font-weight: bold; }
  .grid-items .add-to-play-grid .play-icon-map {
    margin-right: 20px;
    font-size: 16px;
    vertical-align: middle; }
  .grid-items .add-to-play-grid:hover .slider {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .grid-items .add-to-play-grid:hover .slider span {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.playlist-editor input[type='text'] {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #fff;
  padding: 5px 58px 5px 5px; }
.playlist-editor textarea:focus, .playlist-editor input:focus {
  outline: 0; }

.ui-state-highlight {
  height: 60px;
  border: 1px dashed #eee;
  background: #333;
  margin-bottom: 3px; }

.playlist-sidebar-items {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden; }
  .playlist-sidebar-items .item {
    overflow: hidden; }
    .playlist-sidebar-items .item .pl-item-delete,
    .playlist-sidebar-items .item .pl-item-move {
      opacity: 0;
      -webkit-transform: translateX(20px);
          -ms-transform: translateX(20px);
              transform: translateX(20px);
      -webkit-transition: all 0.1s linear;
              transition: all 0.1s linear; }
    .playlist-sidebar-items .item:hover .pl-item-delete, .playlist-sidebar-items .item:hover .pl-item-move, .touch .playlist-sidebar-items .item .pl-item-delete, .touch .playlist-sidebar-items .item .pl-item-move {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 0.3; }
      .playlist-sidebar-items .item:hover .pl-item-delete:hover, .playlist-sidebar-items .item:hover .pl-item-move:hover, .touch .playlist-sidebar-items .item .pl-item-delete:hover, .touch .playlist-sidebar-items .item .pl-item-move:hover {
        opacity: 1; }
  .playlist-sidebar-items .note {
    position: relative;
    margin-bottom: 3px; }
    .playlist-sidebar-items .note input[type='text'] {
      font-family: 'Gotham A', 'Gotham B', 'sans-serif';
      font-size: 12px;
      color: #fff;
      display: block;
      background: #242424;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #505050;
      width: 100%;
      padding: 10px 5px 10px 5px; }
      .playlist-sidebar-items .note input[type='text']:focus {
        outline: 0; }
    .playlist-sidebar-items .note .pl-item-delete,
    .playlist-sidebar-items .note .pl-item-move,
    .playlist-sidebar-items .note .pl-item-add {
      position: absolute;
      bottom: 1px;
      width: 36px;
      height: 36px;
      background: #1a1a1a;
      color: #fff;
      text-align: center;
      border-left: 1px solid #242424;
      cursor: pointer; }
      .playlist-sidebar-items .note .pl-item-delete span, .playlist-sidebar-items .note .pl-item-delete a,
      .playlist-sidebar-items .note .pl-item-move span,
      .playlist-sidebar-items .note .pl-item-move a,
      .playlist-sidebar-items .note .pl-item-add span,
      .playlist-sidebar-items .note .pl-item-add a {
        line-height: 36px;
        text-align: center;
        font-size: 18px; }
    .playlist-sidebar-items .note .pl-item-delete {
      right: 0; }
    .playlist-sidebar-items .note .pl-item-move {
      right: 36px; }
  .playlist-sidebar-items .product {
    background: #1a1a1a;
    margin-bottom: 3px;
    position: relative; }
    .playlist-sidebar-items .product::after {
      clear: both;
      content: "";
      display: table; }
    .playlist-sidebar-items .product .pl-item-delete,
    .playlist-sidebar-items .product .pl-item-move,
    .playlist-sidebar-items .product .pl-item-add {
      position: absolute;
      top: 0;
      right: 0;
      width: 45px;
      height: 50%;
      background: #1a1a1a;
      color: #fff;
      text-align: center;
      border-left: 1px solid #242424;
      cursor: pointer; }
      .playlist-sidebar-items .product .pl-item-delete .holder,
      .playlist-sidebar-items .product .pl-item-move .holder,
      .playlist-sidebar-items .product .pl-item-add .holder {
        display: table;
        height: 100%;
        width: 100%; }
      .playlist-sidebar-items .product .pl-item-delete span, .playlist-sidebar-items .product .pl-item-delete a,
      .playlist-sidebar-items .product .pl-item-move span,
      .playlist-sidebar-items .product .pl-item-move a,
      .playlist-sidebar-items .product .pl-item-add span,
      .playlist-sidebar-items .product .pl-item-add a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 22px; }
    .playlist-sidebar-items .product .pl-item-add {
      background: #3B3B3B;
      border: none; }
    .playlist-sidebar-items .product.ui-sortable-helper {
      background: #222; }
    .playlist-sidebar-items .product .pl-item-move {
      top: auto;
      bottom: 0;
      border-top: 1px solid #242424; }
  .playlist-sidebar-items img {
    display: block;
    float: left;
    width: 33.333%;
    position: relative;
    top: 8px; }
  .playlist-sidebar-items .info {
    float: left;
    width: 66.666%;
    font-size: 11px;
    color: #fff;
    padding: 15px 50px 10px 0; }
    .playlist-sidebar-items .info p {
      margin: 0; }
    .playlist-sidebar-items .info .pl-cat {
      font-size: 9px;
      color: #7e7e7e;
      text-transform: uppercase;
      font-weight: bold; }
    .playlist-sidebar-items .info .pl-title {
      font-size: 14px;
      padding-top: 4px; }
  .playlist-sidebar-items.ymal-items .product:first-child {
    display: block; }

.block-yaml .copy {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff; }

#playlist-title-input {
  font-size: 12px;
  color: #fff;
  display: block;
  background: #242424 url(../img/icon-pencil.png) 100% center no-repeat;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #505050;
  width: 100%;
  padding: 10px 5px 10px 5px; }
  #playlist-title-input:focus {
    outline: 0; }

.playlist-sortable {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .playlist-sortable li {
    margin: 0;
    padding: 50px 10px;
    border-bottom: 1px solid #eee; }

.share-email-popup {
  position: relative;
  max-width: 575px; }
  .share-email-popup h1 {
    color: #fff;
    text-align: center; }
  .share-email-popup .form-style-1 input[type='text'],
  .share-email-popup .form-style-1 input[type='email'] {
    color: #7e7e7e;
    height: 48px;
    font-family: 'Gotham A', 'Gotham B', 'sans-serif';
    font-size: 12px;
    background: #FFFFFF url(../img/icon-pencil-form.png) 95% center no-repeat;
    padding: 0px 45px 0px 35px; }
    .share-email-popup .form-style-1 input[type='text'].error,
    .share-email-popup .form-style-1 input[type='email'].error {
      border: 2px solid red; }
  .share-email-popup .form-style-1 .btn-action {
    border: 0px;
    max-width: 270px;
    margin: 0 auto;
    display: block; }

.howto-popup {
  position: relative;
  max-width: 900px; }
  .howto-popup .howto-close {
    margin-top: 20px;
    text-align: center; }
    .howto-popup .howto-close a {
      display: inline-block;
      max-width: 267px; }
      .howto-popup .howto-close a:hover {
        opacity: 1; }
      .howto-popup .howto-close a span {
        font-size: 24px; }
  .howto-popup h1 {
    color: #fff;
    text-align: center; }
  .howto-popup .howto-item {
    padding: 0 0 15px 0;
    background: #fff;
    text-align: center; }
    .howto-popup .howto-item h2, .howto-popup .howto-item p {
      padding: 0 15px;
      margin: 0 0 5px 0; }
    .howto-popup .howto-item p {
      font-size: 10px;
      text-transform: uppercase;
      color: #7e7e7e; }
    .howto-popup .howto-item img {
      display: inline-block; }
  @media screen and (max-width: 700px) {
    .howto-popup .howto-item {
      border-bottom: 1px solid #eee; }
    .howto-popup .howto-copy {
      padding-top: 25%; }
    .howto-popup .howto-close {
      display: block; } }

.button-group {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px; }
  .button-group button {
    font-size: 12px;
    display: inline-block;
    padding: 8px 10px;
    border: 3px solid #323232;
    background: #000;
    color: #fff;
    border-radius: 24px;
    text-transform: capitalize;
    margin: 0 6px 8px 0; }
    .button-group button.active {
      border-color: #fff;
      background-color: #fff;
      color: #000; }
    .button-group button:focus {
      outline: 0; }

.howto-popup-link {
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none; }
  .howto-popup-link:hover {
    text-decoration: underline; }

.logged-in .hex-2b65aa,
.hex-2b65aa:hover {
  background-color: #2b65aa !important; }

.logged-in .hex-cd1d2f,
.hex-cd1d2f:hover {
  background-color: #cd1d2f !important; }

.logged-in .hex-976fac,
.hex-976fac:hover {
  background-color: #976fac !important; }

.logged-in .hex-3ea993,
.hex-3ea993:hover {
  background-color: #3ea993 !important; }

.logged-in .hex-e7a9cd,
.hex-e7a9cd:hover {
  background-color: #e7a9cd !important; }

.logged-in .hex-09a2c6,
.hex-09a2c6:hover {
  background-color: #09a2c6 !important; }

.logged-in .hex-e1e691,
.hex-e1e691:hover {
  background-color: #e1e691 !important; }

.logged-in .hex-77a55a,
.hex-77a55a:hover {
  background-color: #77a55a !important; }

.logged-in .hex-dc6ba0,
.hex-dc6ba0:hover {
  background-color: #dc6ba0 !important; }

.logged-in .hex-44ccc8,
.hex-44ccc8:hover {
  background-color: #44ccc8 !important; }

.logged-in .hex-96bfc6,
.hex-96bfc6:hover {
  background-color: #96bfc6 !important; }

.logged-in .hex-e01e2e,
.hex-e01e2e:hover {
  background-color: #e01e2e !important; }

.logged-in .hex-fac172,
.hex-fac172:hover {
  background-color: #fac172 !important; }

.logged-in .hex-f3a2dc,
.hex-f3a2dc:hover {
  background-color: #f3a2dc !important; }

.logged-in .hex-1bc89f,
.hex-1bc89f:hover {
  background-color: #1bc89f !important; }

.logged-in .hex-008083,
.hex-008083:hover {
  background-color: #008083 !important; }

.logged-in .hex-efc3d3,
.hex-efc3d3:hover {
  background-color: #efc3d3 !important; }

.logged-in .hex-1793c0,
.hex-1793c0:hover {
  background-color: #1793c0 !important; }

.logged-in .hex-ffb113,
.hex-ffb113:hover {
  background-color: #ffb113 !important; }

.logged-in .hex-cd1d2f,
.hex-cd1d2f:hover {
  background-color: #cd1d2f !important; }

.logged-in .hex-e6dff1,
.hex-e6dff1:hover {
  background-color: #e6dff1 !important; }

.logged-in .hex-e1e691,
.hex-e1e691:hover {
  background-color: #e1e691 !important; }

.logged-in .hex-97d1c1,
.hex-97d1c1:hover {
  background-color: #97d1c1 !important; }

.logged-in .hex-ef6693,
.hex-ef6693:hover {
  background-color: #ef6693 !important; }

/**
 * @license
 * MyFonts Webfont Build ID 2909732, 2014-10-26T23:06:22-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ClarendonURW-Bol by URW++
 * URL: http://www.myfonts.com/fonts/urw/clarendon/urw-clarendon-t-bold/
 * Copyright: (URW)++,Copyright 2006 by (URW)++ Design &amp; Development
 * Licensed pageviews: 200,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2909732
 * 
 * © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'ClarendonURW-Bol';
  src: url("webfonts/2C6624_0_0.eot");
  src: url("webfonts/2C6624_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6624_0_0.woff2") format("woff2"), url("webfonts/2C6624_0_0.woff") format("woff"), url("webfonts/2C6624_0_0.ttf") format("truetype"); }
@media screen and (max-width: 750px) {
  .desktop-site-info {
    display: none; } }

.mobile-site-info {
  padding: 20px 0;
  color: #7e7e7e;
  text-align: center;
  display: none; }
  .mobile-site-info a {
    color: #7e7e7e; }
  .mobile-site-info h2 {
    color: #fff; }
  @media screen and (max-width: 750px) {
    .mobile-site-info {
      display: block; } }

.container-product {
  background: #fff;
  position: relative; }
  .container-product .inner {
    padding-bottom: 74px; }
  .container-product .adjacent-products {
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 300px;
    height: 73px;
    border-top: 1px solid #d9d9d9;
    overflow: hidden; }
    @media screen and (max-width: 750px) {
      .container-product .adjacent-products {
        padding-left: 0; } }
    .container-product .adjacent-products .common {
      display: none; }
    @media screen and (max-width: 1000px) {
      .container-product .adjacent-products .common {
        display: inline-block; }
      .container-product .adjacent-products .title {
        display: none; } }
    .container-product .adjacent-products .left,
    .container-product .adjacent-products .right {
      color: #1c1c1c;
      font-weight: bold;
      float: left;
      width: 50%;
      display: block;
      font-size: 15px;
      line-height: 74px;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.9); }
      .container-product .adjacent-products .left:hover,
      .container-product .adjacent-products .right:hover {
        background: #fff; }
      .container-product .adjacent-products .left span,
      .container-product .adjacent-products .right span {
        padding: 0 20px; }
    .container-product .adjacent-products .right {
      text-align: right;
      border-left: 1px solid #d9d9d9; }
  @media screen and (max-width: 700px) {
    .container-product {
      height: auto; }
      .container-product .outer, .container-product .inner {
        height: auto; }
      .container-product .adjacent-products {
        position: static; } }

.royalSlider {
  width: auto;
  max-width: 503px;
  max-width: 100%;
  height: auto; }

.map-product {
  position: relative;
  margin-bottom: 35px; }
  @media screen and (max-width: 1000px) {
    .map-product {
      margin-bottom: 10px; } }
  .map-product .map-canvas {
    background: #e5e3df url("../img/map_spinner.gif") center center no-repeat;
    background-size: 128px 128px; }
  .map-product .product-video {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #fff; }
    .map-product .product-video .icon {
      font-size: 30px;
      position: relative;
      z-index: 1;
      vertical-align: middle;
      margin-right: 15px; }
    .map-product .product-video a {
      position: relative;
      display: inline-block;
      min-width: 420px;
      padding-right: 20px;
      font-size: 16px;
      line-height: 60px;
      text-decoration: none;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      font-weight: bold; }
      .map-product .product-video a .title {
        display: inline-block;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
                transition: transform 0.2s ease-in-out; }
      .map-product .product-video a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        background: rgba(0, 0, 0, 0.5); }
      .map-product .product-video a:hover .title {
        -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
                transform: translateX(10px); }

#map-canvas {
  height: 350px;
  width: 100%;
  margin: 0px;
  padding: 0px; }
  @media screen and (max-width: 600px) {
    #map-canvas {
      height: 180px; } }

.product-contacts {
  margin-bottom: 50px;
  color: #1c1c1b;
  font-size: 13px;
  width: 100%;
  overflow: hidden; }
  .product-contacts .item {
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    margin-bottom: 22px; }
    .product-contacts .item a {
      text-decoration: none;
      color: #1c1c1b; }
      .product-contacts .item a:hover {
        text-decoration: underline; }
    .product-contacts .item .icon {
      position: absolute;
      top: 0;
      left: 8px;
      font-size: 20px;
      color: #3b4043; }

.play-product {
  margin-bottom: 75px; }

.feature-img {
  margin-bottom: 25px; }

.product-sponsors p,
.map-sponsors p {
  font-size: 12px;
  color: #7e7e7e;
  text-transform: uppercase; }
.product-sponsors a,
.map-sponsors a {
  display: block;
  border-bottom: 1px solid #d8d9d9;
  background: url("../img/icon-external-link.png") 100% 20px no-repeat;
  text-decoration: none;
  padding-bottom: 14px;
  -webkit-transition: opacity 0.1s linear;
          transition: opacity 0.1s linear; }
  .product-sponsors a span,
  .map-sponsors a span {
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #a7a7a7;
    font-size: 10px; }
  .product-sponsors a img,
  .map-sponsors a img {
    display: block;
    max-width: 100%;
    height: auto; }
  .product-sponsors a:hover,
  .map-sponsors a:hover {
    opacity: 0.6; }

.prod-detail {
  padding-right: 30px; }
  @media screen and (max-width: 1000px) {
    .prod-detail {
      padding-right: 0; } }

.single-bundle h1 {
  color: #fff; }
.single-bundle .breadcrumb-wrap {
  height: 50px; }
  .single-bundle .breadcrumb-wrap .breadcrumb {
    position: fixed;
    width: 100%;
    z-index: 5;
    background: #252525; }

.product h2 {
  color: #fff;
  font-weight: normal; }
.product a:hover h2 {
  color: #fbc266; }

.bundle-selector {
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none; }
  @media screen and (max-width: 750px) {
    .bundle-selector {
      display: block; } }
  .bundle-selector ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff; }
    .bundle-selector ul li {
      border-top: 1px solid #f1f1f1; }
      .bundle-selector ul li a {
        color: #7e7e7e; }
        .bundle-selector ul li a .icon {
          color: #fff !important; }
        .bundle-selector ul li a:hover {
          background: #6ca4c6;
          color: #fff; }
  .bundle-selector.bs-sidebar ul {
    display: block;
    background: none;
    border-top: 1px solid #333; }
    .bundle-selector.bs-sidebar ul li {
      border-bottom: 1px solid #333;
      border-top: none;
      opacity: 0; }
      .bundle-selector.bs-sidebar ul li a {
        color: #fff;
        background: none;
        font-size: 13px;
        font-weight: normal;
        padding-left: 0;
        padding-right: 0; }
        .bundle-selector.bs-sidebar ul li a .icon {
          color: #fff !important; }
        .bundle-selector.bs-sidebar ul li a:hover {
          background: none; }
  .bundle-selector a, .bundle-selector .current {
    display: block;
    font-family: 'ClarendonURW-Bol';
    font-size: 18px;
    padding: 12px;
    text-decoration: none;
    cursor: pointer; }
    .bundle-selector a::after, .bundle-selector .current::after {
      clear: both;
      content: "";
      display: table; }
    .bundle-selector a .icon, .bundle-selector .current .icon {
      float: right;
      margin-right: 10px; }
  .bundle-selector .current {
    background: #fff;
    color: #1a1a1a; }

.note.success {
  display: block;
  border: solid 1px #35a13d;
  background: #deeedf;
  color: #35a13d;
  padding: 5px 10px; }

.note.error {
  display: block;
  border: solid 1px #8d2328;
  background: #f3dbdd;
  color: #8d2328;
  padding: 5px 10px; }

.page-template-tpl-page-my-playlist-php h1,
.page-template-tpl-page-my-playlist-map-php h1 {
  color: #fff; }

.light-content h1 {
  color: #fff; }
.light-content p {
  color: #7B7B7B; }

.playlist-sidebar-items .info .pl-title a:link,
.playlist-sidebar-items .info .pl-title a:visited {
  color: #fff;
  text-decoration: none; }

.playlist-sidebar-items .product .holder a:link,
.playlist-sidebar-items .product .holder a:visited,
.playlist-sidebar-items .note .pl-item-delete a:link,
.playlist-sidebar-items .note .pl-item-delete a:visited {
  color: #fff;
  text-decoration: none; }

.playlist-editor {
  position: relative; }

.playlist-editor .save-title {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #3b3b3b;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  display: none; }

.item.modified:hover .pl-item-move,
.item.modified:hover .pl-item-delete {
  display: none; }

.playlist-sidebar-items .modified input[type='text'] {
  padding-right: 60px; }

.no-js .playlist-editor .save-title,
.playlist-editor.modified .save-title {
  display: block; }

.note .save-note {
  position: absolute;
  top: 4px;
  right: 0;
  border: none;
  background: #3b3b3b;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  display: none; }

.no-js .note .save-note {
  display: block; }

.playlist-map-holder {
  position: relative;
  padding-bottom: 20px; }

.playlist-map {
  background: #e5e3df url("../img/map_spinner.gif") center center no-repeat;
  background-size: 128px 128px;
  height: 100%;
  min-height: 300px; }

.map-info-window {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5; }
  .map-info-window .map-info-content {
    opacity: 0;
    width: 320px;
    background: #fff; }
    .map-info-window .map-info-content .inner {
      padding: 20px; }
    .map-info-window .map-info-content .close-map-popup {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 50px;
      width: 50px;
      text-align: center;
      background: #fff;
      opacity: 0.6;
      cursor: pointer; }
      .map-info-window .map-info-content .close-map-popup:hover {
        opacity: 1; }
  @media screen and (max-width: 500px) {
    .map-info-window {
      top: 0;
      left: 0;
      width: 100%; }
      .map-info-window .map-info-content {
        width: 100%; } }
  .map-info-window .img-holder {
    background: #eee;
    min-height: 50px; }
  .map-info-window h2 {
    font-size: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px; }
  .map-info-window .next {
    font-size: 12px;
    color: #7e7e7e;
    text-transform: uppercase; }
  .map-info-window .cat {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase; }

.pl-map-header {
  margin-top: 20px;
  margin-bottom: 20px; }
  .pl-map-header::after {
    clear: both;
    content: "";
    display: table; }
  .pl-map-header .title {
    float: left; }
  .pl-map-header .pl-map-links {
    float: right; }
    .pl-map-header .pl-map-links::after {
      clear: both;
      content: "";
      display: table; }
    .pl-map-header .pl-map-links .pl-link {
      display: block;
      float: left;
      color: #7f7f7f;
      text-decoration: none;
      text-align: center;
      padding: 20px;
      margin-left: 5px;
      -webkit-transition: all 0.1s linear;
              transition: all 0.1s linear; }
      .pl-map-header .pl-map-links .pl-link.pl-page-share {
        position: relative;
        cursor: pointer; }
        .pl-map-header .pl-map-links .pl-link.pl-page-share:hover {
          background: #38569a;
          color: #fff; }
          .pl-map-header .pl-map-links .pl-link.pl-page-share:hover .share-icons {
            display: block; }
      .pl-map-header .pl-map-links .pl-link:hover {
        color: #fff; }
        .pl-map-header .pl-map-links .pl-link:hover p {
          color: #fff; }
      .pl-map-header .pl-map-links .pl-link.active {
        background: #1a1a1a;
        color: #fff; }
        .pl-map-header .pl-map-links .pl-link.active p {
          color: #fff; }
      .pl-map-header .pl-map-links .pl-link .icon {
        display: block;
        font-size: 60px;
        padding-bottom: 10px; }
      .pl-map-header .pl-map-links .pl-link p {
        margin: 0;
        font-size: 12px;
        text-transform: uppercase; }
  @media screen and (max-width: 1300px) {
    .pl-map-header .title {
      float: none;
      text-align: center; }
    .pl-map-header .pl-map-links {
      float: none; }
      .pl-map-header .pl-map-links .pl-link {
        margin: 0;
        width: 50%;
        vertical-align: middle;
        font-weight: bold;
        background: #1a1a1a;
        padding: 15px 5px; }
        .pl-map-header .pl-map-links .pl-link.pl-page-share {
          width: 100%;
          margin-bottom: 15px; }
          .pl-map-header .pl-map-links .pl-link.pl-page-share .icon {
            margin-right: 10px; }
        .pl-map-header .pl-map-links .pl-link.active {
          background: #fff;
          color: #1a1a1a;
          position: relative; }
          .pl-map-header .pl-map-links .pl-link.active p {
            color: #000; }
          .pl-map-header .pl-map-links .pl-link.active:after {
            position: absolute;
            left: 50%;
            margin-left: -5px;
            bottom: -10px;
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #fff; }
        .pl-map-header .pl-map-links .pl-link .icon {
          display: inline-block;
          font-size: 18px;
          vertical-align: middle;
          padding: 0; }
        .pl-map-header .pl-map-links .pl-link p {
          font-size: 12px;
          display: inline-block;
          vertical-align: middle; }
      .pl-map-header .pl-map-links #print-playlist-page {
        display: none; } }

.pl-popup {
  position: relative;
  max-width: 900px; }
  .pl-popup h1 {
    color: #fff;
    text-align: center; }
  .pl-popup .pop-item {
    display: block;
    text-decoration: none;
    padding: 15px 0 15px 0;
    background: #fff;
    color: #1a1a1a;
    text-align: center;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out; }
    .pl-popup .pop-item:hover {
      background: #2f2f2f;
      color: #fff; }
    .pl-popup .pop-item:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .pl-popup .pop-item h2, .pl-popup .pop-item p {
      padding: 0 15px;
      margin: 0 0 5px 0; }
    .pl-popup .pop-item img {
      display: inline-block; }
  @media screen and (max-width: 700px) {
    .pl-popup .pop-item {
      border-bottom: 1px solid #eee; }
    .pl-popup .pop-copy {
      padding-top: 25%; } }

.print-only {
  display: none; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  .print-only {
    display: block !important; }

  .print-logo {
    text-align: center;
    padding: 20px 0; }
    .print-logo img {
      display: inline-block;
      width: 600px;
      height: auto; }

  .sidebar-main,
  .breadcrumb,
  .sidebar-playlist,
  .pl-map-links,
  .nav-mobile-holder {
    display: none !important; }

  .container-main {
    margin: 0 !important; }

  .single-playlist .title {
    width: 100%;
    text-align: center; }
  .single-playlist .grid-item {
    width: 50% !important; }
    .single-playlist .grid-item img {
      display: none; }
    .single-playlist .grid-item .grid-item-inner {
      background: none !important;
      opacity: 1 !important; }
      .single-playlist .grid-item .grid-item-inner .info {
        width: 100% !important;
        left: 0 !important;
        text-align: left !important;
        font-size: 0.8em !important; }
        .single-playlist .grid-item .grid-item-inner .info .p-subtitle {
          color: #000 !important;
          display: block !important; }
  .single-playlist .grid-note {
    width: 100% !important; }
    .single-playlist .grid-note .grid-item-inner {
      height: auto !important;
      padding: 0 !important; }
      .single-playlist .grid-note .grid-item-inner .note-info {
        position: static !important;
        color: #000 !important; }
        .single-playlist .grid-note .grid-item-inner .note-info .p-title {
          text-align: left;
          border-bottom: 5px solid #000;
          padding: 20px 0 20px 0; }
        .single-playlist .grid-note .grid-item-inner .note-info .p-subtitle {
          display: none; }
  .single-playlist .info, .single-playlist .cell {
    display: block !important; } }

/*# sourceMappingURL=all.css.map */