/*
Theme Name: Timber Lite
Theme URI: https://github.com/pixelgrade/timber-lite
Author: Pixelgrade
Author URI: https://pixelgrade.com/
Description: Timber is a Free photography WordPress theme that goes out to the edge to enable an adventurous experience. Equipped with smart photo galleries and a unique way of showcasing your photographs, illustrations, design projects, or any other type of creative work, Timber is the best option for if you want to put yourself out there for the world to see and admire. It has a responsive layout optimized for all devices, it’s easy to use and personalize without writing code and it follows all the best responsible SEO practices for maximum visibility in search engines. Its multilingual compatibility with WPML (WordPress Multilingual Plugin) ensures that no matter where you live and the language you speak, you have the right tool to highlight your portfolio and share it with the world.
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: timber-lite
Domain Path: /languages/
Tags: photography, portfolio, blog, grid-layout, two-columns, three-columns, four-columns, custom-menu, featured-images, sticky-post, translation-ready, post-formats, rtl-language-support
Requires at least: 4.9.9
Requires PHP: 5.4.0
Tested up to: 5.7.0

Timber Lite WordPress Theme, Copyright (C) 2019, Pixelgrade.
Timber Lite is distributed under the terms of the GNU GPL v2 or later.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Timber Lite is based on Underscores http://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/**
 *
 * Table of Contents
 * --------------------------------------------------
 *  1.0 - Tools
 *    1.1 - Clearfix
 *    1.2 - Widths
 *    1.3 - Icon fonts
 *  2.0 - Resets
 *  3.0 - Base
 *    3.1 - Typography
 *    3.2 - Forms
 *    3.3 - WP Core
 *    3.4 - WP Align
 *  4.0 - Objects
 *    4.1 - Bar
 *    4.2 - Nav
 *    4.3 - Grid
 *    4.4 - Buttons
 *    4.5 - Media
 *    4.6 - Images
 *    4.7 - Separators
 *  5.0 - Components
 *    5.1 - Site header
 *    5.2 - Mobile header
 *    5.3 - Site branding
 *    5.4 - Site container
 *    5.5 - Site sidebar
 *    5.6 - Site content
 *    5.7 - Site footer
 *    5.8 - Navigation main
 *    5.9 - Navigation social
 *    5.10 - Single header
 *    5.11 - Single content
 *    5.12 - Single footer
 *    5.13 - Comments
 *    5.14 - Filmstrip
 *    5.15 - Full view
 *    5.16 - Portfolio
 *    5.17 - Filter
 *    5.18 - Photo meta
 *    5.19 - Exif
 *    5.20 - Preloader
 *    5.21 - Entry thumbnail
 *    5.22 - Entry header
 *    5.23 - Search form
 *    5.24 - RoyalSlider
 *    5.25 - Fullscreen slider
 *    5.26 - Loader
 *    5.27 - Border
 *    5.28 - Widgets
 *    5.29 - Password Protected Form
 *    5.30 - Project filters
 *    5.31 - Images loading spinner
 *  6.0 - Overrides
 *
 */
/**
 * 1.0 - Tools
 *   1.1 - Clearfix
 */
.cf:after,
.clearfix:after,
.grid:after,
.comment-form:after,
.media:after,
.entry-content:after,
.entry-footer:after,
.comments-area-title:after,
.comment-navigation:after {
  content: " ";
  display: table;
  clear: both; }

/**
 *   1.2 - Widths
 */
.one-whole, .grid__item, .comment-form-author,
.comment-form-email,
.comment-form-url, .comment-form-comment,
.logged-in-as {
  width: 100%; }

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

.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333%; }

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666%; }

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

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

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

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

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

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

.one-sixth,
.two-twelfths {
  width: 16.6666666%; }

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

.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

.one-ninth {
  width: 11.1111111%; }

.two-ninths {
  width: 22.2222222%; }

.four-ninths {
  width: 44.4444444%; }

.five-ninths {
  width: 55.5555555%; }

.seven-ninths {
  width: 77.7777777%; }

.eight-ninths {
  width: 88.8888888%; }

.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

.one-twelfth {
  width: 8.3333333%; }

.five-twelfths {
  width: 41.6666666%; }

.seven-twelfths {
  width: 58.3333333%; }

.eleven-twelfths {
  width: 91.6666666%; }

@media only screen and (min-width: 900px) {
  .lap-one-whole {
    width: 100%; }
  .lap-one-half,
  .lap-two-quarters,
  .lap-three-sixths,
  .lap-four-eighths,
  .lap-five-tenths,
  .lap-six-twelfths {
    width: 50%; }
  .lap-one-third,
  .lap-two-sixths,
  .lap-three-ninths,
  .lap-four-twelfths {
    width: 33.3333333%; }
  .lap-two-thirds,
  .lap-four-sixths,
  .lap-six-ninths,
  .lap-eight-twelfths {
    width: 66.6666666%; }
  .lap-one-quarter,
  .lap-two-eighths,
  .lap-three-twelfths {
    width: 25%; }
  .lap-three-quarters,
  .lap-six-eighths,
  .lap-nine-twelfths {
    width: 75%; }
  .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%; }
  .lap-one-sixth,
  .lap-two-twelfths {
    width: 16.6666666%; }
  .lap-five-sixths,
  .lap-ten-twelfths {
    width: 83.3333333%; }
  .lap-one-eighth {
    width: 12.5%; }
  .lap-three-eighths {
    width: 37.5%; }
  .lap-five-eighths {
    width: 62.5%; }
  .lap-seven-eighths {
    width: 87.5%; }
  .lap-one-ninth {
    width: 11.1111111%; }
  .lap-two-ninths {
    width: 22.2222222%; }
  .lap-four-ninths {
    width: 44.4444444%; }
  .lap-five-ninths {
    width: 55.5555555%; }
  .lap-seven-ninths {
    width: 77.7777777%; }
  .lap-eight-ninths {
    width: 88.8888888%; }
  .lap-one-tenth {
    width: 10%; }
  .lap-three-tenths {
    width: 30%; }
  .lap-seven-tenths {
    width: 70%; }
  .lap-nine-tenths {
    width: 90%; }
  .lap-one-twelfth {
    width: 8.3333333%; }
  .lap-five-twelfths {
    width: 41.6666666%; }
  .lap-seven-twelfths {
    width: 58.3333333%; }
  .lap-eleven-twelfths {
    width: 91.6666666%; } }

@media only screen and (min-width: 1200px) {
  .desk-one-whole {
    width: 100%; }
  .desk-one-half,
  .desk-two-quarters,
  .desk-three-sixths,
  .desk-four-eighths,
  .desk-five-tenths,
  .desk-six-twelfths {
    width: 50%; }
  .desk-one-third,
  .desk-two-sixths,
  .desk-three-ninths,
  .desk-four-twelfths {
    width: 33.3333333%; }
  .desk-two-thirds,
  .desk-four-sixths,
  .desk-six-ninths,
  .desk-eight-twelfths {
    width: 66.6666666%; }
  .desk-one-quarter,
  .desk-two-eighths,
  .desk-three-twelfths {
    width: 25%; }
  .desk-three-quarters,
  .desk-six-eighths,
  .desk-nine-twelfths {
    width: 75%; }
  .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%; }
  .desk-one-sixth,
  .desk-two-twelfths {
    width: 16.6666666%; }
  .desk-five-sixths,
  .desk-ten-twelfths {
    width: 83.3333333%; }
  .desk-one-eighth {
    width: 12.5%; }
  .desk-three-eighths {
    width: 37.5%; }
  .desk-five-eighths {
    width: 62.5%; }
  .desk-seven-eighths {
    width: 87.5%; }
  .desk-one-ninth {
    width: 11.1111111%; }
  .desk-two-ninths {
    width: 22.2222222%; }
  .desk-four-ninths {
    width: 44.4444444%; }
  .desk-five-ninths {
    width: 55.5555555%; }
  .desk-seven-ninths {
    width: 77.7777777%; }
  .desk-eight-ninths {
    width: 88.8888888%; }
  .desk-one-tenth {
    width: 10%; }
  .desk-three-tenths {
    width: 30%; }
  .desk-seven-tenths {
    width: 70%; }
  .desk-nine-tenths {
    width: 90%; }
  .desk-one-twelfth {
    width: 8.3333333%; }
  .desk-five-twelfths {
    width: 41.6666666%; }
  .desk-seven-twelfths {
    width: 58.3333333%; }
  .desk-eleven-twelfths {
    width: 91.6666666%; } }

/**
 *   1.3 - Icon fonts
 */
/*!
 *  Font Awesome 4.6.1 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/fontawesome/fontawesome-webfont.eot?v=4.6.1");
  src: url("assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  -webkit-filter: none;
          filter: none; }

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

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

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

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

.icon-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-suitcase:before {
  content: ""; }

.icon-bell-o:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-cutlery:before {
  content: ""; }

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

.icon-building-o:before {
  content: ""; }

.icon-hospital-o:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-square:before {
  content: ""; }

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

.icon-angle-double-left:before {
  content: ""; }

.icon-angle-double-right:before {
  content: ""; }

.icon-angle-double-up:before {
  content: ""; }

.icon-angle-double-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before,
.icon-mobile:before {
  content: ""; }

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

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-o:before {
  content: ""; }

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

.icon-smile-o:before {
  content: ""; }

.icon-frown-o:before {
  content: ""; }

.icon-meh-o:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard-o:before {
  content: ""; }

.icon-flag-o:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: ""; }

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before,
.icon-chain-broken:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-slash:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-o:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

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

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

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

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

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-h:before {
  content: ""; }

.icon-ellipsis-v:before {
  content: ""; }

.icon-rss-square:before {
  content: ""; }

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

.icon-ticket:before {
  content: ""; }

.icon-minus-square:before {
  content: ""; }

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

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

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

.icon-pencil-square:before {
  content: ""; }

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

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

.icon-compass:before {
  content: ""; }

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: ""; }

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: ""; }

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-alpha-asc:before {
  content: ""; }

.icon-sort-alpha-desc:before {
  content: ""; }

.icon-sort-amount-asc:before {
  content: ""; }

.icon-sort-amount-desc:before {
  content: ""; }

.icon-sort-numeric-asc:before {
  content: ""; }

.icon-sort-numeric-desc:before {
  content: ""; }

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

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

.icon-youtube-square:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-square:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stack-overflow:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-square:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-square:before {
  content: ""; }

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

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

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

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

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before,
.icon-gratipay:before {
  content: ""; }

.icon-sun-o:before {
  content: ""; }

.icon-moon-o:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

.icon-pagelines:before {
  content: ""; }

.icon-stack-exchange:before {
  content: ""; }

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

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

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: ""; }

.icon-dot-circle-o:before {
  content: ""; }

.icon-wheelchair:before {
  content: ""; }

.icon-vimeo-square:before {
  content: ""; }

.icon-turkish-lira:before,
.icon-try:before {
  content: ""; }

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

.icon-space-shuttle:before {
  content: ""; }

.icon-slack:before {
  content: ""; }

.icon-envelope-square:before {
  content: ""; }

.icon-wordpress:before {
  content: ""; }

.icon-openid:before {
  content: ""; }

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: ""; }

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: ""; }

.icon-yahoo:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-reddit:before {
  content: ""; }

.icon-reddit-square:before {
  content: ""; }

.icon-stumbleupon-circle:before {
  content: ""; }

.icon-stumbleupon:before {
  content: ""; }

.icon-delicious:before {
  content: ""; }

.icon-digg:before {
  content: ""; }

.icon-pied-piper:before {
  content: ""; }

.icon-pied-piper-alt:before {
  content: ""; }

.icon-drupal:before {
  content: ""; }

.icon-joomla:before {
  content: ""; }

.icon-language:before {
  content: ""; }

.icon-fax:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-paw:before {
  content: ""; }

.icon-spoon:before {
  content: ""; }

.icon-cube:before {
  content: ""; }

.icon-cubes:before {
  content: ""; }

.icon-behance:before {
  content: ""; }

.icon-behance-square:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-steam-square:before {
  content: ""; }

.icon-recycle:before {
  content: ""; }

.icon-automobile:before,
.icon-car:before {
  content: ""; }

.icon-cab:before,
.icon-taxi:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-spotify:before {
  content: ""; }

.icon-deviantart:before {
  content: ""; }

.icon-soundcloud:before {
  content: ""; }

.icon-database:before {
  content: ""; }

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

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

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

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

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

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: ""; }

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: ""; }

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: ""; }

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

.icon-vine:before {
  content: ""; }

.icon-codepen:before {
  content: ""; }

.icon-jsfiddle:before {
  content: ""; }

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: ""; }

.icon-circle-o-notch:before {
  content: ""; }

.icon-ra:before,
.icon-rebel:before {
  content: ""; }

.icon-ge:before,
.icon-empire:before {
  content: ""; }

.icon-git-square:before {
  content: ""; }

.icon-git:before {
  content: ""; }

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: ""; }

.icon-tencent-weibo:before {
  content: ""; }

.icon-qq:before {
  content: ""; }

.icon-wechat:before,
.icon-weixin:before {
  content: ""; }

.icon-send:before,
.icon-paper-plane:before {
  content: ""; }

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: ""; }

.icon-history:before {
  content: ""; }

.icon-circle-thin:before {
  content: ""; }

.icon-header:before {
  content: ""; }

.icon-paragraph:before {
  content: ""; }

.icon-sliders:before {
  content: ""; }

.icon-share-alt:before {
  content: ""; }

.icon-share-alt-square:before {
  content: ""; }

.icon-bomb:before {
  content: ""; }

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: ""; }

.icon-tty:before {
  content: ""; }

.icon-binoculars:before {
  content: ""; }

.icon-plug:before {
  content: ""; }

.icon-slideshare:before {
  content: ""; }

.icon-twitch:before {
  content: ""; }

.icon-yelp:before {
  content: ""; }

.icon-newspaper-o:before {
  content: ""; }

.icon-wifi:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-paypal:before {
  content: ""; }

.icon-google-wallet:before {
  content: ""; }

.icon-cc-visa:before {
  content: ""; }

.icon-cc-mastercard:before {
  content: ""; }

.icon-cc-discover:before {
  content: ""; }

.icon-cc-amex:before {
  content: ""; }

.icon-cc-paypal:before {
  content: ""; }

.icon-cc-stripe:before {
  content: ""; }

.icon-bell-slash:before {
  content: ""; }

.icon-bell-slash-o:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-copyright:before {
  content: ""; }

.icon-at:before {
  content: ""; }

.icon-eyedropper:before {
  content: ""; }

.icon-paint-brush:before {
  content: ""; }

.icon-birthday-cake:before {
  content: ""; }

.icon-area-chart:before {
  content: ""; }

.icon-pie-chart:before {
  content: ""; }

.icon-line-chart:before {
  content: ""; }

.icon-lastfm:before {
  content: ""; }

.icon-lastfm-square:before {
  content: ""; }

.icon-toggle-off:before {
  content: ""; }

.icon-toggle-on:before {
  content: ""; }

.icon-bicycle:before {
  content: ""; }

.icon-bus:before {
  content: ""; }

.icon-ioxhost:before {
  content: ""; }

.icon-angellist:before {
  content: ""; }

.icon-cc:before {
  content: ""; }

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: ""; }

.icon-meanpath:before {
  content: ""; }

.icon-buysellads:before {
  content: ""; }

.icon-connectdevelop:before {
  content: ""; }

.icon-dashcube:before {
  content: ""; }

.icon-forumbee:before {
  content: ""; }

.icon-leanpub:before {
  content: ""; }

.icon-sellsy:before {
  content: ""; }

.icon-shirtsinbulk:before {
  content: ""; }

.icon-simplybuilt:before {
  content: ""; }

.icon-skyatlas:before {
  content: ""; }

.icon-cart-plus:before {
  content: ""; }

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

.icon-diamond:before {
  content: ""; }

.icon-ship:before {
  content: ""; }

.icon-user-secret:before {
  content: ""; }

.icon-motorcycle:before {
  content: ""; }

.icon-street-view:before {
  content: ""; }

.icon-heartbeat:before {
  content: ""; }

.icon-venus:before {
  content: ""; }

.icon-mars:before {
  content: ""; }

.icon-mercury:before {
  content: ""; }

.icon-intersex:before,
.icon-transgender:before {
  content: ""; }

.icon-transgender-alt:before {
  content: ""; }

.icon-venus-double:before {
  content: ""; }

.icon-mars-double:before {
  content: ""; }

.icon-venus-mars:before {
  content: ""; }

.icon-mars-stroke:before {
  content: ""; }

.icon-mars-stroke-v:before {
  content: ""; }

.icon-mars-stroke-h:before {
  content: ""; }

.icon-neuter:before {
  content: ""; }

.icon-genderless:before {
  content: ""; }

.icon-facebook-official:before {
  content: ""; }

.icon-pinterest-p:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-server:before {
  content: ""; }

.icon-user-plus:before {
  content: ""; }

.icon-user-times:before {
  content: ""; }

.icon-hotel:before,
.icon-bed:before {
  content: ""; }

.icon-viacoin:before {
  content: ""; }

.icon-train:before {
  content: ""; }

.icon-subway:before {
  content: ""; }

.icon-medium:before {
  content: ""; }

.icon-yc:before,
.icon-y-combinator:before {
  content: ""; }

.icon-optin-monster:before {
  content: ""; }

.icon-opencart:before {
  content: ""; }

.icon-expeditedssl:before {
  content: ""; }

.icon-battery-4:before,
.icon-battery-full:before {
  content: ""; }

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: ""; }

.icon-battery-2:before,
.icon-battery-half:before {
  content: ""; }

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: ""; }

.icon-battery-0:before,
.icon-battery-empty:before {
  content: ""; }

.icon-mouse-pointer:before {
  content: ""; }

.icon-i-cursor:before {
  content: ""; }

.icon-object-group:before {
  content: ""; }

.icon-object-ungroup:before {
  content: ""; }

.icon-sticky-note:before {
  content: ""; }

.icon-sticky-note-o:before {
  content: ""; }

.icon-cc-jcb:before {
  content: ""; }

.icon-cc-diners-club:before {
  content: ""; }

.icon-clone:before {
  content: ""; }

.icon-balance-scale:before {
  content: ""; }

.icon-hourglass-o:before {
  content: ""; }

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: ""; }

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: ""; }

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: ""; }

.icon-hourglass:before {
  content: ""; }

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: ""; }

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: ""; }

.icon-hand-scissors-o:before {
  content: ""; }

.icon-hand-lizard-o:before {
  content: ""; }

.icon-hand-spock-o:before {
  content: ""; }

.icon-hand-pointer-o:before {
  content: ""; }

.icon-hand-peace-o:before {
  content: ""; }

.icon-trademark:before {
  content: ""; }

.icon-registered:before {
  content: ""; }

.icon-creative-commons:before {
  content: ""; }

.icon-gg:before {
  content: ""; }

.icon-gg-circle:before {
  content: ""; }

.icon-tripadvisor:before {
  content: ""; }

.icon-odnoklassniki:before {
  content: ""; }

.icon-odnoklassniki-square:before {
  content: ""; }

.icon-get-pocket:before {
  content: ""; }

.icon-wikipedia-w:before {
  content: ""; }

.icon-safari:before {
  content: ""; }

.icon-chrome:before {
  content: ""; }

.icon-firefox:before {
  content: ""; }

.icon-opera:before {
  content: ""; }

.icon-internet-explorer:before {
  content: ""; }

.icon-tv:before,
.icon-television:before {
  content: ""; }

.icon-contao:before {
  content: ""; }

.icon-500px:before {
  content: ""; }

.icon-amazon:before {
  content: ""; }

.icon-calendar-plus-o:before {
  content: ""; }

.icon-calendar-minus-o:before {
  content: ""; }

.icon-calendar-times-o:before {
  content: ""; }

.icon-calendar-check-o:before {
  content: ""; }

.icon-industry:before {
  content: ""; }

.icon-map-pin:before {
  content: ""; }

.icon-map-signs:before {
  content: ""; }

.icon-map-o:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-commenting:before {
  content: ""; }

.icon-commenting-o:before {
  content: ""; }

.icon-houzz:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-black-tie:before {
  content: ""; }

.icon-fonticons:before {
  content: ""; }

.icon-reddit-alien:before {
  content: ""; }

.icon-edge:before {
  content: ""; }

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

.icon-codiepie:before {
  content: ""; }

.icon-modx:before {
  content: ""; }

.icon-fort-awesome:before {
  content: ""; }

.icon-usb:before {
  content: ""; }

.icon-product-hunt:before {
  content: ""; }

.icon-mixcloud:before {
  content: ""; }

.icon-scribd:before {
  content: ""; }

.icon-pause-circle:before {
  content: ""; }

.icon-pause-circle-o:before {
  content: ""; }

.icon-stop-circle:before {
  content: ""; }

.icon-stop-circle-o:before {
  content: ""; }

.icon-shopping-bag:before {
  content: ""; }

.icon-shopping-basket:before {
  content: ""; }

.icon-hashtag:before {
  content: ""; }

.icon-bluetooth:before {
  content: ""; }

.icon-bluetooth-b:before {
  content: ""; }

.icon-percent:before {
  content: ""; }

.icon-gitlab:before {
  content: ""; }

.icon-wpbeginner:before {
  content: ""; }

.icon-wpforms:before {
  content: ""; }

.icon-envira:before {
  content: ""; }

.icon-universal-access:before {
  content: ""; }

.icon-wheelchair-alt:before {
  content: ""; }

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

.icon-blind:before {
  content: ""; }

.icon-audio-description:before {
  content: ""; }

.icon-volume-control-phone:before {
  content: ""; }

.icon-braille:before {
  content: ""; }

.icon-assistive-listening-systems:before {
  content: ""; }

.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: ""; }

.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: ""; }

.icon-glide:before {
  content: ""; }

.icon-glide-g:before {
  content: ""; }

.icon-signing:before,
.icon-sign-language:before {
  content: ""; }

.icon-low-vision:before {
  content: ""; }

.icon-viadeo:before {
  content: ""; }

.icon-viadeo-square:before {
  content: ""; }

.icon-snapchat:before {
  content: ""; }

.icon-snapchat-ghost:before {
  content: ""; }

.icon-snapchat-square:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'entypo';
  src: url("assets/fonts/entypo2/entypo.eot");
  src: url("assets/fonts/entypo2/entypo.eot?#iefix") format("embedded-opentype"), url("assets/fonts/entypo2/entypo.woff") format("woff"), url("assets/fonts/entypo2/entypo.ttf") format("truetype"), url("assets/fonts/entypo2/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'entypo';
    src: url("assets/fonts/entypo2/entypo.svg#entypo") format("svg"); } }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'entypo-social';
    src: url("assets/fonts/entypo2/entypo-social.svg#entypo-social") format("svg"); } }

[class^="icon-e-"]:before, [class*=" icon-e-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

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

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

/* '' */
.icon-e-fivehundredpx:before {
  content: '\e921'; }

