@charset "UTF-8";
/*!
 * by Archive Studio
 * http://archivestudio.co.uk
 */
/**
 * Config
 */
/**
 * Settings
 *
 * Core defaults
 */
/**
 * Base
 */
/**
 * Text sizes
 */
/**
 * Line heights
 */
/**
 * Grid Spacing
 */
/**
 * Breakpoints
 *
 * Hold our breakpoint aliases and conditions in a list. These can be invoked
 * later on via the `respond-to()` mixin found in _mixins.scss.
 */
/**
 * Settings
 *
 * Core defaults
 */
/**
 * Base
 */
/**
 * Text sizes
 */
/**
 * Line heights
 */
/**
 * Grid Spacing
 */
/**
 * Breakpoints
 *
 * Hold our breakpoint aliases and conditions in a list. These can be invoked
 * later on via the `respond-to()` mixin found in _mixins.scss.
 */
/**
 * Fonts
 */
/**
 * Droid Sans Mono
 *
 * Using @font-face
 */
/**
 * Regular
 */
@font-face {
  font-family: 'droid-sans-mono';
  src: url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.eot");
  src: url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.eot?#iefix") format("embedded-opentype"), url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.woff2") format("woff2"), url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.woff") format("woff"), url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.ttf") format("truetype"), url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.svg#droid_sans_monoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Social Circle
 *
 * Using @font-face
 */
/**
 * Regular
 */
@font-face {
  font-family: 'ss-social-circle';
  src: url("/_core/fonts/ss-social-circle/SSSocialCircle.eot?#iefix") format("embedded-opentype"), url("/_core/fonts/ss-social-circle/SSSocialCircle.otf") format("opentype"), url("/_core/fonts/ss-social-circle/SSSocialCircle.woff") format("woff"), url("/_core/fonts/ss-social-circle/SSSocialCircle.ttf") format("truetype"), url("SSSocialCircle.svg#SSSocialCircle") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ss-social-regular";
  src: url("/_core/fonts/ss-social-regular/ss-social-regular.eot");
  src: url("/_core/fonts/ss-social-regular/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("/_core/fonts/ss-social-regular/ss-social-regular.woff") format("woff"), url("/_core/fonts/ss-social-regular/ss-social-regular.ttf") format("truetype"), url("/_core/fonts/ss-social-regular/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Akkurat
 *
 * Using @font-face
 */
/**
 * Medium
 */
@font-face {
  font-family: 'arnhem-blond';
  src: url("/ui/fonts/arnhem-blond/Arnhem-Blond.eot");
  src: url("/ui/fonts/arnhem-blond/Arnhem-Blond.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/arnhem-blond/Arnhem-Blond.woff") format("woff"), url("/ui/fonts/arnhem-blond/Arnhem-Blond.ttf") format("truetype"), url("/ui/fonts/arnhem-blond/Arnhem-Blond.svg#arnhem-blond") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Akkurat
 *
 * Using @font-face
 */
/**
 * Medium
 */
@font-face {
  font-family: 'arnhem-fine';
  src: url("/ui/fonts/arnhem-fine/ArnhemFine-Normal.eot");
  src: url("/ui/fonts/arnhem-fine/ArnhemFine-Normal.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/arnhem-fine/ArnhemFine-Normal.woff") format("woff"), url("/ui/fonts/arnhem-fine/ArnhemFine-Normal.ttf") format("truetype"), url("/ui/fonts/arnhem-fine/ArnhemFine-Normal.svg#arnhem-fine") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Akkurat
 *
 * Using @font-face
 */
/**
 * Medium
 */
@font-face {
  font-family: 'ludwigpro-light';
  src: url("/ui/fonts/ludwigpro-light/LudwigPro-Light.eot");
  src: url("/ui/fonts/ludwigpro-light/LudwigPro-Light.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/ludwigpro-light/LudwigPro-Light.woff") format("woff"), url("/ui/fonts/ludwigpro-light/LudwigPro-Light.ttf") format("truetype"), url("/ui/fonts/ludwigpro-light/LudwigPro-Light.svg#ludwigpro-light") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
* Import the core
*/
/**
 * Tools
 */
/* Strip unit */
/* Express pixel size as viewport width */
/* Express pixel size as viewport width */
/* Col and Row functions */
/**
 * Font size mixin
 *
 * This will generate a rem-based font-size with its pixel fallback.
 *
 * @include font-size(12px);
 */
/**
 * Media query mixin
 *
 * A simple mixin to quickly generate whole media queries from the aliases and
 * conditions defined in `_settings.scss`.
 *
 * @include respond-to(mobile) { ... }
 */
/**
 * Ceaser cubic bezier’s easing animations
 *
 * Based on: http://matthewlein.com/ceaser
 */
/**
 * EaseOut
*/
/**
 * Cubic
 */
/**
 * Circ
 */
/**
 * Expo
 */
/**
 * Quad
 */
/**
 * Quart
 */
/**
 * Quint
 */
/**
 * Sine
 */
/**
 * Back
 */
/**
 * Base
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

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

/**
 * Text utilities
 *
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 */
h6, h5, h4, h3, h2, h1 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 27px; }

/**
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications. Removes the default spacing and border for
 * appropriate elements.
 */
/**
 * High, page-level styling.
 *
 * 1. Set the default font-family, `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-family: "arnhem-blond", Arial, sans-serif;
  /* 1 */
  font-size: 1.25em;
  /* 1 */
  line-height: 1.35;
  /* 1 */
  background: #FFF;
  color: #000;
  overflow-y: scroll;
  /* 2 */
  min-height: 100%;
  /* 3 */
  -moz-osx-font-smoothing: grayscale;
  /* 4 */
  -webkit-font-smoothing: antialiased;
  /* 4 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  color: #877770;
  text-decoration: none;
  transition: color 0.2s ease; }

a:hover,
a:focus,
a:active {
  color: #877770; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0; }

button {
  background: transparent;
  border: 0;
  padding: 0; }

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

iframe {
  border: 0; }

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

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important; }

/**
 * Emboldened elements
 */
b,
strong {
  font-weight: normal;
  font-family: "Helvetica", Arial, sans-serif; }

/**
 * Address
 */
address {
  font-style: normal; }

/**
 * Selection
 */
::-moz-selection {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  text-shadow: none; }
::selection {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  text-shadow: none; }

/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* 1 */
  font-style: italic;
  /* 2 */
  vertical-align: middle;
  /* 3 */ }

/**
 * If a `width` and/or `height` attribute have been explicitly defined, let’s
 * not make the image fluid.
 */
img[width],
img[height] {
  max-width: none; }

/**
 * Text inputs
 */
input,
textarea {
  outline: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0; }

input[type="search"] {
  box-sizing: inherit; }

::-webkit-input-placeholder {
  color: #787878; }

/**
 * Headings 1–6, extend text utilities
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

/*
*******

NOTICE:

You need to add this to your style.scss instead: (after it imports the core @ line 39)

@import '../../_core/sass/utils/*'; 
@import '../../_core/sass/components/*'; 

********
*/
/**
 * Utilities
 */
/**
* Themes
*/
/**
 * Core Components
 */
/**
 * Core block system
 */
/**
 * Block
 *
 */
/**
 * Core Cell system
 */
/**
 * Cell
 *
 * 1. Make the same size as the relative parent
 * 2. Center it
 * 3. Make it relative so children can borrow its height
 * 4. Add pseudo element so that theblcok content can sit in the vertical middle (hack to give height to an unknown area)
 */
.Splash .Splash-head, .List--current-images .List-item, .Overlay-page, .Overlay, .Dialog {
  display: block;
  /* 1 */
  width: 100%;
  /* 1 */
  height: 100%;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  position: relative;
  /* 3 */ }
  .Splash .Splash-head:before, .List--current-images .List-item:before, .Overlay-page:before, .Overlay:before, .Dialog:before {
    /* 4 */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /* Old way */
    margin-right: -0.25em;
    /* Adjusts for spacing */
    /* New Way */
    width: 1px;
    margin-left: -1px;
    margin-right: 0; }

/**
 * cell body
 *
 * 1. Display as inline-cell so that we can position it with vertical align middle
 * 2. Make as wide as the parent by default
 */
.Splash .Splash-head h1, .Media, .Overlay-body, .Dialog-body {
  display: inline-block;
  /* 1 */
  vertical-align: middle;
  /* 1 */
  width: 100%;
  /* 2 */ }

/**
 * Contain floats
 *
 * Make an element expand to contain floated children.
 * Uses pseudo-elements (micro clearfix).
 *
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of the
 *    element.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/** @define Container */
/**
 * Container has auto side margins and max width in line with the base settings
 */
.Overlay-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px; }

/**
 * Display-type utilities
 */
/**
 * Completely remove from the flow but leave available to screen readers.
 */
/**
 * Core grid system
 */
/**
 * Grid container
 *
 * 1. Account for browser defaults of elements that might be the root node of
 *    the component.
 * 2. Ensure consistent default alignment.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.Template--search .Template-region, .List--items, .List--works, .List--pages, .List--projects, .Content-group {
  display: block;
  /* 1 */
  margin: 0;
  /* 1 */
  padding: 0;
  /* 1 */
  text-align: left;
  /* 2 */
  margin-left: -40px;
  /* 3 */ }

/**
 * Grid item
 *
 * 1. Fundamentals of the non-float grid layout.
 * 2. Space columns apart.
 * 3. Keeps content correctly aligned with the grid direction.
 * 4. Controls vertical positioning of units.
 * 5. Make cells full-width by default.
 */
.Template--search .Template-section, .List--items .List-item, .List--works .List-item, .List--pages .List-item, .List--projects .List-item, .Content-group .Content-item {
  display: inline-block;
  /* 1 */
  margin: 0;
  padding-left: 40px;
  /* 2 */
  text-align: left;
  /* 3 */
  vertical-align: top;
  /* 4 */
  width: 100%;
  /* 5 */ }

/**
 * Core list system
 */
/**
 * List
 *
 */
/**
 * Core overlay system
 */
/**
 * Overlay container
 *
 * 1. Make the same size as the relative parent
 * 2. Position it over the parent
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
/**
 * Overlay item
 *
 * 1. Display as table so that we can control vertical positioning of content
 * 2. Make as big as the parent
 */
/**
 * Overlay content
 *
 * 1. Display as table-cell so that we inherit vertical positioning of content
 * 2. Make as big as the parent
 */
/**
 * Overlay content
 *
 * 1. Display as table-cell so that we inherit vertical positioning of content
 * 2. Make as big as the parent
 */
.Overlay-page {
  overflow: hidden;
  overflow-y: auto; }
  .touch .Overlay-page {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch; }

/**
 * Text utilities
 *
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 27px; }

/** @define Calendar */
/**
 * TODO: Make silent & extendable
 */
.Calendar table {
  width: 100%;
  table-layout: fixed; }

.Calendar td {
  vertical-align: top;
  text-align: center; }

.Calendar-head {
  text-align: center; }

.Calendar-title {
  display: inline-block; }

.Calendar-arrow {
  width: 30px;
  height: 30px; }

/**
 * Modifier: large calendar
 */
.Calendar--alpha td {
  border: 1px solid #000;
  text-align: left; }

.Calendar--alpha .Calendar-item {
  position: relative;
  padding-bottom: 100%;
  height: 0; }

/** @define Checkbox */
/**
 * CSS3 checkbox with graceful fallback.
 *
 * Based on: http://www.paulund.co.uk/style-checkboxes-with-css
 */
/**
 * TODO: Make silent & extendable
 */
.Checkbox {
  position: relative; }
  @media (max-width: 745px) {
    .Checkbox {
      padding-top: 2px; } }
.Checkbox input[type=checkbox],
.Checkbox input[type=radio] {
  visibility: hidden;
  width: 20px;
  height: 20px; }

.Checkbox span {
  vertical-align: top;
  padding-left: 6px; }
  @media (max-width: 745px) {
    .Checkbox span {
      font-size: 12px;
      font-size: 0.6rem; } }
/**
 * Create the box for the checkbox
 */
.Checkbox label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1f1f1;
  border: 1px solid #877770;
  cursor: pointer; }

/**
 * Display the tick inside the checkbox
 */
.Checkbox label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 5px;
  background: transparent;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

/**
 * Create the hover event of the tick
 */
.Checkbox label:hover:after {
  opacity: 0.5; }

/**
 * Create the checkbox state for the tick
 */
.Checkbox input[type=checkbox]:checked + label:after,
.Checkbox input[type=radio]:checked + label:after {
  opacity: 1; }

/*

@define .Content
- Basic defaults for content formatting & appearance (spacing, layout etc)

*/
.Content {
  position: relative;
  /* Headings and paragraphs have base margin below */
  /*h1,h2,h3,h4{
    
    margin-bottom:$base-padding;
    
  }
  
  p{
    
    margin-bottom:$base-padding;
    &:last-child{
      
      margin-bottom:0;
      
    }
    
  }
  
  h1{
    
    @include font-size($text-alpha);
    
  }
  
  h2{
    
    @include font-size($text-beta);
    
  }
  
  h3{
    
    @include font-size($text-gamma);
    
  }
  
  h4,p,ul,form,input,textarea{
    
    @include font-size($base-font-size);
    
  }*/ }

/*

Content--meta
-------------------------
- Hidden content

*/
.Content--meta {
  display: none; }

/*

Content--focus
-------------------------
- Centered text/alignement

*/
.Content--focus {
  text-align: center; }

/*

Content--debug
-------------------------
- Add border and background to child elements to see where they are

*/
.Content--debug {
  background: #EEE; }
  .Content--debug > * {
    background: #CCC;
    border: 1px solid black; }
    .Content--debug > * > * {
      background: #999;
      border: 1px solid #333; }

/*

Content-region
-------------------------
- A relative positioning hook

*/
.Content-region {
  width: auto;
  position: relative; }

/*

Content-body
-------------------------
- Pad an area

*/
.Content-body {
  padding: 40px; }

/*

Content-section
-------------------------
- Double base padding below

*/
.Content-section {
  margin-bottom: 80px; }
  .Content-section.Content-section--alpha {
    margin-bottom: 160px; }
  .Content-section:last-child {
    margin-bottom: 0; }

/*

Content-item
-------------------------
- Single base padding below

*/
.Content-item {
  margin-bottom: 40px; }
  .Content-item:last-child {
    margin-bottom: 0; }

/*

Content-group (Grid)
-------------------------
- Put content items inside a content group to create a grid layout rapidly
- Modify the items to adjust their size
  --alpha 2/3rds
  --beta 1/2
  --gamma 1/3rd
  --delta 1/4


*/
.Content-group {
  /* Different size items */
  /* Anything without a modifier will be 100% */ }
  .Content-group .Content-item--alpha {
    width: 66.66666%; }
    @media (max-width: 745px) {
      .Content-group .Content-item--alpha {
        width: 100%; } }
  .Content-group .Content-item--beta {
    width: 50%; }
    @media (max-width: 745px) {
      .Content-group .Content-item--beta {
        width: 50%; } }
  .Content-group .Content-item--gamma {
    width: 33.33333%; }
    @media (max-width: 745px) {
      .Content-group .Content-item--gamma {
        width: 50%; } }
  .Content-group .Content-item--delta {
    width: 25%; }
    @media (max-width: 745px) {
      .Content-group .Content-item--delta {
        width: 50%; } }
.Dialog {
  color: #FFF;
  background: #000;
  width: 60%;
  max-width: 700px; }
  .Dialog a {
    color: #FFF; }
  @media (max-width: 745px) {
    .Dialog {
      width: 90%; } }
.Dialog-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: right;
  padding: 40px 80px;
  z-index: 5; }

.Dialog-body {
  padding: 120px; }

/** @define Overlay */
/**
 * Base overlay component
 */
.Overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  /* Fade-Out Effect */ }
  .Overlay.Overlay--lightbox {
    position: fixed;
    z-index: 9999; }
  .Overlay.is-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease; }
  .Overlay.is-inactive {
    visibility: visible;
    pointer-events: none;
    opacity: 0;
    top: -9999px;
    overflow: hidden;
    height: 0;
    transition: visibility 0s 0.4s, top 0s 0.4s,height 0s 0.4s, opacity 0.4s ease; }

.Overlay-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: right;
  padding: 40px 80px;
  z-index: 5; }

.Overlay-page {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0; }

.Overlay-content {
  display: block; }

/** @define Site */
/**
 * Base site component
 */
.Site {
  height: 100%;
  min-height: 100%; }
  .Site body {
    height: 100%;
    min-height: 100%;
    position: relative; }

.Site-page, .Site-body {
  height: 100%;
  overflow-y: visible;
  min-height: 100%;
  position: relative; }

.Site.when-Overlay-is-active {
  overflow: hidden; }

/** @define Template */
/**
 * Base template component
 */
/** @define Uploader */
/**
 * Base uploader component
 */
.Uploader-body {
  text-align: center; }

/* The MIT License */
.Uploader,
.Uploader *,
.dropzone-previews,
.dropzone-previews * {
  box-sizing: border-box; }

.Uploader {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em; }

.Uploader.dz-clickable {
  cursor: pointer; }

.Uploader.dz-clickable .dz-message,
.Uploader.dz-clickable .dz-message span {
  cursor: pointer; }

.Uploader.dz-clickable * {
  cursor: default; }

.Uploader .dz-message {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04); }

