<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Arkfield
Theme URI: http://pikarthouse.com/wp/arkfield/
Author: Pikarthouse
Author URI: http://pikarthouse.com/
Description: ARKFIELD is an easy-to-use and elegant theme conceived for creative people who aim to show their portfolio.
Version: 1.6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, dark, light, one-column, two-columns, three-columns, four-columns, responsive-layout, flexible-header, custom-colors, custom-menu, featured-images, post-formats, rtl-language-support, theme-options, translation-ready, photoblogging
Text Domain: arkfield
*/
/*------------------------------------*\
    STYLE.CSS
\*------------------------------------*/
/**
 * Here we the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/*------------------------------------*\
    $SETUP
\*------------------------------------*/
/*------------------------------------*\
    VARS.SCSS - $OVERRIDES
\*------------------------------------*/
/**
 * Declare here variables you want tot use for your theme.
 * inuit.css ignores its own variables in order to use your
 * own, so you can completely modify how inuit.css works
 * without ever having to alter the framework itself.
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/*------------------------------------*\
    $BASE SPACING UNITS
\*------------------------------------*/
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/*------------------------------------*\
    $COLORS
\*------------------------------------*/
/*------------------------------------*\
    $FONTS
\*------------------------------------*/
/*------------------------------------*\
    $HEADING SIZES
\*------------------------------------*/
/*------------------------------------*\
    $OBJECTS
\*------------------------------------*/
/*------------------------------------*\
    $HEADING SIZES
\*------------------------------------*/
/*------------------------------------*\
    $VIEWPORT BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
    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
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec 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.
 */
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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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, .footer__widget-area:after, .footer__menu-area:after, .row:after, .wpcf7-form:after, .site-main--page-builder .gallery:after, .site-main--single .gallery:after, .coupon: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 &gt; li,
.media,
.island,
.islet {
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }
  .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 &gt; li, .islet
  .media, .islet
  .island, .islet
  .islet {
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }

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

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

/**
 * 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: 56px;
  margin-left: 3.5rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 1em/1.75 "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.55556; }

h2, .beta {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667; }

h3, .gamma {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }

h4, .delta {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556; }

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

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

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   &lt;hgroup&gt;
       &lt;h1 class=hN&gt;inuit.css&lt;/h1&gt;
       &lt;h2 class=hN&gt;Best. Framework. Ever!&lt;/h2&gt;
   &lt;/hgroup&gt;
 *
 */
hgroup .hN {
  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.16667; }

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

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

/*------------------------------------*\
    $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.55556; }

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.33333; }

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

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "‘" "’" "\\201C " "\\201D "; }
  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: "\\201C " "\\201D "; }
  blockquote p:before {
    content: "\\201C ";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "\\201D ";
    content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  blockquote q:after {
    content: "\2019";
    content: close-quote; }

/**
 *
   &lt;blockquote&gt;
       &lt;p&gt;Insanity: doing the same thing over and over again and expecting
       different results.&lt;/p&gt;
       &lt;b class=source&gt;Albert Einstein&lt;/b&gt;
   &lt;/blockquote&gt;
 *
 */
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.:
 *
   &lt;code&gt;&amp;lt;/div&amp;gt;&lt;span class=code-comment&gt;&amp;lt;!-- /wrapper --&amp;gt;&lt;/span&gt;&lt;/code&gt;
 *
 */
.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.:
 *
   &lt;ol class=line-numbers&gt;
       &lt;li&gt;&lt;code&gt;.nav{&lt;/code&gt;&lt;/li&gt;
       &lt;li&gt;&lt;code&gt;    list-style:none;&lt;/code&gt;&lt;/li&gt;
       &lt;li&gt;&lt;code&gt;    margin-left:0;&lt;/code&gt;&lt;/li&gt;
       &lt;li&gt;&lt;code&gt;}&lt;/code&gt;&lt;/li&gt;
       &lt;li&gt;&lt;code&gt;    .nav &gt; li,&lt;/code&gt;&lt;/li&gt;
       &lt;li&gt;&lt;code&gt;        .nav &gt; li &gt; a{&lt;/code&gt;&lt;/li&gt;
       &lt;li&gt;&lt;code&gt;            display:inline-block;&lt;/code&gt;&lt;/li&gt;
       &lt;li&gt;&lt;code&gt;           *display:inline-block;&lt;/code&gt;&lt;/li&gt;
       &lt;li&gt;&lt;code&gt;            zoom:1;&lt;/code&gt;&lt;/li&gt;
       &lt;li&gt;&lt;code&gt;        }&lt;/code&gt;&lt;/li&gt;
   &lt;/ol&gt;
 *
 * 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: 40px; }

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

.img--left {
  float: left;
  margin-right: 28px;
  margin-bottom: 28px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 28px;
  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: 140px; }

.img--medium {
  height: 280px; }

.img--tall {
  height: 420px; }

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

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li &gt; ul,
li &gt; 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.:
 *
   &lt;table class="table--bordered  table--striped  table--data"&gt;
       &lt;colgroup&gt;
           &lt;col class=t10&gt;
           &lt;col class=t10&gt;
           &lt;col class=t10&gt;
           &lt;col&gt;
       &lt;/colgroup&gt;
       &lt;thead&gt;
           &lt;tr&gt;
               &lt;th colspan=3&gt;Foo&lt;/th&gt;
               &lt;th&gt;Bar&lt;/th&gt;
           &lt;/tr&gt;
           &lt;tr&gt;
               &lt;th&gt;Lorem&lt;/th&gt;
               &lt;th&gt;Ipsum&lt;/th&gt;
               &lt;th class=numerical&gt;Dolor&lt;/th&gt;
               &lt;th&gt;Sit&lt;/th&gt;
           &lt;/tr&gt;
       &lt;/thead&gt;
       &lt;tbody&gt;
           &lt;tr&gt;
               &lt;th rowspan=3&gt;Sit&lt;/th&gt;
               &lt;td&gt;Dolor&lt;/td&gt;
               &lt;td class=numerical&gt;03.788&lt;/td&gt;
               &lt;td&gt;Lorem&lt;/td&gt;
           &lt;/tr&gt;
           &lt;tr&gt;
               &lt;td&gt;Dolor&lt;/td&gt;
               &lt;td class=numerical&gt;32.210&lt;/td&gt;
               &lt;td&gt;Lorem&lt;/td&gt;
           &lt;/tr&gt;
           &lt;tr&gt;
               &lt;td&gt;Dolor&lt;/td&gt;
               &lt;td class=numerical&gt;47.797&lt;/td&gt;
               &lt;td&gt;Lorem&lt;/td&gt;
           &lt;/tr&gt;
           &lt;tr&gt;
               &lt;th rowspan=2&gt;Sit&lt;/th&gt;
               &lt;td&gt;Dolor&lt;/td&gt;
               &lt;td class=numerical&gt;09.640&lt;/td&gt;
               &lt;td&gt;Lorem&lt;/td&gt;
           &lt;/tr&gt;
           &lt;tr&gt;
               &lt;td&gt;Dolor&lt;/td&gt;
               &lt;td class=numerical&gt;12.117&lt;/td&gt;
               &lt;td&gt;Lorem&lt;/td&gt;
           &lt;/tr&gt;
       &lt;/tbody&gt;
   &lt;/table&gt;
 *
 */
table {
  width: 100%; }

th,
td {
  padding: 7px;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 14px; } }

/**
 * 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--bordered td {
  border: 1px solid #ccc; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped 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: 28px; }

/**
 * 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.:
   &lt;input type=text class=text-input&gt;
   &lt;input type=email class=text-input&gt;
   &lt;input type=password class=text-input&gt;
 *
 */
.text-input,
textarea {
  /**
   * Style these via your theme stylesheet.
   */ }

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

.form-fields &gt; 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.:
 *
   &lt;li&gt;
       &lt;span class=label&gt;Select an option below:&lt;/span&gt;
       &lt;ul class="multi-list  four-cols"&gt;
           &lt;li&gt;
               &lt;input /&gt; &lt;label /&gt;
           &lt;/li&gt;
           &lt;li&gt;
               &lt;input /&gt; &lt;label /&gt;
           &lt;/li&gt;
           &lt;li&gt;
               &lt;input /&gt; &lt;label /&gt;
           &lt;/li&gt;
           &lt;li&gt;
               &lt;input /&gt; &lt;label /&gt;
           &lt;/li&gt;
       &lt;/ul&gt;
   &lt;/li&gt;
 *
 */
label,
.label {
  display: block; }

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

/*
 * Groups of checkboxes and radios, e.g.:
 *
   &lt;li&gt;
       &lt;ul class=check-list&gt;
           &lt;li&gt;
               &lt;input /&gt; &lt;label /&gt;
           &lt;/li&gt;
           &lt;li&gt;
               &lt;input /&gt; &lt;label /&gt;
           &lt;/li&gt;
       &lt;/ul&gt;
   &lt;/li&gt;
 *
 */
.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.:
 *
   &lt;li class=spoken-form&gt;
       Hello, my &lt;label for=spoken-name&gt;name&lt;/label&gt; is
       &lt;input type=text class=text-input id=spoken-name&gt;. My home
       &lt;label for=country&gt;country&lt;/label&gt; is
       &lt;select id=country&gt;
           &lt;option&gt;UK&lt;/option&gt;
           &lt;option&gt;US&lt;/option&gt;
           &lt;option&gt;Other&lt;/option&gt;
       &lt;/select&gt;
   &lt;/li&gt;
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit; }

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   &lt;label for=email&gt;Email:&lt;/label&gt;
   &lt;input type=email class=text-input id=email&gt;
   &lt;small class=extra-help&gt;.edu emails only&lt;/small&gt;
 *
 * 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
 */
/*------------------------------------*\
    $FLEXBOX
\*------------------------------------*/
/**
 * Until we can utilise flexbox natively we can kinda, sorta, attempt to emulate
 * it, in a way... e.g.:
 *
   &lt;header class=flexbox&gt;

       &lt;div class=flexbox__item&gt;
           &lt;b&gt;Welcome to&lt;/b&gt;
       &lt;/div&gt;

       &lt;div class=flexbox__item&gt;
           &lt;img src="//csswizardry.com/inuitcss/img/logo.jpg" alt="inuit.css"&gt;
       &lt;/div&gt;

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

/**
 * Nasty hack to circumvent Modernizr conflicts.
 */
html.flexbox {
  display: block;
  width: auto; }

.flexbox__item {
  display: table-cell;
  vertical-align: middle; }

/*------------------------------------*\
    $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, .navigation--comments a {
  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: 40px;
  /* [8] */ }