/* '' */
.icon-e-digg:before {
  content: '\e922'; }

/* '' */
.icon-e-cc-1:before {
  content: '\e924'; }

/* '' */
.icon-e-dribbble-1:before {
  content: '\e923'; }

/* '' */
.icon-e-youtube:before {
  content: '\e920'; }

/* '' */
.icon-e-googleplay:before {
  content: '\e91f'; }

/* '' */
.icon-e-soundcloud-1:before {
  content: '\e91e'; }

/* '' */
.icon-e-appnet:before {
  content: '\e91c'; }

/* '' */
.icon-e-info:before {
  content: '\e81e'; }

/* '' */
.icon-e-left-thin:before {
  content: '\e88c'; }

/* '' */
.icon-e-up-thin:before {
  content: '\e88e'; }

/* '' */
.icon-e-right-thin:before {
  content: '\e88d'; }

/* '' */
.icon-e-down-thin:before {
  content: '\e88b'; }

/* '' */
.icon-e-level-up:before {
  content: '\e893'; }

/* '' */
.icon-e-level-down:before {
  content: '\e892'; }

/* '' */
.icon-e-switch:before {
  content: '\e896'; }

/* '' */
.icon-e-infinity:before {
  content: '\e8c2'; }

/* '' */
.icon-e-plus-squared:before {
  content: '\e818'; }

/* '' */
.icon-e-minus-squared:before {
  content: '\e81b'; }

/* '' */
.icon-e-home:before {
  content: '\e821'; }

/* '' */
.icon-e-keyboard:before {
  content: '\e83a'; }

/* '' */
.icon-e-erase:before {
  content: '\e8c3'; }

/* '' */
.icon-e-pause:before {
  content: '\e899'; }

/* '' */
.icon-e-fast-forward:before {
  content: '\e89d'; }

/* '' */
.icon-e-fast-backward:before {
  content: '\e89e'; }

/* '' */
.icon-e-to-end:before {
  content: '\e89b'; }

/* '' */
.icon-e-to-start:before {
  content: '\e89c'; }

/* '' */
.icon-e-hourglass:before {
  content: '\e863'; }

/* '' */
.icon-e-stop-1:before {
  content: '\e898'; }

/* '' */
.icon-e-up-dir:before {
  content: '\e886'; }

/* '' */
.icon-e-play:before {
  content: '\e897'; }

/* '' */
.icon-e-right-dir:before {
  content: '\e885'; }

/* '' */
.icon-e-down-dir:before {
  content: '\e883'; }

/* '' */
.icon-e-left-dir:before {
  content: '\e884'; }

/* '' */
.icon-e-adjust:before {
  content: '\e867'; }

/* '' */
.icon-e-cloud:before {
  content: '\e8b2'; }

/* '' */
.icon-e-star:before {
  content: '\e808'; }

/* '' */
.icon-e-star-empty:before {
  content: '\e809'; }

/* '' */
.icon-e-cup:before {
  content: '\e846'; }

/* '' */
.icon-e-menu:before {
  content: '\e811'; }

/* '' */
.icon-e-moon:before {
  content: '\e8b5'; }

/* '' */
.icon-e-heart-empty:before {
  content: '\e807'; }

/* '' */
.icon-e-heart:before {
  content: '\e806'; }

/* '' */
.icon-e-note:before {
  content: '\e800'; }

/* '' */
.icon-e-note-beamed:before {
  content: '\e801'; }

/* '' */
.icon-e-layout:before {
  content: '\e810'; }

/* '' */
.icon-e-flag:before {
  content: '\e82a'; }

/* '' */
.icon-e-tools:before {
  content: '\e856'; }

/* '' */
.icon-e-cog:before {
  content: '\e855'; }

/* '' */
.icon-e-attention:before {
  content: '\e83e'; }

/* '' */
.icon-e-flash:before {
  content: '\e8b4'; }

/* '' */
.icon-e-record:before {
  content: '\e89a'; }

/* '' */
.icon-e-cloud-thunder:before {
  content: '\e8b3'; }

/* '' */
.icon-e-tape:before {
  content: '\e8c8'; }

/* '' */
.icon-e-flight:before {
  content: '\e8b6'; }

/* '' */
.icon-e-mail:before {
  content: '\e805'; }

/* '' */
.icon-e-pencil:before {
  content: '\e836'; }

/* '' */
.icon-e-feather:before {
  content: '\e837'; }

/* '' */
.icon-e-check:before {
  content: '\e812'; }

/* '' */
.icon-e-cancel:before {
  content: '\e813'; }

/* '' */
.icon-e-cancel-circled:before {
  content: '\e814'; }

/* '' */
.icon-e-cancel-squared:before {
  content: '\e815'; }

/* '' */
.icon-e-help:before {
  content: '\e81c'; }

/* '' */
.icon-e-quote:before {
  content: '\e833'; }

/* '' */
.icon-e-plus-circled:before {
  content: '\e817'; }

/* '' */
.icon-e-minus-circled:before {
  content: '\e81a'; }

/* '' */
.icon-e-right:before {
  content: '\e881'; }

/* '' */
.icon-e-direction:before {
  content: '\e844'; }

/* '' */
.icon-e-forward:before {
  content: '\e832'; }

/* '' */
.icon-e-ccw:before {
  content: '\e88f'; }

/* '' */
.icon-e-cw:before {
  content: '\e890'; }

/* '' */
.icon-e-left:before {
  content: '\e880'; }

/* '' */
.icon-e-up:before {
  content: '\e882'; }

/* '' */
.icon-e-down:before {
  content: '\e87f'; }

/* '' */
.icon-e-list-add:before {
  content: '\e8a6'; }

/* '' */
.icon-e-list:before {
  content: '\e8a5'; }

/* '' */
.icon-e-deviantart:before {
  content: '\e91d'; }

/* '' */
.icon-e-left-bold:before {
  content: '\e888'; }

/* '' */
.icon-e-right-bold:before {
  content: '\e889'; }

/* '' */
.icon-e-up-bold:before {
  content: '\e88a'; }

/* '' */
.icon-e-down-bold:before {
  content: '\e887'; }

/* '' */
.icon-e-user-add:before {
  content: '\e80c'; }

/* '' */
.icon-e-help-circled:before {
  content: '\e81d'; }

/* '' */
.icon-e-info-circled:before {
  content: '\e81f'; }

/* '' */
.icon-e-eye:before {
  content: '\e826'; }

/* '' */
.icon-e-tag:before {
  content: '\e827'; }

/* '' */
.icon-e-upload-cloud:before {
  content: '\e82f'; }

/* '' */
.icon-e-reply:before {
  content: '\e830'; }

/* '' */
.icon-e-reply-all:before {
  content: '\e831'; }

/* '' */
.icon-e-code:before {
  content: '\e834'; }

/* '' */
.icon-e-export:before {
  content: '\e835'; }

/* '' */
.icon-e-print:before {
  content: '\e838'; }

/* '' */
.icon-e-retweet:before {
  content: '\e839'; }

/* '' */
.icon-e-comment:before {
  content: '\e83b'; }

/* '' */
.icon-e-chat:before {
  content: '\e83c'; }

/* '' */
.icon-e-vcard:before {
  content: '\e840'; }

/* '' */
.icon-e-address:before {
  content: '\e841'; }

/* '' */
.icon-e-location:before {
  content: '\e842'; }

/* '' */
.icon-e-map:before {
  content: '\e843'; }

/* '' */
.icon-e-compass:before {
  content: '\e845'; }

/* '' */
.icon-e-trash:before {
  content: '\e847'; }

/* '' */
.icon-e-doc:before {
  content: '\e848'; }

/* '' */
.icon-e-doc-text-inv:before {
  content: '\e84c'; }

/* '' */
.icon-e-docs:before {
  content: '\e849'; }

/* '' */
.icon-e-doc-landscape:before {
  content: '\e84a'; }

/* '' */
.icon-e-archive:before {
  content: '\e851'; }

/* '' */
.icon-e-rss:before {
  content: '\e853'; }

/* '' */
.icon-e-share:before {
  content: '\e857'; }

/* '' */
.icon-e-basket:before {
  content: '\e859'; }

/* '' */
.icon-e-shareable:before {
  content: '\e858'; }

/* '' */
.icon-e-login:before {
  content: '\e85c'; }

/* '' */
.icon-e-logout:before {
  content: '\e85d'; }

/* '' */
.icon-e-volume:before {
  content: '\e861'; }

/* '' */
.icon-e-resize-full:before {
  content: '\e869'; }

/* '' */
.icon-e-resize-small:before {
  content: '\e86a'; }

/* '' */
.icon-e-popup:before {
  content: '\e86b'; }

/* '' */
.icon-e-publish:before {
  content: '\e86c'; }

/* '' */
.icon-e-window:before {
  content: '\e86d'; }

/* '' */
.icon-e-arrow-combo:before {
  content: '\e86e'; }

/* '' */
.icon-e-chart-pie:before {
  content: '\e8c4'; }

/* '' */
.icon-e-language:before {
  content: '\e8ca'; }

/* '' */
.icon-e-air:before {
  content: '\e8ce'; }

/* '' */
.icon-e-database:before {
  content: '\e8d3'; }

/* '' */
.icon-e-drive:before {
  content: '\e8d4'; }

/* '' */
.icon-e-bucket:before {
  content: '\e8d5'; }

/* '' */
.icon-e-thermometer:before {
  content: '\e8d6'; }

/* '' */
.icon-e-down-circled:before {
  content: '\e86f'; }

/* '' */
.icon-e-left-circled:before {
  content: '\e870'; }

/* '' */
.icon-e-right-circled:before {
  content: '\e871'; }

/* '' */
.icon-e-up-circled:before {
  content: '\e872'; }

/* '' */
.icon-e-down-open:before {
  content: '\e873'; }

/* '' */
.icon-e-left-open:before {
  content: '\e874'; }

/* '' */
.icon-e-right-open:before {
  content: '\e875'; }

/* '' */
.icon-e-up-open:before {
  content: '\e876'; }

/* '' */
.icon-e-down-open-mini:before {
  content: '\e877'; }

/* '' */
.icon-e-left-open-mini:before {
  content: '\e878'; }

/* '' */
.icon-e-right-open-mini:before {
  content: '\e879'; }

/* '' */
.icon-e-up-open-mini:before {
  content: '\e87a'; }

/* '' */
.icon-e-down-open-big:before {
  content: '\e87b'; }

/* '' */
.icon-e-left-open-big:before {
  content: '\e87c'; }

/* '' */
.icon-e-right-open-big:before {
  content: '\e87d'; }

/* '' */
.icon-e-up-open-big:before {
  content: '\e87e'; }

/* '' */
.icon-e-progress-0:before {
  content: '\e89f'; }

/* '' */
.icon-e-progress-1:before {
  content: '\e8a0'; }

/* '' */
.icon-e-progress-2:before {
  content: '\e8a1'; }

/* '' */
.icon-e-progress-3:before {
  content: '\e8a2'; }

/* '' */
.icon-e-back-in-time:before {
  content: '\e8aa'; }

/* '' */
.icon-e-network:before {
  content: '\e8ad'; }

/* '' */
.icon-e-inbox:before {
  content: '\e8af'; }

/* '' */
.icon-e-install:before {
  content: '\e8b0'; }

/* '' */
.icon-e-lifebuoy:before {
  content: '\e8b9'; }

/* '' */
.icon-e-mouse:before {
  content: '\e8ba'; }

/* '' */
.icon-e-dot:before {
  content: '\e8bd'; }

/* '' */
.icon-e-dot-2:before {
  content: '\e8be'; }

/* '' */
.icon-e-dot-3:before {
  content: '\e8bf'; }

/* '' */
.icon-e-suitcase:before {
  content: '\e8bc'; }

/* '' */
.icon-e-flow-cascade:before {
  content: '\e8d8'; }

/* '' */
.icon-e-flow-branch:before {
  content: '\e8d9'; }

/* '' */
.icon-e-flow-tree:before {
  content: '\e8da'; }

/* '' */
.icon-e-flow-line:before {
  content: '\e8db'; }

/* '' */
.icon-e-flow-parallel:before {
  content: '\e8dc'; }

/* '' */
.icon-e-brush:before {
  content: '\e8c0'; }

/* '' */
.icon-e-paper-plane:before {
  content: '\e8b7'; }

/* '' */
.icon-e-magnet:before {
  content: '\e8c1'; }

/* '' */
.icon-e-gauge:before {
  content: '\e8de'; }

/* '' */
.icon-e-traffic-cone:before {
  content: '\e8df'; }

/* '' */
.icon-e-cc:before {
  content: '\e8e0'; }

/* '' */
.icon-e-cc-by:before {
  content: '\e8e1'; }

/* '' */
.icon-e-cc-nc:before {
  content: '\e8e2'; }

/* '' */
.icon-e-cc-nc-eu:before {
  content: '\e8e3'; }

/* '' */
.icon-e-cc-nc-jp:before {
  content: '\e8e4'; }

/* '' */
.icon-e-cc-sa:before {
  content: '\e8e5'; }

/* '' */
.icon-e-cc-nd:before {
  content: '\e8e6'; }

/* '' */
.icon-e-cc-pd:before {
  content: '\e8e7'; }

/* '' */
.icon-e-cc-zero:before {
  content: '\e8e8'; }

/* '' */
.icon-e-cc-share:before {
  content: '\e8e9'; }

/* '' */
.icon-e-cc-remix:before {
  content: '\e8ea'; }

/* '' */
.icon-e-github:before {
  content: '\e8eb'; }

/* '' */
.icon-e-github-circled:before {
  content: '\e8ec'; }

/* '' */
.icon-e-flickr:before {
  content: '\e8ed'; }

/* '' */
.icon-e-flickr-circled:before {
  content: '\e8ee'; }

/* '' */
.icon-e-vimeo:before {
  content: '\e8ef'; }

/* '' */
.icon-e-vimeo-circled:before {
  content: '\e8f0'; }

/* '' */
.icon-e-twitter:before {
  content: '\e8f1'; }

/* '' */
.icon-e-twitter-circled:before {
  content: '\e8f2'; }

/* '' */
.icon-e-facebook:before {
  content: '\e8f3'; }

/* '' */
.icon-e-facebook-circled:before {
  content: '\e8f4'; }

/* '' */
.icon-e-facebook-squared:before {
  content: '\e8f5'; }

/* '' */
.icon-e-gplus:before {
  content: '\e8f6'; }

/* '' */
.icon-e-gplus-circled:before {
  content: '\e8f7'; }

/* '' */
.icon-e-pinterest:before {
  content: '\e8f8'; }

/* '' */
.icon-e-pinterest-circled:before {
  content: '\e8f9'; }

/* '' */
.icon-e-tumblr:before {
  content: '\e8fa'; }

/* '' */
.icon-e-tumblr-circled:before {
  content: '\e8fb'; }

/* '' */
.icon-e-linkedin:before {
  content: '\e8fc'; }

/* '' */
.icon-e-linkedin-circled:before {
  content: '\e8fd'; }

/* '' */
.icon-e-dribbble:before {
  content: '\e8fe'; }

/* '' */
.icon-e-dribbble-circled:before {
  content: '\e8ff'; }

/* '' */
.icon-e-stumbleupon:before {
  content: '\e900'; }

/* '' */
.icon-e-stumbleupon-circled:before {
  content: '\e901'; }

/* '' */
.icon-e-lastfm:before {
  content: '\e902'; }

/* '' */
.icon-e-lastfm-circled:before {
  content: '\e903'; }

/* '' */
.icon-e-rdio:before {
  content: '\e904'; }

/* '' */
.icon-e-rdio-circled:before {
  content: '\e905'; }

/* '' */
.icon-e-spotify:before {
  content: '\e906'; }

/* '' */
.icon-e-spotify-circled:before {
  content: '\e907'; }

/* '' */
.icon-e-qq:before {
  content: '\e908'; }

/* '' */
.icon-e-instagram:before {
  content: '\e909'; }

/* '' */
.icon-e-dropbox:before {
  content: '\e90a'; }

/* '' */
.icon-e-evernote:before {
  content: '\e90b'; }

/* '' */
.icon-e-flattr:before {
  content: '\e90c'; }

/* '' */
.icon-e-skype:before {
  content: '\e90d'; }

/* '' */
.icon-e-skype-circled:before {
  content: '\e90e'; }

/* '' */
.icon-e-renren:before {
  content: '\e90f'; }

/* '' */
.icon-e-sina-weibo:before {
  content: '\e910'; }

/* '' */
.icon-e-paypal:before {
  content: '\e911'; }

/* '' */
.icon-e-picasa:before {
  content: '\e912'; }

/* '' */
.icon-e-soundcloud:before {
  content: '\e913'; }

/* '' */
.icon-e-mixi:before {
  content: '\e914'; }

/* '' */
.icon-e-behance:before {
  content: '\e915'; }