.Uploader.dz-started .dz-message {
  display: none; }

.Uploader .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px; }

.Uploader .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none; }

.Uploader .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px; }

.Uploader .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%; }

.Uploader .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px; }

.Uploader .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px; }

.Uploader .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block; }

.Uploader .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block; }

.Uploader .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657; }

.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d; }

.Uploader .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none; }

.Uploader .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657; }

.Uploader .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block; }

.Uploader .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500; }

.Uploader .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block; }

/* DROPZONE */
/* The MIT License */
.Uploader,
.Uploader *,
.dropzone-previews,
.dropzone-previews * {
  box-sizing: border-box; }

.Uploader {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em; }

.Uploader.dz-clickable {
  cursor: pointer; }

.Uploader.dz-clickable .dz-message,
.Uploader.dz-clickable .dz-message span {
  cursor: pointer; }

.Uploader.dz-clickable * {
  cursor: default; }

.Uploader .dz-message {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04); }

.Uploader.dz-started .dz-message {
  display: none; }

.Uploader .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px; }

.Uploader .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none; }

.Uploader .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px; }

.Uploader .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%; }

.Uploader .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px; }

.Uploader .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px; }

.Uploader .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block; }

.Uploader .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block; }

.Uploader .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657; }

.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d; }

.Uploader .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none; }

