/*
Theme Name: Border
Theme URI: https://demos.pixelgrade.com/border
Author: Pixelgrade
Author URI: https://pixelgrade.com
Description:  BORDER is a unique and easy-to-use Photography WordPress theme built with the professional photographer and their needs as the main focal point.
Version: 1.9.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: border
Tags: black, white, light, grid, responsive, flexible-width, custom-header, custom-menu, featured-images, microformats, translation-ready, rtl-language-support
*/
/*-------------------------------------*\
    STYLE.CSS
\*------------------------------------*/
/**
 * Here we the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/*------------------------------------*\
    $SETUP
\*------------------------------------*/
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*-----------------------------------------------*\
     $BREAKPOINTS
\*-----------------------------------------------*/
/*-------------------------------------*\
               ICON FONTS
\*-------------------------------------*/
/*-----------------------------------------------*\
     $STYLE GUIDE
\*-----------------------------------------------*/
/*
 * Colors
 */
/*
 * Spacing Units
 */
/*------------------------------------*\
    INUIT.CSS
\*------------------------------------*/
/*!*
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */
/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*\
    $WARNING
\*------------------------------------*/
/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any custom styles SHOULD
 * NOT be added or modified in inuit.css directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*\
    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*\
    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*\
    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Convert basic px measurements into rem units
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida and @rowanmanning for refining and
 * improving my initial mixin.
 */
/**/
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
@import url(//fonts.googleapis.com/css?family=Merriweather:300,400italic,700,900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700);
@import url(//fonts.googleapis.com/css?family=Maven+Pro:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * 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.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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; }

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
    * Let’s make the box model all nice, shall we...?
    */
*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after, .nav:after, .rsBullets:after, .commentlist:after, .projects_nav-list:after, .tabs__nav:after, .media:after, .island:after,
.islet:after, .matrix:after, .multi-list:after, .stat-group:after, .wp-caption:after, .btn-list:after, .widget_tag_cloud .wp-tag-cloud:after, .mosaic:after, .gallery-infobox:after, .comments-area-title:after, .form-search:after, .social-links:after, .pixcode--grid:after, .progressbar:after, .article--blog .article__container:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.island,
.islet {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
  ul, .islet ol, .islet dl, .islet
  blockquote, .islet p, .islet address, .islet
  table, .islet
  fieldset, .islet figure, .islet
  pre, .islet .form-fields > li, .islet
  .media, .islet
  .island, .islet
  .islet {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-top: -2px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 1em/1.875 "Open Sans", sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.26; }

h2, .beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.51; }

h3, .gamma, .widget_calendar caption {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.26; }

h4, .delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.51; }

h5, .epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.885; }

h6, .zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.08143; }

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN, hgroup .widget_calendar caption, .widget_calendar hgroup caption {
  margin-bottom: 0; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1.10375; }

.mega {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1.05167; }

.kilo {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.26; }

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.lede,
.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67667; }

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint, .meta__category, .entry__meta,
.milli {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.08143; }

.micro {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.51; }

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "‘" "’" "“" "”"; }
  q:before {
    content: "\2018";
    content: open-quote; }
  q:after {
    content: "\2019";
    content: close-quote; }
  q q:before {
    content: "\201C";
    content: open-quote; }
  q q:after {
    content: "\201D";
    content: close-quote; }

blockquote {
  quotes: "“" "”"; }
  blockquote p:before {
    content: "“";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "”";
    content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  blockquote q:after {
    content: "\2019";
    content: close-quote; }

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
     * .4em is roughly equal to the width of the opening “ that we wish to hang.
     */
  text-indent: -0.41em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.source {
  display: block;
  text-indent: 0; }
  .source:before {
    content: "\2014"; }

/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto; }

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
     * Override this setting in your theme stylesheet
     */
  opacity: 0.75;
  filter: alpha(opacity=75); }

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0; }

.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%; }

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none; }

/**
 * Rounded images.
 */
.img--round {
  border-radius: 0; }

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: 24px;
  margin-left: 1.5rem; }

.img--left {
  float: left;
  margin-right: 24px;
  margin-right: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: auto; }

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 120px;
  height: 7.5rem; }

.img--medium {
  height: 240px;
  height: 15rem; }

.img--tall {
  height: 360px;
  height: 22.5rem; }

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block; }

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal; }

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%; }

th,
td {
  padding: 6px;
  padding: 0.375rem;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 12px;
      padding: 0.75rem; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

/**
 * Bordered tables
 */
.table--bordered th, table th,
.table--bordered td,
table td {
  border: 1px solid #ccc; }
  .table--bordered th:empty, table th:empty,
  .table--bordered td:empty,
  table td:empty {
    border: none; }

.table--bordered thead tr:last-child th, table thead tr:last-child th {
  border-bottom-width: 2px; }

.table--bordered tbody tr th:last-of-type, table tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 24px;
  padding: 1.5rem; }

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
     * Style these via your theme stylesheet.
     */ }

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0; }

.form-fields > li:last-child {
  margin-bottom: 0; }

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block; }

/**
     * Extra help text in `label`s, e.g.:
     *
       <label>Card number <small class=additional>No spaces</small></label>
     *
     */
.additional {
  display: block;
  font-weight: normal; }

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0; }

/*
     * Labels in check-lists
     */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block; }

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit; }

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden; }

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible; }

/**
 * Objects and abstractions
 */
.grid, .comment-form, .wpcf7-comment-form, .article--split-grid {
  margin-left: 0; }

/*rtl:begin:ignore*/
/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system. It is necessary to comment out, or otherwise
 * remove, the whitespace from between grid items, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid, .comment-form, .wpcf7-comment-form, .article--split-grid {
  margin-left: -24px;
  margin-left: -1.5rem;
  list-style: none;
  margin-bottom: 0; }

/**
     * Very infrequently occuring grid wrappers as children of grid wrappers.
     */
.grid > .grid, .comment-form > .grid, .wpcf7-comment-form > .grid, .article--split-grid > .grid, .grid > .comment-form, .comment-form > .comment-form, .wpcf7-comment-form > .comment-form, .article--split-grid > .comment-form, .grid > .wpcf7-comment-form, .comment-form > .wpcf7-comment-form, .wpcf7-comment-form > .wpcf7-comment-form, .article--split-grid > .wpcf7-comment-form, .grid > .article--split-grid, .comment-form > .article--split-grid, .wpcf7-comment-form > .article--split-grid, .article--split-grid > .article--split-grid {
  margin-left: 0; }

/**
     * Grid
     */
.grid__item, .menu-top--left__container,
.menu-top--right__container, .branding__container, .logged-in-as, .comment-form-author,
.comment-form-email,
.comment-form-url, .comment-form-comment,
.form-submit,
.comment-subscription-form, .wpcf7-author, .wpcf7-email, .wpcf7-message, .article--split__left--container,
.article--split__right--container {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  padding-left: 1.5rem;
  vertical-align: top; }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item, .grid--rev > .menu-top--left__container,
  .grid--rev > .menu-top--right__container, .grid--rev > .branding__container, .grid--rev > .logged-in-as, .grid--rev > .comment-form-author,
  .grid--rev > .comment-form-email,
  .grid--rev > .comment-form-url, .grid--rev > .comment-form-comment,
  .grid--rev > .form-submit,
  .grid--rev > .comment-subscription-form, .grid--rev > .wpcf7-author, .grid--rev > .wpcf7-email, .grid--rev > .wpcf7-message, .grid--rev > .article--split__left--container,
  .grid--rev > .article--split__right--container {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item, .grid--full > .menu-top--left__container,
  .grid--full > .menu-top--right__container, .grid--full > .branding__container, .grid--full > .logged-in-as, .grid--full > .comment-form-author,
  .grid--full > .comment-form-email,
  .grid--full > .comment-form-url, .grid--full > .comment-form-comment,
  .grid--full > .form-submit,
  .grid--full > .comment-subscription-form, .grid--full > .wpcf7-author, .grid--full > .wpcf7-email, .grid--full > .wpcf7-message, .grid--full > .article--split__left--container,
  .grid--full > .article--split__right--container {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right; }
  .grid--right > .grid__item, .grid--right > .menu-top--left__container,
  .grid--right > .menu-top--right__container, .grid--right > .branding__container, .grid--right > .logged-in-as, .grid--right > .comment-form-author,
  .grid--right > .comment-form-email,
  .grid--right > .comment-form-url, .grid--right > .comment-form-comment,
  .grid--right > .form-submit,
  .grid--right > .comment-subscription-form, .grid--right > .wpcf7-author, .grid--right > .wpcf7-email, .grid--right > .wpcf7-message, .grid--right > .article--split__left--container,
  .grid--right > .article--split__right--container {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center; }
  .grid--center > .grid__item, .grid--center > .menu-top--left__container,
  .grid--center > .menu-top--right__container, .grid--center > .branding__container, .grid--center > .logged-in-as, .grid--center > .comment-form-author,
  .grid--center > .comment-form-email,
  .grid--center > .comment-form-url, .grid--center > .comment-form-comment,
  .grid--center > .form-submit,
  .grid--center > .comment-subscription-form, .grid--center > .wpcf7-author, .grid--center > .wpcf7-email, .grid--center > .wpcf7-message, .grid--center > .article--split__left--container,
  .grid--center > .article--split__right--container {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item, .grid--middle > .menu-top--left__container,
.grid--middle > .menu-top--right__container, .grid--middle > .branding__container, .grid--middle > .logged-in-as, .grid--middle > .comment-form-author,
.grid--middle > .comment-form-email,
.grid--middle > .comment-form-url, .grid--middle > .comment-form-comment,
.grid--middle > .form-submit,
.grid--middle > .comment-subscription-form, .grid--middle > .wpcf7-author, .grid--middle > .wpcf7-email, .grid--middle > .wpcf7-message, .grid--middle > .article--split__left--container,
.grid--middle > .article--split__right--container {
  vertical-align: middle; }

.grid--bottom > .grid__item, .grid--bottom > .menu-top--left__container,
.grid--bottom > .menu-top--right__container, .grid--bottom > .branding__container, .grid--bottom > .logged-in-as, .grid--bottom > .comment-form-author,
.grid--bottom > .comment-form-email,
.grid--bottom > .comment-form-url, .grid--bottom > .comment-form-comment,
.grid--bottom > .form-submit,
.grid--bottom > .comment-subscription-form, .grid--bottom > .wpcf7-author, .grid--bottom > .wpcf7-email, .grid--bottom > .wpcf7-message, .grid--bottom > .article--split__left--container,
.grid--bottom > .article--split__right--container {
  vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -12px;
  margin-left: -0.75rem; }
  .grid--narrow > .grid__item, .grid--narrow > .menu-top--left__container,
  .grid--narrow > .menu-top--right__container, .grid--narrow > .branding__container, .grid--narrow > .logged-in-as, .grid--narrow > .comment-form-author,
  .grid--narrow > .comment-form-email,
  .grid--narrow > .comment-form-url, .grid--narrow > .comment-form-comment,
  .grid--narrow > .form-submit,
  .grid--narrow > .comment-subscription-form, .grid--narrow > .wpcf7-author, .grid--narrow > .wpcf7-email, .grid--narrow > .wpcf7-message, .grid--narrow > .article--split__left--container,
  .grid--narrow > .article--split__right--container {
    padding-left: 12px;
    padding-left: 0.75rem; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -48px;
  margin-left: -3rem; }
  .grid--wide > .grid__item, .grid--wide > .menu-top--left__container,
  .grid--wide > .menu-top--right__container, .grid--wide > .branding__container, .grid--wide > .logged-in-as, .grid--wide > .comment-form-author,
  .grid--wide > .comment-form-email,
  .grid--wide > .comment-form-url, .grid--wide > .comment-form-comment,
  .grid--wide > .form-submit,
  .grid--wide > .comment-subscription-form, .grid--wide > .wpcf7-author, .grid--wide > .wpcf7-email, .grid--wide > .wpcf7-message, .grid--wide > .article--split__left--container,
  .grid--wide > .article--split__right--container {
    padding-left: 48px;
    padding-left: 3rem; }

/*rtl:end:ignore*/
/*------------------------------------*\
    $FLEXBOX
\*------------------------------------*/
/**
 * Until we can utilise flexbox natively we can kinda, sorta, attempt to emulate
 * it, in a way... e.g.:
 *
   <header class=flexbox>

       <div class=flexbox__item>
           <b>Welcome to</b>
       </div>

       <div class=flexbox__item>
           <img src="//csswizardry.com/inuitcss/img/logo.jpg" alt="inuit.css">
       </div>

   </header>
 *
 * We can also combine our grid system classes with `.flexbox__item` classes,
 * e.g.:
 *
   <div class=flexbox>
       <div class="flexbox__item  one-quarter">
       </div>
       <div class="flexbox__item  three-quarters">
       </div>
   </div>
 *
 * It’s pretty poorly named I’m afraid, but it works...
 *
 * Demo: jsfiddle.net/inuitcss/ufUh2
 *
 */
.flexbox, .cover-wrapper, .copyright-overlay__container {
  display: table;
  width: 100%; }

/**
 * Nasty hack to circumvent Modernizr conflicts.
 */
html.flexbox, html.cover-wrapper, html.copyright-overlay__container {
  display: block;
  width: auto; }

.flexbox__item, .cover-container, .copyright-overlay__content {
  display: table-cell;
  vertical-align: middle; }

/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav, .rsBullets, .commentlist, .projects_nav-list, .tabs__nav {
  list-style: none;
  margin-left: 0; }
  .nav > li, .rsBullets > li, .commentlist > li, .projects_nav-list > li, .tabs__nav > li,
  .nav > li > a,
  .rsBullets > li > a,
  .commentlist > li > a,
  .projects_nav-list > li > a,
  .tabs__nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item; }
  .nav--stacked > li > a {
    display: block; }

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center; }

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block, .options {
  line-height: 1;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li, .options > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a, .options > li > a {
      padding: 12px;
      padding: 0.75rem; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*\
    $OPTIONS
\*------------------------------------*/
/**
 * Link-group nav, used for displaying related options. Extends `.nav--block`
 * but could also extend `.nav--fit`. Extend with colours and ‘current states’
 * in your theme stylesheet.
 *
  <ul class="nav  options">
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/vwfaf
 *
 */
.options > li > a {
  border: 0 solid #ccc;
  border-width: 1px;
  border-left-width: 0; }

.options > li:first-child > a {
  border-left-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.options > li:last-child > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 24px;
  margin-right: 1.5rem; }

/**
     * Reversed image location (right instead of left).
     */
.media__img--rev {
  float: right;
  margin-left: 24px;
  margin-left: 1.5rem; }

.media__img img,
.media__img--rev img {
  display: block; }

.media__body {
  overflow: hidden; }

.media__body,
.media__body > :last-child {
  margin-bottom: 0; }

/**
     * `.img`s in `.islet`s need an appropriately sized margin.
     */
.islet .media__img {
  margin-right: 12px;
  margin-right: 0.75rem; }

.islet .media__img--rev {
  margin-left: 12px;
  margin-left: 0.75rem; }

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/
/**
 * Simple, boxed off content, as per: csswizardry.com/2011/10/the-island-object
 * E.g.:
 *
   <div class=island>
       I am boxed off.
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/u8pV3
 *
 */
.island,
.islet {
  display: block; }

.island {
  padding: 24px;
  padding: 1.5rem; }

.island > :last-child,
.islet > :last-child {
  margin-bottom: 0; }

/**
 * Just like `.island`, only smaller.
 */
.islet {
  padding: 12px;
  padding: 0.75rem; }

/*------------------------------------*\
    $BLOCK-LIST
\*------------------------------------*/
/**
 * Create big blocky lists of content, e.g.:
 *
   <ul class=block-list>
      <li>Foo</li>
      <li>Bar</li>
      <li>Baz</li>
      <li><a href=# class=block-list__link>Foo Bar Baz</a></li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/hR57q
 *
 */
.block-list, .matrix,
.block-list > li,
.matrix > li {
  border: 0 solid #ccc; }

.block-list, .matrix {
  list-style: none;
  margin-left: 0;
  border-top-width: 1px;
  margin-top: -1px; }
  
  .block-list > li,
  .matrix > li {
    border-bottom-width: 1px;
    margin-top: -1px;
    padding: 12px;
    padding: 0.75rem; }

.block-list__link, .matrix__link {
  display: block;
  padding: 12px;
  padding: 0.75rem;
  margin: -12px;
  margin: -0.75rem; }

/*------------------------------------*\
    $MATRIX
\*------------------------------------*/
/**
 * Create a grid of items out of a single list, e.g.:
 *
   <ul class="matrix  three-cols">
       <li class=all-cols>Lorem</li>
       <li>Ipsum <a href=#>dolor</a></li>
       <li><a href=# class=matrix__link>Sit</a></li>
       <li>Amet</li>
       <li class=all-cols>Consectetuer</li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.matrix {
  border-left-width: 1px; }
  .matrix > li {
    float: left;
    border-right-width: 1px; }

/**
 * The `.multi-list` object is a lot like the `.matrix` object only without the
 * blocky borders and padding.
 *
   <ul class="multi-list  four-cols">
       <li>Lorem</li>
       <li>Ipsum</li>
       <li>Dolor</li>
       <li>Sit</li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.multi-list {
  list-style: none;
  margin-left: 0; }

.multi-list > li {
  float: left; }

/**
     * Apply these classes alongside the `.matrix` or `.multi-list` classes on
     * lists to determine how wide their columns are.
     */
.two-cols > li {
  width: 50%; }

.three-cols > li {
  width: 33.333%; }

.four-cols > li {
  width: 25%; }

.five-cols > li {
  width: 20%; }

/**
     * Unfortunately we have to qualify this selector in order to bring its
     * specificity above the `.[number]-cols > li` selectors above.
     */
.matrix > .all-cols,
.multi-list > .all-cols {
  width: 100%; }

/*------------------------------------*\
    $SPLIT
\*------------------------------------*/
/**
 * Simple split item for creating two elements floated away from one another,
 * e.g.:
 *
   <dl class=split>
       <dt class=split__title>Burger and fries</dt>
       <dd>&pound;5.99</dd>
       <dt class=split__title>Fillet steak</dt>
       <dd>&pound;19.99</dd>
       <dt class=split__title>Ice cream</dt>
       <dd>&pound;2.99</dd>
   </dl>
 *
   <ol class="split  results">
       <li class=first><b class=split__title>1st place</b> Bob</li>
       <li class=second><b class=split__title>2nd place</b> Lilly</li>
       <li class=third><b class=split__title>3rd place</b> Ted</li>
   </ol>​
 *
 * Demo: jsfiddle.net/inuitcss/9gZW7
 *
 */
.split {
  text-align: right;
  list-style: none;
  margin-left: 0; }

.split__title {
  text-align: left;
  float: left;
  clear: left; }

/*------------------------------------*\
    $ARROWS
\*------------------------------------*/
/**
 * It is a common design treatment to give an element a triangular points-out
 * arrow, we typically build these with CSS. These following classes allow us to
 * generate these arbitrarily with a mixin, `@arrow()`.
 */
/**
 * Forms the basis for any/all CSS arrows.
 */
/**
 * Define individual edges so we can combine what we need, when we need.
 */
/*------------------------------------*\
    $BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
.btn, .pixproof_photo_ref, .pagination--archive ol li a, .pagination--archive ol li span, .pagination--archive ol li:first-child span, .pagination--archive ol li:last-child span, .comments_add-comment, .form-submit #comment-submit, .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  border-radius: 0;
  /* [8] */ }

.btn, .pixproof_photo_ref, .pagination--archive ol li a, .pagination--archive ol li span, .pagination--archive ol li:first-child span, .pagination--archive ol li:last-child span, .comments_add-comment, .form-submit #comment-submit, .wpcf7-form-control.wpcf7-submit, .btn:hover, .pixproof_photo_ref:hover, .pagination--archive ol li a:hover, .pagination--archive ol li span:hover, .comments_add-comment:hover, .form-submit #comment-submit:hover, .wpcf7-form-control.wpcf7-submit:hover {
  text-decoration: none;
  /* [9] */ }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small, .pixproof_photo_ref, .comments_add-comment {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2; }

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4; }

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5; }

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center; }

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem; }

.btn--beta {
  font-size: 2rem; }

.btn--gamma {
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em; }

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff; }

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */ }

/*------------------------------------*\
    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */ }

.btn--hard {
  border-radius: 0; }

/*------------------------------------*\
    $LOZENGES
\*------------------------------------*/
/**
 * Create pill- and lozenge-like runs of text, e.g.:
 *
   <p>This <span class=pill>here</span> is a pill!</p>
 *
   <p>This <span class=loz>here</span> is also a lozenge!</p>
 *
 * Pills have fully rounded ends, lozenges have only their corners rounded.
 *
 * Demo: jsfiddle.net/inuitcss/N3pGm
 *
 */
.pill, .loz {
  display: inline-block;
  /**
     * These numbers set in ems mean that, at its narrowest, a lozenge will be
     * the same width as the `line-height` set on the `html` element.
     * This allows us to use the `.loz` in almost any `font-size` we wish.
     */
  min-width: 1.25em;
  padding-right: 0.3125em;
  padding-left: 0.3125em;
  /* =1.50em */
  text-align: center;
  background-color: #ccc;
  color: #fff;
  /* Override this color in your theme stylesheet */
  /**
     * Normally we’d use border-radius:100%; but instead here we just use an
     * overly large number; `border-radius:100%;` would create an oval on
     * non-square elements whereas we just want to round the ends of an element.
     */
  border-radius: 100px; }

.loz {
  border-radius: 0; }

/*------------------------------------*\
     $STATS
 \*------------------------------------*/
/**
  * Simple object to display key–value statistic-like information, e.g.:
  *
    <div class=stat-group>
        <dl class=stat>
            <dt class=stat__title>Tweets</dt>
            <dd class=stat__value>27,740</dd>
        </dl>

        <dl class=stat>
            <dt class=stat__title>Following</dt>
            <dd class=stat__value>11,529</dd>
        </dl>

        <dl class=stat>
            <dt class=stat__title>Followers</dt>
            <dd class=stat__value>12,105</dd>
        </dl>
    </div>
  *
  * Demo: jsfiddle.net/inuitcss/Bpwu6
  *
  */
.stat-group {
  margin-left: -24px;
  margin-left: -1.5rem; }

.stat {
  float: left;
  margin-left: 24px;
  margin-left: 1.5rem;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.stat__title {
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  -ms-flex-order: 2; }

.stat__value {
  margin-left: 0;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  -ms-flex-order: 1; }

/*------------------------------------*\
    $GREYBOX
\*------------------------------------*/
/**
 * Quickly throw together greybox wireframes. Use in conjunction with other
 * inuit.css objects to create simple greybox prototypes, e.g.:
 *
   <div class="island  greybox  greybox--medium">Header</div>

   <ul class="nav  nav--fit  nav--block  greybox">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * The beauty of combining the greyboxing with inuit.css objects is that any
 * prototyping can quickly be converted into/used as production code.
 *
 * For a more complete prototyping framework, consider Adam Whitcroft’s Proto:
 * adamwhitcroft.com/proto
 *
 * Demo: jsfiddle.net/inuitcss/qCXfh/
 *
 */
.greybox,
.graybox {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.26;
  font-family: sans-serif;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

.greybox a,
.graybox a {
  color: #fff;
  text-decoration: underline; }

/**
 * All greyboxes will occupy 100% of their parent’s width, but to alter their
 * heights we apply incrementally larger line-heights:
 */
.greybox--small,
.graybox--small {
  line-height: 60px; }

.greybox--medium,
.graybox--medium {
  line-height: 120px; }

.greybox--large,
.graybox--large {
  line-height: 240px; }

.greybox--huge,
.graybox--huge {
  line-height: 480px; }

.greybox--gigantic,
.graybox--gigantic {
  line-height: 960px; }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
    * Whole
    */
.one-whole, .logged-in-as, .comment-form-author,
.comment-form-email,
.comment-form-url, .comment-form-comment,
.form-submit,
.comment-subscription-form, .wpcf7-author, .wpcf7-email, .article--split__left--container,
.article--split__right--container {
  width: 100%; }

/**
    * Halves
    */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
    * Thirds
    */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
    * Quarters
    */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
    * Fifths
    */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
    * Sixths
    */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
    * Eighths
    */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
    * Tenths
    */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
    * Twelfths
    */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 899px) {
  /**
    * Whole
    */
  .palm-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%; }
  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%; }
  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%; }
  .palm-two-fifths, .palm-four-tenths {
    width: 40%; }
  .palm-three-fifths, .palm-six-tenths {
    width: 60%; }
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%; }
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .palm-one-eighth {
    width: 12.5%; }
  .palm-three-eighths {
    width: 37.5%; }
  .palm-five-eighths {
    width: 62.5%; }
  .palm-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .palm-one-tenth {
    width: 10%; }
  .palm-three-tenths {
    width: 30%; }
  .palm-seven-tenths {
    width: 70%; }
  .palm-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .palm-one-twelfth {
    width: 8.333%; }
  .palm-five-twelfths {
    width: 41.666%; }
  .palm-seven-twelfths {
    width: 58.333%; }
  .palm-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 900px) and (max-width: 1023px) {
  /**
    * Whole
    */
  .lap-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%; }
  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%; }
  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%; }
  .lap-two-fifths, .lap-four-tenths {
    width: 40%; }
  .lap-three-fifths, .lap-six-tenths {
    width: 60%; }
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%; }
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .lap-one-eighth {
    width: 12.5%; }
  .lap-three-eighths {
    width: 37.5%; }
  .lap-five-eighths {
    width: 62.5%; }
  .lap-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .lap-one-tenth {
    width: 10%; }
  .lap-three-tenths {
    width: 30%; }
  .lap-seven-tenths {
    width: 70%; }
  .lap-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .lap-one-twelfth {
    width: 8.333%; }
  .lap-five-twelfths {
    width: 41.666%; }
  .lap-seven-twelfths {
    width: 58.333%; }
  .lap-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 900px) {
  /**
    * Whole
    */
  .lap-and-up-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths, .menu-top--left__container,
  .menu-top--right__container, .branding__container, .wpcf7-author, .wpcf7-email, .article--split__left--container,
  .article--split__right--container {
    width: 50%; }
  /**
    * Thirds
    */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths, .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 33.333%; }
  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%; }
  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%; }
  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%; }
  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%; }
  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%; }
  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .lap-and-up-one-eighth {
    width: 12.5%; }
  .lap-and-up-three-eighths {
    width: 37.5%; }
  .lap-and-up-five-eighths {
    width: 62.5%; }
  .lap-and-up-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .lap-and-up-one-tenth {
    width: 10%; }
  .lap-and-up-three-tenths {
    width: 30%; }
  .lap-and-up-seven-tenths {
    width: 70%; }
  .lap-and-up-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .lap-and-up-one-twelfth {
    width: 8.333%; }
  .lap-and-up-five-twelfths {
    width: 41.666%; }
  .lap-and-up-seven-twelfths {
    width: 58.333%; }
  .lap-and-up-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (max-width: 1023px) {
  /**
    * Whole
    */
  .portable-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%; }
  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%; }
  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%; }
  .portable-two-fifths, .portable-four-tenths {
    width: 40%; }
  .portable-three-fifths, .portable-six-tenths {
    width: 60%; }
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%; }
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .portable-one-eighth {
    width: 12.5%; }
  .portable-three-eighths {
    width: 37.5%; }
  .portable-five-eighths {
    width: 62.5%; }
  .portable-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .portable-one-tenth {
    width: 10%; }
  .portable-three-tenths {
    width: 30%; }
  .portable-seven-tenths {
    width: 70%; }
  .portable-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .portable-one-twelfth {
    width: 8.333%; }
  .portable-five-twelfths {
    width: 41.666%; }
  .portable-seven-twelfths {
    width: 58.333%; }
  .portable-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 1024px) {
  /**
    * Whole
    */
  .desk-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%; }
  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%; }
  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%; }
  .desk-two-fifths, .desk-four-tenths {
    width: 40%; }
  .desk-three-fifths, .desk-six-tenths {
    width: 60%; }
  .desk-four-fifths, .desk-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%; }
  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .desk-one-eighth {
    width: 12.5%; }
  .desk-three-eighths {
    width: 37.5%; }
  .desk-five-eighths {
    width: 62.5%; }
  .desk-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .desk-one-tenth {
    width: 10%; }
  .desk-three-tenths {
    width: 30%; }
  .desk-seven-tenths {
    width: 70%; }
  .desk-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .desk-one-twelfth {
    width: 8.333%; }
  .desk-five-twelfths {
    width: 41.666%; }
  .desk-seven-twelfths {
    width: 58.333%; }
  .desk-eleven-twelfths {
    width: 91.666%; } }