/* '' */
.icon-e-google-circles:before {
  content: '\e916'; }

/* '' */
.icon-e-vkontakte:before {
  content: '\e917'; }

/* '' */
.icon-e-smashing:before {
  content: '\e918'; }

/* '' */
.icon-e-db-shape:before {
  content: '\e91a'; }

/* '' */
.icon-e-sweden:before {
  content: '\e919'; }

/* '' */
.icon-e-logo-db:before {
  content: '\e91b'; }

/* '' */
.icon-e-picture:before {
  content: '\e80e'; }

/* '' */
.icon-e-globe:before {
  content: '\e8b1'; }

/* '' */
.icon-e-leaf:before {
  content: '\e8b8'; }

/* '' */
.icon-e-graduation-cap:before {
  content: '\e8c9'; }

/* '' */
.icon-e-mic:before {
  content: '\e85e'; }

/* '' */
.icon-e-palette:before {
  content: '\e8a4'; }

/* '' */
.icon-e-ticket:before {
  content: '\e8cb'; }

/* '' */
.icon-e-video:before {
  content: '\e80d'; }

/* '' */
.icon-e-target:before {
  content: '\e8a3'; }

/* '' */
.icon-e-music:before {
  content: '\e802'; }

/* '' */
.icon-e-trophy:before {
  content: '\e8a8'; }

/* '' */
.icon-e-thumbs-up:before {
  content: '\e82b'; }

/* '' */
.icon-e-thumbs-down:before {
  content: '\e82c'; }

/* '' */
.icon-e-bag:before {
  content: '\e85a'; }

/* '' */
.icon-e-user:before {
  content: '\e80a'; }

/* '' */
.icon-e-users:before {
  content: '\e80b'; }

/* '' */
.icon-e-lamp:before {
  content: '\e864'; }

/* '' */
.icon-e-alert:before {
  content: '\e83f'; }

/* '' */
.icon-e-water:before {
  content: '\e8cc'; }

/* '' */
.icon-e-droplet:before {
  content: '\e8cd'; }

/* '' */
.icon-e-credit-card:before {
  content: '\e8cf'; }

/* '' */
.icon-e-monitor:before {
  content: '\e8ab'; }

/* '' */
.icon-e-briefcase:before {
  content: '\e8bb'; }

/* '' */
.icon-e-floppy:before {
  content: '\e8d0'; }

/* '' */
.icon-e-cd:before {
  content: '\e8ae'; }

/* '' */
.icon-e-folder:before {
  content: '\e850'; }

/* '' */
.icon-e-doc-text:before {
  content: '\e84b'; }

/* '' */
.icon-e-calendar:before {
  content: '\e85b'; }

/* '' */
.icon-e-chart-line:before {
  content: '\e8c5'; }

/* '' */
.icon-e-chart-bar:before {
  content: '\e8c6'; }

/* '' */
.icon-e-clipboard:before {
  content: '\e8d1'; }

/* '' */
.icon-e-attach:before {
  content: '\e823'; }

/* '' */
.icon-e-bookmarks:before {
  content: '\e829'; }

/* '' */
.icon-e-book:before {
  content: '\e84f'; }

/* '' */
.icon-e-book-open:before {
  content: '\e84e'; }

/* '' */
.icon-e-phone:before {
  content: '\e854'; }

/* '' */
.icon-e-megaphone:before {
  content: '\e8d2'; }

/* '' */
.icon-e-upload:before {
  content: '\e82e'; }

/* '' */
.icon-e-download:before {
  content: '\e82d'; }

/* '' */
.icon-e-box:before {
  content: '\e852'; }

/* '' */
.icon-e-newspaper:before {
  content: '\e84d'; }

/* '' */
.icon-e-mobile:before {
  content: '\e8ac'; }

/* '' */
.icon-e-signal:before {
  content: '\e8a7'; }

/* '' */
.icon-e-camera:before {
  content: '\e80f'; }

/* '' */
.icon-e-shuffle:before {
  content: '\e894'; }

/* '' */
.icon-e-loop:before {
  content: '\e895'; }

/* '' */
.icon-e-arrows-ccw:before {
  content: '\e891'; }

/* '' */
.icon-e-light-down:before {
  content: '\e865'; }

/* '' */
.icon-e-light-up:before {
  content: '\e866'; }

/* '' */
.icon-e-mute:before {
  content: '\e85f'; }

/* '' */
.icon-e-sound:before {
  content: '\e860'; }

/* '' */
.icon-e-battery:before {
  content: '\e8a9'; }

/* '' */
.icon-e-search:before {
  content: '\e803'; }

/* '' */
.icon-e-key:before {
  content: '\e8d7'; }

/* '' */
.icon-e-lock:before {
  content: '\e824'; }

/* '' */
.icon-e-lock-open:before {
  content: '\e825'; }

/* '' */
.icon-e-bell:before {
  content: '\e83d'; }

/* '' */
.icon-e-bookmark:before {
  content: '\e828'; }

/* '' */
.icon-e-link:before {
  content: '\e822'; }

/* '' */
.icon-e-back:before {
  content: '\e820'; }

/* '' */
.icon-e-flashlight:before {
  content: '\e804'; }

/* '' */
.icon-e-chart-area:before {
  content: '\e8c7'; }

/* '' */
.icon-e-clock:before {
  content: '\e862'; }

/* '' */
.icon-e-rocket:before {
  content: '\e8dd'; }

/* '' */
.icon-e-block:before {
  content: '\e868'; }

/* '' */
/**
 * 2.0 - Resets
 */
h1, h2, h3, h4, h5, h6,
p,
blockquote,
figure,
ul, ol,
dl, dd,
th, td,
pre, button, .nav, .rsBullets,
.sub-menu,
.menu-item, .filter, .blog .entry-title,
.blog .entry-footer, .archive .entry-title,
.archive .entry-footer, .search .entry-title,
.search .entry-footer {
  margin: 0;
  padding: 0;
  border: 0; }

body, .filter__list {
  margin: 0; }

.filter__list {
  padding: 0; }

img {
  border: 0; }

button, .nav a, .rsBullets a, .nav a:hover, .rsBullets a:hover {
  background: none; }

a, button {
  color: inherit; }

a, button {
  cursor: pointer; }

main,
li, .wp-caption img[class*="wp-image-"], .nav .menu-item:hover > .sub-menu, .rsBullets .menu-item:hover > .sub-menu, .nav--social .menu-item:not(.menu-item-language) a, .nav--social .menu-item:not(.menu-item-language) a:before, .portfolio img, .block-link {
  display: block; }

.bar--fixed, .site-header, .site-footer, .site-branding, .main-navigation, .social-navigation, .site-info, .show-button, .nav, .rsBullets, .site-container, .portfolio, .portfolio__header, .portfolio__link-wrap, .single-jetpack-portfolio .site,
.jetpack-portfolio .site {
  display: flex;
  display: -webkit-flex; }

.nav--main a, .portfolio__position {
  display: inline-block; }

.site-description, .portfolio--project .portfolio__item--text, .page-template-portfolio-page .entry-header,
.page-template-portfolio-page .entry-footer,
.tax-jetpack-portfolio-tag .entry-header,
.tax-jetpack-portfolio-tag .entry-footer,
.tax-jetpack-portfolio-type .entry-header,
.tax-jetpack-portfolio-type .entry-footer {
  display: none; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

button {
  font: inherit; }

button {
  -webkit-font-smoothing: inherit; }

strong, .nav--main {
  font-weight: bold; }

button {
  letter-spacing: inherit; }

a {
  text-decoration: none; }

.nav .menu-item-has-children, .rsBullets .menu-item-has-children, .nav .menu-item-language, .rsBullets .menu-item-language, .site-sidebar, .site-content, .photometa__caption, .photometa__description, .photometa__exif {
  position: relative; }

.portfolio {
  position: absolute; }

.bar--fixed, .portfolio--grid {
  position: fixed; }

button {
  overflow: visible; }

img, .wp-caption {
  max-width: 100%; }

img {
  height: auto; }

a, button {
  transition-duration: 0.3s; }

.nav--social .menu-item:not(.menu-item-language) a:before {
  visibility: visible; }

.nav--social .menu-item:not(.menu-item-language) a:before {
  pointer-events: auto; }

.bar--fixed, .site-content__mask, .fullview, .portfolio--grid, .photometa {
  transform: translateZ(0); }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

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

/**
 * 3.0 - Base
 *   3.1 - Typography
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 75%; }
  @media screen and (min-width: 40em) {
    html {
      font-size: 87.5%; } }
  @media screen and (min-width: 50em) {
    html {
      font-size: 93.75%; } }
  @media screen and (min-width: 64.0625em) {
    html {
      font-size: 87.5%; } }
  @media screen and (min-width: 100em) {
    html {
      font-size: 118.75%; } }

body {
  font-family: Ek Mukta, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.41667rem; }
  @media screen and (min-width: 40em) {
    body {
      font-size: 1.28571rem; } }
  @media screen and (min-width: 50em) {
    body {
      font-size: 1.2rem; } }
  @media screen and (min-width: 64.0625em) {
    body {
      font-size: 1.14286rem; } }
  @media screen and (min-width: 100em) {
    body {
      font-size: 0.84211rem; } }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #9B9B9B;
    text-decoration: none; }

p a, li a {
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #333333 50%);
  background-position: 0 78%;
  background-repeat: repeat-x;
  background-size: 100% 0.15rem;
  text-shadow: 0.1rem 0 #FFF, 0.15rem 0 #FFF, -0.1rem 0 #FFF, -0.15rem 0 #FFF; }
  p a:hover, li a:hover, p a:active, li a:active, p a:focus, li a:focus {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #cecece 50%); }

p {
  -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
          font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  line-height: 2rem;
  margin-bottom: 1.46041rem;
  padding-top: 0.53959rem;
  line-height: 2; }
  @media screen and (min-width: 40em) {
    p {
      margin-bottom: 1.41785rem;
      padding-top: 0.58215rem; } }
  @media screen and (min-width: 50em) {
    p {
      margin-bottom: 1.38999rem;
      padding-top: 0.61001rem; } }
  @media screen and (min-width: 64.0625em) {
    p {
      margin-bottom: 1.37142rem;
      padding-top: 0.62858rem; } }
  @media screen and (min-width: 100em) {
    p {
      margin-bottom: 1.27367rem;
      padding-top: 0.72633rem; } }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
          font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  color: #000;
  font-family: Ek Mukta, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

.h0, .project-slide__title h1 {
  line-height: 6rem;
  font-size: 2.75rem;
  margin-bottom: 0.89374rem;
  padding-top: 2.10626rem; }
  @media screen and (min-width: 40em) {
    .h0, .project-slide__title h1 {
      font-size: 4.38857rem;
      margin-bottom: 1.42628rem;
      padding-top: 1.57372rem; } }
  @media screen and (min-width: 50em) {
    .h0, .project-slide__title h1 {
      font-size: 4.096rem;
      margin-bottom: 1.33119rem;
      padding-top: 1.66881rem; } }
  @media screen and (min-width: 64.0625em) {
    .h0, .project-slide__title h1 {
      font-size: 7.02143rem;
      margin-bottom: 2.28195rem;
      padding-top: 0.71805rem; } }
  @media screen and (min-width: 100em) {
    .h0, .project-slide__title h1 {
      font-size: 5.17368rem;
      margin-bottom: 1.68144rem;
      padding-top: 1.31856rem; } }

h1, .h1 {
  line-height: 4rem;
  font-size: 2.20833rem;
  margin-bottom: 1.7177rem;
  padding-top: 1.2823rem;
  margin-top: 3rem; }
  @media screen and (min-width: 40em) {
    h1, .h1 {
      font-size: 2.00714rem;
      margin-bottom: 1.65231rem;
      padding-top: 1.34769rem; } }
  @media screen and (min-width: 50em) {
    h1, .h1 {
      font-size: 1.87333rem;
      margin-bottom: 1.60882rem;
      padding-top: 1.39118rem; } }
  @media screen and (min-width: 64.0625em) {
    h1, .h1 {
      font-size: 4.38857rem;
      margin-bottom: 2.42628rem;
      padding-top: 0.57372rem; } }
  @media screen and (min-width: 100em) {
    h1, .h1 {
      font-size: 3.23368rem;
      margin-bottom: 2.05094rem;
      padding-top: 0.94906rem; } }

h2, .h2 {
  line-height: 3rem;
  font-size: 2rem;
  margin-bottom: 0.14999rem;
  padding-top: 0.85001rem;
  margin-top: 2rem; }
  @media screen and (min-width: 40em) {
    h2, .h2 {
      font-size: 1.79286rem;
      margin-bottom: 0.08267rem;
      padding-top: 0.91733rem; } }
  @media screen and (min-width: 50em) {
    h2, .h2 {
      font-size: 1.70667rem;
      margin-bottom: 0.05466rem;
      padding-top: 0.94534rem; } }
  @media screen and (min-width: 64.0625em) {
    h2, .h2 {
      font-size: 2.74286rem;
      margin-bottom: 0.39142rem;
      padding-top: 0.60858rem; } }
  @media screen and (min-width: 100em) {
    h2, .h2 {
      font-size: 2.02105rem;
      margin-bottom: 0.15683rem;
      padding-top: 0.84317rem; } }

h3, .h3 {
  line-height: 2rem;
  font-size: 1.6rem;
  margin-bottom: 0.51999rem;
  padding-top: 0.48001rem; }
  @media screen and (min-width: 40em) {
    h3, .h3 {
      font-size: 1.60714rem;
      margin-bottom: 0.52231rem;
      padding-top: 0.47769rem; } }
  @media screen and (min-width: 50em) {
    h3, .h3 {
      font-size: 1.5rem;
      margin-bottom: 0.48749rem;
      padding-top: 0.51251rem; } }
  @media screen and (min-width: 64.0625em) {
    h3, .h3 {
      font-size: 1.71429rem;
      margin-bottom: 0.55713rem;
      padding-top: 0.44287rem; } }
  @media screen and (min-width: 100em) {
    h3, .h3 {
      font-size: 1.26316rem;
      margin-bottom: 0.41052rem;
      padding-top: 0.58948rem; } }

h4, h5, h6, .h4, .project-slide__text, .vertical-title span, .h5, .h6, .site-sidebar__content .entry-meta, .site-sidebar__text, .portfolio__type, .filter__item {
  line-height: 1.5rem;
  font-size: 1.6rem;
  margin-bottom: 0.26999rem;
  padding-top: 0.23001rem;
  letter-spacing: 0.075rem; }
  @media screen and (min-width: 40em) {
    h4, h5, h6, .h4, .project-slide__text, .vertical-title span, .h5, .h6, .site-sidebar__content .entry-meta, .site-sidebar__text, .portfolio__type, .filter__item {
      font-size: 1.43571rem;
      margin-bottom: 0.2166rem;
      padding-top: 0.2834rem; } }
  @media screen and (min-width: 50em) {
    h4, h5, h6, .h4, .project-slide__text, .vertical-title span, .h5, .h6, .site-sidebar__content .entry-meta, .site-sidebar__text, .portfolio__type, .filter__item {
      font-size: 1.36667rem;
      margin-bottom: 0.19416rem;
      padding-top: 0.30584rem; } }
  @media screen and (min-width: 64.0625em) {
    h4, h5, h6, .h4, .project-slide__text, .vertical-title span, .h5, .h6, .site-sidebar__content .entry-meta, .site-sidebar__text, .portfolio__type, .filter__item {
      font-size: 1.07143rem;
      margin-bottom: 0.0982rem;
      padding-top: 0.4018rem; } }
  @media screen and (min-width: 100em) {
    h4, h5, h6, .h4, .project-slide__text, .vertical-title span, .h5, .h6, .site-sidebar__content .entry-meta, .site-sidebar__text, .portfolio__type, .filter__item {
      font-size: 0.78947rem;
      margin-bottom: 0.00657rem;
      padding-top: 0.49343rem; } }

ul, ol {
  line-height: 2rem;
  margin-bottom: 1.46041rem;
  padding-top: 0.53959rem; }
  @media screen and (min-width: 40em) {
    ul, ol {
      margin-bottom: 1.41785rem;
      padding-top: 0.58215rem; } }
  @media screen and (min-width: 50em) {
    ul, ol {
      margin-bottom: 1.38999rem;
      padding-top: 0.61001rem; } }
  @media screen and (min-width: 64.0625em) {
    ul, ol {
      margin-bottom: 1.37142rem;
      padding-top: 0.62858rem; } }
  @media screen and (min-width: 100em) {
    ul, ol {
      margin-bottom: 1.27367rem;
      padding-top: 0.72633rem; } }
  ul li, ol li {
    display: list-item;
    margin-left: 2rem;
    -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
            font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1; }

b, strong {
  font-weight: 800; }

em, i {
  font-style: italic; }

small, .caption, .filter__text {
  font-family: Libre Baskerville, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.06667rem;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    small, .caption, .filter__text {
      font-size: 1.02857rem; } }
  @media screen and (min-width: 50em) {
    small, .caption, .filter__text {
      font-size: 0.96rem; } }
  @media screen and (min-width: 64.0625em) {
    small, .caption, .filter__text {
      font-size: 0.91429rem; } }
  @media screen and (min-width: 100em) {
    small, .caption, .filter__text {
      font-size: 0.67368rem; } }

small {
  line-height: 1rem; }

.caption, .filter__text {
  line-height: 2rem;
  margin-bottom: 1.34666rem;
  padding-top: 0.65334rem;
  color: #9B9B9B;
  margin-bottom: 0 !important;
  line-height: 0.875em; }
  @media screen and (min-width: 40em) {
    .caption, .filter__text {
      margin-bottom: 1.33428rem;
      padding-top: 0.66572rem; } }
  @media screen and (min-width: 50em) {
    .caption, .filter__text {
      margin-bottom: 1.31199rem;
      padding-top: 0.68801rem; } }
  @media screen and (min-width: 64.0625em) {
    .caption, .filter__text {
      margin-bottom: 1.29713rem;
      padding-top: 0.70287rem; } }
  @media screen and (min-width: 100em) {
    .caption, .filter__text {
      margin-bottom: 1.21894rem;
      padding-top: 0.78106rem; } }
  .caption + p, .filter__text + p {
    padding-top: 0;
    margin-top: -5px; }

h1 + .caption, h1 + .filter__text, h3 + .caption, h3 + .filter__text {
  margin-top: -1rem; }

.site-sidebar__content .entry-meta + .caption, .site-sidebar__text + .caption, .portfolio__type + .caption, .filter__item + .caption, .site-sidebar__content .entry-meta + .filter__text, .site-sidebar__text + .filter__text, .portfolio__type + .filter__text, .filter__item + .filter__text {
  margin-top: 0rem; }

blockquote {
  max-width: 550px;
  margin: 0 auto; }
  blockquote p {
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #000;
    line-height: 2.5rem;
    font-size: 1.6rem;
    margin-bottom: 0.26999rem;
    padding-top: 0.73001rem;
    margin-bottom: 1.92082rem;
    padding-bottom: 0.53959rem; }
    @media screen and (min-width: 40em) {
      blockquote p {
        font-size: 1.60714rem;
        margin-bottom: 0.27231rem;
        padding-top: 0.72769rem; } }
    @media screen and (min-width: 50em) {
      blockquote p {
        font-size: 1.5rem;
        margin-bottom: 0.23749rem;
        padding-top: 0.76251rem; } }
    @media screen and (min-width: 64.0625em) {
      blockquote p {
        font-size: 1.71429rem;
        margin-bottom: 0.30713rem;
        padding-top: 0.69287rem; } }
    @media screen and (min-width: 100em) {
      blockquote p {
        font-size: 1.26316rem;
        margin-bottom: 0.16052rem;
        padding-top: 0.83948rem; } }
    @media screen and (min-width: 40em) {
      blockquote p {
        margin-bottom: 1.8357rem;
        padding-bottom: 0.58215rem; } }
    @media screen and (min-width: 50em) {
      blockquote p {
        margin-bottom: 1.77999rem;
        padding-bottom: 0.61001rem; } }
    @media screen and (min-width: 64.0625em) {
      blockquote p {
        margin-bottom: 1.74285rem;
        padding-bottom: 0.62858rem; } }
    @media screen and (min-width: 100em) {
      blockquote p {
        margin-bottom: 1.54736rem;
        padding-bottom: 0.72633rem; } }
  blockquote cite {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

hr {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #9B9B9B 50%);
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 100% 0.15rem;
  border: 0;
  margin: 0;
  padding-bottom: 3rem;
  padding-top: 3rem; }

code, pre {
  background-color: #F5F4F2;
  font-family: Menlo, monospace; }

pre {
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word; }

code {
  line-height: 1rem;
  font-size: 1.06667rem; }
  @media screen and (min-width: 40em) {
    code {
      font-size: 1.02857rem; } }
  @media screen and (min-width: 50em) {
    code {
      font-size: 0.96rem; } }
  @media screen and (min-width: 64.0625em) {
    code {
      font-size: 0.91429rem; } }
  @media screen and (min-width: 100em) {
    code {
      font-size: 0.67368rem; } }

.intro {
  line-height: 2.5rem;
  font-size: 1.6rem;
  margin-bottom: 1.26999rem;
  padding-top: 0.73001rem;
  font-weight: 300; }
  @media screen and (min-width: 40em) {
    .intro {
      font-size: 1.60714rem;
      margin-bottom: 1.27231rem;
      padding-top: 0.72769rem; } }
  @media screen and (min-width: 50em) {
    .intro {
      font-size: 1.5rem;
      margin-bottom: 1.23749rem;
      padding-top: 0.76251rem; } }
  @media screen and (min-width: 64.0625em) {
    .intro {
      font-size: 1.71429rem;
      margin-bottom: 1.30713rem;
      padding-top: 0.69287rem; } }
  @media screen and (min-width: 100em) {
    .intro {
      font-size: 1.26316rem;
      margin-bottom: 1.16052rem;
      padding-top: 0.83948rem; } }

.dropcap {
  float: left;
  margin-right: 6px;
  font-size: 98px;
  font-weight: 200;
  line-height: 84px; }

@media only screen and (min-width: 900px) {
  .pull-left {
    margin-left: -160px;
    margin-bottom: 24px;
    width: calc(180px + 50%);
    padding-right: 40px;
    padding-left: 36px;
    float: left;
    text-align: right; }
    .pull-left + .pull-right {
      margin-right: -160px;
      width: calc(140px + 50%);
      padding-left: 0; }
  .pull-right {
    margin-right: -160px;
    margin-bottom: 24px;
    width: calc(180px + 50%);
    padding-left: 40px;
    padding-right: 36px;
    float: right;
    text-align: left; } }

.twocolumn {
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* IE 10+ */
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  column-gap: 40px; }
  @media only screen and (min-width: 900px) {
    .twocolumn {
      -moz-column-gap: 60px;
      column-gap: 60px; } }