.Uploader .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657; }

.Uploader .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block; }

.Uploader .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500; }

.Uploader .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block; }

.Uploader {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 360px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 23px; }

.Uploader .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
  display: table;
  vertical-align: middle;
  text-align: center; }

.Uploader .dz-default.dz-message span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-transform: uppercase; }

.Uploader.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px; }

.Uploader.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15); }

.Uploader.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.Uploader .dz-preview,
.dropzone-previews .dz-preview {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px; }

.Uploader .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10); }

.Uploader .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d; }

.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease-in-out;
  background-image: url("/_core/img/uploader/spritemap.png");
  background-repeat: no-repeat; }

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.4375), (min-resolution: 138dpi), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .Uploader .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .Uploader .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("/_core/img/uploader/spritemap@2x.png");
    background-size: 428px 406px; } }

.Uploader .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.Uploader .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none; }

.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px; }

.Uploader .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  transition: width 0.3s ease-in-out;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("/_core/img/uploader/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px; }

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.4375), (min-resolution: 138dpi), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .Uploader .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("/_core/img/uploader/spritemap@2x.png");
    background-size: 428px 406px; } }

.Uploader .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease-in-out; }

.Uploader .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease-in-out; }

.Uploader .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px; }

.Uploader a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666; }

@-webkit-keyframes loading {
  from {
    background-position: 0 -400px; }
  to {
    background-position: -7px -400px; } }

@keyframes loading {
  from {
    background-position: 0 -400px; }
  to {
    background-position: -7px -400px; } }

/** @define Video */
/**
 * Base video component
 */
/**
 * JS Components (do these first so they can be overridden)
 */
.ui-clickable--handled {
  cursor: pointer; }

.ui-dropDown {
  position: relative; }

.ui-dropDown-list {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 100%;
  height: auto;
  left: 0;
  z-index: 999;
  list-style: none; }

.ui-dropDown.is-active .ui-dropDown-list {
  display: block; }
  .ui-dropDown.is-active .ui-dropDown-list li {
    cursor: pointer; }

.ui-dropDown-trigger {
  position: absolute;
  right: 0;
  top: 0; }

html.Site--expanded body {
  overflow: hidden;
  width: 100%; }

.ui-expandable-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block; }

.ui-expandable-container {
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.ui-expandable-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto; }

.ui-expandable-content img {
  width: 100%;
  height: auto;
  max-width: none;
  position: relative; }

.ui-expandable-tools {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block; }
  .ui-expandable-tools li {
    cursor: pointer; }

/** @define ui-filterable */
/**
 * ui-filterable
 *
 * 
 */
.ui-filterable.is-inactive {
  display: none; }

/** @define ui-isVisible */
/**
 * ui-isVIsible
 *
 * 
 */
.csstransforms3d.csstransitions .ui-isVisible {
  transition: opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), transform 1.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .csstransforms3d.csstransitions .ui-isVisible.ui-isVisible--invisible {
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
    opacity: 0.3; }
  .csstransforms3d.csstransitions .ui-isVisible.ui-isVisible--visible {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }

/** @define ui-keepRatio */
/**
 * ui-keepRatio
 *
 * 
 */
.ui-keepRatio {
  display: block;
  width: auto;
  position: relative; }

.ui-keepRatio > * {
  display: block;
  width: 100%;
  height: 100%; }

.ui-keepRatio img {
  min-height: 100%; }

/** @define ui-keepRatio */
/**
 * ui-lazyImage
 *
 * 
 */
.ui-lazyImage {
  background: #fbfbfb; }

.ui-lazyImage img {
  display: block;
  width: 100%;
  height: auto; }

.ui-listMenu {
  height: 100%; }

.ui-listMenuButton {
  width: 20px;
  height: 80px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
  padding-top: 10px;
  z-index: 300; }
  .ui-listMenuButton .line {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #eee;
    margin-top: 8px;
    position: absolute; }

.ui-listMenuContent {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0; }

.mejs-offscreen {
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica,Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.mejs-container:focus {
  outline: 0; }

.me-plugin {
  position: absolute; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-fullscreen {
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

.mejs-clear {
  clear: both; }

.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/_core/js/components/ui-mediaelement/src/bigplay.svg) no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url(/_core/js/components/ui-mediaelement/src/bigplay.png); }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(/_core/js/components/ui-mediaelement/src/loading.gif) 50% 50% no-repeat; }

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica,Arial;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(/_core/js/components/ui-mediaelement/src/controls.svg) no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(/_core/js/components/ui-mediaelement/src/controls.png); }

.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999; }

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px; }

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0; }

.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica,arial;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 35px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap; }

.me-cannotplay a {
  color: #fff;
  font-weight: 700; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001; }

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica,Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica,arial;
  font-size: 10px; }

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

div.mejs-speed-button {
  width: 46px !important;
  position: relative; }

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #fff; }

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica,arial;
  font-size: 11.5px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(/_core/js/components/ui-mediaelement/src/jumpforward.png) no-repeat;
  background-position: 3px 3px; }

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff; }

.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(/_core/js/components/ui-mediaelement/src/skipback.png) no-repeat;
  background-position: 3px 3px; }

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff; }

.mejs-offscreen {
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica,Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.mejs-container:focus {
  outline: 0; }

.me-plugin {
  position: absolute; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-fullscreen {
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

.mejs-clear {
  clear: both; }

.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/_core/js/components/ui-mediaelement/src/bigplay.svg) no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url(/_core/js/components/ui-mediaelement/src/bigplay.png); }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(/_core/js/components/ui-mediaelement/src/loading.gif) 50% 50% no-repeat; }

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica,Arial;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(/_core/js/components/ui-mediaelement/src/controls.svg) no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(/_core/js/components/ui-mediaelement/src/controls.png); }

.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999; }

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px; }

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0; }

.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica,arial;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 35px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap; }

.me-cannotplay a {
  color: #fff;
  font-weight: 700; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001; }

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica,Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica,arial;
  font-size: 10px; }

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

div.mejs-speed-button {
  width: 46px !important;
  position: relative; }

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #fff; }

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(/_core/js/components/ui-mediaelement/src/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica,arial;
  font-size: 11.5px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(/_core/js/components/ui-mediaelement/src/jumpforward.png) no-repeat;
  background-position: 3px 3px; }

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff; }

.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(/_core/js/components/ui-mediaelement/src/skipback.png) no-repeat;
  background-position: 3px 3px; }

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff; }

.ui-mediaelement {
  width: 100%;
  padding-top: 57.25%;
  position: relative;
  display: block; }
  .ui-mediaelement > .mejs-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    display: block; }
    .ui-mediaelement > .mejs-container .mejs-layers,
    .ui-mediaelement > .mejs-container .mejs-layer {
      width: 100% !important;
      height: 100% !important; }
    .ui-mediaelement > .mejs-container .mejs-mediaelement {
      width: 100% !important;
      height: 100% !important; }
      .ui-mediaelement > .mejs-container .mejs-mediaelement * {
        width: 100% !important;
        height: 100% !important; }

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

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.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: rgba(0, 0, 0, 0); }

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

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

.rsHidden {
  opacity: 0;
  visibility: hidden;
  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;
  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: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.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); }

.ui-scrollify {
  position: relative;
  overflow: hidden; }

.ui-scrollify-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute; }

.ui-scrollify-content {
  position: relative; }

.ui-scrollify-scrollbar {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative; }
  .ui-scrollify-scrollbar .progress {
    background: #333;
    opacity: 0;
    z-index: 1;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.4s ease; }
  .is-scrolling .ui-scrollify-scrollbar .progress {
    opacity: 0.5; }
  .ui-scrollify-scrollbar:hover .progress {
    opacity: 0.5; }

/** @define ui-session */
/**
 * ui-session
 *
 * 
 */
.ui-session--loggedOut .ui-session-item--loggedIn {
  display: none; }

.ui-session--loggedIn .ui-session-item--loggedOut {
  display: none; }

/** @define ui-showOnLoad */
/**
 * ui-showOnLoad
 *
 * 
 */
/* Loaded transition */
.js .ui-showOnLoad {
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0; }

.js.Site--loaded .ui-showOnLoad.show {
  opacity: 1; }

/** @define ui-video */
/**
 * ui-video
 *
 * 
 */
.ui-video {
  position: relative; }

.ui-video-player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.ui-zoomable-magnifier {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 350px;
  height: 350px; }