/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
     * Whole
     */
.push--one-whole {
  left: 100%; }

/**
     * Halves
     */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%; }

/**
     * Thirds
     */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%; }

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%; }

/**
     * Quarters
     */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%; }

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%; }

/**
     * Fifths
     */
.push--one-fifth, .push--two-tenths {
  left: 20%; }

.push--two-fifths, .push--four-tenths {
  left: 40%; }

.push--three-fifths, .push--six-tenths {
  left: 60%; }

.push--four-fifths, .push--eight-tenths {
  left: 80%; }

/**
     * Sixths
     */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%; }

.push--five-sixths, .push--ten-twelfths {
  left: 83.333%; }

/**
     * Eighths
     */
.push--one-eighth {
  left: 12.5%; }

.push--three-eighths {
  left: 37.5%; }

.push--five-eighths {
  left: 62.5%; }

.push--seven-eighths {
  left: 87.5%; }

/**
     * Tenths
     */
.push--one-tenth {
  left: 10%; }

.push--three-tenths {
  left: 30%; }

.push--seven-tenths {
  left: 70%; }

.push--nine-tenths {
  left: 90%; }

/**
     * Twelfths
     */
.push--one-twelfth {
  left: 8.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="push--"] {
  position: relative; }

/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: "Helvetica Neue", sans-serif!important;
  color: #4a8ec2!important; }

.brand-face {
  font-family: "Helvetica Neue", sans-serif!important; }

.brand-color,
.brand-colour {
  color: #4a8ec2!important; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

.float--left {
  float: left !important; }

.float--none {
  float: none !important; }

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important; }

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

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

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

.weight--semibold {
  font-weight: 600 !important; }

/**
 * Add/remove margins
 */
.push {
  margin: 24px !important;
  margin: 1.5rem !important; }

.push--top {
  margin-top: 24px !important;
  margin-top: 1.5rem !important; }

.push--right {
  margin-right: 24px !important;
  margin-right: 1.5rem !important; }

.push--bottom {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important; }

.push--left {
  margin-left: 24px !important;
  margin-left: 1.5rem !important; }

.push--ends {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important; }

.push--sides {
  margin-right: 24px !important;
  margin-right: 1.5rem !important;
  margin-left: 24px !important;
  margin-left: 1.5rem !important; }

.push-half {
  margin: 12px !important;
  margin: 0.75rem !important; }

.push-half--top {
  margin-top: 12px !important;
  margin-top: 0.75rem !important; }

.push-half--right {
  margin-right: 12px !important;
  margin-right: 0.75rem !important; }

.push-half--bottom {
  margin-bottom: 12px !important;
  margin-bottom: 0.75rem !important; }

.push-half--left {
  margin-left: 12px !important;
  margin-left: 0.75rem !important; }

.push-half--ends {
  margin-top: 12px !important;
  margin-top: 0.75rem !important;
  margin-bottom: 12px !important;
  margin-bottom: 0.75rem !important; }

.push-half--sides {
  margin-right: 12px !important;
  margin-right: 0.75rem !important;
  margin-left: 12px !important;
  margin-left: 0.75rem !important; }

.flush {
  margin: 0 !important;
  margin: 0 !important; }

.flush--top, .mt0 {
  margin-top: 0 !important;
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important;
  margin-right: 0 !important; }

.flush--bottom, .mb0, .entry__meta-box ul {
  margin-bottom: 0 !important;
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important;
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 24px !important;
  padding: 1.5rem !important; }

.soft--top {
  padding-top: 24px !important;
  padding-top: 1.5rem !important; }

.soft--right {
  padding-right: 24px !important;
  padding-right: 1.5rem !important; }

.soft--bottom {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important; }

.soft--left {
  padding-left: 24px !important;
  padding-left: 1.5rem !important; }

.soft--ends {
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important; }

.soft--sides {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
  padding-left: 24px !important;
  padding-left: 1.5rem !important; }

.soft-half {
  padding: 12px !important;
  padding: 0.75rem !important; }

.soft-half--top {
  padding-top: 12px !important;
  padding-top: 0.75rem !important; }

.soft-half--right {
  padding-right: 12px !important;
  padding-right: 0.75rem !important; }

.soft-half--bottom {
  padding-bottom: 12px !important;
  padding-bottom: 0.75rem !important; }

.soft-half--left {
  padding-left: 12px !important;
  padding-left: 0.75rem !important; }

.soft-half--ends {
  padding-top: 12px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 12px !important;
  padding-bottom: 0.75rem !important; }

.soft-half--sides {
  padding-right: 12px !important;
  padding-right: 0.75rem !important;
  padding-left: 12px !important;
  padding-left: 0.75rem !important; }

.hard {
  padding: 0 !important;
  padding: 0 !important; }

.hard--top, .pt0 {
  padding-top: 0 !important;
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important;
  padding-right: 0 !important; }

.hard--bottom, .pb0 {
  padding-bottom: 0 !important;
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important;
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -24px !important;
  margin-right: -1.5rem !important;
  margin-left: -24px !important;
  margin-left: -1.5rem !important; }
  .islet .full-bleed {
    margin-right: -12px !important;
    margin-right: -0.75rem !important;
    margin-left: -12px !important;
    margin-left: -0.75rem !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important; }

/**
 * Add a left-angled quote to links that imply backwards movement, e.g.:
 *
   <a href=# class=back>Return</a>
 *
 */