table {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  width: 100%;
  border-top: 0;
  border-collapse: collapse;
  table-layout: fixed; }
  table th {
    text-align: left; }
  table tr {
    border-bottom: 1px solid #9B9B9B; }
  table th, table td {
    padding: 12px;
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit; }

/**
 *   3.2 - Forms
 */
/*----------------------------------------*\
INPUTS / FORMS

[Table of contents]

1. $Common form controls
2. $Checkboxes and radios
3. $Inline forms
4. $Input groups
------------------------------------------*/
/*------------------------------------*\
	1. $Common form controls
\*------------------------------------*/
/**
 *
 * Shared size and type resets for form controls. Apply `.form-control` to any
 * of the following form controls:
 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: block;
  vertical-align: middle;
  width: 100%;
  padding: 8px 15px;
  outline: 0;
  border-radius: 0;
  font-family: Ek Mukta, sans-serif; }
  .lt-ie9 select input, .lt-ie9
  textarea input, .lt-ie9
  input[type="text"] input, .lt-ie9
  input[type="password"] input, .lt-ie9
  input[type="datetime"] input, .lt-ie9
  input[type="datetime-local"] input, .lt-ie9
  input[type="date"] input, .lt-ie9
  input[type="month"] input, .lt-ie9
  input[type="time"] input, .lt-ie9
  input[type="week"] input, .lt-ie9
  input[type="number"] input, .lt-ie9
  input[type="email"] input, .lt-ie9
  input[type="url"] input, .lt-ie9
  input[type="search"] input, .lt-ie9
  input[type="tel"] input, .lt-ie9
  input[type="color"] input, .lt-ie9
  .form-control input {
    width: 100%;
    padding: 12px 0;
    outline: 0; }

input, textarea {
  font-weight: 300;
  border-radius: 3px;
  border: 1px solid #DADADA;
  box-shadow: none;
  font-size: 14px; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 300;
    opacity: 0.7; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-style: normal;
    font-weight: 300;
    opacity: 0.7; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-style: normal;
    font-weight: 300;
    opacity: 0.7; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-style: normal;
    font-weight: 300;
    opacity: 0.7; }

/*------------------------------------*\
	2. $Checkboxes and radios
\*------------------------------------*/
/**
 *
 * Indent the labels to position radios/checkboxes as hanging controls.
 */
.radio,
.checkbox {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 12px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: 12px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -6px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 6px; }

/*------------------------------------*\
	3. $Inline forms
\*------------------------------------*/
/**
  *
  * Make forms appear inline(-block) by adding the `.form-inline` class. Inline
  * forms begin stacked on extra small (mobile) devices and then go inline when
  * viewports reach <768px.
  *
  * Requires wrapping inputs and labels with `.form-group` for proper display of
  * default HTML form controls and our custom form controls (e.g., input groups).
  */
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

/*------------------------------------*\
	4. $Input groups
\*------------------------------------*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/**
 *   3.3 - WP Core
 */
.aligncenter {
  margin: 0 auto; }

.bypostauthor {
  display: initial; }

.sticky {
  display: inline-block; }

/**
 *   3.4 - WP Align
 */
img {
  max-width: 100%;
  height: auto;
  font-style: italic; }

.aligncenter,
.alignnone,
.alignleft,
.alignright {
  display: block;
  margin: 0;
  margin-bottom: 16px; }
  @media screen and (min-width: 64.0625em) {
    .aligncenter,
    .alignnone,
    .alignleft,
    .alignright {
      margin-bottom: 24px; } }
  .archive__grid .aligncenter, .archive__grid
  .alignnone, .archive__grid
  .alignleft, .archive__grid
  .alignright {
    margin-bottom: 0; }
  .widget .aligncenter, .blog .aligncenter, .archive .aligncenter, .search .aligncenter, .widget
  .alignnone, .blog
  .alignnone, .archive
  .alignnone, .search
  .alignnone, .widget
  .alignleft, .blog
  .alignleft, .archive
  .alignleft, .search
  .alignleft, .widget
  .alignright, .blog
  .alignright, .archive
  .alignright, .search
  .alignright {
    margin: 0; }
  .widget .aligncenter.wp-caption, .widget
  .alignnone.wp-caption, .widget
  .alignleft.wp-caption, .widget
  .alignright.wp-caption {
    margin: 0; }

.wp-caption.aligncenter, .wp-caption.alignnone, .entry-content .jetpack-video-wrapper {
  text-align: center; }
  @media screen and (min-width: 64.0625em) {
    .wp-caption.aligncenter, .wp-caption.alignnone, .entry-content .jetpack-video-wrapper {
      margin-left: -72px;
      margin-right: -72px;
      max-width: calc(144px + 100%); }
      .entry-content .wp-caption.aligncenter, .entry-content .wp-caption.alignnone, .entry-content .entry-content .jetpack-video-wrapper {
        width: auto !important; }
      .entry-card .wp-caption.aligncenter, .entry-card .wp-caption.alignnone, .entry-card .entry-content .jetpack-video-wrapper {
        max-width: 100%; } }
  .wp-caption.aligncenter img, .wp-caption.alignnone img, .entry-content .jetpack-video-wrapper img {
    margin: 0 auto;
    max-width: 100%;
    height: auto; }

#page .portfolio .jetpack-video-wrapper {
  margin: 0;
  max-width: none; }

.aligncenter {
  margin: 0 auto; }

.alignleft, .alignright {
  margin-top: 24px; }
  @media screen and (min-width: 64.0625em) {
    .alignleft, .alignright {
      max-width: calc(50% + 72px - 20px); } }
  p + .alignleft, p + .alignright {
    margin-top: 0; }
  p > .alignleft:first-child,
  p > :first-child > .alignleft:first-child, p > .alignright:first-child,
  p > :first-child > .alignright:first-child {
    margin-top: 0; }

.alignleft {
  margin-right: 12px; }

.alignright {
  margin-left: 12px; }

@media screen and (min-width: 64.0625em) {
  .alignleft {
    float: left;
    margin-right: 36px; } }
  @media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
    .alignleft {
      margin-left: -72px; } }

@media screen and (min-width: 64.0625em) {
  .alignright {
    float: right;
    margin-left: 36px; } }
  @media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
    .alignright {
      margin-right: -72px; } }

figure {
  max-width: 100%; }
  figure img {
    display: block; }

/**
 * 4.0 - Objects
 *   4.1 - Bar
 */
.bar--fixed, .site-header, .site-footer {
  background-color: white;
  width: 100%;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-direction: row;
  z-index: 550; }
  @media only screen and (min-width: 900px) {
    .bar--fixed, .site-header, .site-footer {
      height: 83.33333px;
      flex-basis: 83.33333px; } }
  @media only screen and (min-width: 1420px) {
    .bar--fixed, .site-header, .site-footer {
      height: 125px;
      flex-basis: 125px; } }

.bar--fixed {
  left: 0.9vh;
  right: 0.9vh;
  width: auto; }

.site-branding, .main-navigation, .social-navigation, .site-info, .show-button {
  align-items: center;
  -webkit-align-items: center; }

.main-navigation {
  flex-basis: 70%;
  -webkit-flex-basis: 70%;
  justify-content: center;
  text-align: center; }

.site-branding, .social-navigation, .show-button {
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
  flex-grow: 1;
  -webkit-flex-grow: 1; }

.site-branding {
  padding-left: 48px;
  justify-content: flex-start;
  text-align: left; }
  @media not screen and (min-width: 1200px) {
    .site-branding {
      padding-left: 32px; } }

.social-navigation, .show-button {
  padding-right: 48px;
  justify-content: flex-end;
  text-align: right; }
  @media not screen and (min-width: 1200px) {
    .social-navigation, .show-button {
      padding-right: 32px; } }

@media not screen and (min-width: 900px) {
  .site-branding, .main-navigation, .social-navigation, .site-info, .show-button {
    margin: 0;
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1; } }

.no-flexbox .bar--fixed, .no-flexbox .site-header, .no-flexbox .site-footer {
  display: table;
  width: 100%; }

.no-flexbox .bar--fixed {
  display: table;
  width: 100%; }

.no-flexbox .site-branding, .no-flexbox .main-navigation, .no-flexbox .social-navigation, .no-flexbox .site-info, .no-flexbox .show-button {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.no-flexbox .site-branding, .no-flexbox .social-navigation, .no-flexbox .show-button {
  width: 15%; }

.no-flexbox .main-navigation {
  width: 70%; }

/**
 *   4.2 - Nav
 */
.nav, .rsBullets, .nav ul, .rsBullets ul {
  list-style-type: none; }

@media only screen and (min-width: 900px) {
  .nav .sub-menu, .rsBullets .sub-menu {
    display: none;
    position: absolute;
    top: 100%; } }

.nav .sub-menu .sub-menu, .rsBullets .sub-menu .sub-menu {
  top: 0;
  left: 100%; }

/**
 *   4.3 - Grid
 */
.grid, .comment-form {
  list-style: none;
  margin-left: -24px; }

.grid__item, .comment-form-author,
.comment-form-email,
.comment-form-url, .comment-form-comment,
.logged-in-as {
  float: left;
  padding-left: 24px; }

.grid__item {
  padding-left: 24px; }

.grid > li,
.grid > .grid__item,
.rtl .grid--rev > li,
.rtl .grid--rev > .grid__item {
  float: left; }

.grid--rev > li,
.grid--rev > .grid__item,
.rtl .grid > li,
.rtl .grid > .grid__item {
  direction: rtl;
  float: right; }

/**
 *   4.4 - Buttons
 */
.btn, input[type="submit"], .search-form .search-submit {
  padding: 4px 30px;
  font-family: Ek Mukta, sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
  border: 1px solid black;
  border-radius: 0;
  background-color: black;
  background-image: none;
  color: white;
  transition: all .15s;
  cursor: pointer; }
  .btn:hover, input:hover[type="submit"], .search-form .search-submit:hover, .btn:active, input:active[type="submit"], .search-form .search-submit:active, .btn:focus, input:focus[type="submit"], .search-form .search-submit:focus {
    background-color: white;
    background-image: none;
    color: black; }
  .btn.a, input.a[type="submit"], .search-form .a.search-submit {
    border-bottom: none; }

/**
 *   4.5 - Media
 */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 12px; }
  .media__img > img {
    display: block; }

.media__body {
  overflow: hidden;
  display: block; }
  .media__body,
  .media__body > :last-child {
    margin-bottom: 0; }

/**
 *   4.6 - Images
 */
img {
  max-width: 100%;
  height: auto; }

/* Figures and Captions */
figcaption.wp-caption {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  color: #888888;
  text-align: center; }
  figcaption.wp-caption img {
    display: inline-block; }

.wp-caption-text {
  text-align: center;
  font-size: 14px;
  padding: 10px 0 0;
  word-break: break-word; }
  @media not screen and (min-width: 740px) {
    .wp-caption-text {
      font-size: 12px; } }

/* Galleries */
.gallery {
  margin-top: -20px;
  margin-left: -20px; }
  .gallery .gallery-item {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 0 solid transparent;
    margin-top: 20px;
    padding-left: 20px; }
  .gallery .gallery-caption {
    border: 0; }
  .entry-content .gallery {
    margin-top: 0;
    margin-bottom: 20px; }

.gallery-item img {
  margin: 0 auto; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.11111%; }

/**
 *   4.7 - Separators
 */
.divider, hr {
  position: relative;
  height: 4px; }
  .divider:before, hr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 48px;
    height: 4px;
    background-image: url("assets/svg/divider.svg"); }

.divider {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  min-width: 48px;
  vertical-align: middle; }

hr {
  margin: 40px 0;
  padding: 0;
  background: none; }

/**
 * 5.0 - Components
 *   5.1 - Site header
 */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #222;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.site-header {
  z-index: 552; }
  @media only screen and (min-width: 900px) {
    .site-header.site-header {
      top: 7px; } }
  .page .site-header,
  .single .site-header {
    position: relative;
    left: 0;
    right: 0;
    width: 100%; }
  .page-template .site-header,
  .page-has-featured-image .site-header {
    position: absolute; }
  .portfolio_page_type-portfolio .site-header {
    position: fixed;
    right: auto; }

.site-header.site-header--placeholder {
  position: static !important;
  z-index: 0;
  height: 60px; }
  @media only screen and (min-width: 900px) {
    .site-header.site-header--placeholder {
      display: block;
      height: 83.33333px !important; } }
  @media only screen and (min-width: 1420px) {
    .site-header.site-header--placeholder {
      height: 125px !important; } }

.site-header--placeholder {
  margin-top: 0px; }
  #demosite-activate-wrap ~ .site-header--placeholder {
    margin-top: 80px; }
  .admin-bar .site-header--placeholder {
    margin-top: 32px; }
  .admin-bar #demosite-activate-wrap ~ .site-header--placeholder {
    margin-top: 112px; }
  @media screen and (max-width: 782px) {
    .admin-bar .site-header--placeholder {
      margin-top: 46px; }
    .admin-bar #demosite-activate-wrap ~ .site-header--placeholder {
      margin-top: 126px; } }

.social-navigation {
  font-size: 16px; }
  .is--ie-le10 .social-navigation {
    white-space: nowrap; }

.toggle {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: 1.25em;
  -webkit-flex-basis: 1.25em;
  padding: 0 0 0 .5em;
  height: 2.1em; }
  .toggle svg {
    width: 100%; }
  .toggle svg rect {
    color: currentColor; }
  @media not screen and (min-width: 900px) {
    .toggle {
      display: none; } }
  .is--ie-le10 .toggle {
    display: inline-block;
    width: 22px; }

.toggle--mobile {
  display: none;
  z-index: 999;
  transition: opacity .2s ease-out; }
  .navigation--is-visible .mobile-header .toggle--mobile {
    opacity: 0;
    pointer-events: none; }
  @media not screen and (min-width: 900px) {
    .toggle--mobile {
      display: block;
      width: 1em;
      height: 1em;
      position: absolute;
      top: 50%;
      right: 17px;
      padding: 0;
      overflow: hidden;
      transform: translate(0, -50%); }
      .toggle--mobile svg {
        display: block; } }
  .is--ie-le10 .toggle--mobile {
    display: none; }

.custom-logo-link img {
  width: auto; }

/**
 *   5.2 - Mobile header
 */
.mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 17px;
  min-height: 60px;
  text-align: center;
  background: white; }
  #demosite-activate-wrap ~ .mobile-header {
    top: 80px; }
  .admin-bar .mobile-header {
    top: 32px; }
  .admin-bar #demosite-activate-wrap ~ .mobile-header {
    top: 112px; }
  @media screen and (max-width: 782px) {
    .admin-bar .mobile-header {
      top: 46px; }
    .admin-bar #demosite-activate-wrap ~ .mobile-header {
      top: 126px; } }
  .mobile-header a {
    margin-left: auto;
    margin-right: auto; }
  .mobile-header img {
    display: block;
    margin: 0 auto; }
  .page-has-featured-image:not(.page-template) .mobile-header {
    background: transparent; }
    .page-has-featured-image:not(.page-template) .mobile-header:after {
      display: none; }
  .mobile-header .site-title {
    margin: 0 auto; }
  @media only screen and (min-width: 900px) {
    .mobile-header {
      display: none; } }
  .mobile-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb; }
  .admin-bar.portfolio_page_type-project_slider .mobile-header {
    top: 0 !important; }
  .slider_height-full-height .mobile-header {
    background: transparent; }
    .slider_height-full-height .mobile-header:after {
      border: 0; }
  .portfolio_page_type-portfolio .mobile-header {
    position: fixed; }

@media not screen and (min-width: 900px) {
  .admin-bar .site-header--placeholder {
    margin-top: 0 !important; } }

.project_layout-fullscreen .mobile-header,
.password-required .mobile-header {
  background: transparent; }
  .project_layout-fullscreen .mobile-header:after,
  .password-required .mobile-header:after {
    display: none; }

.project_layout-fullscreen .site-footer,
.project_layout-fullscreen .bar--fixed,
.password-required .site-footer,
.password-required .bar--fixed {
  background: transparent;
  color: white; }

/**
 *   5.3 - Site branding
 */
.site-title {
  line-height: 1;
  max-width: 7em;
  font-size: 2.28rem;
  font-weight: 900;
  margin: 0;
  padding: 0; }

@media not screen and (min-width: 900px) {
  .site-branding {
    display: none; } }

/**
 *   5.4 - Site container
 */
.site-container {
  flex-grow: 1;
  -webkit-flex-grow: 1; }

/**
 *   5.5 - Site sidebar
 */
@media only screen and (min-width: 740px) {
  .site-sidebar:not(.site-sidebar--archive) {
    width: 73.33333px;
    flex: 0 0 73.33333px;
    z-index: 400;
    margin-left: 0.9vh; }
    .is--ie-le10 .site-sidebar:not(.site-sidebar--archive) {
      position: fixed;
      left: 0;
      top: 0;
      width: 100px;
      height: 100vh; } }