/*! jQuery UI - v1.11.4 - 2015-11-06
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  outline: 0;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

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

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.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: rgba(0, 0, 0, 0); }

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

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

.rsHidden {
  opacity: 0;
  visibility: hidden;
  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;
  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: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.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); }

.visibleNearby {
  width: 100%;
  background: #141414;
  color: #FFF;
  padding-top: 25px; }

.visibleNearby img {
  -webkit-backface-visibility: hidden; }

.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center; }

.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px; }

.royalSlider > .rsImg {
  visibility: hidden; }

.rsSlide {
  text-align: center; }

.rsSlide img {
  display: block; }

.ui-projectsSlider-items .rsOverflow,
.royalSlider.ui-projectsSlider-items,
.ui-projectsSlider-items {
  min-height: 200px;
  height: 100% !important; }

/* @media screen and (max-width: 350px) and (max-height: 480px) { 
  .ui-projectsSlider-items .rsOverflow,
  .royalSlider.ui-projectsSlider-items {
    height: 250px !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 900px) and (min-height: 481px) { 
  .ui-projectsSlider-items .rsOverflow,
  .ui-projectsSlider-items {
    height: 300px !important;
  }
}


@media screen and (max-width: 500px) and (min-height: 481px) { 
.ui-projectsSlider-items .rsOverflow,
  .royalSlider.ui-projectsSlider-items {
    height: 300px !important;
  }
	}
 */
/**
 * Components
 */
.Work-filters li, .Work-filters .Filter-types li, .Site-mobilNavigation .Site-mobilNavigation-container .Site-mob-navigation-trigger:after, .Site-mobilNavigation .Site-mobilNavigation-container .Site-mob-navigation-trigger, .Navigation ul li, .Content--navigation {
  font-family: "arnhem-blond", Arial, sans-serif;
  font-size: 20px;
  font-size: 1rem;
  /* letter-spacing: $letter-spacing; */ }
  @media (max-width: 745px) {
    .Work-filters li, .Work-filters .Filter-types li, .Site-mobilNavigation .Site-mobilNavigation-container .Site-mob-navigation-trigger:after, .Site-mobilNavigation .Site-mobilNavigation-container .Site-mob-navigation-trigger, .Navigation ul li, .Content--navigation {
      font-size: 16px;
      font-size: 0.8rem; } }
.Template--search .Template-head input, .Template-head .Template-title, .Template .Template-title--large, .Splash .Splash-head h1, .Slideshow-bg, .ui-projectsSlider .rsSlide, .Content--title {
  font-family: "arnhem-fine", Arial, sans-serif;
  font-size: 70px;
  font-size: 3.5rem;
  line-height: 1em; }
  @media (max-width: 745px) {
    .Template--search .Template-head input, .Template-head .Template-title, .Template .Template-title--large, .Splash .Splash-head h1, .Slideshow-bg, .ui-projectsSlider .rsSlide, .Content--title {
      font-size: 40px;
      font-size: 2rem; } }
.Scroller, .List--works .List-item.List-item--year, .List--current-artists, .Content--current-artists {
  font-family: "arnhem-blond", Arial, sans-serif;
  font-size: 25px;
  font-size: 1.25rem;
  letter-spacing: 0em; }
  @media (min-width: 746px) and (max-width: 1023px) {
    .Scroller, .List--works .List-item.List-item--year, .List--current-artists, .Content--current-artists {
      font-size: 20px;
      font-size: 1rem; } }
  @media (max-width: 745px) {
    .Scroller, .List--works .List-item.List-item--year, .List--current-artists, .Content--current-artists {
      font-size: 18px;
      font-size: 0.9rem; } }
.List--all-artists, .Content--artists {
  font-family: "arnhem-blond", Arial, sans-serif;
  font-size: 20px;
  font-size: 1rem;
  letter-spacing: 0em; }

.List--projects .List-item.List-item--new span, .List--current-artists .List-item.List-item--new span {
  font-family: "arnhem-blond", Arial, sans-serif;
  font-size: 9px;
  font-size: 0.45rem;
  letter-spacing: 0em; }

.Template-body--text p, .Template-quote p, .Content--footer, .Content--body-text {
  font-family: "arnhem-blond", Arial, sans-serif;
  font-size: 23px;
  font-size: 1.15rem;
  letter-spacing: 0em;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-feature-settings: "onum"; }
  @media (min-width: 746px) and (max-width: 1023px) {
    .Template-body--text p, .Template-quote p, .Content--footer, .Content--body-text {
      font-size: 19px;
      font-size: 0.95rem; } }
  @media (max-width: 745px) {
    .Template-body--text p, .Template-quote p, .Content--footer, .Content--body-text {
      font-size: 16px;
      font-size: 0.8rem; } }
.Work-filters .Filter-actions li, .Work-filters .Filter-settings li, .Work-filters .Filter-config li, .Work-filters .Filter-title, .Work-filters .Filter-label, .Work-filters .Filter-types li.Filters-close, .Template-body--text p.Template-label, .Template--search .Template-section h3, .Template--home .Template-region .Title--mobile, .Template-quote p.small, p.small, .Template-subtitle,
.Template-label, .Slideshow-prev, .Slideshow-next, .Slideshow-close, .ui-projectsSlider .rsGCaption, .ui-expandable-close, .Signup .Signup-button,
.Signup .Signup-success, .Signup input, .Media .Media-foot, .List--items .List-item .List-item--caption, .List--items .List-item .List-item--dims, .List--items .List-item .List-item--title, .List--projects .List-item span, .List--pagination, .Filters li, .Draggable-slider-back, .min,
.max, .Content--labels, .Content--filters ul li {
  font-family: "ludwigpro-light", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.7rem;
  letter-spacing: 0em; }

.Site-foot, .List--footerNav, .Content--footer-text {
  font-family: "arnhem-blond", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.7rem;
  /* letter-spacing: 0.034em; */ }

/** @define Content

  Handy hooks for giving things spacing based on $base-padding. Defined in core.

  .Content: relative
  .Content--meta: hidden
  .Content--focus: centered
  .Content--debug: coloured and bordered

  .Content-region: relative auto width
  .Content-body: has base padding
  .Content-section: double base padding below (good for separating bigger sections)
  .Content-item: single base padding below (good for lists)
  .Content-group: grid
    ->
    .Content-item: column
    .Content-item--alpha: 2/3rds column
    .Content-item--beta: 1/2 column
    .Content-item--gamma: 1/3rd column
    .Content-item--delta: 1/4rd column

*/
/**
 * Content
 */
.Content--filters:after {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block; }