.back:before {
  content: "«" " " !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media only screen and (max-width: 899px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 900px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (max-width: 1023px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1024px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1366px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

/* endif */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/*------------------------------------*\
    $TOOLS
\*------------------------------------*/
/**
* Mixins, functions, extenders
*/
/*--------------------------------------------*\
               $EASINGS SHORTHANDS
\*--------------------------------------------*/
.span-1,
.col-1 {
  width: 8.33333%; }

.span-2,
.col-2 {
  width: 16.66667%; }

.span-3,
.col-3 {
  width: 25%; }

.span-4,
.col-4 {
  width: 33.33333%; }

.span-5,
.col-5 {
  width: 41.66667%; }

.span-6,
.col-6 {
  width: 50%; }

.span-7,
.col-7 {
  width: 58.33333%; }

.span-8,
.col-8 {
  width: 66.66667%; }

.span-9,
.col-9 {
  width: 75%; }

.span-10,
.col-10 {
  width: 83.33333%; }

.span-11,
.col-11 {
  width: 91.66667%; }

.span-12,
.col-12 {
  width: 100%; }

@media only screen and (min-width: 601px) {
  .small-span-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 601px) {
  .small-span-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 601px) {
  .small-span-3 {
    width: 25%; } }

@media only screen and (min-width: 601px) {
  .small-span-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 601px) {
  .small-span-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 601px) {
  .small-span-6 {
    width: 50%; } }

@media only screen and (min-width: 601px) {
  .small-span-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 601px) {
  .small-span-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 601px) {
  .small-span-9 {
    width: 75%; } }

@media only screen and (min-width: 601px) {
  .small-span-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 601px) {
  .small-span-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 601px) {
  .small-span-12 {
    width: 100%; } }

@media only screen and (min-width: 901px) {
  .hand-span-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 901px) {
  .hand-span-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 901px) {
  .hand-span-3 {
    width: 25%; } }

@media only screen and (min-width: 901px) {
  .hand-span-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 901px) {
  .hand-span-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 901px) {
  .hand-span-6 {
    width: 50%; } }

@media only screen and (min-width: 901px) {
  .hand-span-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 901px) {
  .hand-span-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 901px) {
  .hand-span-9 {
    width: 75%; } }

@media only screen and (min-width: 901px) {
  .hand-span-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 901px) {
  .hand-span-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 901px) {
  .hand-span-12 {
    width: 100%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-3 {
    width: 25%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-6 {
    width: 50%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-9 {
    width: 75%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 1201px) {
  .lap-span-12 {
    width: 100%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-3 {
    width: 25%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-6 {
    width: 50%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-9 {
    width: 75%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 1881px) {
  .desk-span-12 {
    width: 100%; } }

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

.push-1 {
  left: 8.33333%; }

.pull-1 {
  left: -8.33333%; }

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

.push-2 {
  left: 16.66667%; }

.pull-2 {
  left: -16.66667%; }

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

.push-3 {
  left: 25%; }

.pull-3 {
  left: -25%; }

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

.push-4 {
  left: 33.33333%; }

.pull-4 {
  left: -33.33333%; }

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

.push-5 {
  left: 41.66667%; }

.pull-5 {
  left: -41.66667%; }

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

.push-6 {
  left: 50%; }

.pull-6 {
  left: -50%; }

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

.push-7 {
  left: 58.33333%; }

.pull-7 {
  left: -58.33333%; }

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

.push-8 {
  left: 66.66667%; }

.pull-8 {
  left: -66.66667%; }

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

.push-9 {
  left: 75%; }

.pull-9 {
  left: -75%; }

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

.push-10 {
  left: 83.33333%; }

.pull-10 {
  left: -83.33333%; }

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

.push-11 {
  left: 91.66667%; }

.pull-11 {
  left: -91.66667%; }

.offset-12 {
  margin-left: 100%; }

.push-12 {
  left: 100%; }

.pull-12 {
  left: -100%; }

@media only screen and (min-width: 601px) {
  .small-col-1 {
    width: 8.33333%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-push-1 {
    left: 8.33333%; }
  .small-pull-1 {
    left: -8.33333%; }
  .small-col-2 {
    width: 16.66667%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-push-2 {
    left: 16.66667%; }
  .small-pull-2 {
    left: -16.66667%; }
  .small-col-3 {
    width: 25%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-push-3 {
    left: 25%; }
  .small-pull-3 {
    left: -25%; }
  .small-col-4 {
    width: 33.33333%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-push-4 {
    left: 33.33333%; }
  .small-pull-4 {
    left: -33.33333%; }
  .small-col-5 {
    width: 41.66667%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-push-5 {
    left: 41.66667%; }
  .small-pull-5 {
    left: -41.66667%; }
  .small-col-6 {
    width: 50%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-push-6 {
    left: 50%; }
  .small-pull-6 {
    left: -50%; }
  .small-col-7 {
    width: 58.33333%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-push-7 {
    left: 58.33333%; }
  .small-pull-7 {
    left: -58.33333%; }
  .small-col-8 {
    width: 66.66667%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-push-8 {
    left: 66.66667%; }
  .small-pull-8 {
    left: -66.66667%; }
  .small-col-9 {
    width: 75%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-push-9 {
    left: 75%; }
  .small-pull-9 {
    left: -75%; }
  .small-col-10 {
    width: 83.33333%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-push-10 {
    left: 83.33333%; }
  .small-pull-10 {
    left: -83.33333%; }
  .small-col-11 {
    width: 91.66667%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .small-push-11 {
    left: 91.66667%; }
  .small-pull-11 {
    left: -91.66667%; }
  .small-col-12 {
    width: 100%; }
  .small-offset-12 {
    margin-left: 100%; }
  .small-push-12 {
    left: 100%; }
  .small-pull-12 {
    left: -100%; } }

@media only screen and (min-width: 901px) {
  .hand-col-1 {
    width: 8.33333%; }
  .hand-offset-1 {
    margin-left: 8.33333%; }
  .hand-push-1 {
    left: 8.33333%; }
  .hand-pull-1 {
    left: -8.33333%; }
  .hand-col-2 {
    width: 16.66667%; }
  .hand-offset-2 {
    margin-left: 16.66667%; }
  .hand-push-2 {
    left: 16.66667%; }
  .hand-pull-2 {
    left: -16.66667%; }
  .hand-col-3 {
    width: 25%; }
  .hand-offset-3 {
    margin-left: 25%; }
  .hand-push-3 {
    left: 25%; }
  .hand-pull-3 {
    left: -25%; }
  .hand-col-4 {
    width: 33.33333%; }
  .hand-offset-4 {
    margin-left: 33.33333%; }
  .hand-push-4 {
    left: 33.33333%; }
  .hand-pull-4 {
    left: -33.33333%; }
  .hand-col-5 {
    width: 41.66667%; }
  .hand-offset-5 {
    margin-left: 41.66667%; }
  .hand-push-5 {
    left: 41.66667%; }
  .hand-pull-5 {
    left: -41.66667%; }
  .hand-col-6 {
    width: 50%; }
  .hand-offset-6 {
    margin-left: 50%; }
  .hand-push-6 {
    left: 50%; }
  .hand-pull-6 {
    left: -50%; }
  .hand-col-7 {
    width: 58.33333%; }
  .hand-offset-7 {
    margin-left: 58.33333%; }
  .hand-push-7 {
    left: 58.33333%; }
  .hand-pull-7 {
    left: -58.33333%; }
  .hand-col-8 {
    width: 66.66667%; }
  .hand-offset-8 {
    margin-left: 66.66667%; }
  .hand-push-8 {
    left: 66.66667%; }
  .hand-pull-8 {
    left: -66.66667%; }
  .hand-col-9 {
    width: 75%; }
  .hand-offset-9 {
    margin-left: 75%; }
  .hand-push-9 {
    left: 75%; }
  .hand-pull-9 {
    left: -75%; }
  .hand-col-10 {
    width: 83.33333%; }
  .hand-offset-10 {
    margin-left: 83.33333%; }
  .hand-push-10 {
    left: 83.33333%; }
  .hand-pull-10 {
    left: -83.33333%; }
  .hand-col-11 {
    width: 91.66667%; }
  .hand-offset-11 {
    margin-left: 91.66667%; }
  .hand-push-11 {
    left: 91.66667%; }
  .hand-pull-11 {
    left: -91.66667%; }
  .hand-col-12 {
    width: 100%; }
  .hand-offset-12 {
    margin-left: 100%; }
  .hand-push-12 {
    left: 100%; }
  .hand-pull-12 {
    left: -100%; } }

@media only screen and (min-width: 1201px) {
  .lap-col-1 {
    width: 8.33333%; }
  .lap-offset-1 {
    margin-left: 8.33333%; }
  .lap-push-1 {
    left: 8.33333%; }
  .lap-pull-1 {
    left: -8.33333%; }
  .lap-col-2 {
    width: 16.66667%; }
  .lap-offset-2 {
    margin-left: 16.66667%; }
  .lap-push-2 {
    left: 16.66667%; }
  .lap-pull-2 {
    left: -16.66667%; }
  .lap-col-3 {
    width: 25%; }
  .lap-offset-3 {
    margin-left: 25%; }
  .lap-push-3 {
    left: 25%; }
  .lap-pull-3 {
    left: -25%; }
  .lap-col-4 {
    width: 33.33333%; }
  .lap-offset-4 {
    margin-left: 33.33333%; }
  .lap-push-4 {
    left: 33.33333%; }
  .lap-pull-4 {
    left: -33.33333%; }
  .lap-col-5 {
    width: 41.66667%; }
  .lap-offset-5 {
    margin-left: 41.66667%; }
  .lap-push-5 {
    left: 41.66667%; }
  .lap-pull-5 {
    left: -41.66667%; }
  .lap-col-6 {
    width: 50%; }
  .lap-offset-6 {
    margin-left: 50%; }
  .lap-push-6 {
    left: 50%; }
  .lap-pull-6 {
    left: -50%; }
  .lap-col-7 {
    width: 58.33333%; }
  .lap-offset-7 {
    margin-left: 58.33333%; }
  .lap-push-7 {
    left: 58.33333%; }
  .lap-pull-7 {
    left: -58.33333%; }
  .lap-col-8 {
    width: 66.66667%; }
  .lap-offset-8 {
    margin-left: 66.66667%; }
  .lap-push-8 {
    left: 66.66667%; }
  .lap-pull-8 {
    left: -66.66667%; }
  .lap-col-9 {
    width: 75%; }
  .lap-offset-9 {
    margin-left: 75%; }
  .lap-push-9 {
    left: 75%; }
  .lap-pull-9 {
    left: -75%; }
  .lap-col-10 {
    width: 83.33333%; }
  .lap-offset-10 {
    margin-left: 83.33333%; }
  .lap-push-10 {
    left: 83.33333%; }
  .lap-pull-10 {
    left: -83.33333%; }
  .lap-col-11 {
    width: 91.66667%; }
  .lap-offset-11 {
    margin-left: 91.66667%; }
  .lap-push-11 {
    left: 91.66667%; }
  .lap-pull-11 {
    left: -91.66667%; }
  .lap-col-12 {
    width: 100%; }
  .lap-offset-12 {
    margin-left: 100%; }
  .lap-push-12 {
    left: 100%; }
  .lap-pull-12 {
    left: -100%; } }

@media only screen and (min-width: 1881px) {
  .desk-col-1 {
    width: 8.33333%; }
  .desk-offset-1 {
    margin-left: 8.33333%; }
  .desk-push-1 {
    left: 8.33333%; }
  .desk-pull-1 {
    left: -8.33333%; }
  .desk-col-2 {
    width: 16.66667%; }
  .desk-offset-2 {
    margin-left: 16.66667%; }
  .desk-push-2 {
    left: 16.66667%; }
  .desk-pull-2 {
    left: -16.66667%; }
  .desk-col-3 {
    width: 25%; }
  .desk-offset-3 {
    margin-left: 25%; }
  .desk-push-3 {
    left: 25%; }
  .desk-pull-3 {
    left: -25%; }
  .desk-col-4 {
    width: 33.33333%; }
  .desk-offset-4 {
    margin-left: 33.33333%; }
  .desk-push-4 {
    left: 33.33333%; }
  .desk-pull-4 {
    left: -33.33333%; }
  .desk-col-5 {
    width: 41.66667%; }
  .desk-offset-5 {
    margin-left: 41.66667%; }
  .desk-push-5 {
    left: 41.66667%; }
  .desk-pull-5 {
    left: -41.66667%; }
  .desk-col-6 {
    width: 50%; }
  .desk-offset-6 {
    margin-left: 50%; }
  .desk-push-6 {
    left: 50%; }
  .desk-pull-6 {
    left: -50%; }
  .desk-col-7 {
    width: 58.33333%; }
  .desk-offset-7 {
    margin-left: 58.33333%; }
  .desk-push-7 {
    left: 58.33333%; }
  .desk-pull-7 {
    left: -58.33333%; }
  .desk-col-8 {
    width: 66.66667%; }
  .desk-offset-8 {
    margin-left: 66.66667%; }
  .desk-push-8 {
    left: 66.66667%; }
  .desk-pull-8 {
    left: -66.66667%; }
  .desk-col-9 {
    width: 75%; }
  .desk-offset-9 {
    margin-left: 75%; }
  .desk-push-9 {
    left: 75%; }
  .desk-pull-9 {
    left: -75%; }
  .desk-col-10 {
    width: 83.33333%; }
  .desk-offset-10 {
    margin-left: 83.33333%; }
  .desk-push-10 {
    left: 83.33333%; }
  .desk-pull-10 {
    left: -83.33333%; }
  .desk-col-11 {
    width: 91.66667%; }
  .desk-offset-11 {
    margin-left: 91.66667%; }
  .desk-push-11 {
    left: 91.66667%; }
  .desk-pull-11 {
    left: -91.66667%; }
  .desk-col-12 {
    width: 100%; }
  .desk-offset-12 {
    margin-left: 100%; }
  .desk-push-12 {
    left: 100%; }
  .desk-pull-12 {
    left: -100%; } }

.row {
  margin-left: -24px;
  margin-left: -1.5rem; }

.column,
.columns,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  border-left: 0 solid transparent;
  border-left-width: 24px;
  border-left-width: 1.5rem;
  min-height: 1px;
  position: relative; }

/*------------------------------------*\
    $PLUGINS
\*------------------------------------*/
/**
 * 3rd Party Plugins; icon fonts, sliders
 */
/*rtl:begin:ignore*/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider, .pixslider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > *, .pixslider > * {
  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, .rsFullscreen.pixslider {
  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, .pixslider .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.pixslider,
.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; }

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

.rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 4px;
  transition: .3s;
  background: url("assets/images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

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

.rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

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

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

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

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

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

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(data:image/png;base64,R0lGODlhEAAQAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAI0lC8RyLkBgFoMSotrVHsnhHWXdISS+DzRimIWy3Ii7CU0Tdn3mr93bvDBgMFfozg86mKHAgA7) 8 8, move; }

.grabbing-cursor {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAZklEQVR42sSTUQrAIAxD88T7Xzn7GpQ6OlHH8lWQ1rxUsa0dNW3q7ADAgKs6q8fmO4+qliTblAgx2ByybUU3LRwAlLxPG2sRYSXEnjk/XyMwhjjD/+pgZki+fUBYcbL9lPn9N14DABr2QCOzCyetAAAAAElFTkSuQmCC) 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); }

/*----------------------------------------*\
    $CUSTOM STYLING
\*----------------------------------------*/
.pixslider {
  width: 100%;
  height: auto;
  margin: 0;
  transform: translateZ(0); }
  .pixslider img {
    width: 100%;
    height: auto;
    display: block; }

.pixslider__slide {
  width: 100%; }

/*----------------------------------------*\
    $ARROWS CUSTOM STYLING
\*----------------------------------------*/
.rsArrow {
  display: block;
  color: white;
  position: absolute;
  top: 50%; }
  .rsArrow .rsArrowIcn {
    border-bottom: 2px solid #1a1717;
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem; }

.rsArrowLeft {
  left: 0; }
  .rsArrowLeft .rsArrowIcn {
    border-left: 2px solid #1a1717;
    transform: rotate(45deg); }

.rsArrowRight {
  right: 0; }
  .rsArrowRight .rsArrowIcn {
    border-right: 2px solid #1a1717;
    transform: rotate(-45deg); }

.full-width-slider {
  width: 100%; }

/*----------------------------------------*\
    $BULLETS CUSTOM STYLING
\*----------------------------------------*/
.rsBullets {
  margin-left: -6px;
  margin-left: -0.375rem; }

.rsBullet {
  display: inline-block;
  margin: 2px 6px;
  margin: 0.125rem 0.375rem;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 50%;
  text-indent: -999em;
  background-color: #cacaca;
  cursor: pointer; }

.rsNavSelected {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  margin: 0 6px;
  margin: 0 0.375rem;
  background-color: #2ecc71; }

.video_autoplay .rsImg {
  opacity: 0; }

.video_autoplay .rsBtnCenterer {
  opacity: 0; }

/*rtl:end:ignore*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

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

.mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  outline: 0;
  font-style: normal;
  font-size: 28px; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

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

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

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%; }

.mfp-iframe-scaler {
  overflow: hidden; }

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

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

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

.mfp-figure {
  line-height: 0; }

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

.mfp-title {
  margin-top: 19.2px;
  margin-top: 1.2rem;
  text-align: left;
  color: #F3F3F3;
  word-wrap: break-word; }

.mfp-figure small {
  color: #BDBDBD;
  display: block; }

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

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

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

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

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

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

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

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

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

/*----------------------------------------*\
    $ANIMATIONS / $TRANSITIONS
\*----------------------------------------*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  opacity: 0.01;
  transition: all .2s ease-in-out; }

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

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  transition: all .2s .1s ease-in-out;
  opacity: 0.01; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  opacity: 0.01;
  transition: all .2s .1s ease-in-out; }

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

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  transition: all .2s ease-in-out;
  opacity: 0.01; }

/*------------------------------------*\
    $ADDTHIS PLUGIN 
\*------------------------------------*/
.social-links .social-links-list {
  float: left; }
  .social-links .social-links-list a {
    padding: 5px 0; }
    .social-links .social-links-list a > span {
      margin: 0 5px; }

a.addthis_button_digg, a.addthis_button_hedgehogs, a.addthis_button_kaevur, a.addthis_button_webshare {
  background: #080808; }

a.addthis_button_memonic {
  background: #083568; }

a.addthis_button_mashant {
  background: #085878; }

a.addthis_button_ekudos {
  background: #0868a8; }

a.addthis_button_google {
  background: #0868b9; }

a.addthis_button_amenme, a.addthis_button_givealink, a.addthis_button_planypus {
  background: #0872d8; }

a.addthis_button_tvinx {
  background: #0878a7; }

a.addthis_button_pusha, a.addthis_button_quantcast {
  background: #0878ba; }

a.addthis_button_citeulike, a.addthis_button_linkshares {
  background: #0888c8; }

a.addthis_button_diigo {
  background: #0888d8; }

a.addthis_button_jumptags {
  background: #0898c7; }

a.addthis_button_yookos {
  background: #0898d8; }

a.addthis_button_faves, a.addthis_button_hatena, a.addthis_button_virb {
  background: #08aed9; }

a.addthis_button_isociety {
  background: #096898; }

a.addthis_button_govn, a.addthis_button_livejournal, a.addthis_button_sonico, a.addthis_button_surfingbird {
  background: #0ca8ec; }

a.addthis_button_tulinq {
  background: #0e7512; }

a.addthis_button_douban {
  background: #0e7512; }

a.addthis_button_classicalplace {
  background: #102831; }

a.addthis_button_voxopolis {
  background: #1097eb; }

a.addthis_button_mymailru, a.addthis_button_taringa, a.addthis_button_w3validator {
  background: #165496; }

a.addthis_button_ketnooi {
  background: #1888b9; }

a.addthis_button_bryderi {
  background: #191819; }

a.addthis_button_youmob {
  background: #191847; }

a.addthis_button_delicious {
  background: #19559e; }

a.addthis_button_baidu {
  background: #1d2fe3; }

a.addthis_button_transferr {
  background: #263847; }

a.addthis_button_aolmail, a.addthis_button_gamekicker, a.addthis_button_kindleit, a.addthis_button_myspace, a.addthis_button_netlog, a.addthis_button_skyrock, a.addthis_button_thisnext {
  background: #282828; }

a.addthis_button_bizsugar, a.addthis_button_brainify {
  background: #2878ee; }

a.addthis_button_yuuby {
  background: #290838; }

a.addthis_button_domelhor {
  background: #29a628; }

a.addthis_button_sekoman {
  background: #2a58a9; }

a.addthis_button_domaintoolswhois {
  background: #2c6877; }

a.addthis_button_googletranslate, a.addthis_button_stuffpit {
  background: #2c72c8; }

a.addthis_button_lidar, a.addthis_button_twitter, a.addthis_button_yammer {
  background: #2ca8d2; }

a.addthis_button_tumblr, a.addthis_button_vk {
  background: #2f5070; }

a.addthis_button_facebook {
  background: #305891; }

a.addthis_button_box {
  background: #3088b1; }

a.addthis_button_newsmeback, a.addthis_button_technerd {
  background: #316896; }

a.addthis_button_plaxo, a.addthis_button_vybralisme {
  background: #318ef6; }

a.addthis_button_aviary {
  background: #33b8f8; }

a.addthis_button_fashiolista, a.addthis_button_flaker, a.addthis_button_supbro {
  background: #383838; }

a.addthis_button_iorbix {
  background: #384853; }

a.addthis_button_adifni, a.addthis_button_safelinking {
  background: #3888c8; }

a.addthis_button_cssbased {
  background: #394918; }

a.addthis_button_dudu {
  background: #3d3d3d; }

a.addthis_button_naszaklasa, a.addthis_button_symbaloo {
  background: #4077a7; }

a.addthis_button_linkedin, a.addthis_button_startaid {
  background: #4498c8; }

a.addthis_button_formspring, a.addthis_button_fresqui {
  background: #4798d8; }

a.addthis_button_chimein, a.addthis_button_giftery, a.addthis_button_gmail, a.addthis_button_google_plusone {
  background: #484848; }

a.addthis_button_tagza {
  background: #4888f8; }

a.addthis_button_startlap, a.addthis_button_thefreedictionary {
  background: #4891b7; }

a.addthis_button_netvibes {
  background: #48d828; }

a.addthis_button_cosmiq, a.addthis_button_thefancy {
  background: #4ca8d8; }

a.addthis_button_textme {
  background: #53b8dc; }

a.addthis_button_bookmerkende {
  background: #558c15; }

a.addthis_button_wordpress {
  background: #585858; }

a.addthis_button_wykop {
  background: #5898c7; }

a.addthis_button_linkuj {
  background: #5898d9; }

a.addthis_button_biggerpockets, a.addthis_button_fark, a.addthis_button_tuenti {
  background: #5f729d; }

a.addthis_button_extraplay {
  background: #61af2b; }

a.addthis_button_balltribe, a.addthis_button_fabulously40 {
  background: #620e18; }

a.addthis_button_cleansave, a.addthis_button_newsvine {
  background: #64a556; }

a.addthis_button_blurpalicious, a.addthis_button_favable, a.addthis_button_greaterdebater, a.addthis_button_jolly, a.addthis_button_raiseyourvoice, a.addthis_button_upnews, a.addthis_button_raiseyourvoice, a.addthis_button_yorumcuyum {
  background: #666; }

a.addthis_button_favlogde, a.addthis_button_researchgate {
  background: #6e6e6e; }

a.addthis_button_printfriendly {
  background: #71c85e; }

a.addthis_button_moikrug, a.addthis_button_werkenntwen {
  background: #72aed0; }

a.addthis_button_email, a.addthis_button_print, a.addthis_button_reddit {
  background: #738a8d; }

a.addthis_button_friendfeed {
  background: #75aaeb; }

a.addthis_button_efactor {
  background: #7797b7; }

a.addthis_button_yahoobkm, a.addthis_button_yahoomail {
  background: #781898; }

a.addthis_button_me2day {
  background: #7858c8; }

a.addthis_button_evernote {
  background: #7fce2c; }

a.addthis_button_misterwong_de, a.addthis_button_misterwong_ru, a.addthis_button_typepad {
  background: #808080; }

a.addthis_button_farkinda {
  background: #8808f8; }

a.addthis_button_goodnoows {
  background: #884989; }

a.addthis_button_colivia, a.addthis_button_diggita {
  background: #88b748; }

a.addthis_button_indexor {
  background: #8bd878; }

a.addthis_button_aim, a.addthis_button_arto {
  background: #8db81d; }

a.addthis_button_addressbar, a.addthis_button_link {
  background: #8e8e8e; }

a.addthis_button_favoritus {
  background: #97462e; }

a.addthis_button_cleanprint {
  background: #97ba7a; }

a.addthis_button_yiid {
  background: #984877; }

a.addthis_button_adfty, a.addthis_button_scoopit, a.addthis_button_spinsnap, a.addthis_button_yoolink {
  background: #9dcb43; }

a.addthis_button_index4, a.addthis_button_linksgutter {
  background: #a15fa0; }

a.addthis_button_bookmarkycz, a.addthis_button_misterwong {
  background: #a81818; }

a.addthis_button_gluvsnap {
  background: #a82868; }

a.addthis_button_bentio, a.addthis_button_digo, a.addthis_button_mrcnetworkit {
  background: #abd4ec; }

a.addthis_button_camyoo {
  background: #ace8f7; }

a.addthis_button_mendeley, a.addthis_button_smiru {
  background: #af122b; }

a.addthis_button_kaboodle {
  background: #b0282a; }

a.addthis_button_taaza {
  background: #b52918; }

a.addthis_button_historious {
  background: #b84949; }

a.addthis_button_stylishhome, a.addthis_button_thewebblend, a.addthis_button_thinkfinity {
  background: #bfd08d; }

a.addthis_button_nujij {
  background: #c8080a; }

a.addthis_button_pinterest_share {
  background: #c82828; }

a.addthis_button_bonzobox {
  background: #c83828; }

a.addthis_button_bobrdobr, a.addthis_button_dropjack {
  background: #c8e8f8; }

a.addthis_button_google_plusone_share {
  background: #ce4d39; }

a.addthis_button_cndig, a.addthis_button_plurk {
  background: #d56a32; }

a.addthis_button_odnoklassniki_ru {
  background: #d57819; }

a.addthis_button_apsense {
  background: #d78818; }

a.addthis_button_markme, a.addthis_button_n4g, a.addthis_button_rediff, a.addthis_button_sunlize {
  background: #d80808; }

a.addthis_button_scoopat {
  background: #d80819; }

a.addthis_button_logger24 {
  background: #d83838; }

a.addthis_button_beat100, a.addthis_button_jappy {
  background: #d8d8d8; }

a.addthis_button_2linkme, a.addthis_button_a97abi, a.addthis_button_care2, a.addthis_button_funp {
  background: #d8e8e8; }

a.addthis_button_ezyspot, a.addthis_button_live {
  background: #d8e8f8; }

a.addthis_button_wirefan {
  background: #d8f8f8; }

a.addthis_button_blogkeen {
  background: #db69b6; }

a.addthis_button_kaixin {
  background: #dd394e; }

a.addthis_button_stumbleupon, a.addthis_button_vkrugudruzei {
  background: #e65229; }

a.addthis_button_100zakladok, a.addthis_button_2tag, a.addthis_button_advqr, a.addthis_button_amazonwishlist, a.addthis_button_azadegi, a.addthis_button_bland, a.addthis_button_blinklist, a.addthis_button_blip, a.addthis_button_blogmarks, a.addthis_button_buddymarks, a.addthis_button_buffer, a.addthis_button_buzzzy, a.addthis_button_cirip, a.addthis_button_curateus, a.addthis_button_digaculturanet, a.addthis_button_dosti, a.addthis_button_dzone, a.addthis_button_elefantapl, a.addthis_button_folkd, a.addthis_button_foodlve, a.addthis_button_fwisp, a.addthis_button_gg, a.addthis_button_hotklix, a.addthis_button_identica, a.addthis_button_ihavegot, a.addthis_button_informazione, a.addthis_button_instapaper, a.addthis_button_irepeater, a.addthis_button_iwiw, a.addthis_button_kipup, a.addthis_button_kommenting, a.addthis_button_latafaneracat, a.addthis_button_librerio, a.addthis_button_lockerblogger, a.addthis_button_mailto, a.addthis_button_mashbord, a.addthis_button_meinvz, a.addthis_button_mekusharim, a.addthis_button_mixi, a.addthis_button_moemesto, a.addthis_button_netvouz, a.addthis_button_newstrust, a.addthis_button_oknotizie, a.addthis_button_orkut, a.addthis_button_packg, a.addthis_button_pdfonline, a.addthis_button_phonefavs, a.addthis_button_pocket, a.addthis_button_qrfin, a.addthis_button_qrsrc, a.addthis_button_shaveh, a.addthis_button_shetoldme, a.addthis_button_socialbookmarkingnet, a.addthis_button_sodahead, a.addthis_button_studivz, a.addthis_button_toly, a.addthis_button_topsitelernet, a.addthis_button_twitthis, a.addthis_button_windows, a.addthis_button_zingme {
  background: #e8e8e8; }

a.addthis_button_visitezmonsite {
  background: #e8f8f8; }

a.addthis_button_dotnetshoutout {
  background: #ed490d; }

a.addthis_button_bloggy, a.addthis_button_chiq, a.addthis_button_memori {
  background: #ee2271; }

a.addthis_button_bitly, a.addthis_button_edelight {
  background: #f26e2a; }

a.addthis_button_pafnetde, a.addthis_button_redkum, a.addthis_button_webnews {
  background: #f4080d; }

a.addthis_button_draugiem, a.addthis_button_hackernews {
  background: #f47312; }

a.addthis_button_favorites, a.addthis_button_sinaweibo, a.addthis_button_springpad {
  background: #f5ca59; }

a.addthis_button_oyyla {
  background: #f6cf0e; }

a.addthis_button_posterous {
  background: #f7e586; }

a.addthis_button_compact {
  background: #f8694d; }

a.addthis_button_favoritende {
  background: #f88817; }

a.addthis_button_blogger {
  background: #f8883d; }

a.addthis_button_pdfmyurl, a.addthis_button_svejo, a.addthis_button_urlaubswerkde {
  background: #f89823; }

a.addthis_button_hotmail {
  background: #f89839; }

a.addthis_button_embarkons, a.addthis_button_select2gether, a.addthis_button_sharer {
  background: #f8b016; }

a.addthis_button_gigbasket, a.addthis_button_jamespot, a.addthis_button_throwpile {
  background: #f8b034; }

a.addthis_button_baang, a.addthis_button_posteezy, a.addthis_button_storyfollower {
  background: #f8ce2c; }

a.addthis_button_meneame, a.addthis_button_stumpedia, a.addthis_button_viadeo, a.addthis_button_xanga, a.addthis_button_xing, a.addthis_button_yardbarker, a.addthis_button_yigg, a.addthis_button_zakladoknet, a.addthis_button_ziczac {
  background: #f8e8f8; }

/*----------------------------------------*\
  Yet Another Related Posts Plugin (YARPP)
\*----------------------------------------*/
/**
 * Arqam
 * Plugin URI: http://wordpress.org/plugins/yet-another-related-posts-plugin/
 * Description: Display a list of related posts on your site based on a powerful unique algorithm.
 */
.related-projects__container {
  margin-bottom: -24px; }

/*ul*/
/*li*/
.related-projects__item {
  margin-bottom: 24px;
  width: 100%; }
  .related-projects__item .project-thumb img {
    display: block;
    width: 100%;
    height: auto; }
  .related-projects__item .project-content {
    background: #1a1717;
    padding: 12px; }
  .related-projects__item .project-title {
    color: white;
    margin-top: 0;
    text-transform: none;
    min-height: 72px;
    margin-bottom: 0; }
  @media only screen and (min-width: 500px) {
    .related-projects__item {
      width: 33.33%; } }

.proof_gallery .pixproof-border-gallery .proof-photo {
  border: 6px solid transparent; }
  .proof_gallery .pixproof-border-gallery .proof-photo .background-container {
    padding: 4px;
    padding-bottom: 0;
    background: white;
    transition: all .2s linear; }
  .proof_gallery .pixproof-border-gallery .proof-photo:hover, .proof_gallery .pixproof-border-gallery .proof-photo.scrooled_from_comments, .proof_gallery .pixproof-border-gallery .proof-photo.selected {
    background: none; }
    .proof_gallery .pixproof-border-gallery .proof-photo:hover .background-container, .proof_gallery .pixproof-border-gallery .proof-photo.scrooled_from_comments .background-container, .proof_gallery .pixproof-border-gallery .proof-photo.selected .background-container {
      transition: all .2s linear; }
    .proof_gallery .pixproof-border-gallery .proof-photo:hover .proof-photo__id, .proof_gallery .pixproof-border-gallery .proof-photo.scrooled_from_comments .proof-photo__id, .proof_gallery .pixproof-border-gallery .proof-photo.selected .proof-photo__id {
      color: white; }
    .proof_gallery .pixproof-border-gallery .proof-photo:hover .separator, .proof_gallery .pixproof-border-gallery .proof-photo.scrooled_from_comments .separator, .proof_gallery .pixproof-border-gallery .proof-photo.selected .separator {
      margin-top: 0;
      margin-bottom: 0; }
    .proof_gallery .pixproof-border-gallery .proof-photo:hover .item--action .flexbox__item, .proof_gallery .pixproof-border-gallery .proof-photo:hover .item--action .cover-container, .proof_gallery .pixproof-border-gallery .proof-photo:hover .item--action .copyright-overlay__content, .proof_gallery .pixproof-border-gallery .proof-photo.scrooled_from_comments .item--action .flexbox__item, .proof_gallery .pixproof-border-gallery .proof-photo.scrooled_from_comments .item--action .cover-container, .proof_gallery .pixproof-border-gallery .proof-photo.scrooled_from_comments .item--action .copyright-overlay__content, .proof_gallery .pixproof-border-gallery .proof-photo.selected .item--action .flexbox__item, .proof_gallery .pixproof-border-gallery .proof-photo.selected .item--action .cover-container, .proof_gallery .pixproof-border-gallery .proof-photo.selected .item--action .copyright-overlay__content {
      padding: 10px 0; }
  .proof_gallery .pixproof-border-gallery .proof-photo:hover .background-container {
    background: rgba(0, 0, 0, 0.5); }
  .proof_gallery .pixproof-border-gallery .proof-photo.selected .background-container {
    background: #2ecc71; }
  .proof_gallery .pixproof-border-gallery .proof-photo.scrooled_from_comments .background-container {
    background: #2ecc71; }

.proof_gallery .pixproof-border-gallery .proof-photo__status {
  top: auto;
  bottom: 0;
  right: 3px; }

.proof_gallery .pixproof-border-gallery .proof-photo__status span {
  background: none;
  color: white; }

.proof_gallery .pixproof-border-gallery .proof-photo__id {
  font-size: 12px; }

.touch .proof_gallery .pixproof-border-gallery .mosaic__meta {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5); }

.touch .proof_gallery .pixproof-border-gallery .separator {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0; }

.lt-ie9 .proof_gallery .pixproof-border-gallery a {
  border: 0; }

/* .pixproof-border-gallery */
.lt-ie9 .proof-photo__status span.ticker {
  display: none; }

.actions-nav {
  height: 100%;
  margin: 0; }
  .actions-nav li:first-child .flexbox__item, .actions-nav li:first-child .cover-container, .actions-nav li:first-child .copyright-overlay__content {
    vertical-align: bottom; }
  .actions-nav li:last-child .flexbox__item, .actions-nav li:last-child .cover-container, .actions-nav li:last-child .copyright-overlay__content {
    vertical-align: top; }
  .actions-nav .item--action {
    height: 40%; }
    .actions-nav .item--action a, .actions-nav .item--action .flexbox, .actions-nav .item--action .cover-wrapper, .actions-nav .item--action .copyright-overlay__container {
      height: 100%; }
    .actions-nav .item--action .flexbox__item, .actions-nav .item--action .cover-container, .actions-nav .item--action .copyright-overlay__content {
      transition: all .1s linear; }
  .actions-nav .item--separator {
    height: 10%; }

.content--pixproof .article-blog-classic .article__content {
  margin-bottom: 0; }

span.pixproof_photo_ref {
  padding-left: 12px;
  padding-right: 12px; }

.single-proof_gallery div.mfp-bottom-bar {
  top: auto;
  bottom: 15px;
  left: 50%;
  margin-top: 0;
  width: 50%;
  transform: translateX(-50%); }
  .single-proof_gallery div.mfp-bottom-bar .mfp-title {
    margin-top: -5px !important; }

.single-proof_gallery div.mfp-figure:after {
  content: none; }

/*
 * Different Grid Breakpoints - item max width: 250px
 */
@media screen and (max-width: 579px) {
  .mosaic__item.proof-photo {
    width: 50%; } }

@media screen and (min-width: 580px) and (max-width: 899px) {
  .mosaic__item.proof-photo {
    width: 33.33333%; } }

@media screen and (min-width: 900px) and (max-width: 1249px) {
  .mosaic__item.proof-photo {
    width: 25%; } }

@media screen and (min-width: 1250px) and (max-width: 1449px) {
  .mosaic__item.proof-photo {
    width: 20%; } }

@media screen and (min-width: 1450px) and (max-width: 1700px) {
  .mosaic__item.proof-photo {
    width: 16.66%; } }

@media screen and (min-width: 1701px) {
  .mosaic__item.proof-photo {
    width: 14.28%; } }

/*----------------------------------------*\
*   ICONS FONTS
\*----------------------------------------*/
[class^='icon-'],
[class*=' icon-'] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/icon-fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("assets/fonts/icon-fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("assets/fonts/icon-fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("assets/fonts/icon-fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("assets/fonts/icon-fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("assets/fonts/icon-fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.icon-4x {
  font-size: 4em; }

.icon-5x {
  font-size: 5em; }

.icon-fw {
  width: 1.28571em;
  text-align: center; }

.icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .icon-ul > li {
    position: relative; }

.icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .icon-li.icon-lg {
    left: -1.85714em; }

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.icon-pull-left {
  float: left; }

.icon-pull-right {
  float: right; }

.icon.icon-pull-left {
  margin-right: .3em; }

.icon.icon-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.icon.pull-left {
  margin-right: .3em; }

.icon.pull-right {
  margin-left: .3em; }

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.icon-stack-1x {
  line-height: inherit; }

.icon-stack-2x {
  font-size: 2em; }

.icon-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-o:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-o:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: ""; }

.icon-search-plus:before {
  content: ""; }

.icon-search-minus:before {
  content: ""; }

.icon-power-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash-o:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-o:before {
  content: ""; }

.icon-clock-o:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-arrow-circle-o-down:before {
  content: ""; }

.icon-arrow-circle-o-up:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle-o:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-align-left:before {
  content: ""; }

.icon-align-center:before {
  content: ""; }

.icon-align-right:before {
  content: ""; }

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-dedent:before,
.icon-outdent:before {
  content: ""; }

.icon-indent:before {
  content: ""; }

.icon-video-camera:before {
  content: ""; }

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before,
.icon-pencil-square-o:before {
  content: ""; }

.icon-share-square-o:before {
  content: ""; }

.icon-check-square-o:before {
  content: ""; }

.icon-arrows:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-plus-circle:before {
  content: ""; }

.icon-minus-circle:before {
  content: ""; }

.icon-times-circle:before {
  content: ""; }

.icon-check-circle:before {
  content: ""; }

.icon-question-circle:before {
  content: ""; }

.icon-info-circle:before {
  content: ""; }

.icon-crosshairs:before {
  content: ""; }

.icon-times-circle-o:before {
  content: ""; }

.icon-check-circle-o:before {
  content: ""; }

.icon-ban:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-mail-forward:before,
.icon-share:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-compress:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-circle:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-eye-slash:before {
  content: ""; }

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-folder:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-arrows-v:before {
  content: ""; }

.icon-arrows-h:before {
  content: ""; }

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: ""; }

.icon-twitter-square:before {
  content: ""; }

.icon-facebook-square:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-o-up:before {
  content: ""; }

.icon-thumbs-o-down:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-o:before {
  content: ""; }

.icon-sign-out:before {
  content: ""; }

.icon-linkedin-square:before {
  content: ""; }

.icon-thumb-tack:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-sign-in:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-square:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-lemon-o:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-square-o:before {
  content: ""; }

.icon-bookmark-o:before {
  content: ""; }

.icon-phone-square:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook-f:before,
.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-feed:before,
.icon-rss:before {
  content: ""; }

.icon-hdd-o:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-o-right:before {
  content: ""; }

.icon-hand-o-left:before {
  content: ""; }

.icon-hand-o-up:before {
  content: ""; }

.icon-hand-o-down:before {
  content: ""; }

.icon-arrow-circle-left:before {
  content: ""; }

.icon-arrow-circle-right:before {
  content: ""; }

.icon-arrow-circle-up:before {
  content: ""; }

.icon-arrow-circle-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-arrows-alt:before {
  content: ""; }

.icon-group:before,
.icon-users:before {
  content: ""; }

.icon-chain:before,
.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-flask:before {
  content: ""; }

.icon-cut:before,
.icon-scissors:before {
  content: ""; }

.icon-copy:before,
.icon-files-o:before {
  content: ""; }

.icon-paperclip:before {
  content: ""; }

.icon-save:before,
.icon-floppy-o:before {
  content: ""; }

.icon-square:before {
  content: ""; }

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-square:before {
  content: ""; }

.icon-google-plus-square:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-unsorted:before,
.icon-sort:before {
  content: ""; }

.icon-sort-down:before,
.icon-sort-desc:before {
  content: ""; }

.icon-sort-up:before,
.icon-sort-asc:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before,
.icon-gavel:before {
  content: ""; }

.icon-dashboard:before,
.icon-tachometer:before {
  content: ""; }

.icon-comment-o:before {
  content: ""; }

.icon-comments-o:before {
  content: ""; }

.icon-flash:before,
.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before,
.icon-clipboard:before {
  content: ""; }

.icon-lightbulb-o:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-o:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-cutlery:before {
  content: ""; }

.icon-file-text-o:before {
  content: ""; }

.icon-building-o:before {
  content: ""; }

.icon-hospital-o:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-square:before {
  content: ""; }

.icon-plus-square:before {
  content: ""; }

.icon-angle-double-left:before {
  content: ""; }

.icon-angle-double-right:before {
  content: ""; }

.icon-angle-double-up:before {
  content: ""; }

.icon-angle-double-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before,
.icon-mobile:before {
  content: ""; }

.icon-circle-o:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-o:before {
  content: ""; }

.icon-folder-open-o:before {
  content: ""; }

.icon-smile-o:before {
  content: ""; }

.icon-frown-o:before {
  content: ""; }

.icon-meh-o:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard-o:before {
  content: ""; }

.icon-flag-o:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: ""; }

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before,
.icon-chain-broken:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-slash:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-o:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-circle-left:before {
  content: ""; }

.icon-chevron-circle-right:before {
  content: ""; }

.icon-chevron-circle-up:before {
  content: ""; }

.icon-chevron-circle-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-h:before {
  content: ""; }

.icon-ellipsis-v:before {
  content: ""; }

.icon-rss-square:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-square:before {
  content: ""; }

.icon-minus-square-o:before {
  content: ""; }

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

.icon-check-square:before {
  content: ""; }

.icon-pencil-square:before {
  content: ""; }

.icon-external-link-square:before {
  content: ""; }

.icon-share-square:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: ""; }

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: ""; }

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-alpha-asc:before {
  content: ""; }

.icon-sort-alpha-desc:before {
  content: ""; }

.icon-sort-amount-asc:before {
  content: ""; }

.icon-sort-amount-desc:before {
  content: ""; }

.icon-sort-numeric-asc:before {
  content: ""; }

.icon-sort-numeric-desc:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-youtube-square:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-square:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stack-overflow:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-square:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-square:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before,
.icon-gratipay:before {
  content: ""; }

.icon-sun-o:before {
  content: ""; }

.icon-moon-o:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

.icon-pagelines:before {
  content: ""; }

.icon-stack-exchange:before {
  content: ""; }

.icon-arrow-circle-o-right:before {
  content: ""; }

.icon-arrow-circle-o-left:before {
  content: ""; }

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: ""; }

.icon-dot-circle-o:before {
  content: ""; }

.icon-wheelchair:before {
  content: ""; }

.icon-vimeo-square:before {
  content: ""; }

.icon-turkish-lira:before,
.icon-try:before {
  content: ""; }

.icon-plus-square-o:before {
  content: ""; }

.icon-space-shuttle:before {
  content: ""; }

.icon-slack:before {
  content: ""; }

.icon-envelope-square:before {
  content: ""; }

.icon-wordpress:before {
  content: ""; }

.icon-openid:before {
  content: ""; }

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: ""; }

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: ""; }

.icon-yahoo:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-reddit:before {
  content: ""; }

.icon-reddit-square:before {
  content: ""; }

.icon-stumbleupon-circle:before {
  content: ""; }

.icon-stumbleupon:before {
  content: ""; }

.icon-delicious:before {
  content: ""; }

.icon-digg:before {
  content: ""; }

.icon-pied-piper:before {
  content: ""; }

.icon-pied-piper-alt:before {
  content: ""; }

.icon-drupal:before {
  content: ""; }

.icon-joomla:before {
  content: ""; }

.icon-language:before {
  content: ""; }

.icon-fax:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-paw:before {
  content: ""; }

.icon-spoon:before {
  content: ""; }

.icon-cube:before {
  content: ""; }

.icon-cubes:before {
  content: ""; }

.icon-behance:before {
  content: ""; }

.icon-behance-square:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-steam-square:before {
  content: ""; }

.icon-recycle:before {
  content: ""; }

.icon-automobile:before,
.icon-car:before {
  content: ""; }

.icon-cab:before,
.icon-taxi:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-spotify:before {
  content: ""; }

.icon-deviantart:before {
  content: ""; }

.icon-soundcloud:before {
  content: ""; }

.icon-database:before {
  content: ""; }

.icon-file-pdf-o:before {
  content: ""; }

.icon-file-word-o:before {
  content: ""; }

.icon-file-excel-o:before {
  content: ""; }

.icon-file-powerpoint-o:before {
  content: ""; }

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: ""; }

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: ""; }

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: ""; }

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: ""; }

.icon-file-code-o:before {
  content: ""; }

.icon-vine:before {
  content: ""; }

.icon-codepen:before {
  content: ""; }

.icon-jsfiddle:before {
  content: ""; }

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: ""; }

.icon-circle-o-notch:before {
  content: ""; }

.icon-ra:before,
.icon-rebel:before {
  content: ""; }

.icon-ge:before,
.icon-empire:before {
  content: ""; }

.icon-git-square:before {
  content: ""; }

.icon-git:before {
  content: ""; }

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: ""; }

.icon-tencent-weibo:before {
  content: ""; }

.icon-qq:before {
  content: ""; }

.icon-wechat:before,
.icon-weixin:before {
  content: ""; }

.icon-send:before,
.icon-paper-plane:before {
  content: ""; }

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: ""; }

.icon-history:before {
  content: ""; }

.icon-circle-thin:before {
  content: ""; }

.icon-header:before {
  content: ""; }

.icon-paragraph:before {
  content: ""; }

.icon-sliders:before {
  content: ""; }

.icon-share-alt:before {
  content: ""; }

.icon-share-alt-square:before {
  content: ""; }

.icon-bomb:before {
  content: ""; }

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: ""; }

.icon-tty:before {
  content: ""; }

.icon-binoculars:before {
  content: ""; }

.icon-plug:before {
  content: ""; }

.icon-slideshare:before {
  content: ""; }

.icon-twitch:before {
  content: ""; }

.icon-yelp:before {
  content: ""; }

.icon-newspaper-o:before {
  content: ""; }

.icon-wifi:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-paypal:before {
  content: ""; }

.icon-google-wallet:before {
  content: ""; }

.icon-cc-visa:before {
  content: ""; }

.icon-cc-mastercard:before {
  content: ""; }

.icon-cc-discover:before {
  content: ""; }

.icon-cc-amex:before {
  content: ""; }

.icon-cc-paypal:before {
  content: ""; }

.icon-cc-stripe:before {
  content: ""; }

.icon-bell-slash:before {
  content: ""; }

.icon-bell-slash-o:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-copyright:before {
  content: ""; }

.icon-at:before {
  content: ""; }

.icon-eyedropper:before {
  content: ""; }

.icon-paint-brush:before {
  content: ""; }

.icon-birthday-cake:before {
  content: ""; }

.icon-area-chart:before {
  content: ""; }

.icon-pie-chart:before {
  content: ""; }

.icon-line-chart:before {
  content: ""; }

.icon-lastfm:before {
  content: ""; }

.icon-lastfm-square:before {
  content: ""; }

.icon-toggle-off:before {
  content: ""; }

.icon-toggle-on:before {
  content: ""; }

.icon-bicycle:before {
  content: ""; }

.icon-bus:before {
  content: ""; }

.icon-ioxhost:before {
  content: ""; }

.icon-angellist:before {
  content: ""; }

.icon-cc:before {
  content: ""; }

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: ""; }

.icon-meanpath:before {
  content: ""; }

.icon-buysellads:before {
  content: ""; }

.icon-connectdevelop:before {
  content: ""; }

.icon-dashcube:before {
  content: ""; }

.icon-forumbee:before {
  content: ""; }

.icon-leanpub:before {
  content: ""; }

.icon-sellsy:before {
  content: ""; }

.icon-shirtsinbulk:before {
  content: ""; }

.icon-simplybuilt:before {
  content: ""; }

.icon-skyatlas:before {
  content: ""; }

.icon-cart-plus:before {
  content: ""; }

.icon-cart-arrow-down:before {
  content: ""; }

.icon-diamond:before {
  content: ""; }

.icon-ship:before {
  content: ""; }

.icon-user-secret:before {
  content: ""; }

.icon-motorcycle:before {
  content: ""; }

.icon-street-view:before {
  content: ""; }

.icon-heartbeat:before {
  content: ""; }

.icon-venus:before {
  content: ""; }

.icon-mars:before {
  content: ""; }

.icon-mercury:before {
  content: ""; }

.icon-intersex:before,
.icon-transgender:before {
  content: ""; }

.icon-transgender-alt:before {
  content: ""; }

.icon-venus-double:before {
  content: ""; }

.icon-mars-double:before {
  content: ""; }

.icon-venus-mars:before {
  content: ""; }

.icon-mars-stroke:before {
  content: ""; }

.icon-mars-stroke-v:before {
  content: ""; }

.icon-mars-stroke-h:before {
  content: ""; }

.icon-neuter:before {
  content: ""; }

.icon-genderless:before {
  content: ""; }

.icon-facebook-official:before {
  content: ""; }

.icon-pinterest-p:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-server:before {
  content: ""; }

.icon-user-plus:before {
  content: ""; }

.icon-user-times:before {
  content: ""; }

.icon-hotel:before,
.icon-bed:before {
  content: ""; }

.icon-viacoin:before {
  content: ""; }

.icon-train:before {
  content: ""; }

.icon-subway:before {
  content: ""; }

.icon-medium:before {
  content: ""; }

.icon-yc:before,
.icon-y-combinator:before {
  content: ""; }

.icon-optin-monster:before {
  content: ""; }

.icon-opencart:before {
  content: ""; }

.icon-expeditedssl:before {
  content: ""; }

.icon-battery-4:before,
.icon-battery-full:before {
  content: ""; }

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: ""; }

.icon-battery-2:before,
.icon-battery-half:before {
  content: ""; }

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: ""; }

.icon-battery-0:before,
.icon-battery-empty:before {
  content: ""; }

.icon-mouse-pointer:before {
  content: ""; }

.icon-i-cursor:before {
  content: ""; }

.icon-object-group:before {
  content: ""; }

.icon-object-ungroup:before {
  content: ""; }

.icon-sticky-note:before {
  content: ""; }

.icon-sticky-note-o:before {
  content: ""; }

.icon-cc-jcb:before {
  content: ""; }

.icon-cc-diners-club:before {
  content: ""; }

.icon-clone:before {
  content: ""; }

.icon-balance-scale:before {
  content: ""; }

.icon-hourglass-o:before {
  content: ""; }

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: ""; }

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: ""; }

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: ""; }

.icon-hourglass:before {
  content: ""; }

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: ""; }

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: ""; }

.icon-hand-scissors-o:before {
  content: ""; }

.icon-hand-lizard-o:before {
  content: ""; }

.icon-hand-spock-o:before {
  content: ""; }

.icon-hand-pointer-o:before {
  content: ""; }

.icon-hand-peace-o:before {
  content: ""; }

.icon-trademark:before {
  content: ""; }

.icon-registered:before {
  content: ""; }

.icon-creative-commons:before {
  content: ""; }

.icon-gg:before {
  content: ""; }

.icon-gg-circle:before {
  content: ""; }

.icon-tripadvisor:before {
  content: ""; }

.icon-odnoklassniki:before {
  content: ""; }

.icon-odnoklassniki-square:before {
  content: ""; }

.icon-get-pocket:before {
  content: ""; }

.icon-wikipedia-w:before {
  content: ""; }

.icon-safari:before {
  content: ""; }

.icon-chrome:before {
  content: ""; }

.icon-firefox:before {
  content: ""; }

.icon-opera:before {
  content: ""; }

.icon-internet-explorer:before {
  content: ""; }

.icon-tv:before,
.icon-television:before {
  content: ""; }

.icon-contao:before {
  content: ""; }

.icon-500px:before {
  content: ""; }

.icon-amazon:before {
  content: ""; }

.icon-calendar-plus-o:before {
  content: ""; }

.icon-calendar-minus-o:before {
  content: ""; }

.icon-calendar-times-o:before {
  content: ""; }

.icon-calendar-check-o:before {
  content: ""; }

.icon-industry:before {
  content: ""; }

.icon-map-pin:before {
  content: ""; }

.icon-map-signs:before {
  content: ""; }

.icon-map-o:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-commenting:before {
  content: ""; }

.icon-commenting-o:before {
  content: ""; }

.icon-houzz:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-black-tie:before {
  content: ""; }

.icon-fonticons:before {
  content: ""; }

.icon-reddit-alien:before {
  content: ""; }

.icon-edge:before {
  content: ""; }

.icon-credit-card-alt:before {
  content: ""; }

.icon-codiepie:before {
  content: ""; }

.icon-modx:before {
  content: ""; }

.icon-fort-awesome:before {
  content: ""; }

.icon-usb:before {
  content: ""; }

.icon-product-hunt:before {
  content: ""; }

.icon-mixcloud:before {
  content: ""; }

.icon-scribd:before {
  content: ""; }

.icon-pause-circle:before {
  content: ""; }

.icon-pause-circle-o:before {
  content: ""; }

.icon-stop-circle:before {
  content: ""; }

.icon-stop-circle-o:before {
  content: ""; }

.icon-shopping-bag:before {
  content: ""; }

.icon-shopping-basket:before {
  content: ""; }

.icon-hashtag:before {
  content: ""; }

.icon-bluetooth:before {
  content: ""; }

.icon-bluetooth-b:before {
  content: ""; }

.icon-percent:before {
  content: ""; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'entypo';
  src: url("assets/fonts/icon-fonts/entypo2/entypo.eot");
  src: url("assets/fonts/icon-fonts/entypo2/entypo.eot?#iefix") format("embedded-opentype"), url("assets/fonts/icon-fonts/entypo2/entypo.woff") format("woff"), url("assets/fonts/icon-fonts/entypo2/entypo.ttf") format("truetype"), url("assets/fonts/icon-fonts/entypo2/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'entypo';
    src: url("assets/fonts/icon-fonts/entypo2/entypo.svg#entypo") format("svg"); } }

@font-face {
  font-family: 'entypo-social';
  src: url("assets/fonts/icon-fonts/entypo2/entypo-social.eot");
  src: url("assets/fonts/icon-fonts/entypo2/entypo-social.eot?#iefix") format("embedded-opentype"), url("assets/fonts/icon-fonts/entypo2/entypo-social.woff") format("woff"), url("assets/fonts/icon-fonts/entypo2/entypo-social.ttf") format("truetype"), url("assets/fonts/icon-fonts/entypo2/entypo-social.svg#entypo-social") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'entypo-social';
    src: url("assets/fonts/icon-fonts/entypo2/entypo-social.svg#entypo-social") format("svg"); } }

[class^="icon-e-"]:before, [class*=" icon-e-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-e-plus:before {
  content: '\e816'; }

/* '' */
.icon-e-minus:before {
  content: '\e819'; }

/* '' */
.icon-e-fivehundredpx:before {
  content: '\e921'; }

/* '' */
.icon-e-digg:before {
  content: '\e922'; }

/* '' */
.icon-e-cc-1:before {
  content: '\e924'; }

/* '' */
.icon-e-dribbble-1:before {
  content: '\e923'; }

/* '' */
.icon-e-youtube:before {
  content: '\e920'; }

/* '' */
.icon-e-googleplay:before {
  content: '\e91f'; }

/* '' */
.icon-e-soundcloud-1:before {
  content: '\e91e'; }

/* '' */
.icon-e-appnet:before {
  content: '\e91c'; }

/* '' */
.icon-e-info:before {
  content: '\e81e'; }

/* '' */
.icon-e-left-thin:before {
  content: '\e88c'; }

/* '' */
.icon-e-up-thin:before {
  content: '\e88e'; }

/* '' */
.icon-e-right-thin:before {
  content: '\e88d'; }

/* '' */
.icon-e-down-thin:before {
  content: '\e88b'; }

/* '' */
.icon-e-level-up:before {
  content: '\e893'; }

/* '' */
.icon-e-level-down:before {
  content: '\e892'; }

/* '' */
.icon-e-switch:before {
  content: '\e896'; }

/* '' */
.icon-e-infinity:before {
  content: '\e8c2'; }

/* '' */
.icon-e-plus-squared:before {
  content: '\e818'; }

/* '' */
.icon-e-minus-squared:before {
  content: '\e81b'; }

/* '' */
.icon-e-home:before {
  content: '\e821'; }

/* '' */
.icon-e-keyboard:before {
  content: '\e83a'; }

/* '' */
.icon-e-erase:before {
  content: '\e8c3'; }

/* '' */
.icon-e-pause:before {
  content: '\e899'; }

/* '' */
.icon-e-fast-forward:before {
  content: '\e89d'; }

/* '' */
.icon-e-fast-backward:before {
  content: '\e89e'; }

/* '' */
.icon-e-to-end:before {
  content: '\e89b'; }

/* '' */
.icon-e-to-start:before {
  content: '\e89c'; }

/* '' */
.icon-e-hourglass:before {
  content: '\e863'; }

/* '' */
.icon-e-stop-1:before {
  content: '\e898'; }

/* '' */
.icon-e-up-dir:before {
  content: '\e886'; }

/* '' */
.icon-e-play:before {
  content: '\e897'; }

/* '' */
.icon-e-right-dir:before {
  content: '\e885'; }

/* '' */
.icon-e-down-dir:before {
  content: '\e883'; }

/* '' */
.icon-e-left-dir:before {
  content: '\e884'; }

/* '' */
.icon-e-adjust:before {
  content: '\e867'; }

/* '' */
.icon-e-cloud:before {
  content: '\e8b2'; }

/* '' */
.icon-e-star:before {
  content: '\e808'; }

/* '' */
.icon-e-star-empty:before {
  content: '\e809'; }

/* '' */
.icon-e-cup:before {
  content: '\e846'; }

/* '' */
.icon-e-menu:before {
  content: '\e811'; }

/* '' */
.icon-e-moon:before {
  content: '\e8b5'; }

/* '' */
.icon-e-heart-empty:before {
  content: '\e807'; }

/* '' */
.icon-e-heart:before {
  content: '\e806'; }

/* '' */
.icon-e-note:before {
  content: '\e800'; }

/* '' */
.icon-e-note-beamed:before {
  content: '\e801'; }

/* '' */
.icon-e-layout:before {
  content: '\e810'; }

/* '' */
.icon-e-flag:before {
  content: '\e82a'; }

/* '' */
.icon-e-tools:before {
  content: '\e856'; }

/* '' */
.icon-e-cog:before {
  content: '\e855'; }

/* '' */
.icon-e-attention:before {
  content: '\e83e'; }

/* '' */
.icon-e-flash:before {
  content: '\e8b4'; }

/* '' */
.icon-e-record:before {
  content: '\e89a'; }

/* '' */
.icon-e-cloud-thunder:before {
  content: '\e8b3'; }

/* '' */
.icon-e-tape:before {
  content: '\e8c8'; }

/* '' */
.icon-e-flight:before {
  content: '\e8b6'; }

/* '' */
.icon-e-mail:before {
  content: '\e805'; }

/* '' */
.icon-e-pencil:before {
  content: '\e836'; }

/* '' */
.icon-e-feather:before {
  content: '\e837'; }

/* '' */
.icon-e-check:before {
  content: '\e812'; }

/* '' */
.icon-e-cancel:before {
  content: '\e813'; }

/* '' */
.icon-e-cancel-circled:before {
  content: '\e814'; }

/* '' */
.icon-e-cancel-squared:before {
  content: '\e815'; }

/* '' */
.icon-e-help:before {
  content: '\e81c'; }

/* '' */
.icon-e-quote:before {
  content: '\e833'; }

/* '' */
.icon-e-plus-circled:before {
  content: '\e817'; }

/* '' */
.icon-e-minus-circled:before {
  content: '\e81a'; }

/* '' */
.icon-e-right:before {
  content: '\e881'; }

/* '' */
.icon-e-direction:before {
  content: '\e844'; }

/* '' */
.icon-e-forward:before {
  content: '\e832'; }

/* '' */
.icon-e-ccw:before {
  content: '\e88f'; }

/* '' */
.icon-e-cw:before {
  content: '\e890'; }

/* '' */
.icon-e-left:before {
  content: '\e880'; }

/* '' */
.icon-e-up:before {
  content: '\e882'; }

/* '' */
.icon-e-down:before {
  content: '\e87f'; }

/* '' */
.icon-e-list-add:before {
  content: '\e8a6'; }

/* '' */
.icon-e-list:before {
  content: '\e8a5'; }

/* '' */
.icon-e-deviantart:before {
  content: '\e91d'; }

/* '' */
.icon-e-left-bold:before {
  content: '\e888'; }

/* '' */
.icon-e-right-bold:before {
  content: '\e889'; }

/* '' */
.icon-e-up-bold:before {
  content: '\e88a'; }

/* '' */
.icon-e-down-bold:before {
  content: '\e887'; }

/* '' */
.icon-e-user-add:before {
  content: '\e80c'; }

/* '' */
.icon-e-help-circled:before {
  content: '\e81d'; }

/* '' */
.icon-e-info-circled:before {
  content: '\e81f'; }

/* '' */
.icon-e-eye:before {
  content: '\e826'; }

/* '' */
.icon-e-tag:before {
  content: '\e827'; }

/* '' */
.icon-e-upload-cloud:before {
  content: '\e82f'; }

/* '' */
.icon-e-reply:before {
  content: '\e830'; }

/* '' */
.icon-e-reply-all:before {
  content: '\e831'; }

/* '' */
.icon-e-code:before {
  content: '\e834'; }

/* '' */
.icon-e-export:before {
  content: '\e835'; }

/* '' */
.icon-e-print:before {
  content: '\e838'; }

/* '' */
.icon-e-retweet:before {
  content: '\e839'; }

/* '' */
.icon-e-comment:before {
  content: '\e83b'; }

/* '' */
.icon-e-chat:before {
  content: '\e83c'; }

/* '' */
.icon-e-vcard:before {
  content: '\e840'; }

/* '' */
.icon-e-address:before {
  content: '\e841'; }

/* '' */
.icon-e-location:before {
  content: '\e842'; }

/* '' */
.icon-e-map:before {
  content: '\e843'; }

/* '' */
.icon-e-compass:before {
  content: '\e845'; }

/* '' */
.icon-e-trash:before {
  content: '\e847'; }

/* '' */
.icon-e-doc:before {
  content: '\e848'; }

/* '' */
.icon-e-doc-text-inv:before {
  content: '\e84c'; }

/* '' */
.icon-e-docs:before {
  content: '\e849'; }

/* '' */
.icon-e-doc-landscape:before {
  content: '\e84a'; }

/* '' */
.icon-e-archive:before {
  content: '\e851'; }

/* '' */
.icon-e-rss:before {
  content: '\e853'; }

/* '' */
.icon-e-share:before {
  content: '\e857'; }

/* '' */
.icon-e-basket:before {
  content: '\e859'; }

/* '' */
.icon-e-shareable:before {
  content: '\e858'; }

/* '' */
.icon-e-login:before {
  content: '\e85c'; }

/* '' */
.icon-e-logout:before {
  content: '\e85d'; }

/* '' */
.icon-e-volume:before {
  content: '\e861'; }

/* '' */
.icon-e-resize-full:before {
  content: '\e869'; }

/* '' */
.icon-e-resize-small:before {
  content: '\e86a'; }

/* '' */
.icon-e-popup:before {
  content: '\e86b'; }

/* '' */
.icon-e-publish:before {
  content: '\e86c'; }

/* '' */
.icon-e-window:before {
  content: '\e86d'; }

/* '' */
.icon-e-arrow-combo:before {
  content: '\e86e'; }

/* '' */
.icon-e-chart-pie:before {
  content: '\e8c4'; }

/* '' */
.icon-e-language:before {
  content: '\e8ca'; }

/* '' */
.icon-e-air:before {
  content: '\e8ce'; }

/* '' */
.icon-e-database:before {
  content: '\e8d3'; }

/* '' */
.icon-e-drive:before {
  content: '\e8d4'; }

/* '' */
.icon-e-bucket:before {
  content: '\e8d5'; }

/* '' */
.icon-e-thermometer:before {
  content: '\e8d6'; }

/* '' */
.icon-e-down-circled:before {
  content: '\e86f'; }

/* '' */
.icon-e-left-circled:before {
  content: '\e870'; }

/* '' */
.icon-e-right-circled:before {
  content: '\e871'; }

/* '' */
.icon-e-up-circled:before {
  content: '\e872'; }

/* '' */
.icon-e-down-open:before {
  content: '\e873'; }

/* '' */
.icon-e-left-open:before {
  content: '\e874'; }

/* '' */
.icon-e-right-open:before {
  content: '\e875'; }

/* '' */
.icon-e-up-open:before {
  content: '\e876'; }

/* '' */
.icon-e-down-open-mini:before {
  content: '\e877'; }

/* '' */
.icon-e-left-open-mini:before {
  content: '\e878'; }

/* '' */
.icon-e-right-open-mini:before {
  content: '\e879'; }

/* '' */
.icon-e-up-open-mini:before {
  content: '\e87a'; }

/* '' */
.icon-e-down-open-big:before {
  content: '\e87b'; }

/* '' */
.icon-e-left-open-big:before {
  content: '\e87c'; }

/* '' */
.icon-e-right-open-big:before {
  content: '\e87d'; }

/* '' */
.icon-e-up-open-big:before {
  content: '\e87e'; }

/* '' */
.icon-e-progress-0:before {
  content: '\e89f'; }

/* '' */
.icon-e-progress-1:before {
  content: '\e8a0'; }

/* '' */
.icon-e-progress-2:before {
  content: '\e8a1'; }

/* '' */
.icon-e-progress-3:before {
  content: '\e8a2'; }

/* '' */
.icon-e-back-in-time:before {
  content: '\e8aa'; }

/* '' */
.icon-e-network:before {
  content: '\e8ad'; }

/* '' */
.icon-e-inbox:before {
  content: '\e8af'; }

/* '' */
.icon-e-install:before {
  content: '\e8b0'; }

/* '' */
.icon-e-lifebuoy:before {
  content: '\e8b9'; }

/* '' */
.icon-e-mouse:before {
  content: '\e8ba'; }

/* '' */
.icon-e-dot:before {
  content: '\e8bd'; }

/* '' */
.icon-e-dot-2:before {
  content: '\e8be'; }

/* '' */
.icon-e-dot-3:before {
  content: '\e8bf'; }

/* '' */
.icon-e-suitcase:before {
  content: '\e8bc'; }

/* '' */
.icon-e-flow-cascade:before {
  content: '\e8d8'; }

/* '' */
.icon-e-flow-branch:before {
  content: '\e8d9'; }

/* '' */
.icon-e-flow-tree:before {
  content: '\e8da'; }

/* '' */
.icon-e-flow-line:before {
  content: '\e8db'; }

/* '' */
.icon-e-flow-parallel:before {
  content: '\e8dc'; }

/* '' */
.icon-e-brush:before {
  content: '\e8c0'; }

/* '' */
.icon-e-paper-plane:before {
  content: '\e8b7'; }

/* '' */
.icon-e-magnet:before {
  content: '\e8c1'; }

/* '' */
.icon-e-gauge:before {
  content: '\e8de'; }

/* '' */
.icon-e-traffic-cone:before {
  content: '\e8df'; }

/* '' */
.icon-e-cc:before {
  content: '\e8e0'; }

/* '' */
.icon-e-cc-by:before {
  content: '\e8e1'; }

/* '' */
.icon-e-cc-nc:before {
  content: '\e8e2'; }

/* '' */
.icon-e-cc-nc-eu:before {
  content: '\e8e3'; }

/* '' */
.icon-e-cc-nc-jp:before {
  content: '\e8e4'; }

/* '' */
.icon-e-cc-sa:before {
  content: '\e8e5'; }

/* '' */
.icon-e-cc-nd:before {
  content: '\e8e6'; }

/* '' */
.icon-e-cc-pd:before {
  content: '\e8e7'; }

/* '' */
.icon-e-cc-zero:before {
  content: '\e8e8'; }

/* '' */
.icon-e-cc-share:before {
  content: '\e8e9'; }

/* '' */
.icon-e-cc-remix:before {
  content: '\e8ea'; }

/* '' */
.icon-e-github:before {
  content: '\e8eb'; }

/* '' */
.icon-e-github-circled:before {
  content: '\e8ec'; }

/* '' */
.icon-e-flickr:before {
  content: '\e8ed'; }

/* '' */
.icon-e-flickr-circled:before {
  content: '\e8ee'; }

/* '' */
.icon-e-vimeo:before {
  content: '\e8ef'; }

/* '' */
.icon-e-vimeo-circled:before {
  content: '\e8f0'; }

/* '' */
.icon-e-twitter:before {
  content: '\e8f1'; }

/* '' */
.icon-e-twitter-circled:before {
  content: '\e8f2'; }

/* '' */
.icon-e-facebook:before {
  content: '\e8f3'; }

/* '' */
.icon-e-facebook-circled:before {
  content: '\e8f4'; }

/* '' */
.icon-e-facebook-squared:before {
  content: '\e8f5'; }

/* '' */
.icon-e-gplus:before {
  content: '\e8f6'; }

/* '' */
.icon-e-gplus-circled:before {
  content: '\e8f7'; }

/* '' */
.icon-e-pinterest:before {
  content: '\e8f8'; }

/* '' */
.icon-e-pinterest-circled:before {
  content: '\e8f9'; }

/* '' */
.icon-e-tumblr:before {
  content: '\e8fa'; }

/* '' */
.icon-e-tumblr-circled:before {
  content: '\e8fb'; }

/* '' */
.icon-e-linkedin:before {
  content: '\e8fc'; }

/* '' */
.icon-e-linkedin-circled:before {
  content: '\e8fd'; }

/* '' */
.icon-e-dribbble:before {
  content: '\e8fe'; }

/* '' */
.icon-e-dribbble-circled:before {
  content: '\e8ff'; }

/* '' */
.icon-e-stumbleupon:before {
  content: '\e900'; }

/* '' */
.icon-e-stumbleupon-circled:before {
  content: '\e901'; }

/* '' */
.icon-e-lastfm:before {
  content: '\e902'; }

/* '' */
.icon-e-lastfm-circled:before {
  content: '\e903'; }

/* '' */
.icon-e-rdio:before {
  content: '\e904'; }

/* '' */
.icon-e-rdio-circled:before {
  content: '\e905'; }

/* '' */
.icon-e-spotify:before {
  content: '\e906'; }

/* '' */
.icon-e-spotify-circled:before {
  content: '\e907'; }

/* '' */
.icon-e-qq:before {
  content: '\e908'; }

/* '' */
.icon-e-instagram:before {
  content: '\e909'; }

/* '' */
.icon-e-dropbox:before {
  content: '\e90a'; }

/* '' */
.icon-e-evernote:before {
  content: '\e90b'; }

/* '' */
.icon-e-flattr:before {
  content: '\e90c'; }

/* '' */
.icon-e-skype:before {
  content: '\e90d'; }

/* '' */
.icon-e-skype-circled:before {
  content: '\e90e'; }

/* '' */
.icon-e-renren:before {
  content: '\e90f'; }

/* '' */
.icon-e-sina-weibo:before {
  content: '\e910'; }

/* '' */
.icon-e-paypal:before {
  content: '\e911'; }

/* '' */
.icon-e-picasa:before {
  content: '\e912'; }

/* '' */
.icon-e-soundcloud:before {
  content: '\e913'; }

/* '' */
.icon-e-mixi:before {
  content: '\e914'; }

/* '' */
.icon-e-behance:before {
  content: '\e915'; }

/* '' */
.icon-e-google-circles:before {
  content: '\e916'; }

/* '' */
.icon-e-vkontakte:before {
  content: '\e917'; }

/* '' */
.icon-e-smashing:before {
  content: '\e918'; }

/* '' */
.icon-e-db-shape:before {
  content: '\e91a'; }

/* '' */
.icon-e-sweden:before {
  content: '\e919'; }

/* '' */
.icon-e-logo-db:before {
  content: '\e91b'; }

/* '' */
.icon-e-picture:before {
  content: '\e80e'; }

/* '' */
.icon-e-globe:before {
  content: '\e8b1'; }

/* '' */
.icon-e-leaf:before {
  content: '\e8b8'; }

/* '' */
.icon-e-graduation-cap:before {
  content: '\e8c9'; }

/* '' */
.icon-e-mic:before {
  content: '\e85e'; }

/* '' */
.icon-e-palette:before {
  content: '\e8a4'; }

/* '' */
.icon-e-ticket:before {
  content: '\e8cb'; }

/* '' */
.icon-e-video:before {
  content: '\e80d'; }

/* '' */
.icon-e-target:before {
  content: '\e8a3'; }

/* '' */
.icon-e-music:before {
  content: '\e802'; }

/* '' */
.icon-e-trophy:before {
  content: '\e8a8'; }

/* '' */
.icon-e-thumbs-up:before {
  content: '\e82b'; }

/* '' */
.icon-e-thumbs-down:before {
  content: '\e82c'; }

/* '' */
.icon-e-bag:before {
  content: '\e85a'; }

/* '' */
.icon-e-user:before {
  content: '\e80a'; }

/* '' */
.icon-e-users:before {
  content: '\e80b'; }

/* '' */
.icon-e-lamp:before {
  content: '\e864'; }

/* '' */
.icon-e-alert:before {
  content: '\e83f'; }

/* '' */
.icon-e-water:before {
  content: '\e8cc'; }

/* '' */
.icon-e-droplet:before {
  content: '\e8cd'; }

/* '' */
.icon-e-credit-card:before {
  content: '\e8cf'; }

/* '' */
.icon-e-monitor:before {
  content: '\e8ab'; }

/* '' */
.icon-e-briefcase:before {
  content: '\e8bb'; }

/* '' */
.icon-e-floppy:before {
  content: '\e8d0'; }

/* '' */
.icon-e-cd:before {
  content: '\e8ae'; }

/* '' */
.icon-e-folder:before {
  content: '\e850'; }

/* '' */
.icon-e-doc-text:before {
  content: '\e84b'; }

/* '' */
.icon-e-calendar:before {
  content: '\e85b'; }

/* '' */
.icon-e-chart-line:before {
  content: '\e8c5'; }

/* '' */
.icon-e-chart-bar:before {
  content: '\e8c6'; }

/* '' */
.icon-e-clipboard:before {
  content: '\e8d1'; }

/* '' */
.icon-e-attach:before {
  content: '\e823'; }

/* '' */
.icon-e-bookmarks:before {
  content: '\e829'; }

/* '' */
.icon-e-book:before {
  content: '\e84f'; }

/* '' */
.icon-e-book-open:before {
  content: '\e84e'; }

/* '' */
.icon-e-phone:before {
  content: '\e854'; }

/* '' */
.icon-e-megaphone:before {
  content: '\e8d2'; }

/* '' */
.icon-e-upload:before {
  content: '\e82e'; }

/* '' */
.icon-e-download:before {
  content: '\e82d'; }

/* '' */
.icon-e-box:before {
  content: '\e852'; }

/* '' */
.icon-e-newspaper:before {
  content: '\e84d'; }

/* '' */
.icon-e-mobile:before {
  content: '\e8ac'; }

/* '' */
.icon-e-signal:before {
  content: '\e8a7'; }

/* '' */
.icon-e-camera:before {
  content: '\e80f'; }

/* '' */
.icon-e-shuffle:before {
  content: '\e894'; }

/* '' */
.icon-e-loop:before {
  content: '\e895'; }

/* '' */
.icon-e-arrows-ccw:before {
  content: '\e891'; }

/* '' */
.icon-e-light-down:before {
  content: '\e865'; }

/* '' */
.icon-e-light-up:before {
  content: '\e866'; }

/* '' */
.icon-e-mute:before {
  content: '\e85f'; }

/* '' */
.icon-e-sound:before {
  content: '\e860'; }

/* '' */
.icon-e-battery:before {
  content: '\e8a9'; }

/* '' */
.icon-e-search:before {
  content: '\e803'; }

/* '' */
.icon-e-key:before {
  content: '\e8d7'; }

/* '' */
.icon-e-lock:before {
  content: '\e824'; }

/* '' */
.icon-e-lock-open:before {
  content: '\e825'; }

/* '' */
.icon-e-bell:before {
  content: '\e83d'; }

/* '' */
.icon-e-bookmark:before {
  content: '\e828'; }

/* '' */
.icon-e-link:before {
  content: '\e822'; }

/* '' */
.icon-e-back:before {
  content: '\e820'; }

/* '' */
.icon-e-flashlight:before {
  content: '\e804'; }

/* '' */
.icon-e-chart-area:before {
  content: '\e8c7'; }

/* '' */
.icon-e-clock:before {
  content: '\e862'; }

/* '' */
.icon-e-rocket:before {
  content: '\e8dd'; }

/* '' */
.icon-e-block:before {
  content: '\e868'; }

/* '' */
.icon-picture:before {
  content: ""; }

/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base styles, unclassed HTML elements
 */
/**
 * Ensure that a caption won't expand more than the content
 */
.alignnone {
  margin: 6px 0 24px;
  margin: 0.375rem 0 1.5rem; }

img.alignnone {
  max-width: 100%;
  height: auto; }

.alignleft {
  float: left;
  margin: 6px 12px 12px 0;
  margin: 0.375rem 0.75rem 0.75rem 0; }

.aligncenter {
  display: block;
  margin: 6px auto 24px;
  margin: 0.375rem auto 1.5rem; }

.alignright {
  float: right;
  margin: 6px 0 12px 12px;
  margin: 0.375rem 0 0.75rem 0.75rem; }

.wp-caption {
  width: auto !important;
  max-width: 100%;
  margin-bottom: 24px; }

.article__content embed, .article__content img, .article__content iframe:not(.instagram-media), .page__content embed, .page__content img, .page__content iframe:not(.instagram-media) {
  max-width: 100%;
  height: auto; }

.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.wp-caption-text {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding: 12px 0;
  padding: 0.75rem 0;
  color: #878787;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 0.75em;
  line-height: 1;
  text-align: center; }
  .wp-caption-text:after {
    content: " ";
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 50px);
    border-bottom: 2px solid #bfbfbf; }
  .site-footer .wp-caption-text {
    background: #1a1717; }

.bypostauthor {
  width: auto; }

.small-link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.26;
  text-transform: uppercase;
  font-family: "Maven Pro", sans-serif;
  color: #2ecc71; }

.inline {
  display: inline-block; }

.mt1 {
  margin-top: 1rem !important;
  margin-top: 1rem !important; }

.mt2 {
  margin-top: 2rem !important;
  margin-top: 2rem !important; }

.mt3 {
  margin-top: 3rem !important;
  margin-top: 3rem !important; }

.mt4 {
  margin-top: 4rem !important;
  margin-top: 4rem !important; }

.mt-1 {
  margin-top: -1rem !important;
  margin-top: -1rem !important; }

.mt-2 {
  margin-top: -2rem !important;
  margin-top: -2rem !important; }

.mt-3 {
  margin-top: -3rem !important;
  margin-top: -3rem !important; }

.mt-4 {
  margin-top: -4rem !important;
  margin-top: -4rem !important; }

.mb1 {
  margin-bottom: 1rem !important;
  margin-bottom: 1rem !important; }

.mb2 {
  margin-bottom: 2rem !important;
  margin-bottom: 2rem !important; }

.mb3 {
  margin-bottom: 3rem !important;
  margin-bottom: 3rem !important; }

.mb4 {
  margin-bottom: 4rem !important;
  margin-bottom: 4rem !important; }

.mb-1 {
  margin-bottom: -1rem !important;
  margin-bottom: -1rem !important; }

.mb-2 {
  margin-bottom: -2rem !important;
  margin-bottom: -2rem !important; }

.mb-3 {
  margin-bottom: -3rem !important;
  margin-bottom: -3rem !important; }

.mb-4 {
  margin-bottom: -4rem !important;
  margin-bottom: -4rem !important; }

.pt1 {
  padding-top: 1rem !important;
  padding-top: 1rem !important; }

.pt2 {
  padding-top: 2rem !important;
  padding-top: 2rem !important; }

.pt3 {
  padding-top: 3rem !important;
  padding-top: 3rem !important; }

.pt4 {
  padding-top: 4rem !important;
  padding-top: 4rem !important; }

.pb1 {
  padding-bottom: 1rem !important;
  padding-bottom: 1rem !important; }

.pb2 {
  padding-bottom: 2rem !important;
  padding-bottom: 2rem !important; }

.pb3 {
  padding-bottom: 3rem !important;
  padding-bottom: 3rem !important; }

.pb4 {
  padding-bottom: 4rem !important;
  padding-bottom: 4rem !important; }

.gallery {
  margin-left: -6px !important;
  margin-left: -0.375rem !important; }
  .gallery .gallery-item {
    margin: 0 0 12px 0;
    margin: 0 0 0.75rem 0;
    padding-left: 6px;
    padding-left: 0.375rem; }
  .gallery .gallery-icon a {
    border: 0;
    display: block; }
  .gallery .gallery-icon img {
    width: 100%;
    border: 0 !important;
    height: auto; }
  .gallery .gallery-caption {
    padding: 0;
    margin: 0;
    line-height: 1.5; }

/*------------------------------------*\
               TYPOGRAPHY
\*------------------------------------*/
body {
  font-size: 16px;
  line-height: 1.625; }

/*------------------------------------*\
               LINKS
\*------------------------------------*/
.link--simple, .link--simple a, .sidebar--menu a, .mosaic__item a, .cover-container a, .nav--main > li a, .pagination--archive ol li:first-child a, .pagination--archive ol li:last-child a, .comment__meta a, #cancel-comment-reply-link, .social-links .share-logo, .social-links .social-links-list a, .entry__meta-box a, a > .pixcode--icon, .tabs__nav a, .team-member__social-link__link, .article--split .article__categories a, .article--blog-split .article__categories a, .article-navigation .navigation-item a, .article--blog a, .article-blog-classic .article__categories a {
  border-bottom-width: 0; }

a {
  color: #878787;
  text-decoration: none;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 2px; }
  a:hover {
    color: #2ecc71;
    border-color: #2ecc71; }
  a:hover, a:active, a:focus {
    outline: 0; }

.text-link, .related-projects__item .entry__meta a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.26;
  text-transform: uppercase; }

/*------------------------------------*\
               BLOCKQUOTES
\*------------------------------------*/
blockquote {
  margin: 36px 0;
  padding-left: 24px;
  font-family: "Merriweather", serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.65;
  font-style: italic;
  color: #878787;
  border-left: 12px solid #2ecc71;
  quotes: "";
  text-indent: 0; }
  blockquote cite {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.26;
    display: block;
    color: #1a1717;
    margin-top: 12px; }

/*------------------------------------*\
               HEADINGS
\*------------------------------------*/
h1, h2, h3, hgroup, h4, h5, h6, .hN, .widget_calendar caption {
  font-family: "Merriweather", serif;
  font-weight: 900;
  margin-top: 36px;
  margin-top: 2.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }
  h1.emphasize, h2.emphasize, h3.emphasize, hgroup.emphasize, h4.emphasize, h5.emphasize, h6.emphasize, .hN.emphasize, .widget_calendar caption.emphasize {
    padding-left: 24px;
    margin-bottom: 24px;
    border-left: 10px solid #2ecc71;
    line-height: 1; }
  h1 a, h2 a, h3 a, hgroup a, h4 a, h5 a, h6 a, .hN a, .widget_calendar caption a {
    text-decoration: none;
    border-bottom: none;
    color: inherit; }

h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold; }

h1, .alpha {
  font-size: 46px; }

h2, .beta {
  font-size: 24px; }

h3, .gamma, .widget_calendar caption {
  font-size: 19px; }

h4, .delta {
  font-size: 15px; }

h5, .epsilon {
  font-size: 12px; }

h6, .zeta {
  font-size: 10px; }

@media screen and (min-width: 601px) and (max-width: 999px) {
  h1, .alpha {
    font-size: 38.18px; } }

@media screen and (max-width: 600px) {
  h1, .alpha {
    font-size: 30.36px; }
  h2, .beta {
    font-size: 19.92px; }
  h3, .gamma, .widget_calendar caption {
    font-size: 15.77px; }
  blockquote {
    font-size: 18px; } }

/*------------------------------------*\
               TABLES
\*------------------------------------*/
.table--bordered tr, table tr {
  border-top: 1px dotted #b2b2b2; }
  .site-footer .table--bordered tr, .site-footer table tr {
    border-top-color: #504747; }

.table--bordered th, table th,
.table--bordered td,
table td {
  border: 0; }
  .table--bordered th:empty, table th:empty,
  .table--bordered td:empty,
  table td:empty {
    border: inherit; }

.table--striped tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd) {
  background-color: #fbfbfb;
  /* Override this color in your theme stylesheet */ }
  .site-footer .table--striped tbody tr:nth-of-type(odd), .site-footer table tbody tr:nth-of-type(odd) {
    background-color: #282323; }

/*------------------------------------*\
               LISTS
\*------------------------------------*/
ol {
  padding-left: 43px;
  padding-left: 2.6875rem;
  margin-left: 0;
  margin-top: 36px;
  margin-bottom: 36px;
  color: #878787; }
  ul ol, ol ol, dl ol {
    margin-left: 48px;
    margin-left: 3rem;
    border-left: 0;
    padding-left: 0; }
  ol li {
    padding-bottom: 6px; }

dt {
  font-weight: bold; }
  dd + dt {
    margin-top: 24px;
    margin-top: 1.5rem; }

dd {
  margin-left: 0; }

/*------------------------------------*\
    FORMS
\*------------------------------------*/
/**
 * Common form controls
 *
 * Shared size and type resets for form controls. Apply `.form-control` to any
 * of the following form controls:
 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: block;
  vertical-align: middle;
  width: 100%;
  padding: 12px;
  padding: 0.75rem;
  border: 1px solid #e5e9eb;
  outline: 0; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .form-control:focus {
    outline: 1px solid #2ecc71; }
  .lt-ie9 select input, .lt-ie9
  textarea input, .lt-ie9
  input[type="text"] input, .lt-ie9
  input[type="password"] input, .lt-ie9
  input[type="datetime"] input, .lt-ie9
  input[type="datetime-local"] input, .lt-ie9
  input[type="date"] input, .lt-ie9
  input[type="month"] input, .lt-ie9
  input[type="time"] input, .lt-ie9
  input[type="week"] input, .lt-ie9
  input[type="number"] input, .lt-ie9
  input[type="email"] input, .lt-ie9
  input[type="url"] input, .lt-ie9
  input[type="search"] input, .lt-ie9
  input[type="tel"] input, .lt-ie9
  input[type="color"] input, .lt-ie9
  .form-control input {
    width: 100%;
    padding: 12px 0;
    border: 1px solid #e5e9eb;
    outline: 0; }

/**
 * Checkboxes and radios
 *
 * Indent the labels to position radios/checkboxes as hanging controls.
 */
.radio,
.checkbox {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 12px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: 12px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -6px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 6px; }

/** 
  * Inline forms
  *
  * Make forms appear inline(-block) by adding the `.form-inline` class. Inline
  * forms begin stacked on extra small (mobile) devices and then go inline when
  * viewports reach <768px.
  *
  * Requires wrapping inputs and labels with `.form-group` for proper display of
  * default HTML form controls and our custom form controls (e.g., input groups).
  */
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

/**
 * Input groups
 */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/*----------------------------------------*\
    $ADMIN TOOLBAR Enbaled
\*----------------------------------------*/
@media screen and (max-width: 782px) {
  html body.admin-bar .top-bar {
    top: 46px; }
  html body.admin-bar .navigation-container {
    top: 88px; }
  html body.admin-bar .content--gallery-slider {
    top: 46px; } }

@media screen and (min-width: 783px) {
  html body.admin-bar .article--split__left {
    top: 74px; }
  html body.admin-bar .top-bar {
    top: 32px; }
  html body.admin-bar .content--gallery-slider {
    top: 32px; }
  html body.admin-bar .navigation-container {
    top: 74px; } }

/*------------------------------------*\
    $OBJECT
\*------------------------------------*/
/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.btn, .pixproof_photo_ref, .pagination--archive ol li a, .pagination--archive ol li span, .pagination--archive ol li:first-child span, .pagination--archive ol li:last-child span, .comments_add-comment, .form-submit #comment-submit, .wpcf7-form-control.wpcf7-submit {
  padding: 12px 36px;
  color: #a6a1a1;
  background: #1a1717;
  background: linear-gradient(#313131, #1e1e1e);
  letter-spacing: .0625em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.08143;
  border-radius: 24px;
  transition: all .15s; }
  .btn:hover, .pixproof_photo_ref:hover, .pagination--archive ol li a:hover, .pagination--archive ol li span:hover, .comments_add-comment:hover, .form-submit #comment-submit:hover, .wpcf7-form-control.wpcf7-submit:hover {
    background: #2ecc71;
    background: linear-gradient(#2ecc71, #31d676);
    color: white; }
  .btn.btn--beta, .btn--beta.pixproof_photo_ref, .pagination--archive ol li a.btn--beta, .pagination--archive ol li span.btn--beta, .btn--beta.comments_add-comment, .form-submit .btn--beta#comment-submit, .btn--beta.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.68857; }
  .btn.btn--alpha, .btn--alpha.pixproof_photo_ref, .pagination--archive ol li a.btn--alpha, .pagination--archive ol li span.btn--alpha, .btn--alpha.comments_add-comment, .form-submit .btn--alpha#comment-submit, .btn--alpha.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 3.22429; }

.btn--primary, .comments_add-comment, .wpcf7-form-control.wpcf7-submit {
  background: #2ecc71;
  color: white; }
  .btn--primary:hover, .comments_add-comment:hover, .wpcf7-form-control.wpcf7-submit:hover {
    background: #1a1717; }

.btn--secondary, .pixproof_photo_ref, .btn--tertiary, .form-submit #comment-submit {
  color: white; }

.btn--tertiary {
  background: #878787; }

.btn--transparent {
  background: transparent;
  border-width: 2px !important;
  border-style: solid;
  border-color: #fff; }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
.btn--small, .pixproof_photo_ref, .comments_add-comment {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.16385;
  padding: 6px 24px; }
  .btn--small.btn--beta, .btn--beta.pixproof_photo_ref, .btn--beta.comments_add-comment {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2.73727; }
  .btn--small.btn--alpha, .btn--alpha.pixproof_photo_ref, .btn--alpha.comments_add-comment {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 3.41909; }

.btn--large {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.08143;
  padding: 12px 36px; }
  .btn--large.btn--beta {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 3.76; }
  .btn--large.btn--alpha {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 4.29571; }

.btn--huge {
  padding: 12px 24px;
  border-radius: 36px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 3.01; }
  .btn--huge.btn--beta {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 3.76; }
  .btn--huge.btn--alpha {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 4.51; }

.btn-list, .widget_tag_cloud .wp-tag-cloud {
  padding: 0;
  margin: 0 0 0 -2px;
  list-style: none; }
  .btn-list > .btn, .widget_tag_cloud .wp-tag-cloud > .btn, .btn-list > .pixproof_photo_ref, .widget_tag_cloud .wp-tag-cloud > .pixproof_photo_ref, .pagination--archive ol li .btn-list > a, .widget_tag_cloud .pagination--archive ol li .wp-tag-cloud > a, .pagination--archive ol li .widget_tag_cloud .wp-tag-cloud > a, .pagination--archive ol li .btn-list > span, .widget_tag_cloud .pagination--archive ol li .wp-tag-cloud > span, .pagination--archive ol li .widget_tag_cloud .wp-tag-cloud > span, .btn-list > .comments_add-comment, .widget_tag_cloud .wp-tag-cloud > .comments_add-comment, .form-submit .btn-list > #comment-submit, .widget_tag_cloud .form-submit .wp-tag-cloud > #comment-submit, .form-submit .widget_tag_cloud .wp-tag-cloud > #comment-submit, .btn-list > .wpcf7-form-control.wpcf7-submit, .widget_tag_cloud .wp-tag-cloud > .wpcf7-form-control.wpcf7-submit, .btn-list > li, .widget_tag_cloud .wp-tag-cloud > li, .btn-list > a, .widget_tag_cloud .wp-tag-cloud > a {
    float: left;
    margin-left: 2px;
    margin-bottom: 2px; }

/**
 * Separator Shortcode
 * <hr class="separator" />  
 */
/*==========  $SEPARATORS  ==========*/
.separator {
  border: 0;
  border-bottom: 2px solid #1a1717;
  margin: 24px 0; }

.separator--light {
  border-bottom: 2px solid white; }

.separator--section, .pixcode--tabs {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
  border-bottom: 0 solid #1a1717;
  border-bottom-width: 5px;
  border-bottom-width: 0.3125rem; }

.separator--subsection {
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
  margin-top: 24px;
  margin-top: 1.5rem; }

.separator--dotted {
  height: 1px;
  border: 0;
  border-bottom: 1px dotted #1a1717; }

/*-------------------------------*\
               $BADGE
\*-------------------------------*/
.badge {
  width: 2.5em;
  padding: .15em 0;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.885;
  position: relative;
  text-align: center;
  background-color: #2ecc71;
  color: white; }
  .badge:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    border: 0 solid transparent;
    border-width: 6px 12px;
    border-width: 0.375rem 0.75rem;
    border-left: 0;
    border-top-color: #1a1717; }

.badge__text {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: -.2em;
  margin-bottom: .4em; }

.badge--article {
  position: absolute;
  top: 12px;
  top: 0.75rem;
  right: -12px;
  right: -0.75rem;
  font-size: 24px;
  font-size: 1.5rem;
  z-index: 30; }

.badge--article--list {
  width: 2em;
  padding: 4px 0;
  padding: 0.25rem 0;
  font-size: 16px;
  font-size: 1rem; }

.badge--review {
  display: inline-block;
  margin-right: -36px;
  margin-right: -2.25rem; }

/*---------------------------------*\
         $PUSH MENU SIDEBAR
\*---------------------------------*/
.sidebar--menu {
  background: #1a1717;
  padding: 12px 24px;
  color: white;
  font-size: 12px; }
  .sidebar--menu a {
    font-size: 13px;
    color: white; }
    .sidebar--menu a:hover {
      color: #2ecc71; }

/*----------------------------------------*\
    $MOSAIC
\*----------------------------------------*/
/**
 * Mosaic styling for grid galleries and portfolios:
 *
    <div class="mosaic mosaic--grid mosaic--masonry">
        <div class="mosaic__item">
            <a href=#>
                <div class="mosaic__image">
                    <img src="image.jpg">
                </div>
                <div class="mosaic__meta">
                    <div class="flexbox">
                        <div class="flexbox__item">
                            <div class="meta__icon"> + </div>
                            <div class="meta__title">Project Title</div>
                            <hr class="separator">
                            <div class="meta__category">Photography</div>
                        </div>
                    </div>
                </div>
            </a>
        </div>
    </div>
 *
 */
.content .mosaic {
  border: 6px solid transparent; }

.mosaic-wrapper {
  position: relative; }
  @media not screen and (min-width: 900px) {
    .mosaic-wrapper {
      padding-bottom: 53px; } }

.mosaic {
  border: 6px solid transparent;
  text-align: center; }

.mosaic__item {
  border: 6px solid transparent;
  float: left; }

.mosaic__item.item--video .mosaic__meta, .mosaic__item.item--link .mosaic__meta {
  opacity: 1; }

.mosaic__item:hover .mosaic__meta, .touch .mosaic--archive .mosaic__item .mosaic__meta {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5); }

.mosaic__item:hover .separator, .touch .mosaic--archive .mosaic__item .separator {
  max-width: 80%;
  margin-top: 24px;
  margin-bottom: 24px; }
  @media not screen and (min-width: 900px) {
    .mosaic__item:hover .separator, .touch .mosaic--archive .mosaic__item .separator {
      margin-top: 12px;
      margin-bottom: 12px; } }

.mosaic__item a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  color: white; }

.mosaic__image {
  position: relative;
  padding-top: 100%; }
  .mosaic__image.no-image {
    padding-top: 100%;
    background: #000000; }
  .mosaic__image.no-image + .mosaic__meta {
    opacity: 1; }
  .mosaic__image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }

.mosaic__meta {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.2s; }
  .mosaic__title .mosaic__meta {
    opacity: 1;
    background: black; }
    .mosaic__title .mosaic__meta h1 {
      font-size: 20px; }
      @media only screen and (min-width: 900px) {
        .mosaic__title .mosaic__meta h1 {
          font-size: 35px; } }
    .mosaic__title .mosaic__meta a {
      cursor: default; }
  .mosaic__meta .flexbox, .mosaic__meta .cover-wrapper, .mosaic__meta .copyright-overlay__container {
    height: 100%; }
  .mosaic__meta .separator {
    max-width: 0;
    margin: 0 auto;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  .mosaic__meta .meta__title,
  .mosaic__meta .meta__category,
  .mosaic__meta .gallery-title {
    padding: 0 12px;
    word-break: break-word;
    word-wrap: break-word;
    color: white; }
  .mosaic__meta .gallery-title {
    margin: 0;
    font-size: 16px; }

.mosaic__hoverdir {
  position: absolute;
  height: 100%;
  width: 100%; }

.meta__title {
  margin: 0;
  line-height: 1.1; }
  @media not screen and (min-width: 900px) {
    .meta__title {
      font-size: 16px;
      font-weight: 100; } }

.meta__category {
  display: block; }
  @media not screen and (min-width: 900px) {
    .meta__category {
      font-weight: normal !important; } }

.meta__icon {
  font-size: 2em;
  font-family: serif;
  text-align: center; }
  .meta__icon i {
    font-size: 36px; }

/*
 * Responsiveness
 */
@media screen and (max-width: 899px) {
  .mosaic__item {
    width: 50%; } }

@media screen and (min-width: 900px) and (max-width: 1249px) {
  .mosaic__item {
    width: 33.33333%; } }

@media screen and (min-width: 1250px) and (max-width: 1700px) {
  .mosaic__item {
    width: 25%; } }

@media screen and (min-width: 1701px) {
  .mosaic__item {
    width: 20%; } }

/*----------------------------------------*\
    $MASONRY
\*----------------------------------------*/
/*----------------------------------------*\
    $GRID
\*----------------------------------------*/
/*----------------------------------------*\
    $Infine scroll loading
\*----------------------------------------*/
#infscr-loading {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 24px 0;
  z-index: 10;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7); }
  #infscr-loading em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.26;
    font-style: normal;
    font-weight: normal;
    color: white; }

.infinite_scroll + .pagination--archive {
  display: none; }

/*----------------------------------------*\
    $GALLERY SLIDER
\*----------------------------------------*/
.single-gallery--slider .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.single-gallery--slider .up-link {
  display: none; }

.content--gallery-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 42px; }
  .content--gallery-slider .pixslider--gallery {
    height: 100% !important; }
  @media not screen and (min-width: 900px) {
    .content--gallery-slider {
      position: absolute;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; } }

.content-helper {
  height: 100%;
  width: 100%;
  position: relative;
  background: #1a1717; }
  @media not screen and (min-width: 900px) {
    .content-helper {
      overflow: hidden; } }

.pixslider {
  opacity: 0;
  transition: opacity .2s linear; }
  .pixslider.slider--loaded {
    opacity: 1; }

.gallery--is-fullscreen {
  overflow: hidden; }

.gallery--is-fullscreen .pixslider--portfolio {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100% !important; }

.pixslider[data-visiblenearby] .rsSlide img {
  opacity: 0.45;
  transition: all 0.3s ease-out;
  transform: scale(0.9); }

.pixslider[data-visiblenearby] .rsActiveSlide img {
  opacity: 1;
  transform: scale(1); }

.slider-controls {
  display: block;
  opacity: 1;
  transition: opacity .15s ease-in-out; }
  .gallery--is-fullscreen .slider-controls {
    display: none; }
  .navigation--is-visible .slider-controls {
    opacity: 0; }

.slider-controls--portfolio .slider-controls__arrows, .slider-controls--portfolio .slider-controls__bullets {
  transform: translateY(-50%); }

.slider-controls__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
  @media not screen and (min-width: 900px) {
    .slider-controls__arrows {
      color: white !important;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
      z-index: 10; } }
  @media only screen and (min-width: 900px) {
    .slider-controls__arrows {
      transform: translateY(-50%) translateX(-100%); } }
  .slider-controls__arrows .slider-arrow {
    width: 42px;
    margin: 12px 0;
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    cursor: pointer; }

.slider-controls__bullets {
  position: absolute;
  right: 0;
  top: 50%;
  width: 42px;
  z-index: 10;
  transform: translateY(-50%); }
  @media only screen and (min-width: 900px) {
    .slider-controls__bullets {
      transform: translateY(-50%) translateX(100%); } }
  .slider-controls__bullets .rsBullet {
    width: 6px;
    height: 6px;
    display: block;
    margin: 12px auto; }
  .slider-controls__bullets .rsNavSelected {
    background: #1a1717; }
  @media not screen and (min-width: 900px) {
    .slider-controls__bullets {
      display: none; } }

.gallery-controls--fullscreen {
  display: none;
  opacity: 0;
  color: white; }
  .gallery--is-fullscreen .gallery-controls--fullscreen {
    display: block; }

.gallery-toggle-fullscreen {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  padding: 3px 6px;
  font-size: 22px;
  color: white;
  cursor: pointer; }
  .no-touch .gallery-toggle-fullscreen:hover {
    background: #1a1717; }

/*----------------------------------------*\
    $GALLERY INFOBOX
\*----------------------------------------*/
.gallery-infobox {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background: transparent;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 1; }
  .gallery-infobox.js--desc-active {
    transform: translateY(0); }
  .is--open-gallery-popup .gallery-infobox {
    display: block; }
  .content-helper .gallery-infobox {
    display: block;
    position: absolute; }

.gallery-infobox__head {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -42px;
  display: flex;
  flex-wrap: nowrap;
  height: 42px; }
  .gallery-infobox__head .social-links {
    flex: 0 0 42px; }

.gallery-infobox__description {
  padding: 24px;
  background: #1a1717;
  color: white;
  flex: 0 0 100%;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  text-align: left; }

.gallery-infobox__logo {
  color: white;
  background: #1a1717;
  transition: all .2s linear;
  cursor: pointer;
  z-index: 9999;
  flex: 0 0 42px; }
  .no-desc .gallery-infobox__logo {
    display: none; }
  .gallery-infobox__logo i {
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block; }

.gallery-infobox__data {
  height: inherit;
  padding: 0 12px;
  flex: 0 1 calc(100% - 2 * 42px);
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  width: calc(100% - 84px);
  color: white; }
  .gallery-infobox__data span {
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

/*----------------------------------------*\
    $MAGNIFIC POPUP STYLING + OVERRIDES
\*----------------------------------------*/
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

.mfp-container {
  padding: 0; }

.mfp-content {
  display: block;
  text-align: center;
  height: 100%; }

.mfp-figure {
  display: block;
  height: 100%; }

.mfp-container:before {
  content: none; }

div.mfp-figure:after {
  content: none; }

button.mfp-close {
  position: absolute;
  padding: 24px;
  width: auto;
  height: auto;
  line-height: 1;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  cursor: pointer; }
  button.mfp-close:hover {
    background: #1a1717; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 50px; }

.mfp-bg {
  background: black; }

.mfp-wrap {
  overflow: hidden !important; }

.mfp-figure--video {
  transform: translateY(50%); }

img.mfp-img {
  top: 50%;
  position: relative;
  transform: translateY(-50%); }

.mfp-bottom-bar {
  margin-top: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0; }

.gallery-arrow {
  position: absolute;
  top: 0;
  width: 200px;
  height: 70%;
  z-index: 5000;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: white; }
  .gallery-arrow:after, .gallery-arrow:before {
    top: 50%;
    content: "";
    border-color: white;
    border-width: 5px;
    border-bottom: none;
    position: absolute; }

.gallery-arrow {
  width: 100px; }

.gallery-arrow--left:before {
  width: 22px;
  height: 22px;
  left: calc(50% - 12px); }

.gallery-arrow--right:after {
  width: 22px;
  height: 22px;
  right: 50%;
  right: calc(50% - 12px); }

@media only screen and (min-width: 900px) {
  .gallery-arrow {
    width: 200px; }
  .gallery-arrow--left:before {
    width: 45px;
    height: 45px;
    left: 50%;
    left: calc(50% - 22px); }
  .gallery-arrow--right:after {
    width: 45px;
    height: 45px;
    right: calc(50% - 22px); } }

.gallery-arrow--left {
  left: 0; }
  .gallery-arrow--left:before {
    transform: rotate(-45deg);
    border-top: solid;
    border-left: solid; }

.gallery-arrow--right {
  right: 0; }
  .gallery-arrow--right:after {
    transform: rotate(45deg);
    border-top: solid;
    border-right: solid; }

/*----------------------------------------*\
    $GALLERY COVERS
\*----------------------------------------*/
.cover-wrapper {
  color: white;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }

.cover-container a {
  color: #fff; }

.cover__content {
  width: 650px;
  margin: 0 auto;
  font-size: 100%; }

.cover__title {
  letter-spacing: 2px;
  margin: 0 auto;
  display: block; }

.cover__sub-title {
  display: inline-block;
  position: relative; }
  .cover__sub-title:after {
    content: " ";
    display: block;
    height: 1px;
    width: 100%; }

@media not screen and (min-width: 900px) {
  .cover__content {
    width: 80%;
    font-size: 50%; } }

/**
 * Links and Buttons Styling
 */
.cover--style1 .cover__sub-title, .cover--style2 .cover__sub-title {
  margin: 12px auto;
  max-width: 600px; }
  .cover--style1 .cover__sub-title .dash, .cover--style2 .cover__sub-title .dash {
    margin: 0;
    width: 60px;
    height: 2px;
    background: white;
    position: absolute;
    top: 40%; }
    .cover--style1 .cover__sub-title .dash:first-child, .cover--style2 .cover__sub-title .dash:first-child {
      left: 0;
      transform: translateX(-130%); }
    .cover--style1 .cover__sub-title .dash:last-child, .cover--style2 .cover__sub-title .dash:last-child {
      right: 0;
      transform: translateX(130%); }
    .lt-ie9 .cover--style1 .cover__sub-title .dash, .cover--style1 .lt-ie9 .cover__sub-title .dash, .lt-ie9 .cover--style2 .cover__sub-title .dash, .cover--style2 .lt-ie9 .cover__sub-title .dash {
      display: none; }
  .cover--style1 .second.cover__sub-title .dash, .cover--style2 .second.cover__sub-title .dash {
    width: 36px; }
  @media not screen and (min-width: 900px) {
    .cover--style1 .cover__sub-title .dash, .cover--style2 .cover__sub-title .dash {
      width: 20px; }
    .cover--style1 .second.cover__sub-title .dash, .cover--style2 .second.cover__sub-title .dash {
      width: 15px; } }

/*
 * Style 1
 */
.cover--style1 .cover__title {
  text-transform: uppercase; }

.cover--style1 .cover__sub-title {
  letter-spacing: 3px;
  text-transform: uppercase; }

.cover__circle {
  width: 183px;
  height: 182px;
  border-radius: 50%;
  border: 3px solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }
  .cover__circle.first {
    clip: rect(0, 159px, 24px, 0); }
  .cover__circle.second {
    clip: rect(162px 188px 190px 29px); }
  .lt-ie9 .cover__circle {
    display: none; }

/*
 * Style 2
 */
.cover--style2 .cover__title {
  text-transform: uppercase; }

.cover--style2 .cover__sub-title.second {
  font-size: 24px; }

/*
 * Style 3
 */
.cover--style3 .cover__title {
  text-transform: uppercase;
  display: inline-block; }
  .cover--style3 .cover__title .dash {
    display: block;
    width: 100%;
    height: 5px;
    background: #fff; }
    @media not screen and (min-width: 900px) {
      .cover--style3 .cover__title .dash {
        height: 3px;
        margin-top: 5px; } }
  .cover--style3 .cover__title.border--top .dash {
    margin-top: 10px; }
  .cover--style3 .cover__title.border--bottom .dash {
    margin-bottom: 10px; }

.cover--style3 .cover__sub-title {
  text-transform: uppercase;
  letter-spacing: 5px;
  width: 100%;
  display: block; }

/*----------------------------------------*\
            $ANIMATIONS COVER
\*----------------------------------------*/
/*----------------------------------------*\
            $COPYRIGHT-OVERLAY
\*----------------------------------------*/
.copyright-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 5px; }
  .is--active-copyright-overlay .copyright-overlay {
    display: block; }

.copyright-overlay__container {
  height: 100%;
  margin: 0 auto; }

.copyright-overlay__content {
  color: white;
  text-align: center;
  padding: 12px;
  font-size: 12px; }

.is--copyright-protected .pixslider--gallery.js-pixslider,
.is--copyright-protected .pixslider--portfolio,
.is--copyright-protected .mfp-container,
.is--copyright-protected .mosaic-wrapper {
  -webkit-touch-callout: none !important; }

/*rtl:begin:ignore*/
/*------------------------------------*\
            PUSH NAVIGATION
\*------------------------------------*/
.navigation-container {
  overflow: hidden;
  width: auto;
  position: fixed;
  top: 42px;
  right: 42px;
  bottom: 42px;
  pointer-events: none;
  z-index: 100; }
  @media not screen and (min-width: 900px) {
    .navigation-container {
      right: 0;
      bottom: 0; } }
  .navigation--is-visible .navigation-container {
    pointer-events: auto;
    width: 100%; }
  .navigation--is-visible.touch .navigation-container {
    overflow-y: scroll; }
  .admin-bar .navigation-container {
    top: 74px; }

.navigation--is-visible.touch:not(.is--gallery-fullscreen) {
  position: relative;
  height: 100%;
  overflow: hidden; }

.navigation--main {
  text-align: left; }
  .navigation--main, .navigation--main .sub-menu, .navigation--main .nav--main {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 260px;
    min-height: 100%;
    margin-left: 0;
    list-style: none; }
  .navigation--main, .navigation--main .nav--main {
    bottom: 0;
    height: 100%; }
  .navigation--main a {
    outline: none; }
  .navigation--main .nav--main {
    position: relative;
    height: auto;
    min-height: 100%;
    margin-bottom: 0; }
    .navigation--main .nav--main .sub-menu {
      display: none; }
      .navigation--main .nav--main .sub-menu.sub-menu-open {
        display: block; }
  .navigation--main .sub-menu {
    left: 100%;
    right: auto;
    transform: translate3d(100%, 0, 0);
    background-color: #333333; }
    .navigation--main .sub-menu.sub-menu-open {
      transform: translate3d(0px, 0, 0);
      z-index: 11; }
      .navigation--main .sub-menu.sub-menu-open.sub-menu-overlay > li > a.menu-back {
        opacity: 0.2;
        background: transparent; }
    .lt-ie9 .navigation--main .sub-menu {
      left: 0; }
    .navigation--main .sub-menu[data-level="1"] {
      background: #1a1717; }
    .navigation--main .sub-menu[data-level="2"] {
      background: #262626; }
      .navigation--main .sub-menu[data-level="2"] .menu-back {
        background: #1a1717; }
    .navigation--main .sub-menu[data-level="3"] {
      background: #333333; }
      .navigation--main .sub-menu[data-level="3"] .menu-back {
        background: #262626; }
    .navigation--main .sub-menu[data-level="4"] {
      background: #4D4D4D; }
      .navigation--main .sub-menu[data-level="4"] .menu-back {
        background: #333333; }
    .navigation--main .sub-menu[data-level="5"] {
      background: #666666; }
      .navigation--main .sub-menu[data-level="5"] .menu-back {
        background: #4D4D4D; }
  .navigation--main .menu-back {
    background: #1a1717;
    transition: all 0.4s; }
    .navigation--main .menu-back:before {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      color: #6e6e6e;
      border-bottom: 1px solid;
      border-right: 1px solid;
      position: absolute;
      top: 18px;
      left: 8px;
      transform: rotate(135deg); }

.nav--main li {
  width: 100%; }
  .nav--main li.current-menu-item {
    color: #2ecc71; }
  .nav--main li.menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    color: #5b5b5b;
    border-bottom: 2px solid;
    border-right: 2px solid;
    position: absolute;
    top: 21px;
    right: 24px;
    transform: rotate(-45deg); }

.nav--main > li a {
  font-size: 20px;
  display: block;
  font-style: normal;
  font-weight: 400;
  color: white;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 12px 24px;
  width: 100%; }
  .nav--main > li a:hover, .nav--main > li a:hover:after {
    color: #2ecc71; }

.lt-ie9 .menu-item-has-children:hover > .sub-menu {
  display: block; }

/*------------------------------------*\
              MENU TRIGGER
\*------------------------------------*/
.site-navigation__trigger {
  display: block;
  padding: 8px;
  position: absolute;
  right: 0px;
  height: 42px;
  z-index: 10;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #807f7d;
  transition: color 0.4s ease-in-out; }
  @media only screen and (min-width: 900px) {
    .site-navigation__trigger {
      top: 50%;
      transform: translateY(-50%); } }
  .site-navigation__trigger:hover .nav-text {
    color: #2ecc71; }
  .site-navigation__trigger:active, .site-navigation__trigger:focus {
    transition: color 0.4s ease-in-out; }
  .site-navigation__trigger {
    transition: all 0.4s;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .site-navigation__trigger .nav-text {
    float: left;
    color: #1a1717;
    line-height: 28px; }
    @media only screen and (min-width: 900px) {
      .has--right-menu .site-navigation__trigger .nav-text {
        display: none; } }
  .site-navigation__trigger .nav-icon {
    float: right;
    position: relative;
    top: 12px;
    right: inherit;
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 2.5rem;
    transition: all 0.4s; }
    .site-navigation__trigger .nav-icon.icon--lines {
      background-color: #1a1717; }
    .site-navigation__trigger .nav-icon.icon--lines:after, .site-navigation__trigger .nav-icon.icon--lines:before {
      content: "";
      position: absolute;
      z-index: -1;
      display: block;
      height: 3px;
      width: 100%;
      background-color: #1a1717;
      transition: all 0.4s; }
    .site-navigation__trigger .nav-icon.icon--lines:after {
      top: -7px; }
    .site-navigation__trigger .nav-icon.icon--lines:before {
      top: 7px; }
    .site-navigation__trigger .nav-icon.icon--plus {
      background: transparent;
      width: 16px;
      margin-right: 6px;
      top: 10px; }
    .site-navigation__trigger .nav-icon.icon--plus:after, .site-navigation__trigger .nav-icon.icon--plus:before {
      content: "";
      position: absolute;
      top: 2px;
      z-index: -1;
      display: block;
      height: 2px;
      width: 100%;
      background-color: #1a1717;
      transition: all 0.4s; }
    .site-navigation__trigger .nav-icon.icon--plus:before {
      transform: rotate(90deg); }
    .site-navigation__trigger .nav-icon.icon--dots {
      background-color: #1a1717;
      background-image: linear-gradient(to right, #1a1717 0%, #1a1717 15%, transparent 15%, transparent 26%, #1a1717 26%, #1a1717 100%); }
    .site-navigation__trigger .nav-icon.icon--dots:after, .site-navigation__trigger .nav-icon.icon--dots:before {
      display: block;
      content: "";
      height: 3px;
      width: 100%;
      background-color: #1a1717;
      background-image: linear-gradient(to right, #1a1717 0%, #1a1717 15%, transparent 15%, transparent 26%, #1a1717 26%, #1a1717 100%);
      position: absolute;
      z-index: -1;
      transition: all 0.4s; }
    .site-navigation__trigger .nav-icon.icon--dots:after {
      top: -7px; }
    .site-navigation__trigger .nav-icon.icon--dots:before {
      top: 7px; }
  .site-navigation__trigger.is-active .nav-icon.icon--lines {
    background: transparent !important; }
    .site-navigation__trigger.is-active .nav-icon.icon--lines:after {
      transform: rotate(45deg);
      top: 0; }
    .site-navigation__trigger.is-active .nav-icon.icon--lines:before {
      transform: rotate(-45deg);
      top: 0; }
  .site-navigation__trigger.is-active .nav-icon.icon--plus:after {
    transform: rotate(45deg); }
  .site-navigation__trigger.is-active .nav-icon.icon--plus:before {
    transform: rotate(135deg); }
  .site-navigation__trigger.is-active .nav-icon.icon--dots {
    background-color: transparent;
    background-image: none; }
    .site-navigation__trigger.is-active .nav-icon.icon--dots:after {
      background-image: linear-gradient(to right, #1a1717 0%, #1a1717 100%);
      top: 0;
      transform: rotate(45deg); }
    .site-navigation__trigger.is-active .nav-icon.icon--dots:before {
      background-image: linear-gradient(to right, #1a1717 0%, #1a1717 100%);
      top: 0;
      transform: rotate(-45deg); }

.navigation--main .menu-back {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #6e6e6e; }

.menu-top--left__container {
  text-align: left; }

.menu-top--right__container {
  text-align: right; }

@media not screen and (min-width: 900px) {
  .menu-top--left__container,
  .menu-top--right__container {
    display: none; } }

.border-menu {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.37364;
  margin-bottom: 0; }
  .border-menu a {
    padding: 5px 12px;
    color: #1a1717;
    border: 1px solid transparent;
    display: block; }

@media only screen and (min-width: 900px) {
  .nav-top--mobile {
    display: none; } }

/*rtl:end:ignore*/
/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
.pagination--archive ol li a, .pagination--archive ol li span, .pagination--archive ol li:first-child span, .pagination--archive ol li:last-child span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  background: none;
  text-align: center;
  color: #1a1717;
  line-height: 30px; }
  .pagination--archive ol li a.current, .pagination--archive ol li span.current {
    color: white;
    background: #1a1717; }

.pagination--archive.inversed ol li a, .pagination--archive.inversed ol li span, .pagination--archive.inversed ol li:first-child span, .pagination--archive.inversed ol li:last-child span {
  color: white;
  background: #878787; }
  .pagination--archive.inversed ol li a.current, .pagination--archive.inversed ol li span.current {
    background: white;
    color: #1a1717; }
  .pagination--archive.inversed ol li a:hover, .pagination--archive.inversed ol li span:hover {
    background: #2ecc71; }

.pagination--archive ol li:first-child a, .pagination--archive ol li:last-child a {
  display: inline !important;
  font-size: 14px;
  color: #1a1717;
  text-transform: uppercase; }
  .pagination--archive ol li:first-child a:hover, .pagination--archive ol li:last-child a:hover {
    color: #2ecc71;
    background: none; }

body .pagination--archive.inversed ol li:first-child a, .pagination--archive.inversed ol li:first-child body a, body .pagination--archive.inversed ol li:last-child a, .pagination--archive.inversed ol li:last-child body a {
  background: transparent;
  color: white; }
  body .pagination--archive.inversed ol li:first-child a:hover, .pagination--archive.inversed ol li:first-child body a:hover, body .pagination--archive.inversed ol li:last-child a:hover, .pagination--archive.inversed ol li:last-child body a:hover {
    color: #2ecc71; }

.pagination--archive {
  padding: 48px; }
  @media not screen and (min-width: 900px) {
    .pagination--archive {
      transform: none !important; } }
  .pagination--archive ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
    .pagination--archive ol li {
      padding: 0 6px;
      text-align: center; }
    .pagination--archive ol li:first-child {
      text-align: left; }
    .pagination--archive ol li:last-child {
      text-align: right; }

.pagination--archive.inversed ol li span.dots {
  color: white;
  background: #878787;
  cursor: default; }
  .pagination--archive.inversed ol li span.dots:hover {
    background: #878787; }

.pagination--archive.inversed ol li:first-child {
  text-align: left; }

.pagination--archive.inversed ol li:last-child {
  text-align: right; }

.pagination--single {
  margin: 12px 0 48px;
  padding: 0; }
  .pagination--single a {
    color: #1a1717; }
  .pagination--single li {
    padding: 0 6px; }
  .pagination--single li:first-child {
    padding-left: 0; }

/*----------------------------------------*\
*   $CONTENTS
\*----------------------------------------*/
/**
 * Comments ................ styling of the comment list
 * Comment form ............ styling of the comment form
 */
/*----------------------------------------*\
*   $COMMENTS
\*----------------------------------------*/
.comments_add-comment {
  margin-top: .225em;
  float: left; }

.commentlist {
  list-style: none;
  margin-top: -24px;
  margin-top: -1.5rem;
  margin-bottom: -24px;
  margin-bottom: -1.5rem;
  margin-left: 0;
  border-left: 0;
  padding-left: 0; }

li.comment, li.pingback {
  display: block;
  margin-bottom: 0;
  padding-top: 24px;
  padding-top: 1.5rem; }
  li.comment + li.comment, li.pingback + li.comment, li.comment + li.pingback, li.pingback + li.pingback {
    border-top: 1px dotted #878787; }
  li.comment .children, li.pingback .children {
    position: relative;
    margin-left: 60px;
    padding-left: 12px;
    padding-left: 0.75rem;
    margin-top: -24px;
    margin-top: -1.5rem; }
    li.comment .children:before, li.pingback .children:before {
      content: "";
      display: block;
      height: 12px;
      height: 0.75rem;
      width: 12px;
      width: 0.75rem;
      position: absolute;
      margin-left: -30px;
      left: 0;
      top: 42px;
      top: 2.625rem;
      border-left: 1px solid #878787;
      border-bottom: 1px solid #878787; }

.comment__author-name, .comment__author-name a {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.01;
  text-transform: uppercase;
  color: #1a1717; }

.comment-article {
  margin-bottom: 0; }
  .comment-article:hover .comment-edit-link {
    opacity: 1; }

.comment__avatar {
  margin-right: 12px;
  margin-right: 0.75rem; }

.comment__timestamp {
  color: #878787; }

.comment__avatar {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.comment__content {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.comment__links {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.26;
  font-family: "Maven Pro", sans-serif;
  display: none; }
  .comment .media__body:hover .comment__links {
    display: block; }

.comment-edit-link {
  color: #878787;
  opacity: 0;
  margin-right: 12px;
  margin-right: 0.75rem;
  transition: opacity .3s ease-in-out;
  transform: translateZ(0); }

.logged-in-as {
  margin: -12px 0;
  margin: -0.75rem 0; }

.comment-reply-title {
  margin-top: 0; }

.comment-respond {
  position: relative; }
  .comment-respond input, .comment-respond textarea {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border-color: #dadada; }

#cancel-comment-reply-link {
  position: absolute;
  bottom: 24px;
  bottom: 1.5rem;
  left: 0;
  z-index: 5;
  font-style: normal; }

/*----------------------------------------*\
*   $COMMENT_FORM
\*----------------------------------------*/
.comment-form ::-webkit-input-placeholder {
  font-style: italic; }

.comment-form :-moz-placeholder {
  font-style: italic; }

.comment-form ::-moz-placeholder {
  font-style: italic; }

.comment-form :-ms-input-placeholder {
  font-style: italic; }

.lt-ie9 .comment-form-author, .lt-ie9
.comment-form-email, .lt-ie9
.comment-form-url {
  width: 30%;
  float: none;
  display: inline-block; }

.comment-subscription-form label,
.comment-subscription-form input {
  display: inline-block;
  vertical-align: middle; }

.comment-subscription-form input {
  margin-right: 5px; }

/**
 * !Important stuff here to override wordpress styles...
 */
.form-submit #comment-submit {
  float: right; }
  .lt-ie9 .form-submit #comment-submit {
    width: 100px; }

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  padding-left: 1.5rem; }
  .comment-form-cookies-consent label {
    margin-left: .5rem; }

/*------------------------------------*\
               $PRELOADER
\*------------------------------------*/
@-webkit-keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0); } }

@keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0); } }

.preloader {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABKZJREFUeNrUmktoXFUYx3/3zkynsWnsVGME26oRsVZFqgYFH/hY6MKUCrrxUSnFpeBCdKELiQjizo0LUVyICIK6Fd9UURSfraWtVUx9pY2tjSakmU7nXhf3f/Dryb3TmcxM5s4fDhMyyb3nd8/3Ot+5QRzHdEjrgJuBa4BLgPOBYWAQGAACDafY+2xLxTb/fz1wP3APcJl+F6QMK/+7WKPeDtRSQa4AHgO2AgUzoWAJ1wr1fyUgAmr67CrIMPA0cK+ZQCdV0JzqQLWVFWoFZCvwPLAmw7ZPAF8CO4HdwI/AIWDO/H1sTCrMMEO3OiVgQSt0WgVNOPsK4BlgR8oNQ2AX8BLwNnCsjVUoZACeAObbBVkFvALcmnKTH4AJ4N0ORZ4CUDZA9mGdBGYb3acRyADwJjCW8oQmgBd1g05rhReu3agD/2TBZIGUgNeBG72LTQLb5QPdVEH5x1+dWhZMmHGhCeB646Ax8A1w+zJAoKf/rz4tSBlYnRXDfW0BtmnykcZXwF3AUZZPsWBOap5urJLpNTStEeBDYMg8hYPA+DJD+A/7LEU2Ww0c1oqlrsgTsk1nTgvAQz2EQBYx45U3BZPPFoFcDtzp+cWzwB56r5rCr/WXQUW4RSAPexl4j3JIXjQnU7K5rOKDnAfc4jn4c13KE+1oxiRJ5/glC7LF2GOsrP0x+dNxmVlogIYsyLgxqQh4tVMbni5o1iuXVjuQc4ELDUQVeIf8as6rw8pAKQSuNX4RAd+JOq9yD/uUJBlqixob//ic/Ou45ycDRWCD2VoGwL4+AKka/w6AlUWF3sik/sk+A8GBVEzEosflSCvVsQUpFFVJ2q7FfB+ClIpLab3kRBYkDhWXbfg9ow8gCl74jUPgb6/GWtsHICUPpB4Cv5kcEpG0QfOuAQMRALVQO0BrWhf1AcigtyILoRKgBdncByAVD2Q+BL72QDaqzs+ritrmWpCZEJhWNncgBeCmHIOcIxgHUXWmBfCe5/DjOQbZ4Dn6tE0q73vmNQpclUOIsz2zCoApC3IY+MyD2S4zy4sC4FLPN46qpD8lzb+mGsaBXKD2UF40muLkP6fVKwfUcLB9rfu0De61zgQ2ea2gKZKW6iIQgJe1zXWrUgIedZ2KHqkMXKe5uB1hHdibVUGiuusFz1dGgMd1wV7kjBv4vxftTGo3STs3EwTgE3VRYq9seVKlwXKuxG0kB7DWLyaB3xvV9L6J7fKaEqPAU4rj3dZa4A6FW9tk+Av4PjWkNTh6K5N05y/2kmUVeAP4oAubslAh9mpNPjL3ngY+whwlNAsCsBJ4hKRTH3nmdhB4i6S92qmMPaaCMPIg/iA59s7sRTdzPF0EHiB5z8SHcUA7gW+XsN8va8U3kRzmRCkQ+0jO7xuuftDCSzVjwINapTjlpjUlqAPAnzKFWZJTYLerG5T9D5O8hDOi76KUUQU+BX5pKu23+HbQEHA3SZs1zphA/TQ/Z31vx37gC1d+dAPEab2iypVNAjUDUAd+0v7oSMuFWJvva1W0OptlLlGDkfX0jyhL76WN5nnQwRfPKkqc6+S4a+RPrne2oNbTMVWtU8Cvtl5qR/8NAAPspXCpQqeMAAAAAElFTkSuQmCC");
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-animation: clockwise 0.75s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
  animation: clockwise 0.75s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite; }

.preloader-dark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADheaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTMtMTEtMDdUMDk6Mjg6NDcrMDI6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxMy0xMS0wN1QwOToyOTo0MCswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTMtMTEtMDdUMDk6Mjk6NDArMDI6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ZGRjYTVhNGUtZjQwOS1hYjQwLWE0MGItMWE1NDIxZjc2ZmYzPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOmRkY2E1YTRlLWY0MDktYWI0MC1hNDBiLTFhNTQyMWY3NmZmMzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmRkY2E1YTRlLWY0MDktYWI0MC1hNDBiLTFhNTQyMWY3NmZmMzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkZGNhNWE0ZS1mNDA5LWFiNDAtYTQwYi0xYTU0MjFmNzZmZjM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTMtMTEtMDdUMDk6Mjg6NDcrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NTA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NTA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pia0yX0AAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABHpJREFUeNrUmsuPFFUUxn91u3q625mxNQ4IKg8F1EB4RBPUaGJ87Vxpwkplx9YVG9e6dEH4I3Rh3GtIWLoimIgihgyOMuqg4jAPhulHlYs6F06fVPf0o7qn6iSdzFSnb92vvvOd162A7GwOOAocBJ4EdgJ1oAq8DwRdfhdncfMwg82/AbwG7FXXA/WxlvZdDESjgBoWyH7gPeAVwKnNBEOsFcgaJVmjNQygQYHUgQ+A13s88VHMARVhpzkIoEE28jJwBpg2IPzfLeAX4EfgV2ARWAY25Dt7T6fYIGVNBEwrKyAh8BHwTsrmA9n0t8B3wNqQLJQUMKuhFrA5KpAq8DFwXN3U/24B+BK4nFHkcUDZAPLX28JsPAyQKeAT4JBhogV8AXwjN8jaQtGJdbcIuNsNTNBjsbPAEbPgEnBO3Gmc5oBain5a3cCUuiz0IXDSgJ0HPgVuMX7zYThUrobSUjMNubWXgDdVkoqA68BnwCqTs1iefltFNye6ndoKyCPAaZNll4DPgXtM3mLlSlqnM3bvFsgpQewXaQDnJ8xEGph1oxUn+SwVyD7RRazY+Ar4je03L3LNSk1XJhrIu+YpLAAXyI/dE5fX4p+xQB4Djpkq9Osx5YlRbM0UmlXPilORCuVWC8AP5M8a8nB19q9pIFobMXAxq4ZnDLZhhH8fyKPA44qRJnCJ/NqGKSzLQOiAZ03ym1eo82j+YeskWXESdnXI/Zn8W8OE4koI7BAm/MWbBQDSNAVl2UnojRVttwoCRJf4U6EkFe1aqwUAEplkHodSSepQu1kQILqXKoVKH0WzDkac1DA6GVYKAkLnktiJJjSQmQIAKRkgkQP+USAiCcd5t4pKhgHQchJuNSO7CgCkahhphpIAI5VHnikAEN3qxsCmk8GCZmSPanfzqo9pw8i6A+7IgME3VE7Ns/JodSP2JtDw9HxvBH8yx0B2qMo3ECJIA+IFfyCHIB5W+vCM3NZAloGrqieJgbdJH+BtlwWiXz0SWpGSvmNk+i/wgooEM9JgLeYEyG6Soz5UnXVDNNIBZFVK+p0KzB6JauvbDGKa5JBVF4q3dcthh9g3gRPquiM5L/yJlMHxhKwMHKZz3tuWB9zuBqQhUeB5Jfwq8JTS0KRzxhHVM3l9zNu+Ke1Y4W+hcpcpJPeRnBG2JsjEMYlUWhd/pem22/nIDZJD/7oBc1Dc7+6YQcwKCFuJL8vDpF8gMXBNxD5r3OywuODSmELsXpI3KGxftAJcocvgsLRFO3mNZHinmfE3e1r89E6GGfs48IRvlkyEutJLo6UtFm8LmJqEZT2kqJEM9/bLtVUGH3qXhfWjUnVPKY/wtthPoBnkhYFDwFtqWBGZ+qwN/An8IU9wmc6XBUJxzVkR8BzJCRld1mtK2F/q1ycHsYeAV4UJ1M3tJqIef6d9F5vri+IJjUHENYzNAS+KTuI+wMR9gIiE0esi7IGjxKid2nPi3/UeDPViYAX4XT4bo4S7LNvP3VKvzcr/ZR68vtSQ0dOabP4/Sb6Z5KT/BwDA/GUc6sNdzwAAAABJRU5ErkJggg==); }

.document-ready .preloader {
  display: none; }

.form-search {
  position: relative;
  width: 100%;
  height: 36px;
  height: 2.25rem; }

.search-query {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.08143;
  border: 1px solid #ddd;
  width: 300px !important;
  margin-right: 10px;
  float: left;
  outline: none !important;
  line-height: 1.2;
  padding: 8px 12px; }

.search-submit {
  float: left;
  height: 44px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.08143;
  padding: 6px;
  padding: 0.375rem;
  text-align: center; }

/*----------------------------------------*\
*   $RELATED PROJECTS
\*----------------------------------------*/
.related-projects-container .portfolio-grid-title {
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  padding-bottom: 12px;
  margin-bottom: 12px; }

.related-projects-container .portfolio-grid-category {
  font-size: 13px; }

.related-projects-container .mosaic {
  background: none;
  border: 0;
  margin-left: -6px;
  margin-right: -6px; }

@media screen and (max-width: 480px) {
  .related-projects-container .mosaic__item {
    width: 100%; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .related-projects-container .mosaic__item {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .related-projects-container .mosaic__item {
    width: 33.33333%; } }

.related-projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px; }
  @media not screen and (min-width: 600px) {
    .related-projects-header > * {
      flex-basis: 100%; } }

.related-projects-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.08143;
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase; }

div.yarpp-related h3 {
  padding-bottom: 0; }

.projects_nav {
  margin: 6px 0;
  margin: 0.375rem 0; }
  @media not screen and (min-width: 600px) {
    .projects_nav {
      margin-bottom: 12px;
      margin-bottom: 0.75rem;
      margin-left: -5px;
      order: -1; } }
  @media only screen and (min-width: 600px) {
    .projects_nav {
      margin: 0;
      text-align: right; } }

.projects_nav-list {
  margin-bottom: 0;
  margin-right: -6px;
  margin-right: -0.375rem; }

.projects_nav-item a {
  padding: 0 6px;
  padding: 0 0.375rem;
  font-family: "Maven Pro", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.16385;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  border: 0; }
  .projects_nav-item a .prev {
    margin-right: 3px; }
  .projects_nav-item a .next {
    margin-left: 3px; }

/*----------------------------------------*\
    $SOCIAL LINKS
\*----------------------------------------*/
.social-menu a:before,
.widget_nav_menu > div[class*="social"] a:before {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  pointer-events: auto; }

.social-menu a[href*="mailto:"]:before,
.widget_nav_menu > div[class*="social"] a[href*="mailto:"]:before, .social-menu a[href*="mail"]:before,
.widget_nav_menu > div[class*="social"] a[href*="mail"]:before {
  content: ""; }

.social-menu a[href*="feed"]:before,
.widget_nav_menu > div[class*="social"] a[href*="feed"]:before, .social-menu a[href*="rss"]:before,
.widget_nav_menu > div[class*="social"] a[href*="rss"]:before {
  content: ""; }

.social-menu a[href*="behance"]:before,
.widget_nav_menu > div[class*="social"] a[href*="behance"]:before {
  content: ""; }

.social-menu a[href*="delicious"]:before,
.widget_nav_menu > div[class*="social"] a[href*="delicious"]:before {
  content: ""; }

.social-menu a[href*="deviantart"]:before,
.widget_nav_menu > div[class*="social"] a[href*="deviantart"]:before {
  content: ""; }

.social-menu a[href*="digg"]:before,
.widget_nav_menu > div[class*="social"] a[href*="digg"]:before {
  content: ""; }

.social-menu a[href*="dribbble"]:before,
.widget_nav_menu > div[class*="social"] a[href*="dribbble"]:before {
  content: ""; }

.social-menu a[href*="flickr"]:before,
.widget_nav_menu > div[class*="social"] a[href*="flickr"]:before {
  content: ""; }

.social-menu a[href*="foursquare"]:before,
.widget_nav_menu > div[class*="social"] a[href*="foursquare"]:before {
  content: ""; }

.social-menu a[href*="github"]:before,
.widget_nav_menu > div[class*="social"] a[href*="github"]:before {
  content: ""; }

.social-menu a[href*="instagram"]:before,
.widget_nav_menu > div[class*="social"] a[href*="instagram"]:before {
  content: ""; }

.social-menu a[href*="linkedin"]:before,
.widget_nav_menu > div[class*="social"] a[href*="linkedin"]:before {
  content: ""; }

.social-menu a[href*="pinterest"]:before,
.widget_nav_menu > div[class*="social"] a[href*="pinterest"]:before {
  content: ""; }

.social-menu a[href*="reddit"]:before,
.widget_nav_menu > div[class*="social"] a[href*="reddit"]:before {
  content: ""; }

.social-menu a[href*="skype"]:before,
.widget_nav_menu > div[class*="social"] a[href*="skype"]:before {
  content: ""; }

.social-menu a[href*="soundcloud"]:before,
.widget_nav_menu > div[class*="social"] a[href*="soundcloud"]:before {
  content: ""; }

.social-menu a[href*="spotify"]:before,
.widget_nav_menu > div[class*="social"] a[href*="spotify"]:before {
  content: ""; }

.social-menu a[href*="stumbleupon"]:before,
.widget_nav_menu > div[class*="social"] a[href*="stumbleupon"]:before {
  content: ""; }

.social-menu a[href*="tumblr"]:before,
.widget_nav_menu > div[class*="social"] a[href*="tumblr"]:before {
  content: ""; }

.social-menu a[href*="vine"]:before,
.widget_nav_menu > div[class*="social"] a[href*="vine"]:before {
  content: ""; }

.social-menu a[href*="vk"]:before,
.widget_nav_menu > div[class*="social"] a[href*="vk"]:before {
  content: ""; }

.social-menu a[href*="weibo"]:before,
.widget_nav_menu > div[class*="social"] a[href*="weibo"]:before {
  content: ""; }

.social-menu a[href*="xing"]:before,
.widget_nav_menu > div[class*="social"] a[href*="xing"]:before {
  content: ""; }

.social-menu a[href*="yahoo"]:before,
.widget_nav_menu > div[class*="social"] a[href*="yahoo"]:before {
  content: ""; }

.social-menu a[href*="angel.co"]:before,
.widget_nav_menu > div[class*="social"] a[href*="angel.co"]:before {
  content: ""; }

.social-menu a[href*="yelp"]:before,
.widget_nav_menu > div[class*="social"] a[href*="yelp"]:before {
  content: ""; }

.social-menu a[href*="last.fm"]:before,
.widget_nav_menu > div[class*="social"] a[href*="last.fm"]:before {
  content: ""; }

.social-menu a[href*="slideshare"]:before,
.widget_nav_menu > div[class*="social"] a[href*="slideshare"]:before {
  content: ""; }

.social-menu a[href*="twitch.tv"]:before,
.widget_nav_menu > div[class*="social"] a[href*="twitch.tv"]:before {
  content: ""; }

.social-menu a[href*="bloglovin"]:before,
.widget_nav_menu > div[class*="social"] a[href*="bloglovin"]:before {
  content: ""; }

.social-menu a[href*="#search"]:before,
.widget_nav_menu > div[class*="social"] a[href*="#search"]:before {
  content: ""; }

.social-menu a[href*="medium.com"]:before,
.widget_nav_menu > div[class*="social"] a[href*="medium.com"]:before {
  content: ""; }

.social-menu a[href*="whatsapp"]:before,
.widget_nav_menu > div[class*="social"] a[href*="whatsapp"]:before {
  content: ""; }

.social-menu a[href*="leanpub"]:before,
.widget_nav_menu > div[class*="social"] a[href*="leanpub"]:before {
  content: ""; }

.social-menu a[href*="renren"]:before,
.widget_nav_menu > div[class*="social"] a[href*="renren"]:before {
  content: ""; }

.social-menu a[href*="twitch"]:before,
.widget_nav_menu > div[class*="social"] a[href*="twitch"]:before {
  content: ""; }

.social-menu a[href*="500px"]:before,
.widget_nav_menu > div[class*="social"] a[href*="500px"]:before {
  content: ""; }

.social-menu a[href*="vimeo"]:before,
.widget_nav_menu > div[class*="social"] a[href*="vimeo"]:before {
  content: ""; }

.social-menu a[href*="youtube"]:before,
.widget_nav_menu > div[class*="social"] a[href*="youtube"]:before {
  content: ""; }

.social-menu a[href*="plus.google"]:before,
.widget_nav_menu > div[class*="social"] a[href*="plus.google"]:before {
  content: ""; }

.social-menu a[href*="twitter"]:before,
.widget_nav_menu > div[class*="social"] a[href*="twitter"]:before {
  content: ""; }

.social-menu a[href*="facebook"]:before,
.widget_nav_menu > div[class*="social"] a[href*="facebook"]:before {
  content: ""; }

/*----------------------------------------*\
    $FOOTER "SOCIAL MENU"
\*----------------------------------------*/
.social-menu a,
.widget_nav_menu > div[class*="social"] a {
  width: 22px;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  font-size: 14px;
  border-bottom: none; }
  .social-menu a:before,
  .widget_nav_menu > div[class*="social"] a:before {
    color: #1a1717;
    display: inline-block;
    width: 100%;
    text-align: center; }
  .social-menu a:hover:before,
  .widget_nav_menu > div[class*="social"] a:hover:before {
    color: #2ecc71; }

.social-menu li a {
  color: transparent; }

.widget_nav_menu > div[class*="social"] li {
  width: auto;
  border: none;
  display: inline-block; }

.widget_nav_menu > div[class*="social"] a {
  width: 32px;
  font-size: 20px;
  color: #FFFFFF; }
  .widget_nav_menu > div[class*="social"] a:hover {
    color: #2ecc71; }

.navigation--main .widget_nav_menu > div[class*="social"] a {
  color: transparent; }
  .navigation--main .widget_nav_menu > div[class*="social"] a:before {
    color: white; }

/*----------------------------------------*\
    $SHARING
\*----------------------------------------*/
.social-links:hover .social-links-list {
  display: inline-block; }

.social-links:hover .share-logo {
  background: #1a1717; }

.social-links .share-logo {
  float: right;
  color: white;
  vertical-align: top;
  z-index: 13; }

.social-links .social-links-list {
  display: none;
  float: right;
  pointer-events: none; }
  .social-links .social-links-list.is-active {
    display: block; }
  .social-links .social-links-list.clickable {
    pointer-events: auto; }
  .social-links .social-links-list span {
    background: transparent !important; }
  .social-links .social-links-list a {
    height: 42px;
    width: 42px;
    display: inline-block; }
  .entry__meta--portfolio .social-links .social-links-list {
    position: absolute;
    float: none;
    right: 42px;
    top: 0; }

.social-links .share-logo, .social-links .social-links-list a {
  height: 42px;
  width: 42px;
  margin-bottom: 0;
  line-height: 42px;
  text-align: center;
  cursor: pointer; }

.entry__meta--single .social-links, .gallery-infobox .social-links, .page__content .social-links {
  position: absolute;
  float: none;
  right: 0;
  top: 0; }

@media not screen and (min-width: 900px) {
  .entry__meta--single .social-links, .entry__meta--portfolio .social-links, .page__content .social-links {
    position: static;
    display: inline-block; }
    .entry__meta--single .social-links .social-links-list, .entry__meta--portfolio .social-links .social-links-list, .page__content .social-links .social-links-list {
      float: left; }
      .entry__meta--single .social-links .social-links-list a, .entry__meta--portfolio .social-links .social-links-list a, .page__content .social-links .social-links-list a {
        float: right; }
    .entry__meta--single .social-links .share-logo, .entry__meta--portfolio .social-links .share-logo, .page__content .social-links .share-logo {
      float: left; }
  .entry__meta--portfolio .social-links .social-links-list {
    position: static; } }

.social-links-helper__container {
  position: relative;
  width: 100%; }

.social-links.social-links--inverse .share-logo {
  color: #1a1717; }

.social-links.social-links--inverse:hover .share-logo {
  color: white; }

/*-------------------------------------*\
    META BOXES (title + list of links)
\*-------------------------------------*/
@media only screen and (min-width: 900px) {
  .single .entry__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .single .entry__meta > * {
      flex: 1 1 auto; }
    .single .entry__meta .article-navigation,
    .single .entry__meta .separator,
    .single .entry__meta .meta-box--pagination {
      flex-basis: 100%; } }

.entry__meta-box ul li:after {
  content: ",";
  margin-right: 5px; }

.entry__meta-box ul li:last-child:after {
  content: "";
  margin-right: 0; }

@media not screen and (min-width: 900px) {
  .entry__meta-box {
    margin-bottom: 24px; } }

.meta-box__title, .meta__category {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px; }

.meta-box--portfolio {
  min-height: 46px; }
  .meta-box--portfolio a {
    color: #1a1717; }
    .meta-box--portfolio a:hover {
      color: #2ecc71; }
  .meta-box--portfolio .meta-box__title, .meta-box--portfolio .meta__category {
    display: block;
    margin-bottom: 12px; }

.wpcf7-author, .wpcf7-email, .wpcf7-message {
  font-style: normal; }
  .wpcf7-author input, .wpcf7-author textarea, .wpcf7-email input, .wpcf7-email textarea, .wpcf7-message input, .wpcf7-message textarea {
    border: 0;
    border-radius: 3px; }

@media not screen and (min-width: 900px) {
  .pix-dropdown .dropdown__trigger {
    display: none; } }

@media only screen and (min-width: 900px) {
  .pix-dropdown {
    position: relative;
    padding: 0 24px;
    text-align: center; }
    .pix-dropdown .dropdown__trigger {
      position: relative;
      padding-right: 24px; }
    .pix-dropdown .dropdown__menu {
      position: absolute;
      left: 0;
      top: 100%;
      display: none;
      padding-top: 12px;
      background: white; }
    .pix-dropdown .arrow {
      position: absolute;
      right: 3px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0; }
    .pix-dropdown.up .dropdown__menu {
      bottom: 100%;
      top: auto; }
    .pix-dropdown.up .arrow {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid black; }
    .pix-dropdown:hover .dropdown__menu {
      display: block; } }

.pace-activity {
  position: fixed;
  top: 50%;
  top: calc(50% - 24px);
  left: 50%;
  left: calc(50% - 24px);
  z-index: 0;
  width: 48px;
  height: 48px;
  display: block;
  border: solid 6px #1a1717;
  border-top-color: transparent;
  transition: all .3s .5s ease-in-out;
  opacity: 0;
  border-radius: 50% 50%;
  -webkit-animation: pace-spinner 1s linear infinite;
  animation: pace-spinner 1s linear infinite;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
  .loading .pace-activity {
    opacity: 1; }

/*html*/
.android-browser .pace-activity {
  width: 36px;
  height: 36px;
  background: url("../img/preloader.gif") top left no-repeat;
  border: none;
  display: none;
  -webkit-animation: pace-spinner 3s linear infinite;
  animation: pace-spinner 3s linear infinite; }

.android-browser.loading .pace .pace-activity {
  display: block; }

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

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

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/**
 * Page elements; header, footer, sidebar
 */
/*----------------------------------------*\
    $GENERAL LAYOUT STYLES
\*----------------------------------------*/
.site-header {
  height: 42px; }

@media not screen and (min-width: 900px) {
  .site-header, .site-footer {
    padding-left: 36px;
    padding-right: 36px; } }

@media only screen and (min-width: 900px) {
  .site-header, .site-footer {
    height: 42px;
    padding-left: 42px;
    padding-right: 42px; } }

.site-header {
  top: 0; }

.site-footer {
  bottom: 0; }

@media not screen and (min-width: 900px) {
  .wrapper {
    padding: 0; }
    .logo-overflow .wrapper {
      padding: 42px 0 0 0; }
  .site-footer {
    height: auto; } }

@media only screen and (min-width: 900px) {
  .site-header, .site-footer {
    right: 0;
    left: 0;
    position: absolute; }
  .wrapper {
    padding: 42px; } }

.is--gallery-grid {
  background: #1a1717; }

.fixed-bar {
  position: fixed;
  background: white; }
  @media not screen and (min-width: 900px) {
    .fixed-bar {
      position: static; } }

.vertical-bar {
  width: 42px;
  height: 100%;
  top: 0;
  bottom: 0; }
  @media not screen and (min-width: 900px) {
    .vertical-bar {
      display: none; } }

.right-bar {
  right: 0; }

.left-bar {
  left: 0; }

.horizontal-bar {
  height: 42px;
  width: 100%;
  left: 0;
  right: 0;
  right: 0;
  z-index: 15; }

.top-bar {
  top: 0; }
  @media not screen and (min-width: 900px) {
    .logo-overflow .top-bar.fixed-bar {
      position: absolute; } }

.bottom-bar {
  bottom: 0; }
  html.is--gallery-fullscreen body.gallery--is-fullscreen .bottom-bar {
    position: fixed; }
  @media not screen and (min-width: 900px) {
    .bottom-bar {
      height: auto; } }

@media not screen and (min-width: 900px) {
  html.is--gallery-fullscreen .top-bar {
    position: absolute;
    z-index: 15 !important; }
  html.is--gallery-fullscreen .bottom-bar {
    position: absolute;
    top: 100%; } }

@media only screen and (min-width: 900px) {
  html.is--gallery-fullscreen {
    overflow-y: hidden; } }

/*----------------------------------------*\
    $GRID THIN
\*----------------------------------------*/
.grid.grid--thin, .grid--thin.comment-form, .grid--thin.wpcf7-comment-form, .grid--thin.article--split-grid {
  margin-left: -12px; }
  .grid.grid--thin > .grid__item, .grid--thin.comment-form > .grid__item, .grid--thin.wpcf7-comment-form > .grid__item, .grid--thin.article--split-grid > .grid__item, .grid.grid--thin > .menu-top--left__container, .grid--thin.comment-form > .menu-top--left__container, .grid--thin.wpcf7-comment-form > .menu-top--left__container, .grid--thin.article--split-grid > .menu-top--left__container,
  .grid.grid--thin > .menu-top--right__container,
  .grid--thin.comment-form > .menu-top--right__container,
  .grid--thin.wpcf7-comment-form > .menu-top--right__container,
  .grid--thin.article--split-grid > .menu-top--right__container, .grid.grid--thin > .branding__container, .grid--thin.comment-form > .branding__container, .grid--thin.wpcf7-comment-form > .branding__container, .grid--thin.article--split-grid > .branding__container, .grid.grid--thin > .logged-in-as, .grid--thin.comment-form > .logged-in-as, .grid--thin.wpcf7-comment-form > .logged-in-as, .grid--thin.article--split-grid > .logged-in-as, .grid.grid--thin > .comment-form-author, .grid--thin.comment-form > .comment-form-author, .grid--thin.wpcf7-comment-form > .comment-form-author, .grid--thin.article--split-grid > .comment-form-author,
  .grid.grid--thin > .comment-form-email,
  .grid--thin.comment-form > .comment-form-email,
  .grid--thin.wpcf7-comment-form > .comment-form-email,
  .grid--thin.article--split-grid > .comment-form-email,
  .grid.grid--thin > .comment-form-url,
  .grid--thin.comment-form > .comment-form-url,
  .grid--thin.wpcf7-comment-form > .comment-form-url,
  .grid--thin.article--split-grid > .comment-form-url, .grid.grid--thin > .comment-form-comment, .grid--thin.comment-form > .comment-form-comment, .grid--thin.wpcf7-comment-form > .comment-form-comment, .grid--thin.article--split-grid > .comment-form-comment,
  .grid.grid--thin > .form-submit,
  .grid--thin.comment-form > .form-submit,
  .grid--thin.wpcf7-comment-form > .form-submit,
  .grid--thin.article--split-grid > .form-submit,
  .grid.grid--thin > .comment-subscription-form,
  .grid--thin.comment-form > .comment-subscription-form,
  .grid--thin.wpcf7-comment-form > .comment-subscription-form,
  .grid--thin.article--split-grid > .comment-subscription-form, .grid.grid--thin > .wpcf7-author, .grid--thin.comment-form > .wpcf7-author, .grid--thin.wpcf7-comment-form > .wpcf7-author, .grid--thin.article--split-grid > .wpcf7-author, .grid.grid--thin > .wpcf7-email, .grid--thin.comment-form > .wpcf7-email, .grid--thin.wpcf7-comment-form > .wpcf7-email, .grid--thin.article--split-grid > .wpcf7-email, .grid.grid--thin > .wpcf7-message, .grid--thin.comment-form > .wpcf7-message, .grid--thin.wpcf7-comment-form > .wpcf7-message, .grid--thin.article--split-grid > .wpcf7-message, .grid.grid--thin > .article--split__left--container, .grid--thin.comment-form > .article--split__left--container, .grid--thin.wpcf7-comment-form > .article--split__left--container, .grid--thin.article--split-grid > .article--split__left--container,
  .grid.grid--thin > .article--split__right--container,
  .grid--thin.comment-form > .article--split__right--container,
  .grid--thin.wpcf7-comment-form > .article--split__right--container,
  .grid--thin.article--split-grid > .article--split__right--container {
    padding-left: 12px !important; }

/*----------------------------------------*\
    $NICE SCROLL
\*----------------------------------------*/
html.nicescroll {
  overflow: hidden !important;
  padding-right: 0 !important; }

/*----------------------------------------*\
    $CUSTOM BACKGROUND
\*----------------------------------------*/
.bg--tiled, .bg--text {
  display: none; }

.bg--tiled {
  background: #1a1717; }

.bg--text {
  background: #f5f5f5; }

/*--------------------------------*\
               HEADER
\*--------------------------------*/
/*----------------------------------------*\
    $TITLE/LOGO
\*----------------------------------------*/
.site-home-title {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 0.3em;
  text-transform: uppercase; }
  @media only screen and (min-width: 900px) {
    .site-home-title {
      position: absolute;
      left: 50%;
      top: 0;
      height: 42px;
      transform: translateX(-50%); } }
  .site-home-title .flexbox, .site-home-title .cover-wrapper, .site-home-title .copyright-overlay__container {
    height: 100%; }
  .site-home-title a {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 480px) {
      .site-home-title a.using-retina-logo img {
        max-width: 50%; } }
    @media only screen and (min-width: 480px) and (max-width: 899px) {
      .site-home-title a.using-retina-logo img {
        max-width: 25%; } }
    @media only screen and (min-width: 900px) {
      .site-home-title a.using-retina-logo img {
        max-width: 50%; } }
  .site-home-title img {
    display: block; }

.site-logo {
  width: 100%;
  text-align: center; }
  .site-logo img {
    display: block;
    margin: 0 auto; }

.site-logo--text {
  background: white;
  border-radius: 3px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.site-header .grid__item, .site-header .menu-top--left__container,
.site-header .menu-top--right__container, .site-header .branding__container, .site-header .logged-in-as, .site-header .comment-form-author,
.site-header .comment-form-email,
.site-header .comment-form-url, .site-header .comment-form-comment,
.site-header .form-submit,
.site-header .comment-subscription-form, .site-header .wpcf7-author, .site-header .wpcf7-email, .site-header .wpcf7-message, .site-header .article--split__left--container,
.site-header .article--split__right--container {
  vertical-align: middle; }

.logo-overflow .gallery--is-fullscreen .site-home-title {
  display: none; }

/*--------------------------------*\
               FOOTER
\*--------------------------------*/
@media not screen and (min-width: 900px) {
  .site-footer {
    background: white; } }

@media not screen and (min-width: 900px) {
  .footer__container {
    text-align: center; } }

@media only screen and (min-width: 900px) {
  .footer__container {
    height: 42px;
    display: table;
    width: 100%; }
  .footer__content {
    display: table-cell;
    vertical-align: middle; }
  .footer-menu {
    margin-left: 24px; } }

.fixed-bar .copyright-info {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.37364; }
  .fixed-bar .copyright-info a {
    padding-bottom: 0;
    border-color: #E8E8E8; }

.footer-social-icons, .copyright-info, .footer-menu {
  display: inline-block;
  vertical-align: middle; }

.footer-social-icons li a {
  overflow: initial; }

.up-link {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none; }
  .up-link a {
    display: block;
    border-bottom: none;
    padding: 8px;
    color: #1a1717;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.51; }

@media not screen and (min-width: 900px) {
  .footer-categories-list {
    text-align: center;
    margin: 24px 0; }
  .site-footer__content {
    text-align: center; } }

@media only screen and (min-width: 900px) {
  .footer-categories-list {
    margin: 0;
    float: right; }
  .footer-social-icons {
    float: left;
    margin-right: 12px; }
    .footer-social-icons ul {
      display: flex; }
    .footer-social-icons ul li a {
      display: block;
      border-width: 1px;
      border-bottom-style: solid; } }

/*------------------------------------*\
    FEATURED IMAGE AREA
\*------------------------------------*/
/*------------------------------------*\
    $WIDGETS
\*------------------------------------*/
/**
 * Default and custom widgets
 */
/*---------------------------------*\
               $WIDGET
\*---------------------------------*/
.widget select {
  max-width: 100%; }

.widget--main {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.widget--footer {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

.widget--footer__title em {
  color: #2ecc71;
  font-style: normal; }

/*-----------------------------------*\
               TAG CLOUD
\*-----------------------------------*/
.widget_tag_cloud.widget--main a {
  background-color: #eee;
  color: #555; }

/*----------------------------------------*\
    $SEARCH
\*----------------------------------------*/
.widget_search .form-search {
  width: 100%;
  height: 36px;
  height: 2.25rem; }

.widget_search .search-query {
  max-width: 100%; }

.widget_search .search-submit {
  float: none;
  position: absolute;
  right: 0;
  background: none !important; }

/*-----------------------------------------*\
               WIDGET NAV MENU
\*-----------------------------------------*/
/*ul*/
.menu--list, .widget_nav_menu ul, .widget_categories ul, .widget_meta ul, .widget_archive ul, .widget_pages ul, .widget_recent_comments ul, .widget_rss ul, .widget_recent_posts ul, .widget_recent_entries ul {
  margin: 0;
  list-style: none;
  margin-top: -6px;
  margin-top: -0.375rem; }
  .menu--list > li a, .widget_nav_menu ul > li a, .widget_categories ul > li a, .widget_meta ul > li a, .widget_archive ul > li a, .widget_pages ul > li a, .widget_recent_comments ul > li a, .widget_rss ul > li a, .widget_recent_posts ul > li a, .widget_recent_entries ul > li a {
    display: block;
    padding: 6px 0;
    padding: 0.375rem 0; }
  .menu--list > li + li, .widget_nav_menu ul > li + li, .widget_categories ul > li + li, .widget_meta ul > li + li, .widget_archive ul > li + li, .widget_pages ul > li + li, .widget_recent_comments ul > li + li, .widget_rss ul > li + li, .widget_recent_posts ul > li + li, .widget_recent_entries ul > li + li {
    border-top: 1px solid #333131;
    margin-top: -1px; }
    .site__footer .menu--list > li + li, .site__footer .widget_nav_menu ul > li + li, .widget_nav_menu .site__footer ul > li + li, .site__footer .widget_categories ul > li + li, .widget_categories .site__footer ul > li + li, .site__footer .widget_meta ul > li + li, .widget_meta .site__footer ul > li + li, .site__footer .widget_archive ul > li + li, .widget_archive .site__footer ul > li + li, .site__footer .widget_pages ul > li + li, .widget_pages .site__footer ul > li + li, .site__footer .widget_recent_comments ul > li + li, .widget_recent_comments .site__footer ul > li + li, .site__footer .widget_rss ul > li + li, .widget_rss .site__footer ul > li + li, .site__footer .widget_recent_posts ul > li + li, .widget_recent_posts .site__footer ul > li + li, .site__footer .widget_recent_entries ul > li + li, .widget_recent_entries .site__footer ul > li + li {
      border-top-color: #262525; }
  .menu--list.two-cols > li + li, .widget_nav_menu ul.two-cols > li + li, .widget_categories ul.two-cols > li + li, .widget_meta ul.two-cols > li + li, .widget_archive ul.two-cols > li + li, .widget_pages ul.two-cols > li + li, .widget_recent_comments ul.two-cols > li + li, .widget_rss ul.two-cols > li + li, .widget_recent_posts ul.two-cols > li + li, .widget_recent_entries ul.two-cols > li + li {
    border-top: 0;
    margin-top: 0; }
  .menu--list.two-cols > li + li + li, .widget_nav_menu ul.two-cols > li + li + li, .widget_categories ul.two-cols > li + li + li, .widget_meta ul.two-cols > li + li + li, .widget_archive ul.two-cols > li + li + li, .widget_pages ul.two-cols > li + li + li, .widget_recent_comments ul.two-cols > li + li + li, .widget_rss ul.two-cols > li + li + li, .widget_recent_posts ul.two-cols > li + li + li, .widget_recent_entries ul.two-cols > li + li + li {
    border-top: 1px solid #ddd;
    margin-top: -1px; }
    .site__footer .menu--list.two-cols > li + li + li, .site__footer .widget_nav_menu ul.two-cols > li + li + li, .widget_nav_menu .site__footer ul.two-cols > li + li + li, .site__footer .widget_categories ul.two-cols > li + li + li, .widget_categories .site__footer ul.two-cols > li + li + li, .site__footer .widget_meta ul.two-cols > li + li + li, .widget_meta .site__footer ul.two-cols > li + li + li, .site__footer .widget_archive ul.two-cols > li + li + li, .widget_archive .site__footer ul.two-cols > li + li + li, .site__footer .widget_pages ul.two-cols > li + li + li, .widget_pages .site__footer ul.two-cols > li + li + li, .site__footer .widget_recent_comments ul.two-cols > li + li + li, .widget_recent_comments .site__footer ul.two-cols > li + li + li, .site__footer .widget_rss ul.two-cols > li + li + li, .widget_rss .site__footer ul.two-cols > li + li + li, .site__footer .widget_recent_posts ul.two-cols > li + li + li, .widget_recent_posts .site__footer ul.two-cols > li + li + li, .site__footer .widget_recent_entries ul.two-cols > li + li + li, .widget_recent_entries .site__footer ul.two-cols > li + li + li {
      border-top-color: #262525; }

.widget_nav_menu ul ul, .widget_categories ul ul, .widget_meta ul ul {
  display: none; }

.widget_nav_menu a, .widget_categories a, .widget_meta a {
  position: relative; }

.widget_nav_menu .menu-item-has-children a:after, .widget_categories .menu-item-has-children a:after, .widget_meta .menu-item-has-children a:after {
  display: none; }

.widget_archive ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_rss ul ul, .widget_recent_posts ul ul, .widget_recent_entries ul ul {
  display: none; }

.widget--sidebar__title .rsswidget img {
  display: none; }

.widget_rss .widget--footer__title .hN, .widget_rss .widget--footer__title .widget_calendar caption, .widget_calendar .widget_rss .widget--footer__title caption {
  color: #2ecc71; }

.widget select {
  width: 100%;
  padding-left: 6px;
  padding-left: 0.375rem; }

.widget_image img.alignnone {
  margin-top: 0;
  margin-bottom: 0; }

.widget_wpgrade_posts_slider_widget .article--slider {
  margin-bottom: 0; }

.widget_wpgrade_posts_slider_widget .rsArrow {
  top: 30%; }
  .widget_wpgrade_posts_slider_widget .rsArrow .rsArrowIcn {
    height: 28px;
    width: 28px; }

/**
 * Maybe it's good, maybe it's not...
 */
.widget_categories ul > li a, .widget_recent_comments ul > li a, .widget_archive ul > li a {
  display: inline-block !important;
  width: auto; }

.recentcomments {
  padding: 12px 0;
  padding: 0.75rem 0; }

@media not screen and (min-width: 900px) {
  .widget_recent_entries a, .widget_recent_comments a, .widget_rss a, .widget_categories a {
    text-decoration: underline; } }

.widget_rss li > cite:before {
  content: '-';
  margin-right: 5px; }

.widget_rss li {
  padding: 12px 0; }

.rss-date {
  font-style: italic; }

.widget--footer.widget_text .wp-caption-text {
  background-color: #1a1717;
  color: #878787; }

/*-----------------------------------*\
               SEARCH
\*-----------------------------------*/
.widget_search .search-submit {
  background: none; }
  .widget_search .search-submit:hover {
    color: #1a1717; }

.widget_calendar caption {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.widget_calendar th, .widget_calendar td {
  text-align: center;
  padding: 6px 8px; }

.widget_calendar table tbody tr:nth-of-type(odd) {
  background-color: transparent; }

/*------------------------------------*\
    $SHORTCODES
\*------------------------------------*/
/**
 * Theme specific shortcodes
 */
/*------------------------------------*\
    $GRID
\*------------------------------------*/
.pixcode--grid > .grid__item, .pixcode--grid > .menu-top--left__container,
.pixcode--grid > .menu-top--right__container, .pixcode--grid > .branding__container, .pixcode--grid > .logged-in-as, .pixcode--grid > .comment-form-author,
.pixcode--grid > .comment-form-email,
.pixcode--grid > .comment-form-url, .pixcode--grid > .comment-form-comment,
.pixcode--grid > .form-submit,
.pixcode--grid > .comment-subscription-form, .pixcode--grid > .wpcf7-author, .pixcode--grid > .wpcf7-email, .pixcode--grid > .wpcf7-message, .pixcode--grid > .article--split__left--container,
.pixcode--grid > .article--split__right--container {
  float: left; }

.pixcode-slider .rsArrow {
  bottom: 0;
  top: auto;
  width: 50%; }

.pixcode-slider .rsArrow .rsArrowIcn {
  border-color: #1a1717;
  height: 18px;
  width: 18px;
  display: inline-block; }

.pixcode-slider .rsArrowLeft {
  left: 0;
  text-align: right; }

.pixcode-slider .rsArrowRight {
  right: 0;
  text-align: left; }

.testimonial__content {
  margin-bottom: 12px; }

.testimonial__author-name, .testimonial__author-title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.26; }

.testimonial__author-name {
  text-transform: uppercase;
  font-style: normal; }

/*-------------------------------------*\
               PROGRESSBAR
\*-------------------------------------*/
.progressbar {
  margin-bottom: 24px; }

.progressbar__progress {
  height: 12px;
  height: 0.75rem;
  position: relative;
  background-color: #2ecc71;
  width: 0;
  transition: width 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.progressbar__tooltip {
  position: absolute;
  right: -42px;
  top: -7px; }

/*-----------------------------------------*\
               $ICON SHORTCODE
\*-----------------------------------------*/
.pixcode--icon {
  display: inline-block;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #1a1717; }
  .pixcode--icon.square, .pixcode--icon.circle {
    display: inline-block;
    background-color: #1a1717;
    color: #878787;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    width: 2.66667em;
    height: 2.66667em;
    line-height: 2.66667em; }
    .pixcode--icon.square:hover, .pixcode--icon.circle:hover {
      background-color: #2ecc71;
      color: white; }
    .site__footer .pixcode--icon.square, .site__footer .pixcode--icon.circle {
      background-color: #262525; }
  .pixcode--icon.circle {
    border-radius: 999px; }
  .pixcode--icon.small {
    font-size: 16px;
    font-size: 1rem; }
    .pixcode--icon.small.circle, .pixcode--icon.small.square {
      width: 2.25em;
      height: 2.25em;
      line-height: 2.25em; }
  .pixcode--icon.medium {
    font-size: 21px;
    font-size: 1.3125rem; }
    .pixcode--icon.medium.circle, .pixcode--icon.medium.square {
      width: 2.28571em;
      height: 2.28571em;
      line-height: 2.28571em; }
  .pixcode--icon.big {
    font-size: 36px;
    font-size: 2.25rem; }
    .pixcode--icon.big.circle, .pixcode--icon.big.square {
      width: 2em;
      height: 2em;
      line-height: 2em; }

/*--------------------------------------------*\
               ICON INSIDE A LINK
\*--------------------------------------------*/
a > .pixcode--icon {
  transition: all 0.15s; }

a:hover > .pixcode--icon {
  text-decoration: none;
  border: none;
  color: #2ecc71; }
  a:hover > .pixcode--icon.circle, a:hover > .pixcode--icon.square {
    background-color: #2ecc71; }

.pixcode--tabs {
  padding-bottom: 0; }

.tabs__nav {
  color: white;
  background: #1a1717;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .tabs__nav a {
    color: white;
    padding: 12px; }
    .tabs__nav a.current, .tabs__nav a:hover {
      color: #2ecc71; }
      .tabs__nav a.current .icon, .tabs__nav a:hover .icon {
        color: #2ecc71; }
    .tabs__nav a .icon {
      margin-right: 6px;
      margin-right: 0.375rem; }

.tabs__content {
  position: relative;
  min-height: 1px;
  transition: height .2s ease-in-out; }

.tabs__pane {
  width: 100%;
  position: absolute;
  transition: opacity .2s ease-in-out;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .tabs__pane.hide {
    opacity: 0;
    z-index: 5;
    pointer-events: none; }

.team-member .separator {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  background: black; }

.team-member__image__link {
  display: block;
  position: relative;
  border-bottom: none;
  padding-bottom: 0; }
  @media not screen and (min-width: 900px) {
    .team-member__image__link {
      float: left;
      width: 30%;
      margin-right: 24px;
      margin-right: 1.5rem; } }
  .team-member__image__link:hover > .team-member__profile {
    opacity: 1; }
  .team-member__image__link img {
    width: 100%;
    height: auto; }

.team-member__profile {
  margin: 12px 0;
  margin: 0.75rem 0; }
  @media only screen and (min-width: 900px) {
    .team-member__profile {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      background-color: rgba(46, 204, 113, 0.8);
      opacity: 0;
      transition-property: opacity;
      transition-duration: 0.3s; } }

.team-member__profile__table {
  display: table;
  height: 100%;
  width: 100%; }

.team-member__profile__cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.26; }
  @media not screen and (min-width: 900px) {
    .team-member__profile__cell {
      color: black; } }

.team-member__image img {
  vertical-align: top; }

.team-member__name {
  margin: 24px 0 6px;
  margin: 1.5rem 0 0.375rem; }

.team-member__position {
  margin: 0 0 6px;
  margin: 0 0 0.375rem; }

.team-member__header {
  margin-bottom: 12px; }

.team-member__description {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.885; }

.team-member__name,
.team-member__position,
.team-member__description p {
  text-align: center; }
  @media only screen and (min-width: 600px) and (max-width: 900px) {
    .team-member__name,
    .team-member__position,
    .team-member__description p {
      text-align: left; } }
  @media only screen and (min-width: 900px) {
    .team-member__name,
    .team-member__position,
    .team-member__description p {
      text-align: left; } }

.team-member__social-links-list {
  text-align: center; }
  @media only screen and (min-width: 900px) {
    .team-member__social-links-list {
      text-align: left; } }

.team-member__social-link {
  display: inline-block !important; }

.team-member__social-link__link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67667;
  padding: 6px;
  padding: 0.375rem; }

/*------------------------------------*\
    $PAGES
\*------------------------------------*/
/**
* Single, Page, Category etc.
*/
/*------------------------------------*\
    $SINGLE POST
\*------------------------------------*/
.single-post .article__content {
  margin-bottom: 48px;
  word-break: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none; }
  .single-post .article__content > p:first-of-type {
    font-size: 115%; }

/*----------------------------------------*\
    $SPLIT LAYOUT
\*----------------------------------------*/
/*rtl:begin:ignore*/
/*rtl:end:ignore*/
.article--split__left--container {
  position: absolute; }

.article--split__left--container {
  /*rtl:begin:remove*/
  position: static;
  /*rtl:end:remove*/ }

/*rtl:begin:ignore*/
.article--split__right--container {
  position: relative;
  padding-left: 24px;
  padding-right: 24px; }
  @media not screen and (min-width: 900px) {
    .article--split__right--container {
      padding: 24px 24px 24px 48px; } }

.content--article-split {
  height: 100%; }

.article--split__left {
  background-color: #1a1717;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.article--split .article__meta, .article--blog-split .article__meta {
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35); }

.article--split .article__title, .article--blog-split .article__title {
  margin: 0 0 12px 0;
  padding-bottom: 24px;
  border-bottom: 2px solid white;
  line-height: 1.26;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.article--split .article__meta-footer, .article--blog-split .article__meta-footer {
  text-transform: uppercase;
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  font-size: 14px; }

.article--split .article__categories a, .article--blog-split .article__categories a {
  color: white; }
  .article--split .article__categories a:after, .article--blog-split .article__categories a:after {
    content: ",";
    display: inline-block; }

.article--split .article__categories li:last-child a:after, .article--blog-split .article__categories li:last-child a:after {
  content: ""; }

@media not screen and (min-width: 900px) {
  .article--split__left {
    min-height: 350px; }
  .article__meta {
    padding: 12px; }
  .article__content .first-letter {
    display: none; } }

@media only screen and (min-width: 900px) {
  .article--split__left {
    position: fixed;
    top: 42px;
    left: 42px;
    right: 52%;
    right: calc(50% + 21px);
    bottom: 42px;
    transform: translateZ(0); } }

@media only screen and (min-width: 900px) and (min-width: 1366px) {
  .article--split .article__title, .article--blog-split .article__title {
    min-height: 150px; } }

@media only screen and (min-width: 900px) {
  .article--split .article__meta, .article--blog-split .article__meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px; }
  .article--split .article__categories, .article--blog-split .article__categories {
    text-align: right; }
  .article__content .first-letter {
    padding-bottom: 20px;
    margin-top: 42px;
    margin-bottom: 36px;
    border-bottom: 2px solid #1a1717;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 128px;
    line-height: 1; } }

/*rtl:end:ignore*/
/*----------------------------------------*\
    $ARTICLE CLASSIC
\*----------------------------------------*/
.article-blog-classic.article--single {
  margin-top: 0; }
  @media not screen and (min-width: 900px) {
    .article-blog-classic.article--single {
      padding: 0 12px; } }

.page .page__content {
  word-break: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none; }

/*----------------------------------------*\
    $PAGE REGULAR
\*----------------------------------------*/
.content--page-regular .page__featured-image img {
  width: 100%;
  height: auto; }

.content--page-regular .page__wrapper {
  margin: 0 auto;
  padding: 24px 12px;
  max-width: 840px; }

@media not screen and (min-width: 900px) {
  .page__wrapper {
    padding: 12px; } }

@media only screen and (min-width: 900px) {
  .content--page-fullwidth .page__wrapper {
    padding: 24px; } }

.page__content {
  position: relative; }

/*----------------------------------------*\
    $ARTICLE NAVIGATION
\*----------------------------------------*/
.article-navigation .navigation-item {
  z-index: 1;
  cursor: pointer;
  height: 50px; }
  .article-navigation .navigation-item a {
    display: inline-block; }
  .article-navigation .navigation-item .navigation-item__content {
    display: inline-block;
    overflow: hidden; }
  .article-navigation .navigation-item .navigation-item__wrapper {
    display: block;
    padding: 6px 24px; }

.article-navigation .post-title {
  margin: 0;
  color: black; }

.article-navigation .button-title {
  font-family: "Maven Pro", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #878787; }

.single-standard {
  padding: 24px; }

@media not screen and (min-width: 900px) {
  .article-navigation {
    margin-top: 24px;
    border-top: 2px solid #1a1717; }
    .article-navigation .navigation-item {
      text-align: center;
      margin: 24px 0; } }

@media only screen and (min-width: 900px) {
  .article-navigation .navigation-item {
    position: fixed;
    top: 50%; }
    .article-navigation .navigation-item .navigation-item__content {
      position: relative;
      width: 0;
      height: 0;
      overflow: hidden; }
    .article-navigation .navigation-item .navigation-item__wrapper {
      background: white;
      transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
      opacity: 0;
      left: -20px;
      position: relative; }
    .article-navigation .navigation-item .arrow {
      height: 50px;
      width: 42px; }
      .article-navigation .navigation-item .arrow:before, .article-navigation .navigation-item .arrow:after {
        height: 24px;
        width: 24px;
        display: block;
        position: absolute;
        top: 12px; }
    .article-navigation .navigation-item a:hover .navigation-item__content {
      width: auto;
      height: auto; }
    .article-navigation .navigation-item a:hover .navigation-item__wrapper {
      transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
      opacity: 1;
      left: 0px; }
  .article-navigation .navigation-item--previous {
    left: 0; }
    .article-navigation .navigation-item--previous .arrow {
      float: left; }
      .article-navigation .navigation-item--previous .arrow:before {
        content: "";
        transform: rotate(45deg);
        left: 14px;
        border-left: 2px solid #1a1717;
        border-bottom: 2px solid #1a1717; }
  .article-navigation .navigation-item--next {
    right: 0; }
    .article-navigation .navigation-item--next .navigation-item__wrapper {
      right: -20px;
      left: auto; }
    .article-navigation .navigation-item--next a:hover .navigation-item__wrapper {
      right: 0px;
      left: auto; }
    .article-navigation .navigation-item--next .arrow {
      float: right; }
      .article-navigation .navigation-item--next .arrow:after {
        content: "";
        transform: rotate(-45deg);
        right: 14px;
        border-right: 2px solid #1a1717;
        border-bottom: 2px solid #1a1717; } }

/*----------------------------------------*\
    $PROTECTED AREA
\*----------------------------------------*/
.content--client-area {
  position: absolute;
  padding: 42px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .content--client-area .content-helper {
    background: #1a1717; }
  .content--client-area .form-container {
    max-width: 280px;
    margin: 0 auto;
    text-align: center; }
  @media not screen and (min-width: 900px) {
    .content--client-area {
      padding: 0;
      padding-top: 42px; } }

.lock-icon {
  height: 150px;
  width: 150px;
  margin: 0 auto 48px auto;
  border-radius: 50%;
  text-align: center;
  font-size: 90px;
  background: white; }
  @media not screen and (min-width: 900px) {
    .lock-icon {
      margin-top: 12px;
      margin-bottom: 12px;
      height: 75px;
      width: 75px;
      font-size: 45px; } }

.protected-area-text {
  color: white;
  font-size: 13px; }
  .protected-area-text span {
    color: #878787; }

.auth-form {
  margin: 24px 0; }
  .auth-form .auth__pass {
    margin-bottom: 48px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: light; }
    @media not screen and (min-width: 900px) {
      .auth-form .auth__pass {
        font-size: 14px;
        margin-bottom: 24px; } }

/*----------------------------------------*\
    $ARTICLE BLOG ARCHIVE
\*----------------------------------------*/
.content--blog {
  padding: 12px;
  /*
     * Responsiveness
     */ }
  .content--blog .grid, .content--blog .comment-form, .content--blog .wpcf7-comment-form, .content--blog .article--split-grid {
    /*rtl:begin:ignore*/
    margin-left: -12px;
    margin-bottom: -12px;
    /*rtl:end:ignore*/ }
  @media screen and (max-width: 1149px) {
    .content--blog .grid__item, .content--blog .menu-top--left__container,
    .content--blog .menu-top--right__container, .content--blog .branding__container, .content--blog .logged-in-as, .content--blog .comment-form-author,
    .content--blog .comment-form-email,
    .content--blog .comment-form-url, .content--blog .comment-form-comment,
    .content--blog .form-submit,
    .content--blog .comment-subscription-form, .content--blog .wpcf7-author, .content--blog .wpcf7-email, .content--blog .wpcf7-message, .content--blog .article--split__left--container,
    .content--blog .article--split__right--container {
      width: 100%; } }
  @media screen and (min-width: 1150px) and (max-width: 1680px) {
    .content--blog .grid__item, .content--blog .menu-top--left__container,
    .content--blog .menu-top--right__container, .content--blog .branding__container, .content--blog .logged-in-as, .content--blog .comment-form-author,
    .content--blog .comment-form-email,
    .content--blog .comment-form-url, .content--blog .comment-form-comment,
    .content--blog .form-submit,
    .content--blog .comment-subscription-form, .content--blog .wpcf7-author, .content--blog .wpcf7-email, .content--blog .wpcf7-message, .content--blog .article--split__left--container,
    .content--blog .article--split__right--container {
      width: 50%; } }
  @media screen and (min-width: 1681px) {
    .content--blog .grid__item, .content--blog .menu-top--left__container,
    .content--blog .menu-top--right__container, .content--blog .branding__container, .content--blog .logged-in-as, .content--blog .comment-form-author,
    .content--blog .comment-form-email,
    .content--blog .comment-form-url, .content--blog .comment-form-comment,
    .content--blog .form-submit,
    .content--blog .comment-subscription-form, .content--blog .wpcf7-author, .content--blog .wpcf7-email, .content--blog .wpcf7-message, .content--blog .article--split__left--container,
    .content--blog .article--split__right--container {
      width: 33.33333%; } }

.article--blog {
  margin-bottom: 12px;
  position: relative; }
  .article--blog a {
    color: #1a1717; }
  .article--blog .article__container {
    background: white; }
  .article--blog .article__meta-footer {
    position: absolute;
    bottom: 48px;
    left: 24px;
    /*rtl:begin:remove*/
    left: 12px;
    /*rtl:end:remove*/
    right: 24px;
    padding-top: 24px;
    font-size: 12px;
    color: #878787;
    background: white; }
    @media screen and (min-width: 600px) {
      .article--blog .article__meta-footer {
        left: 289px;
        /*rtl:begin:remove*/
        left: 277px;
        /*rtl:end:remove*/ } }
    .article--blog .article__meta-footer .grid__item, .article--blog .article__meta-footer .menu-top--left__container,
    .article--blog .article__meta-footer .menu-top--right__container, .article--blog .article__meta-footer .branding__container, .article--blog .article__meta-footer .logged-in-as, .article--blog .article__meta-footer .comment-form-author,
    .article--blog .article__meta-footer .comment-form-email,
    .article--blog .article__meta-footer .comment-form-url, .article--blog .article__meta-footer .comment-form-comment,
    .article--blog .article__meta-footer .form-submit,
    .article--blog .article__meta-footer .comment-subscription-form, .article--blog .article__meta-footer .wpcf7-author, .article--blog .article__meta-footer .wpcf7-email, .article--blog .article__meta-footer .wpcf7-message, .article--blog .article__meta-footer .article--split__left--container,
    .article--blog .article__meta-footer .article--split__right--container {
      float: left;
      width: 50%; }
  .article--blog .article__categories a {
    color: #878787; }
  .article--blog .article__title {
    min-height: initial; }
  .article--blog.sticky {
    box-shadow: 0 0 5px black; }

.no-thumbnail .article__meta-footer {
  left: 24px;
  /*rtl:begin:remove*/
  left: 12px;
  /*rtl:end:remove*/ }

h2.article__title--blog {
  margin: 12px 0; }

.article__excerpt {
  margin-bottom: 24px;
  font-size: 14px; }

.article__info {
  display: block;
  min-height: 328px;
  padding: 24px;
  padding-left: 24px; }
  @media screen and (min-width: 600px) {
    .article__info {
      padding-left: 289px; } }
  .no-thumbnail .article__info {
    padding-left: 24px; }

@media screen and (max-width: 599px) {
  .article__thumb a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100%; }
    .article__thumb a img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }

.article__thumb img {
  width: 100%; }

@media screen and (min-width: 600px) {
  .article__thumb {
    float: left;
    width: 265px;
    height: 328px; } }

.container--blog-classic {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 24px; }

.blog-archive-title {
  text-align: center;
  margin-top: 0;
  padding: 48px 0; }
  .blog-archive-title span {
    color: #878787; }

.article-blog-classic {
  margin-top: 48px; }
  .article-blog-classic:first-of-type {
    margin-top: 0; }
  .article-blog-classic:after {
    content: "";
    display: block;
    border-bottom: 2px solid #1a1717; }
    @media screen and (min-width: 1200px) {
      .article-blog-classic:after {
        margin-left: -85px;
        margin-right: -85px; } }
  .article-blog-classic:last-of-type:after {
    content: none; }
  .article-blog-classic .article__title {
    margin-top: 0;
    text-align: center; }
  .article-blog-classic .article__meta {
    margin: 24px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
  .article-blog-classic .article__date:before {
    content: "";
    width: 24px;
    height: 2px;
    display: inline-block;
    position: relative;
    left: -24px;
    top: -5px;
    background-color: #878787; }
  .article-blog-classic .article__categories {
    display: inline-block; }
    .article-blog-classic .article__categories li:after {
      content: ","; }
    .article-blog-classic .article__categories li:last-child:after {
      content: none; }
    .article-blog-classic .article__categories a {
      color: #1a1717; }
    .article-blog-classic .article__categories:after {
      content: "";
      width: 24px;
      height: 2px;
      display: inline-block;
      position: relative;
      right: -24px;
      top: -5px;
      background-color: #878787; }
  .article-blog-classic .article__featured-image a {
    border-bottom: 0; }
  .article-blog-classic .article__featured-image img {
    width: 100%;
    height: auto; }
  .article-blog-classic .article__content {
    margin-bottom: 48px; }

.archive-categories-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 42px;
  z-index: 20; }
  @media not screen and (min-width: 900px) {
    .archive-categories-wrapper {
      background: white; } }
  @media only screen and (min-width: 900px) {
    .archive-categories-wrapper {
      position: fixed;
      right: 42px;
      width: auto; } }

.archive-categories-list {
  margin-bottom: 0; }

/*----------------------------------------*\
    $PORTFOLIO
\*----------------------------------------*/
.portfolio__title {
  margin-top: 0;
  line-height: 1; }

.portfolio__content {
  font-size: 14px; }
  .portfolio__content p:first-of-type {
    font-size: 16px;
    font-weight: bold; }
  .portfolio__content img {
    max-width: 100%;
    height: auto; }

.portfolio--single {
  position: relative; }

.portfolio__container {
  padding: 24px 12px; }

@media not screen and (min-width: 900px) {
  .entry__meta--portfolio .social-links {
    float: none; }
    .entry__meta--portfolio .social-links .social-links-list {
      opacity: 1; }
    .entry__meta--portfolio .social-links .share-logo {
      float: left; } }

@media only screen and (min-width: 1366px) {
  .portfolio__container {
    padding: 42px; }
  .entry__meta--portfolio .social-links {
    float: right; }
    .entry__meta--portfolio .social-links .social-links__share-logo {
      color: black; }
  .entry__meta--portfolio .share-logo {
    float: right; } }

/*----------------------------------------*\
    $PORTFOLIO ARCHIVE
\*----------------------------------------*/
.portfolio-meta {
  height: 100%; }

.portfolio-grid-title {
  margin-top: 0;
  line-height: 1; }

.portfolio-grid-category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.08143;
  font-weight: bold;
  text-transform: uppercase;
  display: block; }

html {
  background-color: #f5f5f5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.animations .wrapper {
  visibility: hidden; }
  .loaded .animations .wrapper {
    visibility: visible; }

.show-on-ie8 {
  display: none; }

.lt-ie9 .show-on-ie8 {
  display: block; }

.page__content {
  padding: 1px 0; }

#at15s.atm {
  display: none !important; }

#ascrail2001 {
  right: 0; }

/*----------------------------------------*\
    $IE8 SHAME
\*----------------------------------------*/
@media only screen and (min-width: 900px) {
  .lt-ie9 .article--split__left {
    right: 52%; } }

.lt-ie9 .social-links:hover .social-links-list {
  display: block; }
  .lt-ie9 .social-links:hover .social-links-list a {
    opacity: 1; }

.lt-ie9 .form-submit #comment-submit {
  background: black;
  border: 0; }

html, body {
  touch-action: auto !important; }

/*----------------------------------------*\
    Ported from inline-custom-css
\*----------------------------------------*/
ol {
  border-left: 0 solid #2ecc71; }

blockquote, h3.emphasize {
  border-left: 12px solid #2ecc71; }

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