@media not screen and (min-width: 900px) {
  .site-sidebar:not(.site-sidebar--archive) {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .site-sidebar:not(.site-sidebar--archive) {
    width: 110px;
    flex-basis: 110px; } }

@media only screen and (min-width: 900px) {
  .site-sidebar {
    width: 110px;
    flex: 0 0 110px;
    z-index: 400;
    margin-left: 0.9vh; }
    .is--ie-le10 .site-sidebar {
      position: fixed;
      left: 0;
      top: 0;
      width: 100px;
      height: 100vh; } }

.site-sidebar__content .entry-meta {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase; }

@media only screen and (min-width: 900px) {
  .site-sidebar__content {
    position: absolute;
    width: calc(100vh - 250px);
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg); }
    .site-sidebar__content .divider {
      margin: 0 1em; }
    .site-sidebar__content .entry-header,
    .site-sidebar__content .divider,
    .site-sidebar__content .entry-meta {
      display: inline-block; } }

.site-sidebar__text {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase; }
  @media not screen and (min-width: 900px) {
    .site-sidebar__text {
      flex: 1 0 50%; } }

.site-sidebar--archive {
  display: block;
  padding: 34px 7vw;
  padding-bottom: 26px;
  font-size: 0; }
  @media not screen and (min-width: 900px) {
    html.flexbox .site-sidebar--archive:not(.site-sidebar--journal) {
      overflow: hidden;
      display: flex;
      justify-content: space-between; }
    .site-sidebar--archive .site-sidebar__text {
      position: static;
      text-align: left;
      font-size: 15px;
      letter-spacing: 0.1em;
      transform: none; } }

@media only screen and (min-width: 740px) {
  .site-sidebar--archive {
    padding-bottom: 26px; }
    .site-sidebar--archive .site-sidebar__text {
      font-size: 24px; }
  .site-sidebar--journal {
    padding-left: 19vw;
    padding-right: 19vw; } }

@media only screen and (min-width: 900px) {
  .site-sidebar--archive {
    padding: 0; }
    .site-sidebar--archive .site-sidebar__content {
      position: absolute;
      transform: translate(-50%, -50%) rotate(-90deg);
      font-size: 15px; }
  .site-sidebar--journal {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 900px) {
  .page-template-custom-portfolio-page .site-sidebar--archive,
  .tax-jetpack-portfolio-type .site-sidebar--archive,
  .tax-jetpack-portfolio-tag .site-sidebar--archive {
    position: fixed;
    left: 0.9vh;
    top: 125px;
    width: 73.33333px;
    margin-left: 0;
    height: calc(100vh - 250px); } }

@media only screen and (min-width: 1200px) {
  .page-template-custom-portfolio-page .site-sidebar--archive,
  .tax-jetpack-portfolio-type .site-sidebar--archive,
  .tax-jetpack-portfolio-tag .site-sidebar--archive {
    width: 110px; } }

/**
 *   5.6 - Site content
 */
.site-content {
  z-index: 500;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-overflow-scrolling: touch; }
  .site-content__mask {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
    overflow: hidden;
    will-change: opacity, transform;
    pointer-events: none; }
    .site-content__mask.mask--page {
      z-index: 551; }
    .site-content__mask.is-on-top {
      z-index: 9000; }

.page-template-featured-projects-page .site-content__mask {
  transform: none;
  transform-origin: 100% 0; }

/**
 *   5.7 - Site footer
 */
.site-footer {
  bottom: 0;
  background: none; }
  .is--ie-le10 .site-footer {
    position: fixed; }
  @media only screen and (min-width: 900px) {
    .site-footer, .site-footer .bar--fixed {
      height: 70px;
      flex-basis: 70px; } }
  @media only screen and (min-width: 1420px) {
    .site-footer, .site-footer .bar--fixed {
      height: 105px;
      flex-basis: 105px; } }
  @media only screen and (min-width: 900px) {
    .site-footer .bar--fixed {
      padding-bottom: 0.9vh; } }
  @media not screen and (min-width: 900px) {
    .site-footer {
      padding-bottom: 0.75em;
      overflow: hidden; }
      .site-footer .site-branding, .site-footer .main-navigation, .site-footer .social-navigation, .site-footer .site-info, .site-footer .show-button {
        display: block;
        padding: 0.75em; } }
  .site-footer .sep {
    margin-left: .5em;
    margin-right: .5em; }

.site-info {
  flex-basis: 100%;
  justify-content: center;
  text-align: center; }

@media not screen and (min-width: 900px) {
  .show-button.caption.caption, .show-button.filter__text {
    padding-top: 0.75em; } }

.show-button .mobile-thumbnails-label {
  display: none; }
  @media not screen and (min-width: 1200px) {
    .show-button .mobile-thumbnails-label {
      display: block; } }

@media not screen and (min-width: 1200px) {
  .show-button .desktop-thumbnails-label {
    display: none; } }

.site-footer--single {
  color: #9B9B9B;
  font-weight: 300;
  font-size: 14px; }
  @media only screen and (min-width: 900px) {
    .site-footer--single {
      flex-basis: 9vh;
      -webkit-flex-basis: 9vh; } }
  @media not screen and (min-width: 900px) {
    .site-footer--single {
      flex-direction: column; } }

/**
 *   5.8 - Navigation main
 */
.nav--main [class*="current-menu-"] > a, .filter__item.active {
  position: relative; }
  .nav--main [class*="current-menu-"] > a:before, .filter__item.active:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    transform: translateY(50%);
    background-image: url("assets/svg/divider.svg");
    background-repeat: repeat-x;
    background-position: top center;
    opacity: 0.25; }

.nav--main {
  text-transform: uppercase; }
  .nav--main a {
    padding: 0.5em;
    font-size: 18px;
    line-height: 1.7;
    background: none !important; }
  @media only screen and (min-width: 900px) {
    .nav--main a {
      font-size: 15px;
      line-height: 1.8;
      padding: .25em 0; }
    .nav--main > .menu-item > a {
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .nav--main [class*="current-menu-"] > a:before {
      left: 0.75em;
      right: 0.75em; }
    .nav--main [class*="current-menu-"] [class*="current-menu-"] > a:before {
      left: 0;
      right: 0; }
    .nav--main .menu-item-has-children, .nav--main .menu-item-language-current {
      z-index: 999; }
      .nav--main .menu-item-has-children > a:after, .nav--main .menu-item-language-current > a:after {
        display: none;
        content: "+";
        margin-left: .5em; }
    .nav--main .sub-menu {
      display: block;
      opacity: 0;
      margin-top: 3px;
      pointer-events: none;
      border-radius: 4px;
      text-align: left;
      text-transform: none;
      font-size: 15px;
      line-height: 1.5;
      left: 50%;
      transform: translate(-50%, 0.5em);
      background: black;
      min-width: 12em;
      padding: 0.75em 1.25em;
      opacity: 0;
      pointer-events: none;
      will-change: transform, opacity;
      transition: opacity .2s ease-out, transform .2s ease-out;
      transform-origin: 0 0; }
      .is--ie-le10 .nav--main .sub-menu {
        transform: none !important;
        left: 0;
        pointer-events: auto !important; }
      .nav--main .sub-menu a {
        color: #dfdfdf;
        text-shadow: none; }
      .nav--main .sub-menu:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 10px; }
      .nav--main .sub-menu:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 100%;
        border: 10px solid transparent;
        border-top: 0;
        border-bottom-color: black;
        margin-left: -10px; }
        .is--ie-le10 .nav--main .sub-menu:after {
          left: 12px;
          margin-bottom: -2px; }
      .nav--main .sub-menu .menu-item:hover > a {
        color: white; }
    .no-touch .nav--main .menu-item:hover > .sub-menu,
    .touch .nav--main .menu-item.hover > .sub-menu {
      transform: translate(-50%, 0);
      opacity: 1;
      pointer-events: auto;
      transition: opacity .1s ease-out, transform .1s ease-out; }
    .nav--main .sub-menu .sub-menu {
      transform: translate(0, 0.5em);
      margin-top: -.75em; }
      .nav--main .sub-menu .sub-menu:after {
        display: none; }
    .nav--main .sub-menu .menu-item:hover > .sub-menu {
      transform: none; } }
  .is--ie-le10 .nav--main li {
    display: inline-block; }

.is--ie-le10 .menu-main-menu-container {
  margin: 0 auto; }
  .is--ie-le10 .menu-main-menu-container .nav--main {
    display: block;
    width: 100%; }
  .is--ie-le10 .menu-main-menu-container li {
    display: inline-block; }

.site-header {
  top: 0;
  position: fixed; }
  #demosite-activate-wrap ~ .site-header {
    top: 80px; }
  .admin-bar .site-header {
    top: 32px; }
  .admin-bar #demosite-activate-wrap ~ .site-header {
    top: 112px; }
  @media screen and (max-width: 782px) {
    .admin-bar .site-header {
      top: 46px; }
    .admin-bar #demosite-activate-wrap ~ .site-header {
      top: 126px; } }
  @media screen and (max-width: 600px) {
    .site-header {
      position: absolute; } }

@media not screen and (min-width: 900px) {
  .nav--main [class*="current-menu-"] > a:before, .filter__item.active:before {
    left: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    display: none; }
  .nav--main .current-menu-item > a:before, .filter__item.active:before {
    display: block; }
  .main-navigation {
    display: block;
    text-align: left; }
  .bar--fixed {
    position: static !important;
    width: 100%; }
  .nav--main .sub-menu {
    padding-left: 1.5em; }
  .site-header {
    width: auto !important;
    height: auto;
    position: fixed !important;
    z-index: 9999;
    left: 0;
    right: 48px !important;
    bottom: 0;
    background: white;
    transform: translate(-100%, 0);
    box-shadow: rgba(0, 0, 0, 0) 0 0 0;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease-in-out;
    /* easeOutQuart */ }
    .navigation--is-visible .site-header {
      box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px; }
    .site-header .bar--fixed {
      display: block !important;
      transform: none !important;
      overflow-y: auto;
      padding: 0.5em 1em; }
    .navigation--is-visible .site-header:not(.site-header--placeholder) {
      transform: translateZ(0);
      z-index: 10001; }
  .site-header--placeholder {
    box-shadow: none !important; }
  .nav--main {
    display: block; } }

.nav-toggle {
  position: fixed;
  top: 0px;
  left: 17px;
  z-index: 10001;
  margin-top: 30px;
  transform: translate(0, -50%);
  font-size: 1.5em;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0; }
  #demosite-activate-wrap ~ .nav-toggle {
    top: 80px; }
  .admin-bar .nav-toggle {
    top: 32px; }
  .admin-bar #demosite-activate-wrap ~ .nav-toggle {
    top: 112px; }
  @media screen and (max-width: 782px) {
    .admin-bar .nav-toggle {
      top: 46px; }
    .admin-bar #demosite-activate-wrap ~ .nav-toggle {
      top: 126px; } }
  @media only screen and (min-width: 900px) {
    .nav-toggle {
      display: none; } }
  .navigation--is-visible .nav-toggle {
    transform: translate(calc(100vw - 48px), -50%); }

.navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  transition: .3s opacity ease-in-out; }
  .navigation--is-visible .navigation-overlay {
    opacity: .3;
    pointer-events: auto; }

/**
 *   5.9 - Navigation social
 */
.nav--social .menu-item:not(.menu-item-language) a:before, .blog .item__thumb:not([style]):before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  text-align: center; }

@media not screen and (min-width: 900px) {
  .social-navigation {
    display: block;
    margin: 1em 0; } }

@media not screen and (min-width: 900px) {
  .nav--social {
    text-align: left; }
    .nav--social .menu-item {
      display: inline-block; } }

.nav--social .menu-item:not(.menu-item-language) {
  overflow: hidden;
  width: 2em;
  height: 2.4em; }
  .nav--social .menu-item:not(.menu-item-language) a {
    position: relative;
    padding-top: 50px; }
    .nav--social .menu-item:not(.menu-item-language) a:before {
      content: "";
      position: absolute;
      top: 4px;
      left: 50%;
      transform: translateX(-50%); }
      @media only screen and (min-width: 1600px) {
        .nav--social .menu-item:not(.menu-item-language) a:before {
          top: 6px; } }
    .nav--social .menu-item:not(.menu-item-language) a[href*="mailto:"]:before, .nav--social .menu-item:not(.menu-item-language) a[href*="mail"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="feed"]:before, .nav--social .menu-item:not(.menu-item-language) a[href*="rss"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="behance"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="delicious"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="deviantart"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="digg"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="dribbble"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="facebook"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="flickr"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="foursquare"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="github"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="plus.google"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="instagram"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="linkedin"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="pinterest"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="reddit"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="skype"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="soundcloud"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="spotify"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="stumbleupon"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="tumblr"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="twitter"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="vimeo"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="vine"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="vk.com"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="weibo"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="xing"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="yahoo"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="youtube"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="angel.co"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="yelp"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="last.fm"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="slideshare"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="twitch.tv"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="bloglovin"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="#search"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="medium.com"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="whatsapp"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="leanpub"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="renren"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="twitch.tv"]:before {
      content: ""; }
    .nav--social .menu-item:not(.menu-item-language) a[href*="500px.com"]:before {
      content: ""; }

.is--ie-le10 .nav--social li {
  display: inline-block; }

.is--ie-le10 .menu-short-container, .is--ie-le10 .toggle {
  display: inline-block; }

.is--ie-le10 .menu-social-menu-container {
  position: relative;
  top: 5px;
  display: inline-block; }

.is--ie-le10 .menu-social-menu-container {
  top: 0; }

/**
 *   5.10 - Single header
 */
.single-post .entry-title, .page .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.entry-title {
  word-wrap: break-word; }