.Content--filters .Content--head {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

.Content--filters ul li {
  cursor: pointer; }


  .Content--main .Content-body {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    text-align: center; }
    @media (min-width: 746px) and (max-width: 1023px) {
      .Content--main .Content-body {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    @media (max-width: 745px) {
      .Content--main .Content-body {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    .Content--main .Content-body p {
      margin-bottom: 1em; }
  .when-More-is-active .Content--main {
    display: block; }

/**
 * This is all test styles
 */
.Content {
  margin-bottom: 80px;
  text-align: center;
  color: #877770; }
  @media (min-width: 746px) and (max-width: 1023px) {
    .Content {
      margin-bottom: 40px; } }
  @media (max-width: 745px) {
    .Content {
      margin-bottom: 10px; } }
  .Template--works .Content {
    margin-bottom: 0; }
  .Template-filters .Content p {
    margin-bottom: 0.5em; }

.Content--navigation span {
  margin-right: 40px; }

.Content--title {
  color: black; }

.Content--current-artists span {
  margin: 0 4px; }

.Content--artists span {
  margin: 0 3px; }

.Content--body-text {
  color: black; }

.Content--footer p {
  padding-bottom: 20px;
  max-width: 700px;
  margin: 0 auto;
  color: black;
  text-align: left; }

/**
 * Here ends all test styles
 */
.Draggable-slider {
  position: relative;
  margin-top: 20px;
  height: 35px;
  width: 40%;
  margin-left: auto;
  margin-right: auto; }

.min,
.max {
  background: transparent;
  border: 0 !important;
  width: 100px;
  text-align: center;
  color: #877770;
  outline: 0; }

.min {
  margin-left: -50px; }

.max {
  margin-right: -50px; }

.Draggable-slider--single .Draggable-slider-max {
  position: relative;
  width: 100%;
  text-align: center; }
  .Draggable-slider--single .Draggable-slider-max .max {
    width: 100%;
    margin-right: 0; }

.Draggable-slider-min {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10; }

.Draggable-slider-max {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10; }

.Draggable-slider-back {
  margin-top: 20px; }

/***********

Styles from jquery-ui

***********/
.ui-widget-content {
  border-top: 2px solid black;
  border-right: none;
  border-left: none;
  border-bottom: none; }

.ui-widget-header {
  background: none; }

.ui-slider .ui-slider-range {
  border: none; }

.ui-slider-horizontal .ui-slider-range {
  height: auto; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: black;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: none;
  margin-top: -1px;
  margin-left: -5px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 0; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 0; }

.Filters {
  width: 100%;
  text-align: center;
  position: relative; }
  .Filters li {
    display: inline-block;
    padding-right: 10px; }
    .Filters li[data-view='mobile'] {
      display: none; }
    @media (max-width: 745px) {
      .Filters li[data-view='default'] {
        display: none; }
      .Filters li[data-view='mobile'] {
        display: inline-block; } }
    .Filters li button:focus {
      outline: none; }
    .Filters li.share-options,.Filters li.enquire-options {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: white;
      transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
      .when-Share-is-active .Filters li.share-options,.when-Enquire-is-active .Filters li.enquire-options {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    .Filters li.Filter-checkbox:before {
      content: '\25CB ';
      display: inline-block;
      padding: 0 5px 0 0;
      color: #877770; }
    .Filters li.Filter-checkbox.is-active:before {
      content: '\25CF '; }
    .Filters li.Filter-checkbox a {
      border-bottom: 0; }

.Index--artists {
  margin-top: 50px; }
  .Index--artists .ui-projectsSlider-index a {
    font-size: 40px; }

/** @define Item */
/**
 * Item
 */
/**
 * Item media
 */
/**
 * Item head
 */
/**
 * Item body
 */
/**
 * Item section
 */
/**
 * Item section
 */
/**
 * Item foot
 */
/** @define List */
.List--pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 50px;
  gap: 10px; }
  
  @media (min-width: 745px) {
  
 .Template-region--right .List--pagination {
	 padding-top: 10px;
	 transform: translateY(-50px);
	 }
	 }

/* Index (mobile scroller) */
.List--index {
  display: inline-block;
  white-space: nowrap; }

.List--index li {
  display: inline-block;
  text-align: center;
  min-width: 10px;
  margin-right: 10px;
  padding: 0 10px; }
  .List--index li.Ignore {
    padding: 0;
    margin: 0;
    min-width: 0; }

.List--footerNav {
  text-align: center; }
  .List--footerNav li {
    display: inline-block;
    padding: 0 10px; }
    .List--footerNav li:after {
      content: '|';
      display: inline-block;
      margin: 0 5px; }
    .List--footerNav li:last-child:after {
      display: none; }

/* Current artists */
.List--current-artists {
  text-align: center;
  margin: 0 auto; }
  .Site--tablet .List--current-artists {
    font-size: 20px;
    font-size: 1rem; }
  .List--current-artists .List-item {
    display: inline-block;
    padding: 0 5px 0 0; }
    @media (max-width: 745px) {
      .List--current-artists .List-item {
        display: block;
        padding: 0; }
        .List--current-artists .List-item:before {
          visibility: hidden; } }
    .List--current-artists .List-item.List-item--new a {
      color: #000; }
    .List--current-artists .List-item.List-item--new span {
      text-transform: lowercase;
      display: inline-block;
      vertical-align: top; }
    .List--current-artists .List-item:before {
      content: '\00B7 ';
      display: inline-block;
      padding: 0 5px 0 0;
      color: #877770; }
    .List--current-artists .List-item.is-newLine:before {
      visibility: hidden; }
    .List--current-artists .List-item.List-item--year {
      display: block;
      margin-top: 40px; }
    .List--current-artists .List-item.List-item--old {
      display: none; }
    .when-ui-is-active .List--current-artists .List-item.List-item--old {
      display: block; }
    .List--current-artists .List-item:first-child {
      margin-top: 0px; }

.List--dotted li {
  display: inline-block;
  padding: 0 5px 0 0; }
  .List--dotted li:before {
    content: '\00B7 ';
    display: inline-block;
    padding: 0 5px 0 0;
    color: #877770; }
  .List--dotted li.is-newLine:before {
    visibility: hidden; }

.List--images li {
  display: inline-block;
  width: 190px; }
  .List--images li img {
    height: auto; }
  @media (max-width: 745px) {
    .List--images li {
      width: 33%; } }
/* All artists */
.List--all-artists {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 50%;
     -moz-column-width: 50%;
          column-width: 50%;
  padding-top: 1em; }
  .List--all-artists li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid; }
  .List--all-artists ul {
    padding-bottom: 30px;
    width: 70%;
    margin: 0 auto;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
    .List--all-artists ul .List-item {
      display: inline-block;
      padding: 0 5px 0 0; }
      .List--all-artists ul .List-item:before {
        content: '\00B7 ';
        display: inline-block;
        padding: 0 5px 0 0;
        color: #877770; }
      .List--all-artists ul .List-item.is-newLine:before {
        display: none; }

/* Homepage image list */
.List--current-images {
  position: relative; }
  .List--current-images .List-item {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    transition: opacity 0s;
    pointer-events: none; }
    @media (min-width: 1024px) {
      .List--current-images .List-item {
        padding: 120px 0px; }
        .List--current-images .List-item .Media {
          max-height: 100%; }
          .List--current-images .List-item .Media img {
            width: auto;
            max-width: 60%;
            max-height: 100%; }
          .List--current-images .List-item .Media .Media-foot {
            bottom: 50px; } }
    .List--current-images .List-item.is-active {
      display: block;
      pointer-events: all; }
    @media (min-width: 1024px) {
      .List--current-images .List-item {
        margin-top: -77px;
        overflow: hidden; } }
  @media (max-width: 745px) {
    .List--current-images {
      display: none; } }
/* Artist image list */
.List--projects {
  margin-left: -30px;
  margin-top: 10px;
  padding-bottom: 50px; }
  @media (max-width: 745px) {
    .List--projects {
      margin-top: 30px;
      margin-left: -10px;
      padding-bottom: 0; } }
  .List--projects .List-item {
    width: 50%;
    padding: 0 0 0px 30px;
    margin-bottom: 30px;
    position: relative;
    vertical-align: bottom; }
    @media (min-width: 746px) {
  .List--projects .List-item.List-item--small {
	  width: 25%;
	  }
	  }
.List--projects.List--projects--related {
	text-align: center;
}
.List--projects.List--projects--related .List-item--wide{
	width: 50%;
	}
    @media (max-width: 745px) {
      .List--projects .List-item {
        padding-left: 10px;
        margin-bottom: 10px; } }
    .List--projects .List-item span {
      color: #877770;
      text-align: center;
      display: block;
      width: 100%;
      padding-bottom: 10px; }
    .List--projects .List-item.List-item--new a {
      color: #000; }
    .List--projects .List-item.List-item--new span {
      color: #000;
      width: auto;
      text-transform: lowercase;
      display: inline-block;
      vertical-align: top; }

.List--pages {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  .List--pages .List-item {
    vertical-align: middle;
    text-align: center;
    width: 25%; }

/* Works page */
.List--works {
  margin-left: 0;
  text-align: center;
  padding-bottom: 50px; }
  .List--works .List-item {
    max-width: 100%;
    padding: 0;
    width: 20%;
    text-align: center;
    vertical-align: bottom; }
    @media (max-width: 745px) {
      .List--works .List-item {
        width: 50%; } }
    .List--works .List-item.List-item--year {
      width: 100%;
      margin-top: 30px;
      color: black; }
      .List--works .List-item.List-item--year:first-child {
        /*  margin-top: -30px; */ }
      .List--works .List-item.List-item--year .List-item-title {
        margin: 0px 0 30px 0; }

.when-Dimensions-is-active .List--items .List-item .List-item--caption {
  opacity: 1; }

.when-Dimensions-is-active .List--items .List-item .List-item--dims {
  opacity: 1; }

.ui-relativeFit .List-item {
  text-align: center; }
  .ui-relativeFit .List-item a:hover {
    border-bottom: 0px; }
  .ui-relativeFit .List-item span {
    display: inline-block; }

.List--items {
  margin-left: -30px;
  text-align: center; }
  @media (min-width: 746px) and (max-width: 1023px) {
    .List--items {
      margin-left: -20px; } }
  @media (max-width: 745px) {
    .List--items {
      margin-left: -10px; }
      .List--items.List--mobileSingle {
        margin-left: 0; }
        .List--items.List--mobileSingle .List-item {
          width: 100% !important; } }
  .List--items .List-item {
    margin-bottom: 30px;
    vertical-align: top;
    position: relative;
    padding-left: 30px; }
    .List--items .List-item.List-item--odd {
      vertical-align: bottom; }
    @media (min-width: 746px) and (max-width: 1023px) {
      .List--items .List-item {
        width: 50% !important;
        padding-left: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 745px) {
      .List--items .List-item {
        width: 50% !important;
        padding-left: 10px;
        margin-bottom: 10px; } }
    .List--items .List-item.List-item--titled {
      padding-bottom: 20px; }
      .List--items .List-item.List-item--titled .List-item--caption {
        /* bottom: -40px; */ }
    .List--items .List-item .List-item--title {
      display: block;
      width: 100%;
      text-align: center;
      color: #877770;
      position: absolute;
      left: 0px;
      bottom: 0px;
      opacity: 1;
      transition: opacity 0.3s; }
    .List--items .List-item .List-item--dims {
      position: absolute;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 1px;
      border-top: 1px solid #877770;
      padding: 5px 0;
      color: #877770;
      opacity: 0;
      transition: opacity 0.3s; }
    .List--items .List-item .List-item--caption {
      display: block;
      width: 100%;
      text-align: center;
      color: #877770;
      position: absolute;
      left: 0px;
      bottom: -20px;
/*       opacity: 0; */
      transition: opacity 0.3s; }
      @media (max-width: 745px) {
	      .List--items .List-item .List-item--caption, .List--items .List-item .List-item--title {
		      position: static;
		      }
	      }
  .List--items .List-item--year {
    width: 100%;
    text-align: center; }
    .List--items .List-item--year .List-item-title {
      padding: 70px 0; }
  .List--items.List--items-works .List-item {
    vertical-align: bottom;
    padding-left: 0px;
    margin-bottom: 20px; }
  .List--items.List--items5 .List-item {
    width: 20%; }
  .List--items.List--items4 .List-item {
    width: 25%; }
  .List--items.List--items3 .List-item {
    width: 33.3333%; }
  .List--items.List--items2 .List-item {
    width: 50%; }
  .List--items.List--items1 .List-item {
    width: 100%; }

.Site-loader {
  position: fixed;
  left: 0px;
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #877770; }
  .Site-loader .Loader {
    display: none; }

.Media {
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .Media {
      vertical-align: middle;
      /* padding-top:260px; */ } }
  .Media img {
    width: 75%; }
    @media (min-width: 746px) and (max-width: 1023px) {
      .Media img {
        width: auto;
        height: 100%; } }
  .Media.Media-portrait img {
    width: 60%; }
    @media (min-width: 746px) and (max-width: 1023px) {
      .Media.Media-portrait img {
        width: auto;
        height: 100%; } }
  .Media .Media-foot {
    position: static;
    margin-top: 40px;
    bottom: 100px;
    width: 100%;
    text-align: center;
    color: #877770; }
  .Media.Media--home .Media-foot {
    margin-top: 20px;
    margin-bottom: 10px; }
  @media (min-width: 746px) and (max-width: 1023px) {
    .Media {
      height: 100%; }
      .Media .Media-body {
        height: 100%; }
      .Media .Media-foot {
        bottom: -20px; } }
.Navigation {
  width: 100%;
  text-align: center; }
  @media (max-width: 745px) {
    .Navigation {
      margin: 10px 0 40px 0; } }
  .Navigation ul li {
    position: relative;
    display: inline-block;
    padding: 25px 27px; }
    .Site--tablet .Navigation ul li {
      font-size: 16px;
      font-size: 0.8rem; }
    .Navigation ul li.is-active:after {
      content: '\00B7 ';
      position: absolute;
      left: 0px;
      bottom: 6px;
      display: inline-block;
      width: 100%;
      text-align: center;
      color: #000;
      font-size: 25px;
      pointer-events: none; }
      @media (max-width: 745px) {
        .Navigation ul li.is-active:after {
          display: none; } }
    .Navigation ul li a {
      border: 0px !important; }
    @media (min-width: 746px) and (max-width: 1023px) {
      .Navigation ul li {
        padding: 10px 27px; }
        .Navigation ul li.is-active:after {
          bottom: -10px; } }
    @media (max-width: 745px) {
      .Navigation ul li {
        padding: 3px 0;
        display: block; }
        .Navigation ul li.is-active a {
          color: black; }
        .Navigation ul li.is-active:after {
          bottom: -10px; } }
    @media (min-width: 746px) {
      .Navigation ul li.Navigation-item--info {
        display: inline-block; } }
/* Scroller */
.Scroller {
  overflow: hidden;
  color: #877770;
  position: relative; }

.Scroller--vertical {
  height: 400px;
  margin-top: 30px; }

.Scroller-body {
  min-width: 100%;
  display: inline-block; }

.Signup {
  margin-top: 30px; }
  .Signup input {
    text-align: center;
    color: #877770;
    background-color: white; }
    .Signup input.submit {
      opacity: 0;
      transition: opacity 0.2s; }
    .Signup input[type='text'] {
      width: 100%; }
  .Signup .msg {
    margin-bottom: 0.5em; }
  .Signup .Signup-button,
  .Signup .Signup-success {
    text-align: center;
    color: #877770;
    margin-bottom: 0.6em; }
  .Signup .Signup-success {
    opacity: 0;
    transition: opacity 0.2s; }
  .Signup.success .Signup-success {
    opacity: 1; }
  .Signup.success .Signup-button {
    display: none; }
  .Signup.is-active input.submit {
    opacity: 1; }

/** @define Site */
/**
 * Site structure
 *
 * Top level architecture.
 */
.smooth_zoom_icons {
  background-image: url(/ui/img/icons.png); }

.ui-expandable-container img {
  cursor: move; }

.ui-expandable-close {
  position: fixed;
  z-index: 1000; }

.Site a {
  border-bottom: 1px solid #fff;
  transition: border 0.4s; }
  .Site a.is-active, .Site a:hover {
    border-bottom: 1px solid #877770; }

.Site-body {
  height: auto;
  background-color: white;
  z-index: 2;
  position: relative;
  padding-bottom: 80px;
  transition: padding-top 0.3s; }
  @media (max-width: 745px) {
    .Site-body {
      padding-bottom: 40px; } }
  .Site--scrolled .Site-body {
    padding-top: 80px; }
    @media (max-width: 745px) {
      .Site--scrolled .Site-body {
        padding-top: 30px; } }
  .Site--filters .Site-body {
    padding-top: 200px; }
    @media (max-width: 745px) {
      .Site--filters .Site-body {
        padding-top: 230px; } }
  @media (max-width: 745px) {
    .Site-body {
      padding-top: 45px; } }
.Site.when-Slideshow-is-open .Site-mobilNavigation {
  display: none; }

.Site-mobilNavigation {
  display: none; }
  @media (max-width: 745px) {
    .Site-mobilNavigation {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40px;
      z-index: 101;
      background-color: white; } }
  .Site-mobilNavigation .Site-mobilNavigation-container {
    width: 20%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center; }
    .Site-mobilNavigation .Site-mobilNavigation-container .Site-mob-navigation-trigger span {
      display: none; }
    .Site-mobilNavigation .Site-mobilNavigation-container .Site-mob-navigation-trigger:after {
      content: 'Menu';
      display: block; }

@media (max-width: 745px) {
  .Site.Site--scrolled .Site-mobilNavigation {
    display: block; } }

.Site.when-mobileNav-is-active .Site-mob-navigation-trigger:after {
  content: 'Close'; }

.Site-head {
  width: 100%;
  position: relative;
  transition: height 0.3s;
  height: 77px;
  background-color: white; }
  @media (max-width: 745px) {
    .Site-head {
      height: auto; } }
  .when-Slideshow-is-open .Site-head {
    display: none; }
  .Site--scrolled .Site-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    @media (max-width: 745px) {
      .Site--scrolled .Site-head {
        top: auto;
        bottom: -100%;
        transition: bottom 0.5s; } }
  .Site--filters .Site-head {
    height: 200px; }
  .Site-head .Site-logo {
    display: none; }
  @media (min-width: 1024px) {
    .Site-head {
      width: 100%; }
      .Site-head .Site-navigation {
        width: 50%; } }
@media (max-width: 745px) {
  .Site.when-mobileNav-is-active .Site-head {
    bottom: 0; } }

.Site-foot {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding-bottom: 10px; }
  .Site-foot ul li {
    display: inline-block;
    padding: 0 5px 0 0; }
    .Site-foot ul li:before {
      content: '\00B7 ';
      display: inline-block;
      padding: 0 5px 0 0;
      color: #877770; }
    .Site-foot ul li:first-child:before {
      display: none; }

.Site-loader {
  position: fixed;
  z-index: 999;
  left: 0px;
  top: 0px;
  bottom: auto;
  width: 0px;
  height: 3px;
  background-color: #000; }
  .Site-loader .Loader {
    display: none; }

/* Mobile homepage slider */
.ui-projectsSlider .rsSlide {
  white-space: normal;
  line-height: 0.85em;
  color: black;
  /* &:after {
            content:'\00B7 ';
            display: inline-block;
            padding: 0 5px 0 0;
            color:$base-link-color;


            position: absolute;
            top:50%;
            right:0px;
        } */ }
  .ui-projectsSlider .rsSlide a {
    display: inline-block;
    font-size: 30px;
    line-height: 28px; }

.ui-projectsSlider .rsGCaption {
  padding-top: 20px;
  color: #877770; }

.Slideshow img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.Slideshow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -100px;
  z-index: 1; }
  @media (max-width: 745px) {
    .Slideshow-bg {
      margin-left: -57px;
      margin-top: -20px; } }
.Slideshow-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200;
  cursor: pointer;
  color: #877770; }

.Slideshow-next {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 200;
  cursor: pointer;
  color: #877770; }
  @media (max-width: 745px) {
    .Slideshow-next {
      display: none; } }
.Slideshow-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 200;
  cursor: pointer;
  color: #877770; }
  @media (max-width: 745px) {
    .Slideshow-prev {
      display: none; } }
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  direction: ltr;
  background-color: white;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none; }
  .royalSlider.is-open {
    opacity: 1;
    pointer-events: all; }

.royalSlider > * {
  float: left; }

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

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.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: rgba(0, 0, 0, 0);
  z-index: 50; }

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

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

.rsHidden {
  opacity: 0;
  visibility: hidden;
  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;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  z-index: 50;
  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: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.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); }

.Splash {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer; }
  .Splash .Splash-option {
    display: none; }
    .Splash .Splash-option.Splash-option--noLogo .Splash-head {
      display: none; }
  .Splash .Splash-head {
    position: absolute;
    z-index: 50;
    width: 25%;
    height: 33.33%; }
    @media (min-width: 746px) and (max-width: 1023px) {
      .Splash .Splash-head {
        width: 50%; } }
    @media (max-width: 745px) {
      .Splash .Splash-head {
        width: 100%; } }
    .Splash .Splash-head h1 {
      text-align: center; }
    .Splash .Splash-head.Splash-head--row-2 {
      margin-top: 33.33%; }
    .Splash .Splash-head.Splash-head--row-3 {
      margin-top: 66.66%; }
    .Splash .Splash-head.Splash-head--column-2 {
      margin-left: 25%; }
    .Splash .Splash-head.Splash-head--column-3 {
      margin-left: 50%; }
    .Splash .Splash-head.Splash-head--column-4 {
      margin-left: 75%; }
  .Splash .Splash-body {
    position: absolute;
    overflow: hidden; }
    .Splash .Splash-body img {
      position: absolute;
      max-width: none; }
  .Site--scrolled .Splash {
    display: none; }

/** @define Template */
.Template-subtitle,
.Template-label {
  text-align: center;
  color: #877770; }

h3 {
  padding: 45px 0 0.5em 0; }

.Template-label {
  padding-top: 0.3em; }
  .Template-label input {
    text-align: center; }

/**
 * Template
 */
.Template.ui-scrollLock-locked .Template-region--right {
  margin-left: 50%; }

.Template .Latest a {
  color: black; }

.Template .Latest p {
  line-height: 1.2em; }

.Template .Template-title--large {
  margin-top: 15px;
  margin-bottom: 20px; }

.Template--home {
  text-align: center; }

p.small {
  color: #877770; }

.Template-quote {
  width: 50%;
  padding: 30px 0px 50px 0;
  margin: 0px auto;
  text-align: center; }
  @media (max-width: 745px) {
    .Template-quote {
      width: 80%; } }
  .Template-quote p {
    color: #877770;
    margin-bottom: 0.4em; }

.Template--artist .Template-head .Content h1 {
  margin-bottom: 0; }

.Template--artist .Template-head a {
  border-bottom: 1px solid; }

.Template--artist .Template-region .Template-section {
  position: static; }

@media (max-width: 745px) {
  .Template--artist .Template-region--left .Template-section--artists {
    display: none; } }

.Template--artist .Template-body {
  margin: 0 40px; }
  @media (min-width: 746px) and (max-width: 1023px) {
    .Template--artist .Template-body {
      margin: 0 20px; } }
  @media (max-width: 745px) {
    .Template--artist .Template-body {
      margin: 0 10px; } }
/**
 * Template media
 */
/**
 * Template head
 */
.Template-head {
  text-align: center;
  margin: 40px; }
  .Template-head.Template-filters {
    margin-top: 60px; }
    @media (min-width: 746px) and (max-width: 1023px) {
      .Template-head.Template-filters {
        margin-top: 20px; } }
    @media (max-width: 745px) {
      .Template-head.Template-filters {
        margin-top: 10px; } }
    .Template-head.Template-filters p {
      padding: 0 75px; }
  @media (min-width: 746px) and (max-width: 1023px) {
    .Template-head {
      margin: 0 20px 20px 20px; } }
  @media (max-width: 745px) {
    .Template-head {
      margin: 15px 0 5px 0; } }
  .Template-head .Template-title {
    color: black;
    width: 85%;
    margin: 0 auto; }
    .Template-head .Template-title.Template-title--large {
      font-size: 40px; }

/**
 * Template region
 */
.Template-region {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  padding-bottom: 50px; }
  @media (max-width: 745px) {
    .Template-region {
      padding-bottom: 0; } }
  .Template-region .Index {
    display: none; }
  @media (min-width: 1024px) {
    .Template-region {
      width: 50%; } }
  .Template-region .Template-body {
    position: relative; }
  .Template-region .Template-section {
    opacity: 1;
    transition: opacity 0.4s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    position: absolute;
    top: 0; }
    @media (min-width: 746px) and (max-width: 1023px) {
      .Template-region .Template-section {
        position: relative; } }
    @media (max-width: 745px) {
      .Template-region .Template-section {
        position: relative; } }
  .Template--home .Template-region {
    display: block;
    float: left;
    /* @include respond-to(mobile) {



        } */ }
    .Template--home .Template-region .Template-section--slides {
      display: none; }
    .Template--home .Template-region .Title--mobile {
      color: #877770;
      cursor: pointer;
      display: none;
      padding: 0px 0 10px 0px; }
    .Template--home .Template-region.Template-region--right {
      float: right; }
      @media (max-width: 745px) {
        .Template--home .Template-region.Template-region--right {
          display: none; } }
      .Template--home .Template-region.Template-region--right .Template-head {
        display: none; }
    @media (min-width: 746px) and (max-width: 1023px) {
      .Template--home .Template-region.Template-region--right .Template-head {
        display: block; }
      .Template--home .Template-region.Template-region--left .Template-head {
        display: none; }
      .Template--home .Template-region .Signup {
        display: none; } }
  @media (max-width: 745px) {
    .Template--home.Template--art-fairs .Template-region.Template-region--left .Template-head {
      display: block; } }
  @media (max-width: 745px) {
    .Template--home.Template--art-fairs .Template-region.Template-region--left .Template-body {
      padding-bottom: 40px; } }
  @media (max-width: 745px) {
    .Template--home.Template--art-fairs .Template-region.Template-region--left .Template-body .Template-section--artists {
      opacity: 1;
      pointer-events: all;
      height: auto; } }
  .Template--info .Template-region {
    display: block;
    float: left; }
    .Template--info .Template-region.Template-region--right {
      float: right;
      text-align: center; }
      .Template--info .Template-region.Template-region--right .Template-head {
        visibility: hidden; }
        @media (min-width: 746px) and (max-width: 1023px) {
          .Template--info .Template-region.Template-region--right .Template-head {
            visibility: visible; } }
        @media (max-width: 745px) {
          .Template--info .Template-region.Template-region--right .Template-head {
            visibility: visible; } }
    @media (min-width: 746px) and (max-width: 1023px) {
      .Template--info .Template-region.Template-region--left {
        padding-top: 50px; }
        .Template--info .Template-region.Template-region--left .Template-head {
          display: none; } }
    @media (max-width: 745px) {
      .Template--info .Template-region.Template-region--left {
        padding-top: 50px; }
        .Template--info .Template-region.Template-region--left .Template-head {
          display: none; } }
  .Template-region .Template-section--all-artists {
    opacity: 0;
    pointer-events: none;
    top: 50px;
    height: 0;
    overflow: hidden;
    padding-bottom: 50px; }
  .when-Artists-is-active .Template-region .Template-section--artists,
  .when-Artists-is-active .Template-region .Template-section--latest {
    opacity: 0;
    pointer-events: none;
    top: -80px;
    height: 0; }
  .when-Artists-is-active .Template-region .Template-section--all-artists {
    opacity: 1;
    pointer-events: all;
    top: -30px;
    height: auto;
    overflow: visible; }
  @media (min-width: 746px) and (max-width: 1023px) {
    .when-Artists-is-active .Template-region .Template-section--all-artists {
      top: -80px; }
    .when-Artists-is-active .Template-region .List--current-images {
      display: none; } }
  @media (min-width: 746px) and (max-width: 1023px) {
    .Template-region {
      width: 100%;
      float: none; }
      .Template-region.Template-region--right {
        float: none; } }
@media (max-width: 745px) {
  .Template--home .Template-region .Index {
    display: none; }
  .Template--home .Template-region .Signup {
    display: none; }
  .Template--home .Template-region .Template-section--slides {
    padding-top: 15px;
    padding-bottom: 50px;
    display: block; }
  .Template--home .Template-region .Title--mobile {
    display: block; }
  .Template--home .Template-region .Template-section--artists {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 50px; }
    .Template--home .Template-region .Template-section--artists .Template-label {
      position: absolute;
      z-index: 30;
      left: 0px;
      bottom: 0px;
      width: 100%;
      background-color: white;
      padding: 10px 0; }
  .Template--home .Template-region .Template-section--all-artists .Template-label {
    position: absolute;
    z-index: 30;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: white;
    padding: 10px 0; }
  .when-mobileList-is-active .Template--home .Template-region.Template-region--left .Template-head {
    display: block; }
  .when-mobileList-is-active .Template--home .Template-region .Template-section--artists {
    opacity: 1;
    pointer-events: all;
    height: auto; }
  .when-mobileList-is-active .Template--home .Template-region .Template-section--slides {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    padding: 0px; }
  .when-Artists-is-active .Template--home .Template-region .Template-section--artists {
    opacity: 0;
    pointer-events: none;
    height: 0; }
  .when-Artists-is-active .Template--home .Template-region .List--all-artists {
    display: block; } }

@media (min-width: 1024px) {
  .Template--artist .Template-region--right .Template-body {
    margin-right: 40px; } }

@media (min-width: 746px) and (max-width: 1023px) {
  .Template--artist .Template-region--right .Template-body {
    margin: 50px; } }

@media (max-width: 745px) {
  .Template--artist .Template-region--right .Template-body {
    margin: 20px; } }

@media (max-width: 745px) {
  .Template--artist .Template-label {
    width: 90%;
    margin: 0 auto;
    line-height: 21px; } }

.Template--works .Template-region {
  padding-bottom: 0; }

.Template--works .Template-region--right .Template-head {
  /* margin-top: -40px; */
  margin-bottom: 0; }
  .Template--works .Template-region--right .Template-head input {
    border-bottom: 1px solid;
    text-align: center; }

.Template--works .Template-body {
  margin: 0 0 40px 0; }
  @media (min-width: 746px) and (max-width: 1023px) {
    .Template--works .Template-body {
      margin: 0 20px; } }
  @media (max-width: 745px) {
    .Template--works .Template-body {
      margin: 0 10px; } }
/* Search! */
.Template--search .Template-region,
.Template--search .Template-body {
  width: 100%;
  height: 100%; }

@media (max-width: 745px) {
  .Template--search {
    margin: 0 20px; } }

.Template--search .Template-region {
  margin: 0; }

.Template--search .Template-head {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -200px;
  margin-top: -70px; }
  .Template--search .Template-head ::-webkit-input-placeholder {
    color: black; }
  .Template--search .Template-head :-moz-placeholder {
    /* Firefox 18- */
    color: black; }
  .Template--search .Template-head ::-moz-placeholder {
    /* Firefox 19+ */
    color: black; }
  .Template--search .Template-head :-ms-input-placeholder {
    color: black; }
  .Template--search .Template-head input {
    width: 400px;
    border-bottom: 1px solid black;
    text-align: center;
    color: black; }

.Template--search .Template-section {
  position: relative;
  padding: 0;
  width: 50%;
  height: 45%;
  text-align: center;
  vertical-align: top;
  padding-top: 100px;
  /* &.Template-search--artists,&.Template-search--news {
            top:0px;
        }

        &.Template-search--projects,&.Template-search--images {
            bottom:0px;
            top:auto;
        } */ }

@media (min-width: 746px) and (max-width: 1023px) {
  .Template--search .Template-head {
    position: static;
    margin: 0;
    width: 100%; }
  .Template--search .Template-section {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0; } }

@media (max-width: 745px) {
  .Template--search .Template-head {
    position: static;
    margin: 15px 0 0 0;
    width: 100%; }
    .Template--search .Template-head input {
      width: 200px; }
  .Template--search .Template-section {
    width: 100%;
    height: auto;
    padding: 0 0 0px 0; } }

/**
 * Template body
 */
.Template-body--text {
  width: 70%;
  margin: 0 auto;
  text-align: center; }
  .Template-body--text p.Template-label {
    margin-bottom: 0.2em; }
  .Template-body--text h3 {
    padding-top: 0; }

/**
 * Template section
 */
.Template-section--artists ul {
  width: 80%;
  margin: 0 auto;
  /* padding-bottom: 70px; */
  max-width: 570px;
  /* @include respond-to(tablet) { */ }
  @media (min-width: 746px) and (max-width: 1023px) {
    .Template-section--artists ul {
      width: 80%;
      margin: 60px auto 20px auto; } }
@media (min-width: 746px) and (max-width: 1023px) {
  .Template--artist .Template-section--artists ul {
    margin: 20px auto 20px auto; } }

.Template-section--latest {
  width: 35%;
  margin: 0 auto; }

/**
 * Template section
 */
/**
 * Template foot
 */
.Template--test-text .Template-body {
  margin: 100px; }

.Work-filters {
  position: fixed;
  z-index: 101;
  top: 25px;
  right: 0px;
  width: 50%;
  /* .Filters-close {
        position: absolute;
        top: 0px;
        right: 25px;

        @extend %u-labels;

        color: $base-link-color;
        cursor: pointer;
        transition: opacity 0.3s;
        opacity: 0;
        pointer-events: none;
    } */
  /* .Filter-options--check li {
        width: 50%;
    } */ }
  @media (max-width: 745px) {
    .Work-filters {
      width: 100%;
      top: 50px;
      display: none; }
      .Work-filters h3 {
        font-size: 16px;
        font-size: 0.8rem; } }
  .Work-filters.Filter--open .Filter-types {
    opacity: 0 !important;
    pointer-events: none !important; }
  .Work-filters .Filter, .Work-filters .Filter-types, .Work-filters h3 {
    transition: opacity 0.3s,margin 0.3s; }
  .Work-filters .Filter {
    margin-top: 10px; }
    .Work-filters .Filter .Content {
      margin: 0; }
  .Work-filters h3 {
    padding: 0;
    text-align: center;
    color: #877770;
    /* @extend %u-labels; */ }
  .Work-filters .Filter {
    position: absolute;
    top: 0px;
    left: 20%;
    width: 100%;
    text-align: center;
    width: 60%; }
    @media (max-width: 745px) {
      .Work-filters .Filter {
        width: 100%;
        left: 0px; } }
    .Work-filters .Filter:before {
      display: inline-block;
      width: 0px;
      height: 100%;
      vertical-align: middle; }
    .Work-filters .Filter.open {
      opacity: 1;
      pointer-events: all;
      margin-top: 0px; }
    .Work-filters .Filter .Filter-container {
      display: inline-block;
      vertical-align: middle;
      width: 100%; }
    .Work-filters .Filter .Filter--advanced {
      display: none; }
      .Work-filters .Filter .Filter--advanced .Filter-options {
        margin-bottom: 10px; }
    .Work-filters .Filter .Filter--is-advanced .Filter--simple {
      display: none; }
    .Work-filters .Filter .Filter--is-advanced .Filter--advanced {
      display: block; }
    .Work-filters .Filter .Filter--is-advanced .Filter-config .Filter-show--simple {
      display: block; }
    .Work-filters .Filter .Filter--is-advanced .Filter-config .Filter-show--advanced {
      display: none; }
  .Work-filters .Filter-types {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none; }
    .Work-filters .Filter-types:before {
      content: '';
      display: inline-block;
      width: 0px;
      height: 100%;
      vertical-align: middle; }
    .Work-filters .Filter-types ul {
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto;
      width: 100%; }
    .Work-filters .Filter-types li {
      display: list;
      width: 100%;
      text-align: center;
      padding-right: 0;
      position: relative; }
      .Work-filters .Filter-types li.is-active a {
        color: black; }
      .Work-filters .Filter-types li span {
        font-size: 12px;
        position: relative;
        display: inline-block;
        margin-left: 5px; }
  .Work-filters .Filter-label {
    position: absolute;
    left: 0px;
    top: -30px;
    width: 100%;
    text-align: center; }
  .Work-filters .Filter-settings {
    padding-bottom: 40px; }
    .Work-filters .Filter-settings li:before {
      content: '\25CB ';
      display: inline-block;
      padding: 0 5px 0 0;
      color: #877770; }
    .Work-filters .Filter-settings li.is-active:before {
      content: '\25CF '; }
  .Work-filters h3 {
    cursor: pointer; }
  .Work-filters .Filter {
    opacity: 0;
    pointer-events: none; }
  .Work-filters.closed {
    height: 40px; }
    .Work-filters.closed .Filter-types {
      margin-top: 10px; }
  .Work-filters.open h3 {
    opacity: 0;
    margin-top: -25px;
    pointer-events: none; }
  .Work-filters.open .Filter-types {
    opacity: 1;
    pointer-events: all; }
  .Work-filters.open .Filters-close {
    opacity: 1;
    pointer-events: all; }
  .Filter--open .Work-filters h3 {
    display: none; }
  .Filter--open .Work-filters .Filter-types {
    opacity: 0;
    margin-top: -10px;
    pointer-events: none; }
  .Work-filters .Filter-options {
    position: relative;
    margin-top: 0; }
  .Work-filters .Filter-drop ul {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: none; }
    .Work-filters .Filter-drop ul li.Filter-value {
      display: list-item; }
      .Work-filters .Filter-drop ul li.Filter-value a:before {
        display: none; }
  .Work-filters .Filter-drop .Filter-drop-title {
    text-align: center;
    cursor: pointer; }
  .Work-filters .Filter-title {
    display: none; }
    .Work-filters .Filter-title.padded {
      padding-bottom: 20px; }
  .Work-filters .Filter-config .Filter-show--simple {
    display: none; }
  .Work-filters .Content input {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cdc6c3 !important; }
  .Work-filters li {
    display: inline-block;
    padding-right: 10px;
    box-sizing: border-box; }
    .Work-filters li.Filter-value a:before {
      content: '\25CB ';
      display: inline-block;
      padding: 0 5px 0 0;
      color: #877770; }
    .Work-filters li.Filter-value.is-active a:before {
      content: '\25CF '; }
    .Work-filters li a, .Work-filters li a:hover, .Work-filters li a.is-active {
      border-bottom: 0;
      text-decoration: none; }
      
      
.instagram {
	margin-top: 15px;
}

.Template-body--related h3 {
	text-align: center;
	margin-bottom: 50px;
	
	
}

/**/