.btn, .navigation--comments a, .btn:hover, .navigation--comments a:hover {
  text-decoration: none;
  /* [9] */ }
.btn:active, .navigation--comments a:active, .btn:focus, .navigation--comments a:focus {
  outline: none; }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small {
  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; }

/**
 * 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 {
  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.:
 *
 * `&lt;div class="g  one-quarter  lap-one-half  palm-one-whole"&gt; ... &lt;/div&gt;`
 *
 * 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: 600px) {
  /**
  * 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: 601px) and (max-width: 1200px) {
  /**
  * 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: 601px) {
  /**
  * 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 {
    width: 50%; }

  /**
  * Thirds
  */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    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: 1200px) {
  /**
  * 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: 1201px) {
  /**
  * 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.
 */
/*------------------------------------*\
    $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: 28px !important; }

.push--top {
  margin-top: 28px !important; }

.push--right, .menu--footer .menu-item {
  margin-right: 28px !important; }

.push--bottom {
  margin-bottom: 28px !important; }

.push--left {
  margin-left: 28px !important; }

.push--ends {
  margin-top: 28px !important;
  margin-bottom: 28px !important; }

.push--sides {
  margin-right: 28px !important;
  margin-left: 28px !important; }

.push-half {
  margin: 14px !important; }

.push-half--top {
  margin-top: 14px !important; }

.push-half--right {
  margin-right: 14px !important; }

.push-half--bottom {
  margin-bottom: 14px !important; }

.push-half--left {
  margin-left: 14px !important; }

.push-half--ends {
  margin-top: 14px !important;
  margin-bottom: 14px !important; }

.push-half--sides {
  margin-right: 14px !important;
  margin-left: 14px !important; }

.flush {
  margin: 0 !important; }

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

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

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

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

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

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

/**
 * Add/remove paddings
 */
.soft {
  padding: 28px !important; }

.soft--top {
  padding-top: 28px !important; }

.soft--right {
  padding-right: 28px !important; }

.soft--bottom, .widget_rss li {
  padding-bottom: 28px !important; }

.soft--left {
  padding-left: 28px !important; }

.soft--ends {
  padding-top: 28px !important;
  padding-bottom: 28px !important; }

.soft--sides {
  padding-right: 28px !important;
  padding-left: 28px !important; }

.soft-half {
  padding: 14px !important; }

.soft-half--top {
  padding-top: 14px !important; }

.soft-half--right {
  padding-right: 14px !important; }

.soft-half--bottom {
  padding-bottom: 14px !important; }

.soft-half--left {
  padding-left: 14px !important; }

.soft-half--ends {
  padding-top: 14px !important;
  padding-bottom: 14px !important; }

.soft-half--sides {
  padding-right: 14px !important;
  padding-left: 14px !important; }

.hard {
  padding: 0 !important; }

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

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

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

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

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

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

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -28px !important;
  margin-left: -28px !important; }
  .islet .full-bleed {
    margin-right: -14px !important;
    margin-left: -14px !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.:
 *
   &lt;p class=proceed&gt;&lt;a href=#&gt;Read more...&lt;/a&gt;&lt;/p&gt;
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   &lt;a href=# class=go&gt;Read more&lt;/a&gt;
 *
 */
.go:after {
  content: "&nbsp;" "»" !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: 600px) {
  .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: 601px) and (max-width: 1200px) {
  .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: 601px) {
  .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: 1200px) {
  .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: 1201px) {
  .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: 1800px) {
  .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 */
/*------------------------------------*\
    $FONTS
\*------------------------------------*/
/*----------------------------------------*\
*   ICONS FONTS
\*----------------------------------------*/
/*----------------------------------------*\
    CUSTOM FONTAWESOME STYLE
\*----------------------------------------*/
.icon,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*!
 *  Entypo Glyph Set (284 glyphs)
 * Designed by Daniel Bruce (http://danielbruce.se/) and released for the Web design community.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'entypo';
  src: url("assets/fonts/icon-fonts/entypo/entypo.eot");
  src: url("assets/fonts/icon-fonts/entypo/entypo.eot?#iefix") format("embedded-opentype"), url("assets/fonts/icon-fonts/entypo/entypo.woff") format("woff"), url("assets/fonts/icon-fonts/entypo/entypo.ttf") format("truetype"), url("assets/fonts/icon-fonts/entypo/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'entypo-social';
  src: url("assets/fonts/icon-fonts/entypo/entypo-social.eot");
  src: url("assets/fonts/icon-fonts/entypo/entypo-social.eot?#iefix") format("embedded-opentype"), url("assets/fonts/icon-fonts/entypo/entypo-social.woff") format("woff"), url("assets/fonts/icon-fonts/entypo/entypo-social.ttf") format("truetype"), url("assets/fonts/icon-fonts/entypo/entypo-social.svg#entypo-social") format("svg");
  font-weight: normal;
  font-style: normal; }
/*----------------------------------------*\
*   CUSTOM ENTYPO STYLE
\*----------------------------------------*/
[class^="icon-e-"]:before,
[class*=" icon-e-"]:before {
  display: inline-block;
  /* opacity: .8; */
  width: 1.1em;
  margin-top: 0.5em;
  margin-right: 0.2em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  font-family: "entypo";
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  font-style: normal;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  font-weight: normal;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1.2em;
  text-align: center;
  text-decoration: inherit;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  /* For safety - reset parent styles, that can break glyph codes*/
  text-transform: none; }

.icon-e-plus:before {
  content: '\e816'; }

.icon-e-minus:before {
  content: '\e819'; }

.icon-e-tripadvisor:before {
  content: "\e600"; }

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

/*!
 *  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/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("assets/fonts/icon-fonts/font-awesome/fontawesome-webfont.eot?#iefix&amp;v=4.5.0") format("embedded-opentype"), url("assets/fonts/icon-fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("assets/fonts/icon-fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("assets/fonts/icon-fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("assets/fonts/icon-fonts/font-awesome/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 &gt; 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, .widget-item {
  float: left; }

.icon.pull-left, .icon.widget-item {
  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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  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: ""; }

/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base styles of HTML elements
 */
/*------------------------------------*\
           $WORDPRESS CORE
\*------------------------------------*/
.alignright, .alignleft {
  max-width: 50% !important;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right;
  margin-left: 3.5rem; }

.alignleft {
  float: left;
  margin-right: 3.5rem; }

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.75rem; }
  .wp-caption img {
    margin-bottom: 0.525rem; }

.wp-caption-text,
.gallery-caption {
  font-size: 12px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  display: none; }

/* Added when admin comments while logged in */
.bypostauthor {
  width: auto; }

/* Sticky Plugin */
.sticky .time-container,
.sticky .read-more {
  color: #fff; }
.sticky .read-more:hover, .sticky .read-more:focus {
  background: #ebebeb;
  color: #363636; }

/* Wrapping content */
p iframe {
  height: 100%;
  width: 100%; }

embed {
  max-width: 100%; }

/*------------------------------------*\
               IMAGES
\*------------------------------------*/
img {
  display: block; }

.page img, #site-footer img, .site-main--single img, .news__item img, .woocommerce-products .product img {
  height: auto;
  width: 100%; }

.mesh .wp-post-image {
  max-height: 100% !important;
  max-width: 100% !important; }

/*------------------------------------*\
               TYPOGRAPHY
\*------------------------------------*/
body {
  font-weight: 300;
  overflow: hidden; }

/*------------------------------------*\
               HEADINGS
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.525rem;
  text-transform: uppercase;
  word-wrap: break-word; }

h1 {
  margin-top: 3.5rem;
  font-weight: 700; }

h2,
#reply-title {
  margin-top: 3.5rem;
  font-weight: 400; }

h3,
h4,
h5,
h6,
.widget_product_search .search-field,
.form-control {
  font-weight: 300;
  letter-spacing: 1.5px; }

/*------------------------------------*\
               PARAGRAPHS
\*------------------------------------*/
hr {
  height: 1px;
  border: 0;
  background: #acacac; }

/*------------------------------------*\
               LINKS
\*------------------------------------*/
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none; }

a:visited, a:link, a:active {
  color: #363636; }

/*------------------------------------*\
               BLOCKQUOTES
\*------------------------------------*/
blockquote {
  margin: 4rem 0;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  quotes: none;
  text-align: left;
  text-indent: 0; }
  blockquote:before {
    content: '\201C';
    display: block;
    font-size: 96px;
    font-weight: 400;
    line-height: 48px; }

/*------------------------------------*\
               TABLES
\*------------------------------------*/
table {
  border-collapse: separate;
  table-layout: fixed; }

/*------------------------------------*\
               LISTS
\*------------------------------------*/
ul {
  margin-left: 0;
  list-style: none; }

/*------------------------------------*\
               FORMS
\*------------------------------------*/
input {
  border: none;
  color: #acacac; }
  input:focus {
    outline: none;
    color: #000; }

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

input:-moz-placeholder {
  color: #acacac; }

input::-moz-placeholder {
  color: #acacac; }

input:-ms-input-placeholder {
  color: #acacac; }

textarea:focus {
  outline: none;
  color: #000; }

textarea::-webkit-input-placeholder {
  color: #acacac; }

textarea::-moz-placeholder {
  color: #acacac; }

textarea:-moz-placeholder {
  /* older versions of firefox */
  color: #acacac; }

textarea:-ms-input-placeholder {
  color: #acacac; }

.widget_product_search .search-field,
.form-control {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .widget_product_search .search-field:focus,
  .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

select {
  outline: none; }

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/**
 * Page elements: content, header, footer
 */
/*------------------------------------------------*\
               $FOOTER
\*------------------------------------------------*/
#site-footer {
  position: relative;
  z-index: 1040;
  padding: 7rem 1.75rem;
  font-size: 14.11765px;
  font-weight: 300; }
  #site-footer h4 {
    margin-bottom: 3.5rem; }

.footer__container {
  max-width: 1200px;
  margin: 0 auto; }

.footer__widget-area {
  margin-bottom: 1.75rem; }
  @media only screen and (max-width: 1200px) {
    .footer__widget-area {
      margin-right: -1.75rem;
      margin-left: -1.75rem; } }
  @media only screen and (min-width: 1201px) {
    .footer__widget-area {
      margin-right: -2.975rem;
      margin-left: -2.975rem; } }

@media only screen and (min-width: 1201px) {
  .navigation--footer {
    max-width: 600px; } }

@media only screen and (min-width: 1201px) {
  .menu--footer {
    float: left; } }
.menu--footer .menu-item:last-child {
  margin-right: 0 !important; }
  @media only screen and (min-width: 1201px) {
    .menu--footer .menu-item:last-child a {
      margin-right: 5rem; } }
  .menu--footer .menu-item:last-child a:after {
    display: none; }
.menu--footer .menu-item a {
  color: #ebebeb; }
  .menu--footer .menu-item a:hover, .menu--footer .menu-item a:focus {
    color: #acacac; }
  .menu--footer .menu-item a:after {
    content: '\2022';
    position: relative;
    left: 16px; }

.copyright-area {
  opacity: 0.5;
  color: #fff;
  letter-spacing: 0.5px; }
  @media only screen and (max-width: 1200px) {
    .copyright-area {
      margin-bottom: 5.25rem; } }
  @media only screen and (min-width: 1201px) {
    .copyright-area {
      float: left; } }

.btn--top {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  @media only screen and (min-width: 1201px) {
    .btn--top {
      float: right; } }
  .btn--top span {
    opacity: 0.5;
    color: #fff;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .btn--top span:hover, .btn--top span:hover {
      opacity: 1; }

/*------------------------------------------------*\
               $HEADER
\*------------------------------------------------*/
@media only screen and (min-width: 1201px) {
  .admin-bar #site-header {
    top: 0; } }
@media only screen and (min-width: 1201px) {
  .admin-bar #site-header {
    top: 32px; } }

#site-header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1041;
  width: 100.2%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media only screen and (min-width: 1201px) {
    #site-header {
      padding-right: 1.75rem;
      padding-left: 1.75rem;
      background: #fff; } }
  #site-header .flexbox {
    min-height: 6rem; }

.header__container {
  max-width: 1200px;
  margin: 0 auto; }

.flexbox__item--logo {
  text-align: left; }
  @media only screen and (max-width: 1200) {
    .flexbox__item--logo {
      position: relative;
      z-index: 1;
      height: 6rem;
      width: 100%;
      background: #fff; } }
  @media only screen and (min-width: 1201px) {
    .flexbox__item--logo {
      max-width: 180px;
      width: 180px; } }

@media only screen and (max-width: 1200px) {
  .navigation--logo {
    display: table;
    margin-left: 1.75rem; } }

#logo-text {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.flexbox__item__button {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .flexbox__item__button {
      display: block;
      position: absolute;
      top: 0;
      right: 2rem;
      height: 6rem;
      color: #000;
      font-size: 24px; } }

.navigation--btn {
  display: block;
  position: relative;
  top: 50%;
  line-height: 1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (min-width: 1201px) {
  .flexbox__item--menus {
    overflow: visible !important; } }
@media only screen and (max-width: 1200px) {
  .flexbox__item--menus {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    padding-top: 6rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-transition: all 0.3s easeOutCubic;
    -o-transition: all 0.3s easeOutCubic;
    -webkit-transition: all 0.3s easeOutCubic;
    transition: all 0.3s easeOutCubic; } }

/*------------------------------------------------*\
               $MAIN MENU
\*------------------------------------------------*/
.flexbox__item--main {
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .flexbox__item--main .menu-item {
      display: block; } }
  @media only screen and (min-width: 1201px) {
    .flexbox__item--main {
      display: table-cell;
      max-width: 840px;
      width: 840px; } }

@media only screen and (max-width: 1200px) {
  .navigation--main {
    display: table;
    margin: 0 auto; } }

.menu--main {
  display: table;
  margin: 0 auto;
  font-size: 0; }
  @media only screen and (max-width: 1200px) {
    .menu--main &gt; .menu-item {
      border-top: 1px solid rgba(255, 255, 255, 0.15); } }
  @media only screen and (min-width: 1201px) {
    .menu--main &gt; .menu-item:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      height: 0;
      width: 100%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .menu--main &gt; .menu-item:hover:before {
      height: 100%; } }
  .menu--main a {
    display: table;
    width: 140px;
    padding: 0 1rem; }
    .menu--main a:hover {
      color: #fff; }
    @media only screen and (max-width: 1200px) {
      .menu--main a {
        height: 4rem; } }
    @media only screen and (min-width: 1201px) {
      .menu--main a {
        height: 6rem; } }
  .menu--main span {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all; }
  @media only screen and (max-width: 1200px) {
    .menu--main .sub-menu .menu-item {
      border-top: 1px solid rgba(255, 255, 255, 0.15); } }
  @media only screen and (max-width: 1200px) {
    .menu--main .menu-item:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.15); } }

/*------------------------------------------------*\
               $SOCIAL MENU
\*------------------------------------------------*/
@media only screen and (min-width: 1201px) {
  .flexbox__item--social {
    float: right; } }

@media only screen and (max-width: 1200px) {
  .navigation--social {
    display: table;
    margin: 0 auto; } }
@media only screen and (min-width: 1201px) {
  .navigation--social {
    float: right; } }

.menu--social .menu-item {
  display: table-cell;
  vertical-align: middle; }
  @media only screen and (max-width: 1200px) {
    .menu--social .menu-item {
      height: 4rem; } }
  @media only screen and (min-width: 1201px) {
    .menu--social .menu-item {
      height: 6rem; } }
  .menu--social .menu-item a {
    padding: 0 0.4rem; }
    .menu--social .menu-item a:hover, .menu--social .menu-item a:focus {
      color: #acacac !important; }
  .menu--social .menu-item span {
    display: none; }

/*------------------------------------------------*\
               $SHOP CART
\*------------------------------------------------*/
@media only screen and (min-width: 1201px) {
  .flexbox__item--wc-cart {
    float: right; } }

@media only screen and (max-width: 1200px) {
  .wc-cart-container {
    display: table;
    margin: 0 auto; } }

.wc-cart--link {
  display: table-cell;
  padding-left: 0.4rem;
  vertical-align: middle; }
  @media only screen and (max-width: 1200px) {
    .wc-cart--link {
      width: 140px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      .wc-cart--link:visited, .wc-cart--link:link, .wc-cart--link:active {
        color: #fff; } }
  @media only screen and (max-width: 1200px) {
    .wc-cart--link {
      height: 4rem; } }
  @media only screen and (min-width: 1201px) {
    .wc-cart--link {
      height: 6rem; }
      .wc-cart--link:visited, .wc-cart--link:link, .wc-cart--link:active {
        color: #000; } }

.wc-cart--items-number {
  display: inline-block;
  position: relative;
  top: 7px;
  left: -7px;
  width: 1.6em;
  border-radius: 50%;
  color: #000;
  background: #ebebeb;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: -1px;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .wc-cart--items-number:hover, .wc-cart--items-number:focus {
    color: #fff; }

@media only screen and (max-width: 1200px) {
  .wc-cart--link__text {
    position: relative;
    top: 3px;
    text-transform: uppercase; } }
@media only screen and (min-width: 1201px) {
  .wc-cart--link__text {
    display: none; } }

/*------------------------------------------------*\
               $GENERAL MENU
\*------------------------------------------------*/
.menu {
  margin-bottom: 0; }

.menu-item {
  display: inline-block;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: top; }
  .menu-item a {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 1200px) {
      .menu-item a {
        color: #fff; } }
    @media only screen and (min-width: 1201px) {
      .menu-item a {
        color: #000; } }

.menu-item--children:after {
  content: '+';
  position: relative;
  top: -1px;
  left: 3px;
  font-family: "Open Sans", sans-serif; }

@media only screen and (min-width: 1201px) {
  .sub-menu .sub-menu {
    padding-top: 2.625rem; } }
@media only screen and (min-width: 1201px) {
  .sub-menu .menu-item a {
    height: 2.5rem;
    color: #acacac;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .sub-menu .menu-item a:hover, .sub-menu .menu-item a:focus {
      color: #fff; }
  .sub-menu .menu-item span {
    display: block; } }
.sub-menu a {
  color: #fff; }
@media only screen and (max-width: 1200px) {
  .sub-menu {
    display: block;
    position: relative; } }
@media only screen and (min-width: 1201px) {
  .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 9998;
    padding-bottom: 1.75rem; } }

/*------------------------------------------------*\
               $MAIN
\*------------------------------------------------*/
.site-main {
  margin-bottom: 8.75rem; }
  @media only screen and (max-width: 1200px) {
    .site-main {
      max-width: 100%; } }

.site-main--diary,
.site-main--shop,
.site-main--projects,
.site-main--noresults {
  margin-right: 1.75rem;
  margin-left: 1.75rem; }
  .site-main--diary .site-main__container,
  .site-main--shop .site-main__container,
  .site-main--projects .site-main__container,
  .site-main--noresults .site-main__container {
    max-width: 1200px;
    margin: 0 auto; }

@media only screen and (min-width: 1201px) {
  .site-main--diary,
  .site-main--shop,
  .site-main--noresults {
    margin-bottom: 8.75rem; } }

.site-main--single {
  margin-right: 1.75rem;
  margin-left: 1.75rem; }
  .site-main--single .site-main__container {
    max-width: 840px;
    margin: 0 auto; }

.site-main--single ul:not(.related-posts):not(.comment-list):not(.team-member__social-links-list):not(.products):not(.wc-tabs) {
  margin-left: 3.42857rem;
  list-style: disc; }

@media only screen and (max-width: 1200px) {
  .main__header {
    margin-bottom: 3.5rem; } }
@media only screen and (min-width: 1201px) {
  .main__header {
    max-width: 1200px;
    margin: 0 auto 3.5rem; } }
.main__header .form-control {
  margin-bottom: 5.25rem;
  text-align: center; }
.main__header.main__header--noresults .form-control {
  margin-bottom: 0; }

.main__content {
  margin-bottom: 8.75rem; }

div.main__content:last-child {
  margin-bottom: 0; }

/*------------------------------------*\
    $MODULES
\*------------------------------------*/
/*------------------------------------*\
    $COMMENTS
\*------------------------------------*/
.comments h2 {
  margin-bottom: 3.5rem; }

.comment-list #respond {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem; }

.depth-1 &gt; .comment-body .comment-reply a {
  color: #fff; }
  .depth-1 &gt; .comment-body .comment-reply a:hover, .depth-1 &gt; .comment-body .comment-reply a:focus {
    background: #ebebeb;
    color: #363636; }

.comment-body {
  margin-bottom: 1.75rem; }
  .comment-body p {
    clear: both;
    margin-bottom: 0;
    margin-left: 4.9rem; }

.comment-body__bar {
  border: 1px solid #ebebeb;
  margin-bottom: 0.525rem;
  table-layout: fixed; }

.comment-author {
  float: left;
  margin-right: 1.75rem;
  font-weight: 700;
  text-transform: uppercase; }
  .comment-author a {
    font-style: normal;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .comment-author a:hover, .comment-author a:focus {
      opacity: 0.5; }
  .comment-author cite {
    font-style: normal; }

.comment-meta {
  float: left;
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase; }

.comment-reply {
  width: 3rem;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  vertical-align: top; }
  .comment-reply a {
    display: block;
    width: 100%;
    background: #ebebeb;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .comment-reply a:hover, .comment-reply a:focus {
      color: #fff; }

.comment-data {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  word-break: break-word; }

.comment-edit-link {
  float: right;
  color: #acacac !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .comment-edit-link:hover, .comment-edit-link:focus {
    color: #363636 !important; }

.awaiting-comment {
  display: block;
  opacity: 0.5;
  margin-top: 1.75rem; }

.children {
  list-style: none !important;
  margin-left: 0.875rem !important; }

/*------------------------------------*\
    $GALLERY
\*------------------------------------*/
.site-main--page-builder .gallery-columns-1 .gallery-item, .site-main--single .gallery-columns-1 .gallery-item {
  width: 99.9%; }
.site-main--page-builder .gallery-columns-2 .gallery-item, .site-main--single .gallery-columns-2 .gallery-item {
  width: 49.9%; }
.site-main--page-builder .gallery-columns-3 .gallery-item, .site-main--single .gallery-columns-3 .gallery-item {
  width: 33.2%; }
.site-main--page-builder .gallery-columns-4 .gallery-item, .site-main--single .gallery-columns-4 .gallery-item {
  width: 24.9%; }
.site-main--page-builder .gallery-columns-5 .gallery-item, .site-main--single .gallery-columns-5 .gallery-item {
  width: 19.9%; }
.site-main--page-builder .gallery-columns-6 .gallery-item, .site-main--single .gallery-columns-6 .gallery-item {
  width: 14.5%; }
.site-main--page-builder .gallery-columns-7 .gallery-item, .site-main--single .gallery-columns-7 .gallery-item {
  width: 14.1%; }
.site-main--page-builder .gallery-columns-8 .gallery-item, .site-main--single .gallery-columns-8 .gallery-item {
  width: 12.4%; }
.site-main--page-builder .gallery-columns-9 .gallery-item, .site-main--single .gallery-columns-9 .gallery-item {
  width: 11.1%; }

/*------------------------------------*\
    $HOVER
\*------------------------------------*/
.team-member__header, .mesh__item__header {
  opacity: 0;
  position: absolute;
  bottom: 1.75rem;
  z-index: 1;
  width: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.team-member__image__container, .mesh__item__link {
  position: relative; }
  .team-member__image__container:after, .mesh__item__link:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

.team-member__header, .mesh__item__header {
  padding: 0 2.625rem; }

.team-member__name, .mesh__item__header__title,
.team-member__position,
.mesh__item__header__subtitle {
  margin-top: 0;
  color: #fff;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.team-member__name, .mesh__item__header__title {
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  font-weight: 700; }

.team-member__position, .mesh__item__header__subtitle {
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem); }

/*------------------------------------*\
    $PAGINATION DIARY
\*------------------------------------*/
.pagination .next:before, .pagination .prev:before {
  position: relative;
  top: 1px;
  font-family: "FontAwesome";
  font-size: 20px; }

.pagination {
  display: table;
  position: relative;
  margin: 5.25rem auto 1.75rem;
  text-align: center; }
  .pagination .current {
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer; }
  .pagination .next:before {
    content: '\f105';
    left: 2px; }
  .pagination .prev:before {
    content: '\f104'; }

.navigation--page-breaks &gt; a, .navigation--page-breaks &gt; span, .woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.page-numbers {
  border: 1px solid #acacac;
  border-radius: 6px;
  padding: 7px 16px;
  color: #000;
  font-weight: 300;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .navigation--page-breaks &gt; a:hover, .navigation--page-breaks &gt; span:hover, .woocommerce nav.woocommerce-pagination ul li span:hover,
  .woocommerce nav.woocommerce-pagination ul li a:hover, .navigation--page-breaks &gt; a:focus, .navigation--page-breaks &gt; span:focus, .woocommerce nav.woocommerce-pagination ul li span:focus,
  .woocommerce nav.woocommerce-pagination ul li a:focus,
  .page-numbers:hover,
  .page-numbers:focus {
    border: 1px solid transparent;
    color: #fff; }

/*------------------------------------*\
    $PAGINATION BLOG POST
\*------------------------------------*/
.navigation--page-breaks {
  position: relative; }
  .navigation--page-breaks &gt; a, .navigation--page-breaks &gt; span {
    padding: 4px 12px; }
  .navigation--page-breaks &gt; span {
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer; }

/*------------------------------------*\
    $PAGINATION COMMENTS
\*------------------------------------*/
/*------------------------------------*\
    $POST FORMATS
\*------------------------------------*/
.mejs-controls .mejs-button button:focus {
  outline: none !important; }

.mejs-container:focus,
.mejs-container *:focus {
  outline: none !important; }

/*------------------------------------*\
    $RELATED POSTS
\*------------------------------------*/
.related-posts-wrapper {
  padding-top: 1.75rem; }
  .related-posts-wrapper h5 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400; }

.related-posts {
  display: inline;
  margin: 0; }
  .related-posts li {
    display: inline-block;
    margin-bottom: 0.875rem;
    margin-left: 0.5rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: lowercase; }
    .related-posts li a {
      color: #363636;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .related-posts li a:hover, .related-posts li a:focus {
        color: #acacac; }
    .related-posts li:first-child:before {
      margin-right: 0.5rem; }
    .related-posts li:after {
      margin-left: 0.5rem; }

/*------------------------------------*\
    $REPLY FORM
\*------------------------------------*/
#respond {
  margin-top: 8.75rem; }
  #respond .pikode--btn {
    margin-bottom: 0; }

#reply-title {
  font-size: 24px; }
  #reply-title a {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    #reply-title a:hover, #reply-title a:focus {
      color: #363636; }
  #reply-title small {
    display: block;
    margin-top: 0.525rem;
    margin-bottom: 5.25rem;
    font-size: 14px;
    font-weight: 300; }
    #reply-title small a {
      color: #363636;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #reply-title small a:hover, #reply-title small a:focus {
        color: #acacac; }

.blog-form-input, .password-form {
  border: 1px solid #acacac;
  margin-bottom: 1.3125rem;
  padding: 0.7rem;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .blog-form-input:focus, .password-form:focus {
    border: 1px solid #363636; }

@media only screen and (max-width: 600px) {
  .blog-form-input {
    width: 100%; } }
@media only screen and (min-width: 601px) {
  .blog-form-input {
    float: left;
    width: 32%; } }

.comment-form-author,
.comment-form-email {
  margin-right: 2%; }

.logged-in-as {
  margin-top: -3.5rem;
  margin-bottom: 4.375rem;
  font-style: italic; }
  .logged-in-as a {
    text-decoration: underline;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .logged-in-as a:hover, .logged-in-as a:focus {
      opacity: 0.5; }

.comment-form-comment {
  margin-bottom: 1.3125rem; }
  .comment-form-comment textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #acacac;
    padding: 0.5rem;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .comment-form-comment textarea:focus {
      border: 1px solid #363636; }

.form-submit {
  display: table;
  clear: both;
  margin-bottom: 0;
  padding-top: 3.9375rem; }

/*------------------------------------*\
    $SEARCH
\*------------------------------------*/
.main__header #searchform {
  max-width: 200px;
  margin: 0 auto; }

/*------------------------------------*\
    $TAXONOMIES
\*------------------------------------*/
.related-posts li:first-child:before, .related-posts li:after {
  content: '/';
  opacity: 0.7;
  color: #363636; }

.taxonomies .categories a,
.taxonomies .tags a, .tagcloud a {
  display: inline-block;
  border: 1px solid #acacac;
  border-radius: 6px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding-right: 1em;
  padding-left: 1em;
  color: #363636;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  text-transform: lowercase;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .taxonomies .categories a:hover,
  .taxonomies .tags a:hover, .tagcloud a:hover, .taxonomies .categories a:focus,
  .taxonomies .tags a:focus, .tagcloud a:focus {
    border: 1px solid #000;
    color: #000; }

.taxonomies {
  clear: both;
  border-bottom: 1px solid #acacac;
  margin-top: 3.5rem; }

.taxonomy--description {
  text-align: center; }

/*------------------------------------*\
    $TIME
\*------------------------------------*/
.time-container {
  padding-left: 2.625rem;
  color: #363636;
  font-weight: 300;
  overflow: hidden; }

.day {
  padding-right: 0.875rem;
  font-size: 36px; }

.month,
.year {
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.month:after {
  content: ' /'; }

/*------------------------------------*\
    $OBJECTS
\*------------------------------------*/
/*------------------------------------*\
    $PROGRESS BARS
\*------------------------------------*/
.progressbar__title {
  margin-top: 1.75rem; }

.progressbar__full {
  display: flex;
  display: -webkit-flex;
  height: 1.575rem;
  width: 99.5%;
  border: 1px solid #ebebeb;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.progressbar__progress {
  width: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.progressbar__number {
  position: relative;
  left: -24px;
  width: 0;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.575rem;
  word-wrap: normal; }
  .progressbar__number:after {
    content: '';
    margin-left: 1px; }

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.navigation--comments a, .wpcf7-form input[type='submit'],
.pikode--btn,
.pikode--btn--reverse {
  display: inline-block;
  border-radius: 6px;
  margin: 0 0 2.975rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.navigation--comments a, .wpcf7-form input[type='submit'],
.pikode--btn {
  color: #fff; }
  .navigation--comments a:hover, .wpcf7-form input[type='submit']:hover, .navigation--comments a:focus, .wpcf7-form input[type='submit']:focus,
  .pikode--btn:hover,
  .pikode--btn:focus {
    background: #ebebeb;
    color: #000; }

a.pikode--btn:visited, a.pikode--btn:link, a.pikode--btn:active {
  color: #fff; }
a.pikode--btn:hover, a.pikode--btn:focus {
  color: #000; }

.pikode--btn--reverse {
  background: #ebebeb;
  color: #000; }
  .pikode--btn--reverse:hover,
  .pikode--btn--reverse:focus {
    color: #fff; }

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

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

.navigation--comments a, .wpcf7-form input[type='submit'], .site-main--single .categories h6,
.site-main--single .tags h6, .mesh__filter a, .wc-tabs__link,
.btn--gamma {
  font-size: 1rem; }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
.navigation--comments a, .site-main--single .categories h6,
.site-main--single .tags h6, .coupon-button, .shipping-button, .woocommerce span.onsale,
.woocommerce-products span.onsale, .woocommerce-out-stock, .woocommerce button.button.alt, .woocommerce button.button,
.woocommerce a.button,
.btn--small {
  padding-right: 1.28em;
  padding-left: 1.28em;
  line-height: 2.28; }

.wpcf7-form input[type='submit'], .mesh__filter a, .wc-tabs__link,
.btn--large {
  padding-right: 1.71em;
  padding-left: 1.71em;
  line-height: 2.85; }

.btn--huge {
  padding-right: 2.14em;
  padding-left: 2.14em;
  line-height: 3.42; }

/*------------------------------------*\
    $COLUMNS
\*------------------------------------*/
.row {
  margin-bottom: 1.75rem; }
  @media only screen and (min-width: 601px) {
    .row {
      margin-left: -1.75rem; } }

.pikode--column {
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
  border-left: 0 solid transparent; }
  @media only screen and (min-width: 601px) {
    .pikode--column {
      border-left-width: 1.75rem; } }

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

  .pikode--column--2 {
    width: 16.66667%; }

  .pikode--column--3 {
    width: 25%; }

  .pikode--column--4 {
    width: 33.33333%; }

  .pikode--column--5 {
    width: 41.66667%; }

  .pikode--column--6 {
    width: 50%; }

  .pikode--column--7 {
    width: 58.33333%; }

  .pikode--column--8 {
    width: 66.66667%; }

  .pikode--column--9 {
    width: 75%; }

  .pikode--column--10 {
    width: 83.33333%; }

  .pikode--column--11 {
    width: 91.66667%; }

  .pikode--column--12 {
    width: 100%; } }
/*------------------------------------*\
    $HEADING
\*------------------------------------*/
.pikode--heading {
  margin-bottom: 3.5rem;
  text-align: center; }
  .pikode--heading h3 {
    color: #acacac; }

/*------------------------------------*\
    $ICON
\*------------------------------------*/
.pikode--icon {
  display: inline-block;
  height: 2.2em;
  width: 2.2em;
  cursor: pointer;
  line-height: 2.3em;
  text-align: center; }

.pikode--icon.circle, .pikode--icon.rectangle {
  color: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .pikode--icon.circle:hover, .pikode--icon.rectangle:hover, .pikode--icon.circle:focus, .pikode--icon.rectangle:focus {
    background: #ebebeb;
    color: #000; }

.pikode--icon.circle {
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px; }
.pikode--icon.rectangle {
  border-radius: 0.2em; }
.pikode--icon.small {
  font-size: 1rem; }
.pikode--icon.medium {
  font-size: 1.5rem; }
.pikode--icon.big {
  font-size: 2rem; }

.pikode--color {
  height: auto;
  width: auto;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .pikode--color:hover, .pikode--color:focus {
    color: #acacac; }

.icon-border {
  height: 2.2em !important;
  width: 2.2em !important;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  line-height: 2.2em; }
  .icon-border:hover, .icon-border:focus {
    border-color: #acacac; }

/*------------------------------------*\
    $PRELOADER
\*------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  height: 100%;
  width: 100%; }

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ball-pulse &gt; div {
  display: inline-block;
  height: 15px;
  width: 15px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 3px;
  background: #fff;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

@-webkit-keyframes scaleBalls {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; } }
@keyframes scaleBalls {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.5; } }
.ball-pulse div:nth-child(1) {
  -moz-animation: scaleBalls 1.05s -0.28s infinite ease;
  -webkit-animation: scaleBalls 1.05s -0.28s infinite ease;
  animation: scaleBalls 1.05s -0.28s infinite ease; }

.ball-pulse div:nth-child(2) {
  -moz-animation: scaleBalls 1.05s -0.2s infinite ease;
  -webkit-animation: scaleBalls 1.05s -0.2s infinite ease;
  animation: scaleBalls 1.05s -0.2s infinite ease; }

.ball-pulse div:nth-child(3) {
  -moz-animation: scaleBalls 1.05s -0.12s infinite ease;
  -webkit-animation: scaleBalls 1.05s -0.12s infinite ease;
  animation: scaleBalls 1.05s -0.12s infinite ease; }

/*------------------------------------*\
    $QUOTE
\*------------------------------------*/
.pikode--quote a {
  color: #000;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .pikode--quote a:hover, .pikode--quote a:focus {
    color: #363636; }

.quote__content {
  margin-bottom: 1.5rem; }

.quote__author-name {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
.quote--small-text p {
  font-size: 1rem; }

.quote--medium-text p {
  font-size: 1.3rem; }

.quote--big-text p {
  font-size: 1.6rem; }

/*------------------------------------*\
    $SEPARATOR
\*------------------------------------*/
.pikode--separator {
  height: 0;
  background: transparent; }

.separator--dotted {
  border-bottom: 1px dotted #363636; }

.separator--striped {
  border-bottom: 2px solid #ebebeb; }

/*------------------------------------*\
    $SLIDER
\*------------------------------------*/
.pikartslider--quote {
  position: relative;
  width: 100%;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem; }
  .pikartslider--quote p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 300; }
  .pikartslider--quote .rsArrowLeft,
  .pikartslider--quote .rsArrowRight {
    float: left;
    border-left: 1px solid #363636;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .pikartslider--quote .rsArrowLeft:hover, .pikartslider--quote .rsArrowLeft:focus,
    .pikartslider--quote .rsArrowRight:hover,
    .pikartslider--quote .rsArrowRight:focus {
      border-bottom-color: #acacac;
      border-left-color: #acacac; }
  .pikartslider--quote .rsArrowLeft {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .pikartslider--quote .rsArrowRight {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.slide {
  cursor: pointer; }

/*------------------------------------*\
    $TEAM MEMBER
\*------------------------------------*/
.team-member {
  position: relative;
  margin-bottom: 1.75rem; }

.team-member:hover .team-member__image__container:after {
  opacity: 0.9; }

.team-member__image img {
  width: 100%; }

.team-member__social-links-list {
  margin-top: 2.625rem;
  margin-bottom: 0;
  font-size: 1.2rem; }

.team-member__social-link {
  display: inline-block;
  padding: 0 0.3rem; }

.team-member__social-link__link {
  color: #acacac !important;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .team-member__social-link__link:hover, .team-member__social-link__link:focus {
    color: #fff !important; }

.team-member:hover .team-member__header {
  opacity: 1; }

.team-member:hover .team-member__name {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.team-member:hover .team-member__position,
.team-member:hover .team-member__social-links-list {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*------------------------------------*\
    $CONTACT FORM
\*------------------------------------*/
.wpcf7-form .blog-form-input {
  outline: none; }
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='url'],
.wpcf7-form textarea {
  width: 100%; }
.wpcf7-form .comment-form-submit {
  margin-bottom: 0;
  padding-top: 3.9375rem; }
.wpcf7-form input[type='submit'] {
  margin-bottom: 0; }

.wpcf7-response-output {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.ajax-loader {
  display: none; }

/*------------------------------------*\
    $PAGES
\*------------------------------------*/
/*------------------------------------*\
    $ARCHIVE
\*------------------------------------*/
.archive .main__header h1 {
  text-align: center; }

/*------------------------------------*\
    $ATTACHMENT
\*------------------------------------*/
.single-attachment img {
  width: auto; }

/*------------------------------------*\
    $CONTACT
\*------------------------------------*/
.page-builder--gmap {
  height: 450px;
  width: 100%;
  margin-bottom: 3.5rem; }
  .page-builder--gmap:last-of-type {
    margin-bottom: 0; }

/*------------------------------------*\
    $NO-RESULTS
\*------------------------------------*/
.main__header--noresults h1 {
  text-align: left !important; }
.main__header--noresults #searchform {
  margin: 0; }
.main__header--noresults .form-control {
  text-align: left; }

/*------------------------------------*\
    $PAGE BUILDER
\*------------------------------------*/
.site-main--page-builder {
  margin-bottom: 0; }
  .site-main--page-builder .gallery {
    margin-left: -5px; }
    .site-main--page-builder .gallery .gallery-item {
      float: left;
      margin-bottom: 1rem;
      padding: 0 0.5rem; }

.page-builder--default,
.page-builder--diary,
.page-builder--projects,
.page-builder--products {
  margin-right: 1.75rem;
  margin-left: 1.75rem; }

.page-builder--diary .page-builder__container,
.page-builder--projects .page-builder__container,
.page-builder--products .page-builder__container {
  max-width: 1200px; }

.page-builder {
  margin-bottom: 7rem; }

.page-builder--default .page-builder__container {
  max-width: 840px; }

.page-builder--gallery,
.page-builder--gmap {
  margin-bottom: 0; }

.page-builder--fullscreen:last-of-type,
.page-builder--fullgrid:last-of-type {
  margin-bottom: 0; }

.page-builder__container {
  margin: 0 auto; }

/*------------------------------------*\
    $PASSWORD PROTECTED
\*------------------------------------*/
.password-form {
  width: 50%; }
  .password-form input[type='password'] {
    width: 100%; }

.password-form-text {
  margin-bottom: 1.75rem; }

/*------------------------------------*\
    $DIARY
\*------------------------------------*/
.site-main--diary .article__content,
.page-builder--diary .article__content {
  padding-right: 2.625rem;
  padding-left: 2.625rem; }

.site-main--diary .main__header &gt; h1,
.page-builder--diary .main__header &gt; h1 {
  margin-top: 5.25rem;
  text-align: center; }
.site-main--diary .article__header,
.site-main--diary .article__content,
.site-main--diary .article__footer,
.page-builder--diary .article__header,
.page-builder--diary .article__content,
.page-builder--diary .article__footer {
  width: 100.1%; }
.site-main--diary .article__header,
.page-builder--diary .article__header {
  height: 5rem;
  margin-bottom: 3px;
  background: #ebebeb;
  table-layout: fixed; }
.site-main--diary .read-more,
.page-builder--diary .read-more {
  width: 5rem;
  border-left: 3px solid #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .site-main--diary .read-more:hover, .site-main--diary .read-more:focus,
  .page-builder--diary .read-more:hover,
  .page-builder--diary .read-more:focus {
    color: #fff; }
.site-main--diary .article__content,
.page-builder--diary .article__content {
  border: 3px solid #ebebeb; }
  .site-main--diary .article__content h2,
  .page-builder--diary .article__content h2 {
    margin-top: 2.625rem;
    margin-bottom: 0.875rem; }
  .site-main--diary .article__content &gt; *:last-child:not(.pikartslider--gallery),
  .page-builder--diary .article__content &gt; *:last-child:not(.pikartslider--gallery) {
    margin-bottom: 2.625rem; }
  .site-main--diary .article__content .pikartslider--gallery:last-child,
  .page-builder--diary .article__content .pikartslider--gallery:last-child {
    margin-bottom: 0; }
.site-main--diary .pikode--column,
.page-builder--diary .pikode--column {
  width: 100%; }

.news {
  margin-right: -1.5rem; }

.news__item {
  padding-right: 1.5rem;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 600px) {
    .news__item {
      width: 100%; } }
  @media only screen and (min-width: 601px) and (max-width: 1200px) {
    .news__item {
      width: 50%; } }
  @media only screen and (min-width: 1201px) {
    .news__item {
      width: 33.3%; } }
  .news__item blockquote {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .news__item.format-standard .article__content {
    margin-bottom: 3px; }
  .news__item .pikartslider--gallery {
    height: 18rem;
    margin-right: -2.625rem;
    margin-bottom: 1.75rem;
    margin-left: -2.625rem; }
    .news__item .pikartslider--gallery:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.0001); }
  .news__item .mejs-container {
    margin-top: 3px; }

/*------------------------------------*\
    $SINGLE POST
\*------------------------------------*/
.site-main--single .gallery {
  margin-left: -1.75rem; }
  .site-main--single .gallery .gallery-item {
    float: left;
    position: relative;
    border-left: 0 solid transparent;
    border-left-width: 1.75rem; }
.site-main--single .pikartslider--gallery {
  height: 35rem;
  width: 100%;
  margin-bottom: 1.75rem; }
.site-main--single .categories,
.site-main--single .tags {
  margin-bottom: 0.525rem; }
  .site-main--single .categories h6,
  .site-main--single .tags h6 {
    display: inline-block;
    border-radius: 6px;
    margin-top: 0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    color: #fff; }

img[class*=wp-image] {
  max-width: 100%;
  width: auto; }

/*------------------------------------*\
    $PROJECTS
\*------------------------------------*/
.mesh {
  margin: 0 auto;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }
  .mesh .wp-post-image {
    height: auto;
    width: auto; }

@media only screen and (min-width: 1201px) {
  .mesh--two-columns .mesh__item {
    width: 50%; } }

@media only screen and (min-width: 1201px) {
  .mesh--three-columns .mesh__item {
    width: 33.33%; } }

.mesh--fullgrid {
  overflow: visible !important; }
  @media only screen and (min-width: 1201px) {
    .mesh--fullgrid .mesh__item {
      width: 25%; } }

.mesh--classic,
.mesh--multiple {
  clear: both;
  max-width: 1200px; }

@media only screen and (min-width: 1201px) {
  .mesh--classic .mesh__item {
    width: 33.3%; } }

@media only screen and (min-width: 1201px) {
  .mesh--multiple .mesh__item {
    width: 25%; } }

.mesh__item {
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
  overflow: hidden; }
  .mesh__item:after {
    right: 2px;
    bottom: 4px;
    left: 2px; }
  @media only screen and (max-width: 600px) {
    .mesh__item {
      width: 100%; } }
  @media only screen and (min-width: 601px) and (max-width: 1200px) {
    .mesh__item {
      width: 50%; } }

.mesh__item__link {
  display: block; }

.mesh__item__link:hover:after {
  opacity: 0.9; }

.mesh__item__image {
  width: 100%; }

.mesh__item__link:hover .mesh__item__header {
  opacity: 1; }

.mesh__item__link:hover .mesh__item__header__title {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.mesh__item__link:hover .mesh__item__header__subtitle {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/*------------------------------------*\
    $SINGLE PROJECT
\*------------------------------------*/
.single-pikart-project .site-main--single {
  padding-top: 1px; }
  .single-pikart-project .site-main--single .page-builder--fullscreen {
    margin-bottom: 5.25rem; }

/*------------------------------------*\
    $PLUGINS
\*------------------------------------*/
/**
 * 3rd Party Plugins; icon fonts, sliders
 */
/*------------------------------------*\
    $ANIMATE
\*------------------------------------*/
.animated {
  visibility: hidden; }

.visible {
  visibility: visible; }

/*------------------------------------*\
    $ISOTOPE
\*------------------------------------*/
.main__header--classic {
  margin-bottom: 1.75rem; }

.mesh__filter li {
  float: left; }
.mesh__filter a {
  display: block;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .mesh__filter a:hover {
    color: #fff; }
    .mesh__filter a:hover:before {
      height: 100%; }

.mesh__filter__options {
  display: table;
  margin: 0 auto; }

.btn--selected {
  color: #fff !important; }
  @media only screen and (min-width: 1201px) {
    .btn--selected:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      height: 100%;
      width: 100%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }

.btn--not-selected:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 0;
  width: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*------------------------------------*\
    $MAGNIFIC POPUP
\*------------------------------------*/
.mfp-ready .mfp-figure {
  opacity: 0; }

.mfp-wrap {
  -webkit-overflow-scrolling: touch; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-figure {
    opacity: 0;
    transition: all 0.5s ease-out;
    transform: scale(1); }
  .mfp-zoom-in.mfp-bg,
  .mfp-zoom-in .mfp-preloader {
    opacity: 0;
    transition: all 0.5s ease-out; }
  .mfp-zoom-in.mfp-image-loaded .mfp-figure {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg,
  .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-figure {
    transform: scale(1);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg,
  .mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0; }

.mfp-bg {
  opacity: 0.98 !important;
  filter: alpha(opacity=98) !important;
  right: 0;
  bottom: 0; }

@media only screen and (max-width: 1200px) {
  .mfp-content {
    max-width: 80% !important; } }
@media only screen and (min-width: 1201px) {
  .mfp-content {
    max-width: 90% !important; } }

.mfp-figure:after {
  bottom: 80px; }

.mfp-close {
  cursor: pointer !important; }

img.mfp-img {
  height: auto;
  width: auto;
  padding-bottom: 80px; }

.mfp-bottom-bar {
  margin-top: -72px; }

.mfp-title {
  position: absolute;
  bottom: -52px; }

.mfp-counter,
.pikartslider--fullscreen .rsSlideCount,
.news__item .pikartslider--gallery .rsSlideCount,
.site-main--single .pikartslider--gallery .rsSlideCount {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.75;
  overflow: hidden; }

.separator {
  margin-right: -2px;
  margin-left: 6px;
  font-size: 20px; }

.sup-count {
  font-size: 20px; }

.mfp-preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1045; }

.mp-action {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  cursor: pointer; }

.mp-arrow-right, .mp-arrow-left {
  border-top: 2px solid #ebebeb;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .mp-arrow-right:hover, .mp-arrow-left:hover, .mp-arrow-right:focus, .mp-arrow-left:focus {
    border-top-color: #acacac; }
  .mp-arrow-right:before, .mp-arrow-left:before {
    content: '';
    position: absolute;
    top: -25px;
    height: 60px;
    width: 60px;
    background: transparent; }
  @media only screen and (max-width: 1200px) {
    .mp-arrow-right, .mp-arrow-left {
      height: 20px;
      width: 20px; } }
  @media only screen and (min-width: 1201px) {
    .mp-arrow-right, .mp-arrow-left {
      height: 50px;
      width: 50px; } }

.mp-arrow-right {
  border-right: 2px solid #ebebeb;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media only screen and (max-width: 600px) {
    .mp-arrow-right {
      right: 15px; } }
  @media only screen and (min-width: 601px) {
    .mp-arrow-right {
      right: 45px; } }
  .mp-arrow-right:hover, .mp-arrow-right:focus {
    border-right-color: #acacac; }
  .mp-arrow-right:before {
    right: -25px; }

.mp-arrow-left {
  left: 45px;
  border-left: 2px solid #ebebeb;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  @media only screen and (max-width: 600px) {
    .mp-arrow-left {
      left: 15px; } }
  @media only screen and (min-width: 601px) {
    .mp-arrow-left {
      left: 45px; } }
  .mp-arrow-left:hover, .mp-arrow-left:focus {
    border-left-color: #acacac; }
  .mp-arrow-left:before {
    left: -25px; }

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

.royalSlider &gt; * {
  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: transparent; }

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

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

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

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rsVideoContainer {
  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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

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

img.rsImg {
  max-width: none; }

.rsNoDrag {
  cursor: auto; }

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

/*------------------------------------*\
    CUSTOM STYLE
\*------------------------------------*/
.pikartslider--fullscreen {
  position: relative; }
  .pikartslider--fullscreen .rsSlideCount {
    position: absolute;
    z-index: 10;
    color: #fff; }
    @media only screen and (max-width: 1200px) {
      .pikartslider--fullscreen .rsSlideCount {
        right: 40px;
        bottom: 30px; } }
    @media only screen and (min-width: 1201px) {
      .pikartslider--fullscreen .rsSlideCount {
        right: 120px;
        bottom: 60px; } }

.rsOverflow {
  z-index: 1; }

.news__item .pikartslider--gallery, .site-main--single .pikartslider--gallery {
  position: relative;
  overflow: hidden; }
  .news__item .pikartslider--gallery .rsSlideCount, .site-main--single .pikartslider--gallery .rsSlideCount {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 10;
    color: #fff; }

/*------------------------------------*\
    ARROWS
\*------------------------------------*/
.pikartslider--fullscreen .rsArrow.rsArrowRight, .pikartslider--fullscreen .rsArrow.rsArrowLeft {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.0001);
  cursor: none; }
  @media only screen and (max-width: 1200px) {
    .pikartslider--fullscreen .rsArrow.rsArrowRight, .pikartslider--fullscreen .rsArrow.rsArrowLeft {
      width: 0; } }
  @media only screen and (min-width: 1201px) {
    .pikartslider--fullscreen .rsArrow.rsArrowRight, .pikartslider--fullscreen .rsArrow.rsArrowLeft {
      width: 30%; } }

.pikartslider--fullscreen .rsArrow.rsArrowRight {
  right: 0 !important; }
  .pikartslider--fullscreen .rsArrow.rsArrowRight .rsArrowIcn {
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.pikartslider--fullscreen .rsArrow.rsArrowLeft {
  left: 0 !important; }
  .pikartslider--fullscreen .rsArrow.rsArrowLeft .rsArrowIcn {
    border-left: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.pikartslider--fullscreen .rsArrowIcn {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  border-top: 2px solid #fff; }

.pikartslider--quote .rsArrowLeft,
.pikartslider--quote .rsArrowRight {
  position: relative;
  bottom: 0;
  left: 5px;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 1px solid #363636;
  margin-top: 0.875rem;
  margin-bottom: 0.525rem;
  color: #fff; }

/*------------------------------------*\
    BULLETS
\*------------------------------------*/
.rsBullets {
  display: table;
  position: relative;
  top: 10px;
  clear: both;
  width: 100%; }

.rsBullet {
  display: inline-block;
  padding: 0rem 0.3rem; }
  .rsBullet span {
    display: block;
    height: 8px;
    width: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ebebeb;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/*------------------------------------*\
    $WIDGETS
\*------------------------------------*/
/*------------------------------------------------*\
               $CALENDAR
\*------------------------------------------------*/
.widget_calendar {
  color: #fff; }
  .widget_calendar table {
    border-collapse: collapse; }
  .widget_calendar caption, .widget_calendar tbody {
    border: 1px solid #ebebeb;
    padding: 13px;
    text-transform: uppercase; }
  .widget_calendar caption {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    letter-spacing: 1.5px; }
  .widget_calendar thead th {
    padding: 13px 0;
    color: #fff;
    font-weight: 300;
    text-align: center; }
  .widget_calendar tbody tr {
    border-bottom: 1px solid #ebebeb; }
    .widget_calendar tbody tr td {
      text-align: center; }
      @media only screen and (max-width: 600px) {
        .widget_calendar tbody tr td {
          padding: 12px; } }
      .widget_calendar tbody tr td a {
        opacity: 0.5;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .widget_calendar tbody tr td a:hover, .widget_calendar tbody tr td a:focus {
          opacity: 1; }
  .widget_calendar tfoot #prev a {
    float: left; }
  .widget_calendar tfoot #next a {
    float: right; }
  .widget_calendar tfoot a {
    text-transform: uppercase; }

/*------------------------------------------------*\
               $CATEGORIES WIDGET
\*------------------------------------------------*/
.product-categories li,
.widget_categories li {
  display: inline-block;
  margin-top: -4px;
  padding-bottom: 0 !important; }
.product-categories a,
.widget_categories a {
  margin-right: 0.3rem;
  border: 1px solid #acacac;
  border-radius: 6px;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
  padding-right: 1em;
  padding-left: 1em;
  color: #ebebeb;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  text-transform: lowercase;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .product-categories a:hover, .product-categories a:focus,
  .widget_categories a:hover,
  .widget_categories a:focus {
    opacity: 1 !important;
    border: 1px solid transparent;
    background: #fff;
    color: #363636; }
.product-categories select,
.widget_categories select {
  width: 100%;
  border-radius: 6px;
  padding: 13px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.15);
  letter-spacing: 0.5px;
  outline: none;
  text-transform: uppercase; }

/*------------------------------------------------*\
               $MENU WIDGET
\*------------------------------------------------*/
.widget_nav_menu li {
  display: inline;
  margin-right: 24px; }
.widget_nav_menu a {
  display: inline-block !important; }
.widget_nav_menu .menu-item-has-children {
  margin-right: 0; }
  .widget_nav_menu .menu-item-has-children &gt; a {
    margin-right: 24px; }
.widget_nav_menu .sub-menu {
  display: inline;
  position: relative; }
  .widget_nav_menu .sub-menu li {
    display: inline-block; }

/*------------------------------------------------*\
               $RECENT COMMENTS
\*------------------------------------------------*/
.widget_recent_comments li {
  color: #acacac !important; }
.widget_recent_comments .comment-author-link,
.widget_recent_comments a {
  color: #fff; }

/*------------------------------------------------*\
               $RSS
\*------------------------------------------------*/
.widget_rss img {
  display: none; }
.widget_rss .article-subtitle .rsswidget {
  color: #fff !important; }

ul .rsswidget {
  opacity: 1 !important;
  color: #fff;
  text-decoration: underline;
  -moz-transition: all ease;
  -o-transition: all ease;
  -webkit-transition: all ease;
  transition: all ease; }
  ul .rsswidget:hover, ul .rsswidget:focus {
    opacity: 0.7 !important; }

/*------------------------------------------------*\
               $SEARCH BAR
\*------------------------------------------------*/
.widget_search input::-webkit-input-placeholder {
  color: #fff; }
.widget_search input:-moz-placeholder {
  color: #fff; }
.widget_search input::-moz-placeholder {
  color: #fff; }
.widget_search input:-ms-input-placeholder {
  color: #fff; }
.widget_search .form-control {
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  font-size: 16px; }
  .widget_search .form-control#s {
    padding: 13px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.widget_search#searchsubmit {
  display: none; }

/*------------------------------------------------*\
               $SOCIAL ICONS WIDGET
\*------------------------------------------------*/
.social-nav {
  display: table;
  position: relative;
  top: 20px;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .social-nav li {
    display: inline-block; }
    .social-nav li a {
      opacity: 0.7;
      padding: 0 15px;
      color: #fff;
      font-size: 24px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .social-nav li:hover, .social-nav li:focus {
      opacity: 0.3; }

/*------------------------------------------------*\
               $TAGS WIDGET
\*------------------------------------------------*/
.tagcloud a {
  display: inline-block !important;
  opacity: 1;
  margin-right: 0.3rem;
  color: #ebebeb;
  font-size: 14.11765px !important; }
  .tagcloud a:hover, .tagcloud a:focus {
    opacity: 1 !important;
    border: 1px solid transparent;
    background: #fff;
    color: #363636; }

/*------------------------------------------------*\
               $TEXT WIDGET
\*------------------------------------------------*/
.textwidget {
  color: #ebebeb; }
  .textwidget p {
    color: #fff; }

/*------------------------------------------------*\
               $WIDGET AREA
\*------------------------------------------------*/
.widget-item {
  min-height: 1px;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 600px) {
    .widget-item {
      width: 100% !important;
      padding: 0 1.75rem; } }
  @media only screen and (min-width: 601px) and (max-width: 1200px) {
    .widget-item {
      width: 50% !important;
      padding: 0 1.75rem; }
      .widget-item:nth-child(2n+1) {
        clear: both; } }
  @media only screen and (min-width: 1201px) {
    .widget-item {
      border-right: 1px solid rgba(255, 255, 255, 0.15);
      padding: 0 2.975rem; } }
  .widget-item h4 {
    color: #fff; }
  .widget-item li {
    padding-bottom: 5px;
    color: #ebebeb; }
  .widget-item a {
    display: table;
    color: #ebebeb;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .widget-item a:hover, .widget-item a:focus {
      opacity: 0.3; }

/*------------------------------------*\
    $WOO COMMERCE
\*------------------------------------*/
/*------------------------------------------------*\
               $BASE
\*------------------------------------------------*/
.woocommerce select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

p.demo_store {
  top: 96px;
  z-index: 1041;
  box-shadow: none; }

.admin-bar p.demo_store {
  top: 128px; }

.woocommerce .woocommerce-breadcrumb {
  color: #acacac;
  font-size: 14px; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #acacac;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:focus {
      color: #000; }

/*------------------------------------------------*\
               $CART
\*------------------------------------------------*/
.woocommerce table.shop_table {
  border-color: #acacac;
  border-radius: 0;
  margin-bottom: 0.875rem; }
  @media only screen and (max-width: 1200px) {
    .woocommerce table.shop_table {
      display: block; }
      .woocommerce table.shop_table thead {
        display: none; }
      .woocommerce table.shop_table tbody,
      .woocommerce table.shop_table tfoot,
      .woocommerce table.shop_table tr,
      .woocommerce table.shop_table th {
        display: block; }
      .woocommerce table.shop_table .product-thumbnail {
        display: block; } }
  .woocommerce table.shop_table td {
    border-color: #acacac; }
    @media only screen and (max-width: 1200px) {
      .woocommerce table.shop_table td {
        display: block; } }
  @media only screen and (max-width: 1200px) {
    .woocommerce table.shop_table .cart_item {
      border-bottom: 3px solid #acacac; } }

.woocommerce-page table.cart td.actions .button {
  width: auto; }

.woocommerce-cart .quantity .qty {
  border-radius: 3px;
  padding: 0.5rem;
  color: #fff;
  font-weight: 300; }

@media only screen and (max-width: 1200px) {
  .woocommerce-cart table.cart img {
    width: 100%; } }
@media only screen and (min-width: 1201px) {
  .woocommerce-cart table.cart img {
    width: 96px; } }

.woocommerce input.button {
  font-weight: 300;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .woocommerce input.button:hover, .woocommerce input.button:focus {
    color: #fff; }

.woocommerce a.remove {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.coupon {
  vertical-align: top; }
  @media only screen and (max-width: 1200px) {
    .coupon {
      display: block;
      margin-bottom: 0.875rem; } }
  .coupon .input-text {
    border: 1px solid #acacac;
    padding: 0.5rem;
    margin-bottom: 1.75rem; }

.coupon__container {
  width: 100%;
  border: 1px solid #acacac;
  padding: 20px; }
  @media only screen and (max-width: 1200px) {
    .coupon__container {
      display: block; } }

.coupon-button {
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  background: #ebebeb;
  color: #515151;
  font-weight: 300;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .coupon-button:hover, .coupon-button:focus {
    color: #fff; }

.woocommerce-cart .wc-proceed-to-checkout {
  display: table;
  clear: both;
  float: right; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 0 1.28em !important; }

.woocommerce a.button.alt {
  font-weight: 300;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus {
    background: #ebebeb;
    color: #363636; }

.cart-collaterals__container {
  margin-bottom: 0.525rem; }
  @media only screen and (max-width: 1200px) {
    .cart-collaterals__container {
      display: block; } }

@media only screen and (max-width: 1200px) {
  .coupon .input-text {
    width: 100%; } }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: auto; }
  @media only screen and (min-width: 1201px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
      padding-left: 0.875rem; } }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 1px solid #acacac;
  margin: 0 0 1.75rem; }

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-color: #acacac; }
  @media only screen and (max-width: 1200px) {
    .woocommerce-cart .cart-collaterals .cart_totals tr th {
      padding-left: 12px; } }
  @media only screen and (min-width: 1201px) {
    .woocommerce-cart .cart-collaterals .cart_totals tr th {
      padding-left: 25px; } }

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-color: #acacac;
  padding-left: 22px;
  padding-right: 12px; }

.woocommerce-cart .cart-collaterals .cart_totals table select {
  border: 1px solid #acacac;
  padding: 0.5rem; }

.shipping-calculator-button {
  border-bottom: 1px solid #acacac;
  padding-bottom: 2px; }

.shipping-button {
  border: 0;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  background: #ebebeb;
  color: #515151;
  font-weight: 300;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .shipping-button:hover, .shipping-button:focus {
    color: #fff; }

.woocommerce form .form-row {
  padding: 0; }

.woocommerce form .form-row input.input-text {
  border: 1px solid #acacac;
  padding: 0.5rem; }

.woocommerce .cart-collaterals .cross-sells {
  float: none;
  width: 100%; }
  .woocommerce .cart-collaterals .cross-sells h3 {
    margin-bottom: 1.75rem;
    font-weight: 400; }

/*------------------------------------------------*\
               $CHECKOUT
\*------------------------------------------------*/
.woocommerce .woocommerce-info {
  border: 1px solid #acacac;
  padding-left: 2em !important;
  background: none; }
  .woocommerce .woocommerce-info:before {
    content: none; }
  .woocommerce .woocommerce-info .showlogin,
  .woocommerce .woocommerce-info .showcoupon {
    border-bottom: 1px solid #acacac; }

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: #acacac; }

#customer_details {
  margin-bottom: 3.5rem; }

.select2-container .select2-choice {
  border-color: #acacac;
  border-radius: 0;
  padding: 0.5rem; }

.woocommerce form .form-row textarea {
  padding: 0.5rem; }

.woocommerce input.button.alt {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus {
    background: #ebebeb;
    color: #363636; }

.woocommerce-checkout #payment ul.payment_methods li input,
.payment_methods label {
  display: inline-block; }

.woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
  height: 30px;
  width: auto;
  margin-left: 1.75rem; }

#payment_method_paypal {
  position: relative;
  top: 18px;
  vertical-align: top; }

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  display: inline-block;
  float: none;
  margin-left: 0.875rem; }

/*------------------------------------------------*\
               $ORDER
\*------------------------------------------------*/
.woocommerce table.shop_table tbody th {
  border-color: #acacac; }

.addresses {
  padding: 12px;
  background: #ebebeb; }

.woocommerce .order_details {
  list-style: none !important;
  margin: 0 0 1.5em !important; }
  @media only screen and (max-width: 1200px) {
    .woocommerce .order_details li {
      float: none;
      border: 0;
      margin-bottom: 0.875rem; } }

/*------------------------------------------------*\
               $SINGLE PRODUCT
\*------------------------------------------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    content: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-radius: 0;
    margin: 0 0 0 -5px;
    padding: 0;
    background: transparent; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      content: none; }

.wc-tabs li.active a {
  color: #fff !important; }

@media only screen and (max-width: 600px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0; } }

.wc-tabs__link {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding: 0 1.71em !important;
  font-weight: 300 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (min-width: 1201px) {
    .wc-tabs__link:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      height: 0;
      width: 100%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .wc-tabs__link:hover {
      color: #fff !important; }
      .wc-tabs__link:hover:before {
        height: 100%; } }

.single-product .mesh__item__header {
  bottom: 0.875rem;
  padding: 0 1.75rem; }
.single-product .mesh__item__header__title {
  margin-bottom: 0;
  font-size: 20px; }
.single-product .mesh__item__header__subtitle {
  color: #fff !important; }

.related__title {
  margin-bottom: 1.75rem;
  font-weight: 400; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  border: 1px solid #acacac;
  padding-left: 2em !important;
  background: transparent; }
  .woocommerce .woocommerce-message:before,
  .woocommerce .woocommerce-error:before {
    content: none; }
  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-error .button {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-message .button:focus,
    .woocommerce .woocommerce-error .button:hover,
    .woocommerce .woocommerce-error .button:focus {
      background: #ebebeb;
      color: #363636; }

.woocommerce div.product div.summary {
  margin-bottom: 3.5rem; }

.product-status {
  position: absolute;
  top: 1.75rem;
  z-index: 1; }

.woocommerce span.onsale,
.woocommerce-products span.onsale, .woocommerce-out-stock {
  display: table;
  left: 0;
  min-height: 1px;
  border-radius: 0;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase; }

.woocommerce span.onsale,
.woocommerce-products span.onsale {
  position: relative;
  top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px; }

.woocommerce-tabs {
  margin-bottom: 5.25rem; }

.product_meta &gt; span {
  display: block; }

.product_meta__title {
  font-weight: 700; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 8px; }

.woocommerce.single-product .quantity .qty {
  width: 2.8em;
  border: 1px solid #acacac;
  border-radius: 6px;
  padding: 0.35rem;
  font-weight: 300; }

.woocommerce button.button.alt {
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  outline: none;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus {
    background: #ebebeb;
    color: #363636; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  margin: 0;
  padding: 0; }

.woocommerce .woocommerce-product-rating,
.woocommerce-product-price {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.875rem !important;
  padding-bottom: 0.875rem; }

.woocommerce .star-rating span {
  color: #acacac; }

.price {
  margin-bottom: 0; }
  .price ins {
    border: 0;
    font-weight: 400 !important; }

.woocommerce-product-price .price {
  color: #363636 !important; }

.woocommerce div.product form.cart {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1.75rem !important;
  padding-bottom: 1.75rem; }

#reviews #comments {
  margin-bottom: 3.5rem; }
#reviews #reply-title {
  margin-bottom: 3.5rem; }
  #reviews #reply-title small {
    display: none; }
#reviews .comment-body__bar {
  height: 50px;
  padding: 0 1.75rem; }
#reviews .comment-author {
  color: #000; }
#reviews .comment-author,
#reviews .comment-meta {
  font-size: 16px; }
#reviews .description {
  margin-left: 1.75rem; }

.woocommerce #review_form #respond p {
  margin: 0 0 1.3125rem 0; }

#rating {
  float: left;
  border: 1px solid #acacac;
  border-radius: 0;
  margin-bottom: 1.3125rem;
  padding: 0.7rem;
  background: none;
  color: #acacac;
  -webkit-appearance: none; }
  #rating:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  @media only screen and (max-width: 1200px) {
    #rating {
      width: 100%; } }
  @media only screen and (min-width: 1201px) {
    #rating {
      width: 32%; } }

/*------------------------------------------------*\
               $SHOP
\*------------------------------------------------*/
.woocommerce .main__header {
  margin-bottom: 7rem; }
  .woocommerce .main__header &gt; h1 {
    margin-top: 5.25rem;
    text-align: center; }

.mesh__filter--shop {
  margin-bottom: 1.75rem; }

.woocommerce-products {
  margin-right: -1.5rem; }
  .woocommerce-products .product {
    padding-right: 1.5rem;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 600px) {
      .woocommerce-products .product {
        width: 100%; } }
    @media only screen and (min-width: 601px) and (max-width: 1200px) {
      .woocommerce-products .product {
        width: 50%; } }
    @media only screen and (min-width: 1201px) {
      .woocommerce-products .product {
        width: 33.3%; } }

.product__image {
  display: block;
  position: relative; }

.product__image--bottom {
  position: relative;
  height: 5rem;
  width: 100.1%;
  margin-top: 3px;
  background: #ebebeb; }

.product__image--bottom__view {
  width: 5rem;
  border-left: 3px solid #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .product__image--bottom__view:hover, .product__image--bottom__view:focus {
    color: #fff; }

.product__image--bottom__cart,
.added_to_cart {
  padding-left: 2.625rem;
  color: #363636;
  font-size: 18px;
  font-weight: 300;
  overflow: hidden;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .product__image--bottom__cart:hover, .product__image--bottom__cart:focus,
  .added_to_cart:hover,
  .added_to_cart:focus {
    color: #fff; }
  .product__image--bottom__cart .star-rating,
  .added_to_cart .star-rating {
    float: none; }

.product__image--bottom__cart {
  position: relative; }

.flexbox__item--refresh {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 2.625rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .flexbox__item--refresh .icon-refresh {
    display: table;
    line-height: 1;
    -moz-animation: rotateSpinner 1.2s linear infinite;
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite; }
@-webkit-keyframes rotateSpinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotateSpinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.page-builder--products .added_to_cart,
.woocommerce a.added_to_cart {
  display: table-cell;
  padding-top: 0;
  vertical-align: middle; }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
  text-align: center; }
  .woocommerce .woocommerce-ordering select,
  .woocommerce .woocommerce-ordering .select-temp,
  .woocommerce-page .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering .select-temp {
    border: none;
    padding: 1px;
    background: none;
    color: #acacac;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .woocommerce .woocommerce-ordering select option,
    .woocommerce .woocommerce-ordering .select-temp option,
    .woocommerce-page .woocommerce-ordering select option,
    .woocommerce-page .woocommerce-ordering .select-temp option {
      font-weight: 300; }

.woocommerce-pagination {
  display: table;
  position: relative;
  margin: 5.25rem auto 1.75rem; }

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0; }

.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  border: none; }

.woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: transparent;
  color: #fff; }

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  line-height: 1.7; }

/*------------------------------------------------*\
               $WIDGETS
\*------------------------------------------------*/
.widget-item .reviewer {
  display: block;
  text-align: right; }

.woocommerce ul.product_list_widget li img {
  display: none; }

.woocommerce ul.product_list_widget li a {
  display: inline-block;
  float: left; }

.woocommerce ul.product_list_widget li .star-rating {
  clear: both;
  float: left;
  position: relative;
  top: 5px; }

.widget_shopping_cart .empty {
  padding-left: 0 !important; }
.widget_shopping_cart .total {
  color: #fff; }
.widget_shopping_cart .quantity,
.widget_shopping_cart .amount {
  float: right; }

.product-categories a,
.product-categories .children {
  display: inline-block; }
.product-categories .children {
  margin-left: 4px !important; }

.widget_layered_nav a {
  display: inline-block; }

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 2em; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.2em; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #acacac; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #fff; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -0.4em;
  background: #fff; }

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left; }

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right; }

.woocommerce button.button,
.woocommerce a.button {
  border: 1px solid #fff;
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  color: #fff;
  font-size: 16px !important;
  font-weight: 300;
  outline: none;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .woocommerce button.button:hover, .woocommerce button.button:focus,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus {
    opacity: 1;
    background: #fff;
    color: #363636; }

.price_label {
  color: #fff;
  font-size: 16px; }

.widget_product_search input::-webkit-input-placeholder {
  color: #fff; }
.widget_product_search input:-moz-placeholder {
  color: #fff; }
.widget_product_search input::-moz-placeholder {
  color: #fff; }
.widget_product_search input:-ms-input-placeholder {
  color: #fff; }
.widget_product_search .search-field {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 13px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .widget_product_search .search-field#s {
    padding: 13px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.widget_product_search input[type=submit] {
  display: none; }

.widget_products ins,
.widget_products del,
.widget_products li &gt; .amount,
.widget_recently_viewed_products ins,
.widget_recently_viewed_products del,
.widget_recently_viewed_products li &gt; .amount {
  float: right; }
.widget_products ins,
.widget_recently_viewed_products ins {
  clear: both; }

.widget_top_rated_products del,
.widget_recent_reviews del {
  display: block;
  text-align: right; }
.widget_top_rated_products ins,
.widget_top_rated_products li &gt; .amount,
.widget_recent_reviews ins,
.widget_recent_reviews li &gt; .amount {
  float: right; }

.widget_recent_reviews li {
  margin-bottom: 0.875rem !important; }

.woocommerce .widget_layered_nav_filters ul li {
  margin-right: 0.875rem; }
</pre></body></html>