.entry-header {
  text-align: center; }
  body.single-format-gallery .entry-header {
    max-width: none !important; }
  .entry-header .entry-meta {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .single-format-gallery .entry-header {
    max-width: none; }

.entry-featured.entry-gallery .tiled-gallery, .entry-featured.entry-gallery .gallery {
  margin: 30px 0; }

.entry-featured.entry-gallery .gallery {
  margin-left: -5px; }

.entry-featured.entry-gallery .gallery-item {
  padding-left: 5px;
  vertical-align: middle; }
  @media not screen and (min-width: 740px) {
    .entry-featured.entry-gallery .gallery-item {
      vertical-align: top; } }
  .entry-featured.entry-gallery .gallery-item img {
    width: 100%; }

.cover {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.cover-container {
  display: table;
  width: 100%; }
  @media only screen and (min-width: 740px) {
    .cover-container {
      padding: 0 50px; } }
  .full-height .cover-container {
    height: 100vh;
    min-height: 100vh; }
  .half-height .cover-container {
    height: 50vh;
    min-height: 50vh; }
  .two-thirds-height .cover-container {
    height: 66.666666vh;
    min-height: 66.666666vh; }
  .cover-container > .entry-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0; }

.page-template-default.page-has-featured-image h1.entry-title {
  color: white; }

.page-no-featured-image .entry-title {
  color: black; }

.page-template-default.page-has-featured-image .site-header--placeholder {
  display: none; }

.not-found .page-title {
  margin-top: 0; }

/**
 *   5.11 - Single content
 */
body:not(.page) .entry-header, body.single-format-gallery .entry-header .entry-title, .page-no-featured-image:not(.page-template-fullwidth-page) .entry-header, .single-post .entry-content, .single-post .entry-footer, .single-post .post-navigation, .page-template-default .entry-content, .page-template-default .entry-footer, .page-template-default .post-navigation, .attachment .entry-content, .attachment .entry-footer, .attachment .post-navigation, .not-found, .comments-area, .comment-respond, .nocomments {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto; }
  @media not screen and (min-width: 740px) {
    body:not(.page) .entry-header, body.single-format-gallery .entry-header .entry-title, .page-no-featured-image:not(.page-template-fullwidth-page) .entry-header, .single-post .entry-content, .single-post .entry-footer, .single-post .post-navigation, .page-template-default .entry-content, .page-template-default .entry-footer, .page-template-default .post-navigation, .attachment .entry-content, .attachment .entry-footer, .attachment .post-navigation, .not-found, .comments-area, .comment-respond, .nocomments {
      padding-left: 30px;
      padding-right: 30px; } }

.single-post .entry-content, .page-template-default .entry-content, .attachment .entry-content {
  padding-top: 30px;
  margin-bottom: 30px; }

.not-found {
  text-align: center; }

.entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.page-links {
  text-align: center; }
  .page-links span, .page-links a {
    padding: 8px 12px; }
  .page-links a {
    text-decoration: underline; }

.post-password-form p:last-child {
  position: relative; }
  .post-password-form p:last-child [name="post_password"] {
    padding-right: 40px; }
  .post-password-form p:last-child [type="submit"] {
    position: absolute;
    right: 4px;
    bottom: 4px; }

/**
 *   5.12 - Single footer
 */
.entry-footer {
  padding: 15px 0; }

.tags-links {
  float: left;
  font-size: 14px;
  word-break: break-word;
  -ms-word-wrap: break-word; }
  .tags-links a {
    margin-right: 5px;
    color: #9B9B9B; }
    .tags-links a:before {
      content: "#"; }
    .tags-links a:last-child {
      margin-right: 0; }

.edit-link {
  float: right; }

.metabox {
  font-size: 15px;
  font-weight: bold;
  display: inline-block; }
  .metabox button {
    text-transform: uppercase; }
  .metabox i {
    margin-right: 12px; }

/**
 *   5.13 - Comments
 */
.comment-number, .comment-number--dark, .comment-reply-title:before, .add-comment .add-comment__button {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  border: 2px solid #d3d3d3;
  border-radius: 3px;
  background: white; }

.comment-number--dark, .comment-reply-title:before, .add-comment .add-comment__button {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  border: 2px solid black;
  background-color: black;
  color: white; }

.comments-area {
  position: relative;
  padding-bottom: 50px; }
  .comments-area:before {
    border-top: 3px solid #D3D3D3;
    margin-top: 2em;
    margin-bottom: 36px;
    content: "";
    width: 100%;
    display: block; }
  @media only screen and (min-width: 900px) {
    .comments-area:after {
      content: "";
      position: absolute;
      left: 14px;
      top: 45px;
      bottom: 0;
      border-left: 2px solid #d3d3d3; } }
  .comments-area.no-comments:after {
    content: none; }
  .comments-area.no-comments:after {
    display: none; }

.comments-area-title .comments-title, .comments-area-title a {
  display: inline-block;
  vertical-align: middle; }

.comments-area-title a {
  font-size: 14px; }

.comments-area-title .comments-title {
  margin: 0;
  padding: 0;
  margin-right: 6px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none; }

.comments-area-title .total {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important; }

.no-comments .comments-area-title {
  margin-bottom: 12px; }

.comments_add-comment {
  margin-top: 3px; }

.comment-list {
  margin: 0;
  border-left: 0;
  padding-left: 0;
  padding-top: 0;
  list-style: none; }

li.comment, li.pingback {
  position: relative;
  display: block;
  margin-left: 0;
  margin-bottom: 50px;
  margin-top: 50px; }
  @media only screen and (min-width: 900px) {
    li.comment, li.pingback {
      padding-left: 42px; } }
  li.comment .comment-number, li.pingback .comment-number {
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 1; }
    @media not screen and (min-width: 900px) {
      li.comment .comment-number, li.pingback .comment-number {
        display: none; } }
  li.comment:last-child, li.pingback:last-child {
    margin-bottom: 0; }
    li.comment:last-child p:last-child, li.pingback:last-child p:last-child {
      margin-bottom: 0; }
  li.comment .children, li.pingback .children {
    position: relative;
    padding-top: 0; }
    .rtl li.comment .children, .rtl li.pingback .children {
      margin-right: 0; }
    @media only screen and (min-width: 900px) {
      .rtl li.comment .children li, .rtl li.pingback .children li {
        padding-left: 0;
        padding-right: 24px; }
      li.comment .children li:before, li.pingback .children li:before {
        content: "";
        position: absolute;
        top: 13px;
        border-top: 2px solid #d3d3d3; } }
    li.comment .children li .comment-number, li.pingback .children li .comment-number {
      border: 2px solid #d3d3d3; }
  li.comment a, li.pingback a {
    border: 0;
    background: transparent; }
  li.comment .comment-respond, li.pingback .comment-respond {
    margin-top: 30px; }

li.depth-2:before {
  left: -28px;
  width: 30px; }
  .rtl li.depth-2:before {
    left: auto;
    right: -14px; }

@media only screen and (min-width: 900px) {
  li.depth-3:before {
    left: -70px;
    width: 70px; }
  li.depth-4:before {
    left: -112px;
    width: 112px; }
  li.depth-5:before {
    left: -154px;
    width: 154px; }
  li.depth-6:before {
    left: -196px;
    width: 196px; }
  li.depth-7:before {
    left: -238px;
    width: 238px; }
  li.depth-8:before {
    left: -280px;
    width: 280px; }
  li.depth-9:before {
    left: -322px;
    width: 322px; }
  li.depth-10:before {
    left: -364px;
    width: 364px; } }

.comment__meta {
  font-size: 15px; }

.comment__author-name {
  font-weight: 900;
  margin-right: 3px; }
  .comment__author-name a {
    color: black; }

.comment-article {
  margin-bottom: 0; }
  .comment-article:hover .comment-edit-link, .comment-article:hover .comment-reply-link {
    opacity: 1; }

.comment__avatar:empty {
  display: none; }

.comment__avatar img {
  height: auto; }

.comment__timestamp {
  color: #9B9B9B; }

.comment__avatar {
  margin-bottom: 12px; }

.comment__content {
  position: relative; }
  .comment__content p:first-child {
    padding-top: 0; }

.comment__links {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px; }
  .comment__links a {
    padding-bottom: 2px;
    border-bottom: 1px solid #000; }

.comment-edit-link, .comment-reply-link {
  color: #9B9B9B;
  opacity: 0;
  margin-right: 12px;
  transition: opacity .15s ease-in-out;
  transform: translateZ(0); }

.comment-reply-link {
  color: #9B9B9B; }

.comment-form p.logged-in-as {
  margin-bottom: 12px; }

.comment-reply-title {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-transform: none; }
  .comment-reply-title:before {
    content: "+";
    margin-right: 12px; }
    .comment .comment-reply-title:before {
      display: none; }
  .comment-reply-title .comment-number {
    line-height: 44px; }
  .comment-reply-title a {
    margin-top: -7px; }

.no-comments + .comment-respond .comment-reply-title {
  margin: 0; }

.comment-respond {
  position: relative;
  margin-bottom: 12px; }
  .comment .comment-respond {
    padding-left: 0;
    margin-right: 0; }

.no-comments + .comment-respond .comment-reply-title:before {
  display: none; }

#cancel-comment-reply-link {
  font-style: normal;
  font-size: 16px;
  text-decoration: underline;
  font-family: Ek Mukta, sans-serif; }

.comment .comment-form {
  padding-left: 0; }

.comment-form label {
  display: none; }

.lt-ie9 .comment-form label {
  display: block; }

.comment-form input, .comment-form textarea {
  box-shadow: none; }

.comment-form p {
  padding-top: 0;
  margin-bottom: 20px; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 100%;
  display: inline-block;
  margin-bottom: 0; }
  .comment-form-author label,
  .comment-form-email label,
  .comment-form-url label {
    display: none; }
  .comment-form-author input,
  .comment-form-email input,
  .comment-form-url input {
    width: 100%; }
  .lt-ie9 .comment-form-author, .lt-ie9
  .comment-form-email, .lt-ie9
  .comment-form-url {
    width: 30%;
    float: none;
    display: inline-block; }

@media only screen and (min-width: 900px) {
  .comment-form-author,
  .comment-form-email {
    width: 50%; } }

.comment-form-comment,
.logged-in-as {
  width: 100%; }

.comment-subscription-form {
  margin-left: 18px; }

.comment-form-comment textarea,
.comment-subscription-form textarea {
  width: 100%;
  max-width: 100%; }

.form-submit {
  margin-bottom: 0;
  float: right; }
  .form-submit #comment-submit {
    float: right; }
    .lt-ie9 .form-submit #comment-submit {
      width: 100px; }

.comment-subscription-form {
  float: left;
  clear: left;
  margin-top: 6px;
  margin-bottom: 3px; }
  .comment-subscription-form + .comment-subscription-form {
    margin-top: 0; }
  .comment-subscription-form input[type="checkbox"] {
    margin-right: 6px;
    position: relative;
    top: -0.05em; }

.add-comment {
  margin-top: 6px; }
  .add-comment .add-comment__button {
    position: relative;
    z-index: 1;
    margin-right: 6px;
    font-size: 24px; }
  .add-comment .add-comment__text {
    font-size: 20px;
    font-weight: bold; }

.comment-navigation {
  position: relative;
  padding-left: 42px;
  margin-top: 24px;
  margin-bottom: 24px; }
  .comment-navigation .comment-number {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px; }
  .comment-navigation .comment-navigation__title {
    margin-top: 0;
    padding-top: 0;
    font-size: 28px;
    line-height: 30px;
    text-transform: none; }
  .comment-navigation .nav-previous a, .comment-navigation .nav-next a {
    font-size: 18px; }
  .comment-navigation .nav-previous {
    float: left; }
  .comment-navigation .nav-next {
    float: right; }

.nocomments {
  padding-top: 0; }
  .nocomments, .nocomments span {
    line-height: 30px; }
  .nocomments span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px; }

.no-comments-box {
  position: relative;
  z-index: 1; }

.rtl .comment-list > .comment, .rtl .comment-list > .pingback {
  padding-left: 0;
  padding-right: 3em; }

.rtl .comment-article {
  margin-left: 0;
  margin-right: 1.5em; }

.rtl .comments-title {
  margin-right: 0;
  margin-left: 3px; }

.rtl .comment-number {
  margin-right: 0;
  right: 0; }

.rtl .comments-area-title .total.comment-number,
.rtl .comment-reply-title:before {
  margin-right: 0;
  margin-left: 0.85714em; }

.rtl .comments-area:before {
  left: auto;
  right: 1.5em; }

.comment-form-cookies-consent {
  margin-left: 24px; }
  .comment-form-cookies-consent label {
    display: inline-block; }

.comment-article:focus-within .comment-edit-link,
.comment-article:focus-within .comment-reply-link {
  opacity: 1; }

/**
 *   5.14 - Filmstrip
 */
.filmstrip {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  position: absolute; }
  .is--ie-le10 .filmstrip {
    padding-left: 100px; }
  @media not screen and (min-width: 740px) {
    .filmstrip {
      padding-left: 1em; } }

.filmstrip__item {
  margin-right: 10px;
  width: 23vw;
  min-width: 18em;
  display: none;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-grow: 0;
  -webkit-flex-grow: 0; }
  .filmstrip__item .entry-content {
    font-size: 0.875em; }
  .is--ie-le10 .filmstrip__item {
    vertical-align: top; }
  @media not screen and (min-width: 740px) {
    .filmstrip__item .entry-header.entry-header {
      padding: 0; } }

.blog .filmstrip {
  height: initial;
  flex-direction: column;
  justify-content: center;
  padding: 0; }

.blog .filmstrip__item {
  flex-direction: column;
  margin-right: 0;
  margin-bottom: 52px; }
  @media not screen and (min-width: 900px) {
    .blog .filmstrip__item {
      width: auto;
      min-width: initial; } }

.blog .item__thumb {
  position: relative;
  display: block;
  flex: 0 10 35vh;
  background-size: 100% 100%;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-height: 480px) and (min-width: 400px) {
    .blog .item__thumb {
      flex: 0 10 100vh; } }
  .blog .item__thumb:not([style]) {
    background: #ebebeb;
    position: relative; }
    .blog .item__thumb:not([style]):before {
      content: "";
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 15vh;
      transform: translateX(-50%) translateY(-50%); }

.blog .post-meta {
  left: 7vw;
  bottom: 20px;
  width: 36px;
  height: 28px;
  background-size: cover; }

.blog .post-meta__content {
  font-size: 12px;
  top: 17px;
  left: 20px; }

.blog .item__text {
  flex: 1 1 auto;
  padding: 0 7vw; }
  @media screen and (orientation: landscape) {
    .is--ipad .blog .item__text {
      flex: 1 0 100%; } }
  .blog .item__text .entry-meta {
    font-size: 12px;
    margin-top: 24px;
    margin-bottom: 4px; }
    .blog .item__text .entry-meta a {
      color: #9B9B9B; }
  .blog .item__text .entry-title {
    margin-bottom: 10px;
    font-size: 20px; }

.blog .divider {
  display: none; }

.blog .posted-on {
  margin-right: 10px; }

.blog .entry-content {
  font-size: 16px; }

.blog .entry-content p {
  margin-bottom: 0; }

@media only screen and (min-width: 740px) {
  .blog .filmstrip__item {
    padding: 0 19vw; }
  .blog .post-meta {
    left: 20px;
    bottom: 20px;
    width: 43px;
    height: 34px;
    background-size: cover; }
  .blog .post-meta__content {
    font-size: 15px;
    top: 21px;
    left: 25px; }
  .blog .item__text {
    padding: 0; }
    .blog .item__text .entry-meta {
      font-size: 14px;
      margin-top: 22px;
      margin-bottom: 0px; }
      .blog .item__text .entry-meta a {
        color: #000; }
    .blog .item__text .entry-title {
      margin-bottom: 6px;
      font-size: 24px; }
  .blog .posted-on {
    margin-right: 0; }
  .blog .entry-content {
    font-size: 18px; }
  .blog .divider {
    display: inline-block; } }

@media only screen and (min-width: 900px) {
  .blog .filmstrip {
    height: 100%;
    flex-direction: row;
    justify-content: initial;
    border: 0; }
  .blog .filmstrip__item {
    padding: 0;
    margin-right: 30px;
    margin-bottom: 0;
    min-width: 30vw; }
  .blog .item__thumb {
    flex: 0 10 30vw; }
  .blog .entry-header {
    padding-right: 0; }
  .blog .entry-content {
    font-size: 16px; }
  .blog .filter {
    display: flex;
    justify-content: center;
    align-items: center; }
    .blog .filter .filter__item {
      font-size: 14px; } }

@media only screen and (min-width: 1200px) {
  .blog .filmstrip__item {
    min-width: 26vw; }
  .blog .item__thumb {
    flex: 0 10 26vw; } }

@media only screen and (min-width: 1420px) {
  .blog .filmstrip__item {
    min-width: 25vw; }
  .blog .item__thumb {
    flex: 0 10 25vw; } }

.is--ie-le10 .blog .filmstrip {
  width: 10000px; }

.is--ie-le10 .blog .filmstrip__item {
  display: inline-block !important;
  height: 100%; }

.is--ie-le10 .blog .site-sidebar--archive {
  display: inline-block;
  height: 100%;
  width: 50px;
  margin-left: 20px; }

.is--ie-le10 .blog .item__thumb {
  height: 19vw; }

.is--ie9 .blog .filmstrip__item {
  overflow: visible; }

.is--ie9 .blog .site-sidebar--archive {
  position: relative !important;
  padding-top: 15%; }

.is--ie9 .blog .post-meta__content {
  top: 2px;
  left: 19px; }

.project_layout-filmstrip .u-header--fixed {
  position: fixed;
  left: 0.9vh;
  right: 0.9vh;
  width: auto; }

/**
 *   5.15 - Full view
 */
.site-content--fullview {
  z-index: 10000; }
  .site-content--fullview .site-content__mask {
    display: none; }

.fullview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  transition: background-color .3s ease-in-out; }
  .is--ie-le10 .fullview {
    display: none; }
  .fullview--visible {
    opacity: 1;
    pointer-events: auto; }
    .is--ie-le10 .fullview--visible {
      display: block; }
  .fullview__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }
    .fullview__image iframe {
      width: 100% !important;
      height: 100% !important; }
    .fullview__image img {
      width: 100%; }
  .fullview__close {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 3.5em;
    right: 3.5em;
    cursor: pointer;
    z-index: 10;
    background: url("assets/svg/close-button.svg") no-repeat;
    background-size: cover; }
    @media not screen and (min-width: 1200px) {
      .fullview__close {
        top: 1em;
        right: 1em;
        opacity: 0.33; } }
  .fullview .rsArrow {
    opacity: .5;
    transition: opacity .3s linear;
    padding: 1.5em; }
    .fullview .rsArrow:hover {
      opacity: 1; }
    .fullview .rsArrow .rsArrowIcn {
      border-color: white;
      width: 1.250em;
      height: 1.250em;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0; }
    @media not screen and (min-width: 1200px) {
      .fullview .rsArrow {
        opacity: 0.33; } }
  .fullview .rsArrowLeft {
    left: 3.7em;
    margin-left: -1.5em; }
    .fullview .rsArrowLeft .rsArrowIcn {
      transform: translate3d(0, -50%, 0) rotate(45deg); }
    @media not screen and (min-width: 1200px) {
      .fullview .rsArrowLeft {
        left: 1em; } }
  .fullview .rsArrowRight {
    right: 3.7em;
    margin-right: -1.5em; }
    .fullview .rsArrowRight .rsArrowIcn {
      transform: translate3d(-100%, -50%, 0) rotate(-45deg); }
    @media not screen and (min-width: 1200px) {
      .fullview .rsArrowRight {
        right: 1em; } }

/**
 *   5.16 - Portfolio
 */
.touch .single-jetpack-portfolio .site-footer {
  padding-bottom: 0; }

img {
  will-change: opacity; }

.proof__overlay {
  display: none; }

.portfolio {
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  pointer-events: none; }
  @media only screen and (min-width: 900px) {
    .portfolio {
      left: 0.9vh;
      padding-left: 73.33333px; } }
  @media only screen and (min-width: 1200px) {
    .portfolio {
      padding-left: 110px; } }
  .project_layout-fullscreen .portfolio {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .site-content--fullscreen .portfolio {
    opacity: 1;
    pointer-events: auto;
    position: static; }
  .portfolio__header {
    flex-direction: column;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    justify-content: center;
    -webkit-justify-content: center;
    padding-right: 4em; }
    .portfolio__header .entry-header {
      text-align: left; }
    @media not screen and (min-width: 740px) {
      .portfolio__header {
        padding-right: 1em; } }
  .portfolio__link-wrap {
    flex-shrink: 0; }
  .portfolio__title, .portfolio__type {
    margin: 0;
    padding: 0; }
  .portfolio__type {
    text-transform: uppercase;
    font-weight: bold; }
    @media not screen and (min-width: 1200px) {
      .portfolio__type {
        font-size: 0.9em; } }
    @media not screen and (min-width: 740px) {
      .portfolio__type {
        font-size: 0.75em;
        margin-bottom: -0.75em; } }
    .portfolio-category .portfolio__type {
      display: none; }
  .portfolio__position {
    font-weight: bold;
    font-size: 13px; }
  .portfolio__item {
    position: relative;
    background: #eee;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: 1em;
    will-change: opacity;
    transition: opacity .3s ease-in-out;
    cursor: pointer; }
    .portfolio__item img {
      width: 100%; }
    .portfolio__item--content {
      min-width: 40em; }
  .portfolio__item--target {
    background: none; }
    .portfolio__item--target img {
      opacity: 0; }
  .portfolio__item--text {
    opacity: 1;
    width: 32em;
    background: white;
    -moz-column-width: 24em;
         column-width: 24em;
    -moz-column-gap: 4em;
         column-gap: 4em;
    -moz-column-fill: balance;
    /* Firefox */
    column-fill: balance;
    padding: 0 3em 0 1em;
    cursor: default;
    font-size: 0.875em; }
    @media not screen and (min-width: 900px) {
      .portfolio__item--text {
        padding-top: 0.75em; } }
    @media not screen and (min-width: 600px) {
      .portfolio__item--text {
        width: 96vw;
        -moz-column-width: calc(96vw - 4em - 20px);
             column-width: calc(96vw - 4em - 20px);
        -moz-column-gap: 2em;
             column-gap: 2em;
        padding-left: 20px;
        padding-right: 2em; } }
    .portfolio__item--text > :first-child {
      margin-top: 0;
      padding-top: 0; }
  .portfolio__item--video {
    max-width: 100vw;
    height: 100%; }
    body.is-scrolling .portfolio__item--video iframe {
      pointer-events: none; }
    .portfolio__item--video iframe {
      max-width: 100%; }
    .portfolio__item--video .jetpack-video-wrapper {
      max-width: 100%;
      height: 100%; }
  .portfolio--grid {
    overflow-x: hidden;
    overflow-y: auto;
    flex-wrap: wrap;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    z-index: 100;
    height: 100%;
    height: calc(100vh - 60px); }
    @media only screen and (min-width: 900px) {
      .portfolio--grid {
        right: 0.9vh;
        height: calc(100vh - 83.33333px); } }
    @media only screen and (min-width: 1420px) {
      .portfolio--grid {
        height: calc(100vh - 125px); } }
    @media not screen and (min-width: 740px) {
      .portfolio--grid {
        padding-left: 1em; } }
    .portfolio--grid .portfolio__item {
      opacity: 0; }
      .portfolio--grid .portfolio__item img {
        opacity: 0; }
        .page-template-portfolio-page .portfolio--grid .portfolio__item img {
          opacity: 1; }
    .portfolio--grid.portfolio--visible .portfolio__item {
      opacity: 1; }
  .portfolio--filmstrip {
    z-index: 350;
    opacity: 0; }
    .portfolio--filmstrip.portfolio--visible {
      opacity: 1; }
  .portfolio .portfolio__item--target .portfolio__item--clone ~ img {
    opacity: 0 !important; }
  .portfolio--grid .portfolio__item {
    margin-right: .5em;
    margin-bottom: .5em;
    height: 15vh;
    position: relative; }
    @media not screen and (min-width: 740px) {
      .portfolio--grid .portfolio__item {
        height: 13vh; } }
    @media only screen and (max-height: 480px) and (min-width: 400px) {
      .portfolio--grid .portfolio__item {
        height: 40vh; } }
  .portfolio--grid:after {
    display: block;
    width: 100%;
    height: 15vh; }
  .portfolio--project {
    width: 100%;
    height: auto;
    position: static;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-bottom: .5em; }
  .portfolio--project .portfolio__item {
    margin-bottom: 0; }
  .portfolio--visible {
    pointer-events: auto; }
  .portfolio__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .portfolio__flex {
    display: flex; }

.page-template-custom-portfolio-page:not(.single-jetpack-portfolio) .portfolio--grid,
.tax-jetpack-portfolio-type .portfolio--grid,
.tax-jetpack-portfolio-tag .portfolio--grid {
  padding-bottom: 0;
  display: none;
  opacity: 1; }
  @media not screen and (min-width: 900px) {
    .page-template-custom-portfolio-page:not(.single-jetpack-portfolio) .portfolio--grid,
    .tax-jetpack-portfolio-type .portfolio--grid,
    .tax-jetpack-portfolio-tag .portfolio--grid {
      padding-left: 7vw;
      padding-right: 7vw; } }

.portfolio-wrapper .portfolio--project:last-of-type {
  margin-bottom: 30px; }

.is--ie-le10 .portfolio-wrapper .portfolio__link-wrap, .is--ie-le10 .portfolio-wrapper .portfolio__header, .is--ie-le10 .portfolio-wrapper .portfolio__item {
  display: inline-block;
  vertical-align: middle; }

.is--ie-le10 .portfolio__item {
  display: inline-block; }

.button-full {
  position: absolute;
  top: 3px;
  right: 4px;
  background: url("assets/svg/fullscreen.svg");
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  will-change: opacity;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  pointer-events: none; }
  .portfolio__item--active .button-full {
    opacity: 1;
    pointer-events: auto; }

.js-last,
.js-reference,
.js-compare {
  color: white;
  margin-top: -100px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 0.5em;
  z-index: 99999999999; }

.js-last {
  border-left: 0.2em solid green;
  background-color: rgba(0, 128, 0, 0.25); }

.js-reference {
  border-left: 0.2em solid blue;
  background-color: rgba(0, 0, 255, 0.25); }

.js-compare {
  border-left: 0.2em solid gray;
  background-color: rgba(128, 128, 128, 0.25); }

.portfolio__item--video .wp-audio-shortcode {
  min-width: 500px; }
  .portfolio__item--video .wp-audio-shortcode .mejs-mediaelement {
    top: 50%;
    transform: translateY(-50%); }

.portfolio__item--video .mejs-mediaelement {
  position: static; }

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  from {
    background-position-x: -100px; }
  to {
    background-position-x: 100px; } }

/* Standard syntax */
@keyframes mymove {
  from {
    background-position-x: -100px; }
  to {
    background-position-x: 100px; } }

.is--ie-le10 .portfolio--project,
.no-flexbox .portfolio--project {
  white-space: nowrap; }

.is--ie-le10 .portfolio--grid,
.no-flexbox .portfolio--grid {
  padding-left: 2em; }

.is--ie-le10 .portfolio--filmstrip,
.no-flexbox .portfolio--filmstrip {
  width: 100%;
  white-space: nowrap;
  padding-left: 110px; }
  .is--ie-le10 .portfolio--filmstrip, .is--ie-le10 .portfolio--filmstrip > .portfolio__item,
  .no-flexbox .portfolio--filmstrip,
  .no-flexbox .portfolio--filmstrip > .portfolio__item {
    height: calc(100vh - 230px);
    display: inline-block; }
  .is--ie-le10 .portfolio--filmstrip .portfolio__item,
  .no-flexbox .portfolio--filmstrip .portfolio__item {
    overflow: hidden; }

.portfolio__item--nav {
  padding-left: 30px;
  flex-basis: 210px; }
  .portfolio__item--nav a {
    display: block;
    margin-bottom: 15px; }
  .portfolio__item--nav .caption, .portfolio__item--nav .filter__text {
    padding-top: 0; }
  .portfolio__item--nav .nav__label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 4px; }
  .portfolio__item--nav .nav__link--archive {
    margin-top: 35px; }

.is--ie .portfolio__header {
  display: block;
  float: left; }

.is--ie .portfolio__link-wrap {
  display: block;
  white-space: nowrap; }
  .is--ie .portfolio__link-wrap > * {
    display: inline-block; }

.is--ie-le10 .portfolio-wrapper {
  padding-bottom: 125px; }

/**
 *   5.17 - Filter
 */
.filter {
  width: 100%;
  height: 100%;
  align-self: center;
  -webkit-align-self: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
  border: 0 solid transparent;
  border-width: 1em 3em;
  overflow: hidden; }
  .filter__item {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0.5em;
    padding: 0; }
    .filter__item.active {
      font-weight: bold; }
  @media not screen and (min-width: 900px) {
    .filter:not(.filter--mobile) {
      display: none; } }

.mobile-filter-wrapper {
  position: relative;
  font-size: 12px;
  color: #9B9B9B;
  padding-right: 15px; }
  @media not screen and (min-width: 900px) {
    .mobile-filter-wrapper {
      flex: 0 0 50%; } }
  @media only screen and (min-width: 900px) {
    .mobile-filter-wrapper {
      display: none !important; } }
  .mobile-filter-wrapper > * {
    margin-top: -3px; }
  .mobile-filter-wrapper:after {
    content: "+";
    position: absolute;
    top: -4px;
    right: 0; }

.filter--mobile {
  position: absolute;
  right: 12px;
  top: 2px;
  width: auto;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #9B9B9B;
  letter-spacing: 0.078em;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent; }
  @media only screen and (min-width: 740px) {
    .filter--mobile {
      font-size: 14px;
      letter-spacing: 0.092em; } }

/**
 *   5.18 - Photo meta
 */
.photometa {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  padding: 10em 1.5em 1em;
  color: white;
  transition: opacity .3s ease-in-out;
  -webkit-font-smoothing: initial;
  z-index: 2000;
  pointer-events: none; }
  .hide-meta.hide-meta .photometa {
    opacity: 0 !important; }
  .photometa:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }
  .photometa__caption, .photometa__description, .photometa__exif {
    transition: opacity .3s ease-in-out;
    flex-grow: 0;
    -webkit-flex-grow: 0; }
  .photometa__description, .photometa__exif {
    opacity: 0; }
    .portfolio--details .portfolio__item--active .photometa__description, .portfolio--details .portfolio__item--active .photometa__exif {
      opacity: 1; }
    @media not screen and (min-width: 900px) {
      .touch .portfolio--details .photometa__description, .touch .portfolio--details .photometa__exif {
        opacity: 1; } }
  .portfolio--details .photometa.no-caption {
    opacity: 0 !important; }
  .portfolio--details .photometa,
  .portfolio--details .portfolio__item--active .photometa {
    opacity: 1 !important; }
  .photometa__description {
    width: 100%;
    font-size: 14px;
    line-height: 1.65em;
    margin-bottom: 1em; }
    .photometa__description > div {
      max-width: 40em; }
  .photometa__exif, .photometa__caption {
    font-size: 12px; }
  .photometa__caption {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin-top: .5em;
    margin-right: 1em;
    opacity: 0.5;
    line-height: 1.3em;
    padding-bottom: 0.5em; }
    .portfolio__item--active .photometa__caption {
      opacity: 1; }
  .portfolio--grid .photometa {
    padding: 0em 0.6em 0.1em; }

.portfolio--grid .photometa:before,
.portfolio--grid .photometa__exif,
.portfolio--grid .photometa__description {
  display: none;
  min-height: 0; }

/**
 *   5.19 - Exif
 */
.exif {
  list-style: none;
  margin: 0;
  padding: 0; }

.exif__item {
  margin-left: 0;
  margin-right: 1.5em;
  display: inline-block; }
  .exif__item:last-child {
    margin-right: 0; }

.exif__icon {
  display: inline-block;
  height: 20px;
  background-repeat: no-repeat;
  margin-bottom: -6px;
  margin-right: .5em; }
  .exif__icon--aperture {
    width: 18px;
    background-image: url("assets/svg/exif-aperture.svg"); }
  .exif__icon--camera {
    width: 19px;
    background-image: url("assets/svg/exif-camera.svg"); }
  .exif__icon--exposure {
    width: 19px;
    background-image: url("assets/svg/exif-exposure.svg"); }
  .exif__icon--focal {
    width: 19px;
    background-image: url("assets/svg/exif-focal.svg"); }
  .exif__icon--iso {
    width: 27px;
    background-image: url("assets/svg/exif-iso.svg"); }

/**
 *   5.20 - Preloader
 */
.absolute-center, .preloader__center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.preloader {
  width: 5em;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  position: relative; }
  .preloader__spinner {
    font-size: 2em;
    position: absolute;
    z-index: 10000;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin-left: -8px; }
  .preloader i {
    display: block;
    position: absolute;
    left: .4629em;
    bottom: 0;
    width: .074em;
    height: .2777em;
    border-radius: .5em;
    background-color: transparent;
    transform-origin: center -.2222em;
    -webkit-animation: spinner-fade 1s infinite linear;
            animation: spinner-fade 1s infinite linear; }
    .preloader i:nth-child(1) {
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      transform: rotate(0deg); }
    .preloader i:nth-child(2) {
      -webkit-animation-delay: 0.083s;
              animation-delay: 0.083s;
      transform: rotate(30deg); }
    .preloader i:nth-child(3) {
      -webkit-animation-delay: 0.166s;
              animation-delay: 0.166s;
      transform: rotate(60deg); }
    .preloader i:nth-child(4) {
      -webkit-animation-delay: 0.249s;
              animation-delay: 0.249s;
      transform: rotate(90deg); }
    .preloader i:nth-child(5) {
      -webkit-animation-delay: 0.332s;
              animation-delay: 0.332s;
      transform: rotate(120deg); }
    .preloader i:nth-child(6) {
      -webkit-animation-delay: 0.415s;
              animation-delay: 0.415s;
      transform: rotate(150deg); }
    .preloader i:nth-child(7) {
      -webkit-animation-delay: 0.498s;
              animation-delay: 0.498s;
      transform: rotate(180deg); }
    .preloader i:nth-child(8) {
      -webkit-animation-delay: 0.581s;
              animation-delay: 0.581s;
      transform: rotate(210deg); }
    .preloader i:nth-child(9) {
      -webkit-animation-delay: 0.664s;
              animation-delay: 0.664s;
      transform: rotate(240deg); }
    .preloader i:nth-child(10) {
      -webkit-animation-delay: 0.747s;
              animation-delay: 0.747s;
      transform: rotate(270deg); }
    .preloader i:nth-child(11) {
      -webkit-animation-delay: 0.83s;
              animation-delay: 0.83s;
      transform: rotate(300deg); }
    .preloader i:nth-child(12) {
      -webkit-animation-delay: 0.913s;
              animation-delay: 0.913s;
      transform: rotate(330deg); }
  .portfolio-wrapper .preloader {
    width: 100%;
    height: 5em;
    margin-top: -1.3em;
    margin-bottom: 1em; }

@-webkit-keyframes spinner-fade {
  0% {
    background-color: #69717d; }
  100% {
    background-color: transparent; } }

@keyframes spinner-fade {
  0% {
    background-color: #69717d; }
  100% {
    background-color: transparent; } }

/**
 *   5.21 - Entry thumbnail
 */
.entry-thumbnail {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background: #eee; }
  .entry-thumbnail img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }

.post-meta {
  width: 44px;
  height: 33px;
  position: absolute;
  bottom: 1em;
  left: 1em;
  background: url("assets/svg/postmeta.svg") no-repeat; }

.post-meta__content {
  color: white;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 24px;
  transform: translate3d(-50%, -50%, 0); }
  .post-meta__content .fa {
    font-size: 12px;
    padding-left: 2px; }

/**
 *   5.22 - Entry header
 */
.blog .site, .archive .site, .search .site {
  display: flex;
  display: -webkit-flex;
  flex-direction: column; }

@media not screen and (min-width: 740px) {
  .blog .site-footer, .archive .site-footer, .search .site-footer {
    display: none; } }

.blog .entry-header, .archive .entry-header, .search .entry-header {
  text-align: left; }

.blog .entry-meta, .archive .entry-meta, .search .entry-meta {
  margin-top: 1.75em;
  font-size: 14px;
  font-weight: normal; }

.blog .divider, .archive .divider, .search .divider {
  min-width: 1.5em;
  margin: 0 0.75em 0 0.5em; }
  .blog .divider:before, .archive .divider:before, .search .divider:before {
    width: 1.5em;
    opacity: 0.25; }

.blog .entry-title, .archive .entry-title, .search .entry-title {
  line-height: 1.5; }

.blog .entry-content p, .archive .entry-content p, .search .entry-content p {
  line-height: 1.5; }

/**
 *   5.23 - Search form
 */
.search-form {
  width: 100%;
  height: 38px;
  border: 2px solid #d7d7d7;
  overflow: hidden; }
  .search-form, .search-form + p {
    max-width: 620px;
    margin: 0 auto; }
  .search-form > label, .search-form .search-field {
    display: block;
    box-sizing: border-box;
    height: 34px; }
  .search-form .search-field {
    padding: 8px 12px;
    border: 0;
    width: 100%;
    outline: 0; }
  .search-form .search-submit {
    height: 34px;
    padding: 0 10px 3px 10px;
    float: right;
    transform: translateY(-100%);
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid white; }

/**
 *   5.24 - RoyalSlider
 */
.royalSlider, .pixslider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > *, .pixslider > * {
  float: left; }

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

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

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

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

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

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

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

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

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

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

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

.royalSlider.rsFullscreen, .rsFullscreen.pixslider {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

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

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

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

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

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

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

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

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

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

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

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

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

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

.rsPlayBtnIcon {
  cursor: pointer;
  display: block;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 40px;
  font-family: FontAwesome;
  transform: translateY(-50%) translateX(-50%);
  opacity: .6;
  transition: all .2s linear;
  height: 80px;
  width: 80px;
  padding-left: 8px;
  line-height: 78px;
  color: white;
  border: 3px solid white;
  border-radius: 50%; }
  .rsPlayBtnIcon:after {
    cursor: pointer;
    content: ""; }

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

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

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

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

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

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

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

img.rsImg {
  max-width: none; }

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

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

.rsNoDrag {
  cursor: auto; }

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

.pixslider {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  transform: translateZ(0); }
  .pixslider img {
    width: 100%;
    height: auto;
    display: block; }
  .pixslider p {
    margin-bottom: 0; }

.pixslider__slide {
  width: 100%; }

.rsArrow {
  display: block;
  color: white;
  position: absolute;
  top: 50%;
  z-index: 15; }
  .rsArrow .rsArrowIcn {
    border-bottom: 2px solid black; }
    .is--ie .rsArrow .rsArrowIcn {
      background: rgba(0, 0, 0, 0.01); }

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

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

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

.rsBullets {
  width: 100%;
  display: block;
  text-align: center; }

.rsBullet {
  display: inline-block;
  margin: 2px 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -999em;
  background-color: #cacaca;
  cursor: pointer;
  transition: background-color .3s linear; }

.rsNavSelected {
  background-color: black; }

.rsImg {
  display: block; }

.royalSlider, .pixslider {
  opacity: 0; }
  .royalSlider.slider--loaded, .slider--loaded.pixslider {
    opacity: 1; }

.rsArrow {
  width: 36px;
  height: 66px;
  opacity: 0.5;
  z-index: 500;
  transform: translateY(-50%); }
  @media only screen and (min-width: 900px) {
    .rsArrow {
      width: 85px;
      height: 68px;
      opacity: 1; } }

.rsArrowIcn {
  height: 12px;
  width: 12px;
  margin: 22px auto 0 auto;
  border-color: black; }
  @media only screen and (min-width: 900px) {
    .rsArrowIcn {
      height: 35px;
      width: 35px; } }

.pixcode-slider[data-arrows] .rsArrow {
  background: transparent; }

.pixcode-slider[data-arrows] .rsArrowIcn {
  border-color: black; }

.pixcode-slider[data-arrows] .slide {
  padding: 0 50px; }

.pixslider {
  margin-bottom: 40px; }
  .pixslider .rsArrow {
    top: 40%; }
    .pixslider .rsArrow:hover .rsArrowIcn {
      border-color: black; }
  .pixslider .rsArrowIcn {
    width: 15px;
    height: 15px;
    border-color: #9B9B9B;
    transition: all .3s linear; }
  @media only screen and (min-width: 1200px) {
    .pixslider .rsArrowLeft {
      left: -120px; }
    .pixslider .rsArrowRight {
      right: -120px; } }
  .pixslider .rsOverflow {
    margin-bottom: 40px; }

.video_autoplay .rsImg,
.video_autoplay .rsBtnCenterer {
  opacity: 0; }

.projects-slider .rsBullet {
  background: transparent;
  border: 3px solid black;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  transition: .2s background linear; }

.projects-slider .rsNavSelected {
  background: black; }

@media not screen and (min-width: 900px) {
  .pixslider[data-arrows] .slide {
    padding: 0 35px; } }

/**
 *   5.25 - Fullscreen slider
 */
.page-template-featured-projects-page {
  overflow: hidden; }

.fullscreen-slider, .projects-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 0;
  background: #222; }
  .fullscreen-slider .rsContent, .projects-slider .rsContent {
    width: auto;
    height: auto; }
  .fullscreen-slider .rsArrow, .projects-slider .rsArrow {
    width: 78px; }
  .fullscreen-slider .rsArrowLeft, .projects-slider .rsArrowLeft {
    padding-left: 42px; }
  .fullscreen-slider .rsArrowRight, .projects-slider .rsArrowRight {
    padding-right: 42px; }
  @media not screen and (min-width: 900px) {
    .fullscreen-slider .rsArrow, .projects-slider .rsArrow {
      width: 56px; }
    .fullscreen-slider .rsArrowLeft, .projects-slider .rsArrowLeft {
      padding-left: 20px; }
    .fullscreen-slider .rsArrowRight, .projects-slider .rsArrowRight {
      padding-right: 20px; } }
  .fullscreen-slider .rsArrow .rsArrowIcn, .projects-slider .rsArrow .rsArrowIcn {
    border-color: white;
    border-width: 1px;
    width: 25px;
    height: 25px; }
    .is--ie-le10 .fullscreen-slider .rsArrow .rsArrowIcn, .is--ie-le10 .projects-slider .rsArrow .rsArrowIcn {
      border-width: 10px;
      width: 35px;
      height: 35px; }
  @media not screen and (min-width: 900px) {
    .fullscreen-slider .rsArrow, .projects-slider .rsArrow {
      opacity: 0.75; }
    .fullscreen-slider .rsArrow .rsArrowIcn, .projects-slider .rsArrow .rsArrowIcn {
      border-width: 2px; } }

.projects-slider {
  top: 60px;
  bottom: 60px; }
  @media only screen and (min-width: 900px) {
    .projects-slider {
      margin: 0 100px; }
      .slider--show_next .projects-slider {
        margin-left: 0; } }
  @media only screen and (min-width: 900px) {
    .projects-slider {
      top: 83.33333px;
      bottom: 70px; } }
  @media only screen and (min-width: 1420px) {
    .projects-slider {
      top: 125px;
      bottom: 105px; } }
  @media not screen and (min-width: 900px) {
    .projects-slider {
      margin-right: 60px !important;
      margin-left: 0 !important; }
    .projects-slider.has--one-slide {
      margin-right: 0 !important; } }
  .slider_height-full-height .projects-slider {
    top: 0;
    bottom: 0; }
  .projects-slider__bullets {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    height: 60px;
    text-align: center;
    background: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center; }
    @media only screen and (min-width: 900px) {
      .projects-slider__bullets {
        height: 70px; } }
    @media only screen and (min-width: 1420px) {
      .projects-slider__bullets {
        height: 105px; } }
    .projects-slider__bullets .rsBullet {
      order: 0;
      flex: 0 1 auto;
      align-self: auto;
      cursor: default; }

.project-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #222; }

.project-slide__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6; }

.project-slide__content {
  position: absolute;
  top: 50%;
  z-index: 20;
  transform: translate(0, -50%);
  left: 2em; }
  @media only screen and (min-width: 900px) {
    .project-slide__content {
      left: 200px; }
      .slider--show_next .project-slide__content {
        left: 100px; } }
  @media not screen and (min-width: 900px) {
    .project-slide__content {
      transform: translate(0, -50%) !important; } }
  .project-slide__content * {
    color: white;
    text-transform: uppercase; }

.portfolio_types {
  font-weight: 800;
  margin-bottom: -0.2em; }
  .portfolio_types a {
    color: inherit; }

.project-slide__title {
  overflow: hidden; }
  .project-slide__title h1 {
    margin: 0;
    padding: 0; }

.project-slide__text {
  display: block;
  padding: 0;
  font-weight: 800; }

.project-slide__link {
  display: block; }

.vertical-title {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 100;
  width: 200px;
  cursor: pointer;
  margin-left: -0.01em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  @media not screen and (min-width: 900px) {
    .vertical-title {
      width: 160px !important; } }
  .vertical-title span {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%) rotate(-90deg);
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
    transform-origin: 50% 50%; }
  .vertical-title.prev {
    display: none;
    left: -100px; }
    @media only screen and (min-width: 900px) {
      .slider--show_prev_next .vertical-title.prev {
        display: block; } }
  .vertical-title.next {
    right: -100px; }
    .vertical-title.next span {
      left: 25%; }
      @media not screen and (min-width: 900px) {
        .vertical-title.next span {
          left: 20%; } }

.project_layout-slider .site-content {
  position: static; }

.project_layout-fullscreen .site-content {
  position: static; }

.slider_height-full-height .rsBullets {
  background: transparent; }
  .slider_height-full-height .rsBullets .rsBullet {
    border-color: white; }
  .slider_height-full-height .rsBullets .rsNavSelected {
    background: white; }

.slider_height-full-height,
.project_layout-fullscreen,
.page-has-featured-image:not(.page-template),
.password-required {
  overflow-x: hidden; }
  .slider_height-full-height .mobile-header a, .slider_height-full-height .toggle, .slider_height-full-height .nav-toggle,
  .project_layout-fullscreen .mobile-header a,
  .project_layout-fullscreen .toggle,
  .project_layout-fullscreen .nav-toggle,
  .page-has-featured-image:not(.page-template) .mobile-header a,
  .page-has-featured-image:not(.page-template) .toggle,
  .page-has-featured-image:not(.page-template) .nav-toggle,
  .password-required .mobile-header a,
  .password-required .toggle,
  .password-required .nav-toggle {
    color: white; }
  .slider_height-full-height.header--not-light .mobile-header a, .slider_height-full-height.header--not-light .toggle, .slider_height-full-height.header--not-light .nav-toggle,
  .project_layout-fullscreen.header--not-light .mobile-header a,
  .project_layout-fullscreen.header--not-light .toggle,
  .project_layout-fullscreen.header--not-light .nav-toggle,
  .page-has-featured-image:not(.page-template).header--not-light .mobile-header a,
  .page-has-featured-image:not(.page-template).header--not-light .toggle,
  .page-has-featured-image:not(.page-template).header--not-light .nav-toggle,
  .password-required.header--not-light .mobile-header a,
  .password-required.header--not-light .toggle,
  .password-required.header--not-light .nav-toggle {
    color: #222; }
  .slider_height-full-height.header--not-light .cart-widget-label,
  .project_layout-fullscreen.header--not-light .cart-widget-label,
  .page-has-featured-image:not(.page-template).header--not-light .cart-widget-label,
  .password-required.header--not-light .cart-widget-label {
    -webkit-filter: initial;
            filter: initial; }
  .slider_height-full-height.header--not-light .cart-items-number:after,
  .project_layout-fullscreen.header--not-light .cart-items-number:after,
  .page-has-featured-image:not(.page-template).header--not-light .cart-items-number:after,
  .password-required.header--not-light .cart-items-number:after {
    background: black; }
  @media only screen and (min-width: 900px) {
    .slider_height-full-height .cart-items-number:after,
    .project_layout-fullscreen .cart-items-number:after,
    .page-has-featured-image:not(.page-template) .cart-items-number:after,
    .password-required .cart-items-number:after {
      background: white; }
      .is--ie-le10 .slider_height-full-height .cart-items-number:after, .is--ie-le10
      .project_layout-fullscreen .cart-items-number:after, .is--ie-le10
      .page-has-featured-image:not(.page-template) .cart-items-number:after, .is--ie-le10
      .password-required .cart-items-number:after {
        background: #222; }
    .slider_height-full-height .cart-widget-label,
    .project_layout-fullscreen .cart-widget-label,
    .page-has-featured-image:not(.page-template) .cart-widget-label,
    .password-required .cart-widget-label {
      -webkit-filter: invert(1);
              filter: invert(1); }
    .slider_height-full-height .bar--fixed, .slider_height-full-height .site-header, .slider_height-full-height .site-footer,
    .project_layout-fullscreen .bar--fixed,
    .project_layout-fullscreen .site-header,
    .project_layout-fullscreen .site-footer,
    .page-has-featured-image:not(.page-template) .bar--fixed,
    .page-has-featured-image:not(.page-template) .site-header,
    .page-has-featured-image:not(.page-template) .site-footer,
    .password-required .bar--fixed,
    .password-required .site-header,
    .password-required .site-footer {
      transition: all .3s ease-in-out !important; }
    .slider_height-full-height:not(.header--not-light) .bar--fixed, .slider_height-full-height:not(.header--not-light) .site-header, .slider_height-full-height:not(.header--not-light) .site-footer:not(.site-footer--single),
    .project_layout-fullscreen:not(.header--not-light) .bar--fixed,
    .project_layout-fullscreen:not(.header--not-light) .site-header,
    .project_layout-fullscreen:not(.header--not-light) .site-footer:not(.site-footer--single),
    .page-has-featured-image:not(.page-template):not(.header--not-light) .bar--fixed,
    .page-has-featured-image:not(.page-template):not(.header--not-light) .site-header,
    .page-has-featured-image:not(.page-template):not(.header--not-light) .site-footer:not(.site-footer--single),
    .password-required:not(.header--not-light) .bar--fixed,
    .password-required:not(.header--not-light) .site-header,
    .password-required:not(.header--not-light) .site-footer:not(.site-footer--single) {
      background-color: transparent;
      opacity: 1 !important; }
      .slider_height-full-height:not(.header--not-light) .bar--fixed *, .slider_height-full-height:not(.header--not-light) .site-header *, .slider_height-full-height:not(.header--not-light) .site-footer:not(.site-footer--single) *,
      .project_layout-fullscreen:not(.header--not-light) .bar--fixed *,
      .project_layout-fullscreen:not(.header--not-light) .site-header *,
      .project_layout-fullscreen:not(.header--not-light) .site-footer:not(.site-footer--single) *,
      .page-has-featured-image:not(.page-template):not(.header--not-light) .bar--fixed *,
      .page-has-featured-image:not(.page-template):not(.header--not-light) .site-header *,
      .page-has-featured-image:not(.page-template):not(.header--not-light) .site-footer:not(.site-footer--single) *,
      .password-required:not(.header--not-light) .bar--fixed *,
      .password-required:not(.header--not-light) .site-header *,
      .password-required:not(.header--not-light) .site-footer:not(.site-footer--single) * {
        color: white;
        text-shadow: none; }
    .is--ie-le10 .slider_height-full-height:not(.header--not-light) .cart-items-number, .is--ie-le10
    .project_layout-fullscreen:not(.header--not-light) .cart-items-number, .is--ie-le10
    .page-has-featured-image:not(.page-template):not(.header--not-light) .cart-items-number, .is--ie-le10
    .password-required:not(.header--not-light) .cart-items-number {
      color: #222; }
    .slider_height-full-height:not(.header--not-light) .nav--main .menu-item a,
    .project_layout-fullscreen:not(.header--not-light) .nav--main .menu-item a,
    .page-has-featured-image:not(.page-template):not(.header--not-light) .nav--main .menu-item a,
    .password-required:not(.header--not-light) .nav--main .menu-item a {
      transition: opacity .15s ease-in-out; }
    .slider_height-full-height:not(.header--not-light) .nav--main > .menu-item:hover > a,
    .project_layout-fullscreen:not(.header--not-light) .nav--main > .menu-item:hover > a,
    .page-has-featured-image:not(.page-template):not(.header--not-light) .nav--main > .menu-item:hover > a,
    .password-required:not(.header--not-light) .nav--main > .menu-item:hover > a {
      opacity: 0.5; } }

.page.page-template-default {
  overflow: visible; }

.slider_height-full-height .site-footer,
.project_layout-fullscreen .site-footer {
  position: absolute; }

body.page-template-default.page .site-footer {
  position: static; }
  body.page-template-default.page .site-footer * {
    color: #9B9B9B; }

.is--ie-le10 .projects-slider__bullets,
.no-flexbox .projects-slider__bullets {
  display: block; }
  .is--ie-le10 .projects-slider__bullets .rsBullet,
  .no-flexbox .projects-slider__bullets .rsBullet {
    margin-top: 25px; }
    @media only screen and (min-width: 1420px) {
      .is--ie-le10 .projects-slider__bullets .rsBullet,
      .no-flexbox .projects-slider__bullets .rsBullet {
        margin-top: 45px; } }

.is--ie-le10 .cart-widget {
  background: white;
  padding-right: 4px;
  border-radius: 3px; }

/**
 *   5.26 - Loader
 */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }
  .loader__svg {
    opacity: 0;
    transform: translateZ(0);
    transition: opacity .3s .5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
    .ready .loader__svg {
      opacity: 1; }
  .loader__letter {
    font-weight: bold; }

/**
 *   5.27 - Border
 */
@media only screen and (min-width: 900px) {
  .site-header--placeholder {
    margin-top: 0.9vh; }
  html[lang] {
    margin-top: 0 !important; }
  body.admin-bar {
    padding-top: 0; }
  body:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    border: 0 solid #222;
    transition: none; }
  .ready body:after {
    border-width: 0.9vh; } }

/**
 *   5.28 - Widgets
 */
.widget {
  font-size: 14px;
  color: #ABABAB;
  margin-bottom: 36px; }
  .widget ul {
    list-style-type: none;
    padding-top: 0;
    margin-bottom: 0; }
    .widget ul li {
      line-height: 1;
      margin-bottom: 12px;
      margin-left: 0; }
  .widget.dashed li:before {
    content: "\2013";
    margin-right: 3px; }
  .widget .widget-title, .widget a {
    color: white; }
  .widget a, .widget a:hover {
    background: none; }
  .widget p {
    line-height: 1.6; }
  .widget .search-form {
    border: 0; }

.widget-title {
  padding: 0;
  margin-bottom: 12px;
  line-height: 1;
  font-weight: 800; }

@media only screen and (min-width: 740px) {
  .timber-widget-background-image {
    display: none; }
    .overlay__col.col1 .timber-widget-background-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      display: initial;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      [class*="is--ie"] .overlay__col.col1 .timber-widget-background-image {
        display: block; }
  .timber-widget-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block; }
    .overlay__col.col1 .timber-widget-image {
      display: none; } }

/* Widget - RSS */
.widget_rss cite {
  display: block;
  margin-top: 6px; }

.rsswidget {
  text-decoration: underline;
  font-weight: bold; }

.rss-date:before {
  content: '-';
  display: inline-block;
  margin: 0 3px; }

.widget_rss_links a {
  display: inline-block;
  vertical-align: middle; }

.overlay__col .nav--social .menu-item {
  display: inline-block;
  height: 1.1em; }
  .overlay__col .nav--social .menu-item a {
    color: #ABABAB; }
    .overlay__col .nav--social .menu-item a:hover {
      color: white; }

/**
 *   5.29 - PixProof
 */
.password-required {
  color: #fff;
  background-color: #000; }
  .password-required .site-container.site-content {
    height: 100%;
    min-height: 500px; }
  .password-required .content--client-area {
    text-align: center;
    margin: auto; }
  .password-required .form-container {
    text-align: center;
    display: inline-block;
    max-width: 300px; }
  .password-required .lock-icon {
    display: inline-block;
    height: 160px;
    width: 120px;
    background: url("assets/svg/lock-icon.svg") no-repeat center center;
    background-size: contain; }
  .password-required .protected-area-text {
    font-size: 16px;
    margin-top: 15px;
    line-height: 27px; }
    .password-required .protected-area-text .gray {
      color: #D8D8D8; }
  .password-required .auth-form {
    position: relative;
    margin-top: 50px; }
    .password-required .auth-form .auth__pass {
      height: 60px;
      font-size: 24px;
      border-radius: 8px; }
  .password-required .auth__submit {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 60px;
    text-indent: -999px;
    background: url("assets/svg/unlock-icon.svg") no-repeat center center #000;
    background-size: 32px;
    border-radius: 8px; }
    .password-required .auth__submit:hover {
      background-color: #777; }
  .password-required .text--error {
    color: #AB0B00; }

/**
 *   5.30 - Project filters
 */
.projects-filter {
  position: fixed;
  left: 36px;
  bottom: 36px;
  z-index: 500; }
  .projects-filter.is-open .filter__trigger {
    opacity: 0; }
  .is--ie .projects-filter.is-open .filter__text {
    opacity: 1; }
  @media not screen and (min-width: 1200px) {
    .projects-filter {
      left: 12px;
      bottom: 22px; } }
  @media not screen and (min-width: 900px) {
    .projects-filter {
      display: none; } }

.filter__trigger {
  width: 65px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  z-index: 50;
  background: url("assets/svg/filter-icon.svg") no-repeat center center;
  background-size: 22px 22px;
  opacity: 1;
  transition: 0.2s all linear; }

.filter__content {
  padding: 11px 9px 11px 78px;
  height: 50px;
  background: white;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  opacity: 0; }
  @media only screen and (min-width: 1600px) {
    .filter__content {
      padding: 6px 9px 6px 78px; } }

.filter__text {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  padding-top: 0;
  pointer-events: none;
  text-transform: none;
  color: #9B9B9B; }
  .is--ie .filter__text {
    opacity: 0; }

.filter__list {
  display: none;
  vertical-align: middle;
  list-style-type: none; }
  .filter__list li {
    padding: 0;
    margin: 0 6px;
    display: inline-block; }
  .filter__list .filter__item {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.093em;
    color: #9B9B9B;
    transition: 0.2s color linear; }
    .filter__list .filter__item.active, .filter__list .filter__item:hover {
      color: #222;
      border-bottom: 1px solid #EBEBEB;
      font-weight: normal; }
    .filter__list .filter__item:before {
      content: none !important; }

.is--ie-le10 .projects-filter .filter__trigger {
  opacity: 0 !important; }

.is--ie-le10 .projects-filter .filter__list {
  display: block !important; }

.is--ie-le10 .projects-filter .filter__text,
.is--ie-le10 .projects-filter .filter__content {
  opacity: 1 !important; }

/**
 *   5.31 - Images loading spinner
 */
.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  transition: opacity .1s ease-out, display 0 .1s;
  transform: translateZ(0); }

.spinner__side {
  position: absolute;
  width: 20px;
  height: 40px;
  top: 0;
  left: 0;
  overflow: hidden; }

.side--right {
  left: 20px; }

.spinner__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  opacity: .6;
  border-radius: 999px; }

.side--left .spinner__fill {
  border-left: 20px solid rgba(0, 0, 0, 0.15);
  -webkit-animation: cssSpinnerLeft 1.8s infinite linear;
          animation: cssSpinnerLeft 1.8s infinite linear; }

.side--right .spinner__fill {
  border-right: 20px solid rgba(0, 0, 0, 0.15);
  -webkit-animation: cssSpinnerRight 1.8s infinite linear;
          animation: cssSpinnerRight 1.8s infinite linear;
  left: -20px; }

.portfolio__item--text .spinner {
  display: none; }

.portfolio__item.js-loaded .spinner,
.portfolio__item--clone .spinner {
  opacity: 0;
  display: none; }

@-webkit-keyframes cssSpinnerRight {
  0% {
    -webkit-transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(90deg); }
  25% {
    -webkit-transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  70% {
    -webkit-transform: rotate(270deg); }
  75% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes cssSpinnerLeft {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(0deg); }
  35% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(180deg); }
  80% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes cssSpinnerRight {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(90deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  70% {
    transform: rotate(270deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes cssSpinnerLeft {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(0deg); }
  35% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(180deg); }
  80% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg); } }

/**
 * 6.0 - Overrides
 */
.transparent {
  opacity: 0 !important; }

.opaque, .opac {
  opacity: 1 !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.hide, .hidden, .portfolio--grid .portfolio__item--content,
.portfolio--grid .portfolio__item--text {
  display: none !important; }

.scroll-x {
  overflow-y: hidden !important; }

.scroll-y {
  overflow-x: hidden !important; }

.no-transition {
  transition: none !important; }

.no-pointer-events {
  pointer-events: none !important; }

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

html, body, #page, .site, #djaxContainer {
  height: 100%; }

@media not screen and (min-width: 900px) {
  body.single-product, body.single-product .site, body.single-product #djaxContainer {
    height: auto; }
  body.single-product .site-footer--single {
    display: block; } }

[class*="is--ie"] body.page-template-default {
  height: auto !important; }

.portfolio_page_type-project_slider #djaxContainer {
  position: relative;
  overflow: hidden; }

html.has--nicescroll {
  overflow: hidden; }

.portfolio_page_type-project_slider {
  overflow-x: hidden; }

.slider_height-full-height .nav-toggle,
.slider_height-full-height .mobile-header a,
.slider_height-full-height .toggle {
  color: white; }

.entry-meta + .entry-featured {
  margin-top: 1.5em; }

.show-details {
  margin: 0 !important;
  padding: 0 !important; }
  .show-details:before {
    color: #000;
    content: "\2014";
    padding: 0 .5em;
    position: relative;
    top: -1px; }
  .portfolio--details .show-details span {
    text-decoration: underline; }

.show-details,
.show-button {
  line-height: initial; }

.show-button.caption, .show-button.filter__text {
  padding-top: 0; }

.photometa__caption {
  text-align: left; }

.show-details:hover span,
.show-button:hover {
  text-decoration: underline; }

#querylist * {
  text-shadow: none !important; }

#page, .site-header, .site-footer {
  opacity: 0; }

.navigation--is-visible {
  overflow: hidden; }

.lang_sel_sel {
  transition-duration: 0s; }

.page-template-custom-portfolio-page .site-footer--single {
  display: none; }

.single-jetpack-portfolio .site,
.jetpack-portfolio .site {
  flex-direction: column; }

.touch .single-jetpack-portfolio .site-content {
  overflow-x: auto;
  overflow-y: hidden; }

@media only screen and (min-width: 900px) {
  .touch .blog .site-content {
    overflow-x: auto;
    overflow-y: hidden; } }

html {
  margin-top: 0 !important; }

@media not screen and (min-width: 900px) {
  .portfolio__position,
  .show-details:before {
    display: none; } }

@media not screen and (min-width: 900px) {
  .no-flexbox .site-branding {
    display: none; }
  .no-flexbox .site-navigation {
    text-align: left; }
  .no-flexbox .site-navigation,
  .no-flexbox .social-navigation {
    display: block; }
  .no-flexbox .site-header {
    display: block;
    width: 70%; }
    .no-flexbox .site-header .bar--fixed {
      top: 0; } }

.no-flexbox .filmstrip,
.no-flexbox .single-jetpack-portfolio .site,
.no-flexbox .jetpack-portfolio .site {
  display: block; }
  .no-flexbox .filmstrip .site-content,
  .no-flexbox .single-jetpack-portfolio .site .site-content,
  .no-flexbox .jetpack-portfolio .site .site-content {
    height: 80vh;
    height: calc(100vh - 120px); }

p.caption, p.filter__text {
  line-height: 1.5;
  padding: 0;
  margin-top: 0;
  font-size: 14px; }
  p.caption:first-child, p.filter__text:first-child {
    margin-top: 1.75em; }
    .twocolumn > p.caption:first-child, .twocolumn > p.filter__text:first-child {
      margin-top: 0; }
  p + p.caption, p + p.filter__text {
    margin-top: 3em; }
  p.caption a, p.filter__text a {
    color: inherit;
    text-decoration: none;
    background: none; }
    p.caption a .pixcode--icon, p.filter__text a .pixcode--icon {
      color: inherit;
      transition: none; }
    p.caption a:hover, p.filter__text a:hover {
      color: #222; }
  p.caption:last-child, p.filter__text:last-child {
    margin-bottom: 0; }

h1 + p.caption, h1 + p.filter__text, h2 + p.caption, h2 + p.filter__text, h3 + p.caption, h3 + p.filter__text, h4 + p.caption, h4 + p.filter__text, h5 + p.caption, h5 + p.filter__text, h6 + p.caption, h6 + p.filter__text {
  margin-top: 0.5em;
  margin-bottom: 1.5em !important; }

.caption.caption--small, .caption--small.filter__text {
  font-size: 12px;
  text-shadow: none; }

.entry-content hr {
  opacity: 0.35; }

.is--ie .portfolio__position,
.is--ie .show-details:before {
  display: none; }

html body .jp-carousel .selected {
  position: absolute !important; }

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

@keyframes rotate {
  0% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(-180deg); } }

@media only screen and (min-width: 900px) {
  .nicescroll-rails {
    bottom: 0.9vh !important; }
  .site-info a {
    margin-left: 4px; } }

.u-cursor-default {
  cursor: default !important; }

body {
  background-color: #FFFFFF; }

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