@charset "UTF-8";
/*
Theme Name: Timber
Theme URI: https://pixelgrade.com/themes/timber/
Author: Pixelgrade
Author URI: https://pixelgrade.com/
Description: Timber is a photography WordPress theme that goes out to the edge to enable a fresh, adventurous experience.
Version: 1.9.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: timber
Domain Path: /languages/
Tags: light, white, one-column, responsive-layout, custom-menu, featured-images, editor-style, infinite-scroll, microformats, post-formats, rtl-language-support, site-logo, sticky-post, theme-options, threaded-comments, translation-ready, blog, journal, lifestream, photography, news, scrapbooking, video, bright, clean, bold, geometric, minimal, modern, smart, adaptive
Requires at least: 4.7
Tested up to: 6.5.2

Timber is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.

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 - Overlay
 *    5.24 - Search form
 *    5.25 - Add This
 *    5.26 - RoyalSlider
 *    5.27 - Fullscreen slider
 *    5.28 - Loader
 *    5.29 - Border
 *    5.30 - Widgets
 *    5.31 - Shortcodes
 *    5.32 - PixProof
 *    5.33 - Password Protected Form
 *  6.0 - Overrides
 *
 */
/**
 * 1.0 - Tools
 *   1.1 - Clearfix
 */
.cf:after,
.clearfix:after,
.woocommerce-product-rating:after,
.cart-widget-details .total:after,
.cart-widget-details .buttons:after,
.comment-navigation:after,
.comments-area-title:after,
.entry-footer:after,
.entry-content:after,
.media:after,
.comment-form:after,
.grid:after,
.col2-set:after {
  content: " ";
  display: table;
  clear: both;
}

/**
 *   1.2 - Widths
 */
.one-whole, .comment-form-rating, .comment-form-comment,
.logged-in-as, .comment-form > *, .grid__item, .col2-set .col-1, .col2-set .col-2 {
  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, .pixcode--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.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.8571428571em;
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.icon.icon-pull-left, .icon-pull-left.pixcode--icon {
  margin-right: 0.3em;
}
.icon.icon-pull-right, .icon-pull-right.pixcode--icon {
  margin-left: 0.3em;
}

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

.pull-left {
  float: left;
}

.icon.pull-left, .pull-left.pixcode--icon {
  margin-right: 0.3em;
}
.icon.pull-right, .pull-right.pixcode--icon {
  margin-left: 0.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 {
  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: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

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

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

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

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

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

.icon-th:before {
  content: "\f00a";
}

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

.icon-check:before {
  content: "\f00c";
}

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

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

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

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

.icon-signal:before {
  content: "\f012";
}

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

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

.icon-home:before {
  content: "\f015";
}

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

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

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

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

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

.icon-inbox:before {
  content: "\f01c";
}

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

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

.icon-refresh:before {
  content: "\f021";
}

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

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

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

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

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

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.icon-list:before {
  content: "\f03a";
}

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

.icon-indent:before {
  content: "\f03c";
}

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

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

.icon-pencil:before {
  content: "\f040";
}

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

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

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

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

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

.icon-arrows:before {
  content: "\f047";
}

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

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

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

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

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

.icon-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.icon-crosshairs:before {
  content: "\f05b";
}

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

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

.icon-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

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

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

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

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

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

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

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

.icon-retweet:before {
  content: "\f079";
}

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

.icon-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.icon-key:before {
  content: "\f084";
}

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

.icon-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.icon-trophy:before {
  content: "\f091";
}

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

.icon-upload:before {
  content: "\f093";
}

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

.icon-phone:before {
  content: "\f095";
}

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

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

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

.icon-twitter:before {
  content: "\f099";
}

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

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

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

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

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

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

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

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

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

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

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

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

.icon-paperclip:before {
  content: "\f0c6";
}

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

.icon-square:before {
  content: "\f0c8";
}

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

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

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

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

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

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

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

.icon-money:before {
  content: "\f0d6";
}

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

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

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

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

.icon-columns:before {
  content: "\f0db";
}

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

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

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

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

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

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

.icon-exchange:before {
  content: "\f0ec";
}

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

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

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

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

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

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

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

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

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

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

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

.icon-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

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

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

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

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

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.icon-gamepad:before {
  content: "\f11b";
}

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

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

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

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

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

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

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

.icon-crop:before {
  content: "\f125";
}

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

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

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

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

.icon-microphone:before {
  content: "\f130";
}

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

.icon-shield:before {
  content: "\f132";
}

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

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

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

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

.icon-bullseye:before {
  content: "\f140";
}

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

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

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

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

.icon-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.icon-compass:before {
  content: "\f14e";
}

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

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

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

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

.icon-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.icon-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

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

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

.icon-dropbox:before {
  content: "\f16b";
}

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

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

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

.icon-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

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

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

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

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.icon-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.icon-slack:before {
  content: "\f198";
}

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

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

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

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

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

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

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

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

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

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

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

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

.icon-steam:before {
  content: "\f1b6";
}

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

.icon-recycle:before {
  content: "\f1b8";
}

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

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

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

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

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

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

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

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

.icon-git:before {
  content: "\f1d3";
}

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

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

.icon-qq:before {
  content: "\f1d6";
}

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

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

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

.icon-history:before {
  content: "\f1da";
}

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

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

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

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

.icon-bomb:before {
  content: "\f1e2";
}

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

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

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

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.icon-lastfm:before {
  content: "\f202";
}

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

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

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

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

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

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

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

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

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

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

.icon-motorcycle:before {
  content: "\f21c";
}

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

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.icon-neuter:before {
  content: "\f22c";
}

.icon-genderless:before {
  content: "\f22d";
}

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

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

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

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

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

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

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

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

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

.icon-opencart:before {
  content: "\f23d";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.icon-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.icon-trademark:before {
  content: "\f25c";
}

.icon-registered:before {
  content: "\f25d";
}

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

.icon-gg:before {
  content: "\f260";
}

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

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

.icon-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.icon-safari:before {
  content: "\f267";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-opera:before {
  content: "\f26a";
}

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

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

.icon-contao:before {
  content: "\f26d";
}

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

.icon-amazon:before {
  content: "\f270";
}

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

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

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

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

.icon-industry:before {
  content: "\f275";
}

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

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

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

.icon-map:before {
  content: "\f279";
}

.icon-commenting:before {
  content: "\f27a";
}

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

.icon-houzz:before {
  content: "\f27c";
}

.icon-vimeo:before {
  content: "\f27d";
}

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

.icon-fonticons:before {
  content: "\f280";
}

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

.icon-edge:before {
  content: "\f282";
}

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

.icon-codiepie:before {
  content: "\f284";
}

.icon-modx:before {
  content: "\f285";
}

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

.icon-usb:before {
  content: "\f287";
}

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

.icon-mixcloud:before {
  content: "\f289";
}

.icon-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

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

.icon-hashtag:before {
  content: "\f292";
}

.icon-bluetooth:before {
  content: "\f293";
}

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

.icon-percent:before {
  content: "\f295";
}

.icon-gitlab:before {
  content: "\f296";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-envira:before {
  content: "\f299";
}

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

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

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

.icon-blind:before {
  content: "\f29d";
}

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

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

.icon-braille:before {
  content: "\f2a1";
}

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

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

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

.icon-glide:before {
  content: "\f2a5";
}

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

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

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

.icon-viadeo:before {
  content: "\f2a9";
}

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

.icon-snapchat:before {
  content: "\f2ab";
}

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

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

.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: 0.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: 0.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
 */
.blog .entry-title,
.blog .entry-footer.entry-footer, .archive .entry-title,
.archive .entry-footer.entry-footer, .search .entry-title,
.search .entry-footer.entry-footer, .filter, .nav, .tabs__nav, .rsBullets,
.sub-menu,
.menu-item, button, h1, h2, h3, h4, h5, h6,
p,
blockquote,
figure,
ul, ol,
dl, dd,
th, td,
pre {
  margin: 0;
  padding: 0;
  border: 0;
}

.filter__list, .social-links-list, body {
  margin: 0;
}

.filter__list, .social-links-list {
  padding: 0;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

.nav a:hover, .tabs__nav a:hover, .rsBullets a:hover, .nav a, .tabs__nav a, .rsBullets a, button {
  background: none;
}

a,
button {
  color: inherit;
}

button, a {
  cursor: pointer;
}

.block-link, .portfolio img, .nav--social .menu-item:not(.menu-item-language) a:before, .nav--social .menu-item:not(.menu-item-language) a, .nav .menu-item:hover > .sub-menu, .tabs__nav .menu-item:hover > .sub-menu, .rsBullets .menu-item:hover > .sub-menu, .wp-caption img[class*=wp-image-], main,
li {
  display: block;
}

.single-jetpack-portfolio .site,
.jetpack-portfolio .site,
.single-proof_gallery .site,
.woocommerce:not(.single) .site, .portfolio__link-wrap, .portfolio__header, .portfolio, .site-container, .nav, .tabs__nav, .rsBullets, .project-a2a-container, .theme-name, .back-to-top, .show-button, .site-info, .social-navigation, .main-navigation, .site-branding, .site-footer, .site-header, .bar--fixed {
  display: flex;
  display: -webkit-flex;
}

.portfolio__position, .nav--main a {
  display: inline-block;
}

.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, .portfolio--project .portfolio__item--text, .screen-reader-text,
.site-description {
  display: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

button {
  font: inherit;
}

button {
  -webkit-font-smoothing: inherit;
}

.nav--main, strong {
  font-weight: bold;
}

button {
  letter-spacing: inherit;
}

a {
  text-decoration: none;
}

.photometa__caption, .photometa__description, .photometa__exif, .site-content, .site-sidebar, .nav .menu-item-has-children, .tabs__nav .menu-item-has-children, .rsBullets .menu-item-has-children, .nav .menu-item-language, .tabs__nav .menu-item-language, .rsBullets .menu-item-language {
  position: relative;
}

.portfolio {
  position: absolute;
}

.portfolio--grid, .bar--fixed {
  position: fixed;
}

button {
  overflow: visible;
}

.wp-caption, img {
  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;
}

.photometa, .portfolio--grid, .fullview, .site-content__mask, .bar--fixed {
  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.4166666667rem;
}
@media screen and (min-width: 40em) {
  body {
    font-size: 1.2857142857rem;
  }
}
@media screen and (min-width: 50em) {
  body {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 64.0625em) {
  body {
    font-size: 1.1428571429rem;
  }
}
@media screen and (min-width: 100em) {
  body {
    font-size: 0.8421052632rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #9B9B9B;
  text-decoration: none;
}

.woocommerce-info a, .woocommerce-message a:not(.button), 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;
}
.woocommerce-info a:hover, .woocommerce-message a:hover:not(.button), p a:hover, li a:hover, .woocommerce-info a:active, .woocommerce-message a:active:not(.button), p a:active, li a:active, .woocommerce-info a:focus, .woocommerce-message a:focus:not(.button), p a:focus, li a:focus {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #cecece 50%);
}

p {
  font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
  line-height: 2rem;
  margin-bottom: 1.4604066667rem;
  padding-top: 0.5395933333rem;
  line-height: 2;
}
@media screen and (min-width: 40em) {
  p {
    margin-bottom: 1.4178471429rem;
    padding-top: 0.5821528571rem;
  }
}
@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.3714185714rem;
    padding-top: 0.6285814286rem;
  }
}
@media screen and (min-width: 100em) {
  p {
    margin-bottom: 1.2736742105rem;
    padding-top: 0.7263257895rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  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.3885714286rem;
    margin-bottom: 1.4262757143rem;
    padding-top: 1.5737242857rem;
  }
}
@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.0214285714rem;
    margin-bottom: 2.2819542857rem;
    padding-top: 0.7180457143rem;
  }
}
@media screen and (min-width: 100em) {
  .h0, .project-slide__title h1 {
    font-size: 5.1736842105rem;
    margin-bottom: 1.6814373684rem;
    padding-top: 1.3185626316rem;
  }
}

h1, .h1 {
  line-height: 4rem;
  font-size: 2.2083333333rem;
  margin-bottom: 1.7176983333rem;
  padding-top: 1.2823016667rem;
  margin-top: 3rem;
}
@media screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.0071428571rem;
    margin-bottom: 1.6523114286rem;
    padding-top: 1.3476885714rem;
  }
}
@media screen and (min-width: 50em) {
  h1, .h1 {
    font-size: 1.8733333333rem;
    margin-bottom: 1.6088233333rem;
    padding-top: 1.3911766667rem;
  }
}
@media screen and (min-width: 64.0625em) {
  h1, .h1 {
    font-size: 4.3885714286rem;
    margin-bottom: 2.4262757143rem;
    padding-top: 0.5737242857rem;
  }
}
@media screen and (min-width: 100em) {
  h1, .h1 {
    font-size: 3.2336842105rem;
    margin-bottom: 2.0509373684rem;
    padding-top: 0.9490626316rem;
  }
}

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.7928571429rem;
    margin-bottom: 0.0826685714rem;
    padding-top: 0.9173314286rem;
  }
}
@media screen and (min-width: 50em) {
  h2, .h2 {
    font-size: 1.7066666667rem;
    margin-bottom: 0.0546566667rem;
    padding-top: 0.9453433333rem;
  }
}
@media screen and (min-width: 64.0625em) {
  h2, .h2 {
    font-size: 2.7428571429rem;
    margin-bottom: 0.3914185714rem;
    padding-top: 0.6085814286rem;
  }
}
@media screen and (min-width: 100em) {
  h2, .h2 {
    font-size: 2.0210526316rem;
    margin-bottom: 0.1568321053rem;
    padding-top: 0.8431678947rem;
  }
}

h3, .h3, .cart-widget-details .amount {
  line-height: 2rem;
  font-size: 1.6rem;
  margin-bottom: 0.51999rem;
  padding-top: 0.48001rem;
}
@media screen and (min-width: 40em) {
  h3, .h3, .cart-widget-details .amount {
    font-size: 1.6071428571rem;
    margin-bottom: 0.5223114286rem;
    padding-top: 0.4776885714rem;
  }
}
@media screen and (min-width: 50em) {
  h3, .h3, .cart-widget-details .amount {
    font-size: 1.5rem;
    margin-bottom: 0.48749rem;
    padding-top: 0.51251rem;
  }
}
@media screen and (min-width: 64.0625em) {
  h3, .h3, .cart-widget-details .amount {
    font-size: 1.7142857143rem;
    margin-bottom: 0.5571328571rem;
    padding-top: 0.4428671429rem;
  }
}
@media screen and (min-width: 100em) {
  h3, .h3, .cart-widget-details .amount {
    font-size: 1.2631578947rem;
    margin-bottom: 0.4105163158rem;
    padding-top: 0.5894836842rem;
  }
}

h4, h5, h6, .h4, .progressbar__title, .vertical-title span, .project-slide__text, .h5, .h6, .filter__item, .portfolio__type, .site-sidebar__text, .site-sidebar__content .entry-meta {
  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, .progressbar__title, .vertical-title span, .project-slide__text, .h5, .h6, .filter__item, .portfolio__type, .site-sidebar__text, .site-sidebar__content .entry-meta {
    font-size: 1.4357142857rem;
    margin-bottom: 0.2165971429rem;
    padding-top: 0.2834028571rem;
  }
}
@media screen and (min-width: 50em) {
  h4, h5, h6, .h4, .progressbar__title, .vertical-title span, .project-slide__text, .h5, .h6, .filter__item, .portfolio__type, .site-sidebar__text, .site-sidebar__content .entry-meta {
    font-size: 1.3666666667rem;
    margin-bottom: 0.1941566667rem;
    padding-top: 0.3058433333rem;
  }
}
@media screen and (min-width: 64.0625em) {
  h4, h5, h6, .h4, .progressbar__title, .vertical-title span, .project-slide__text, .h5, .h6, .filter__item, .portfolio__type, .site-sidebar__text, .site-sidebar__content .entry-meta {
    font-size: 1.0714285714rem;
    margin-bottom: 0.0982042857rem;
    padding-top: 0.4017957143rem;
  }
}
@media screen and (min-width: 100em) {
  h4, h5, h6, .h4, .progressbar__title, .vertical-title span, .project-slide__text, .h5, .h6, .filter__item, .portfolio__type, .site-sidebar__text, .site-sidebar__content .entry-meta {
    font-size: 0.7894736842rem;
    margin-bottom: 0.0065689474rem;
    padding-top: 0.4934310526rem;
  }
}

ul, ol {
  line-height: 2rem;
  margin-bottom: 1.4604066667rem;
  padding-top: 0.5395933333rem;
}
@media screen and (min-width: 40em) {
  ul, ol {
    margin-bottom: 1.4178471429rem;
    padding-top: 0.5821528571rem;
  }
}
@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.3714185714rem;
    padding-top: 0.6285814286rem;
  }
}
@media screen and (min-width: 100em) {
  ul, ol {
    margin-bottom: 1.2736742105rem;
    padding-top: 0.7263257895rem;
  }
}
ul li, ol li {
  display: list-item;
  margin-left: 2rem;
  font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
}
b, strong {
  font-weight: 800;
}

em, i {
  font-style: italic;
}

small, .caption, .filter__text, .project-a2a-container .share-text {
  font-family: Libre Baskerville, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.0666666667rem;
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  small, .caption, .filter__text, .project-a2a-container .share-text {
    font-size: 1.0285714286rem;
  }
}
@media screen and (min-width: 50em) {
  small, .caption, .filter__text, .project-a2a-container .share-text {
    font-size: 0.96rem;
  }
}
@media screen and (min-width: 64.0625em) {
  small, .caption, .filter__text, .project-a2a-container .share-text {
    font-size: 0.9142857143rem;
  }
}
@media screen and (min-width: 100em) {
  small, .caption, .filter__text, .project-a2a-container .share-text {
    font-size: 0.6736842105rem;
  }
}

small {
  line-height: 1rem;
}

.caption, .filter__text, .project-a2a-container .share-text {
  line-height: 2rem;
  margin-bottom: 1.3466566667rem;
  padding-top: 0.6533433333rem;
  color: #9B9B9B;
  margin-bottom: 0 !important;
  line-height: 0.875em;
}
@media screen and (min-width: 40em) {
  .caption, .filter__text, .project-a2a-container .share-text {
    margin-bottom: 1.3342757143rem;
    padding-top: 0.6657242857rem;
  }
}
@media screen and (min-width: 50em) {
  .caption, .filter__text, .project-a2a-container .share-text {
    margin-bottom: 1.31199rem;
    padding-top: 0.68801rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .caption, .filter__text, .project-a2a-container .share-text {
    margin-bottom: 1.2971328571rem;
    padding-top: 0.7028671429rem;
  }
}
@media screen and (min-width: 100em) {
  .caption, .filter__text, .project-a2a-container .share-text {
    margin-bottom: 1.2189373684rem;
    padding-top: 0.7810626316rem;
  }
}
.caption + p, .filter__text + p, .project-a2a-container .share-text + p {
  padding-top: 0;
  margin-top: -5px;
}

h1 + .caption, h1 + .filter__text, .project-a2a-container h1 + .share-text, h3 + .caption, h3 + .filter__text, .project-a2a-container h3 + .share-text, .cart-widget-details .amount + .caption, .cart-widget-details .amount + .filter__text, .project-a2a-container .cart-widget-details .amount + .share-text, .cart-widget-details .project-a2a-container .amount + .share-text {
  margin-top: -1rem;
}

.filter__item + .caption, .filter__item + .filter__text, .project-a2a-container .filter__item + .share-text, .portfolio__type + .caption, .portfolio__type + .filter__text, .project-a2a-container .portfolio__type + .share-text, .site-sidebar__text + .caption, .site-sidebar__text + .filter__text, .project-a2a-container .site-sidebar__text + .share-text, .site-sidebar__content .entry-meta + .caption, .site-sidebar__content .entry-meta + .filter__text, .site-sidebar__content .project-a2a-container .entry-meta + .share-text, .project-a2a-container .site-sidebar__content .entry-meta + .share-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.9208233333rem;
  padding-bottom: 0.5395933333rem;
}
@media screen and (min-width: 40em) {
  blockquote p {
    font-size: 1.6071428571rem;
    margin-bottom: 0.2723114286rem;
    padding-top: 0.7276885714rem;
  }
}
@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.7142857143rem;
    margin-bottom: 0.3071328571rem;
    padding-top: 0.6928671429rem;
  }
}
@media screen and (min-width: 100em) {
  blockquote p {
    font-size: 1.2631578947rem;
    margin-bottom: 0.1605163158rem;
    padding-top: 0.8394836842rem;
  }
}
@media screen and (min-width: 40em) {
  blockquote p {
    margin-bottom: 1.8357042857rem;
    padding-bottom: 0.5821528571rem;
  }
}
@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.7428471429rem;
    padding-bottom: 0.6285814286rem;
  }
}
@media screen and (min-width: 100em) {
  blockquote p {
    margin-bottom: 1.5473584211rem;
    padding-bottom: 0.7263257895rem;
  }
}
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.0666666667rem;
}
@media screen and (min-width: 40em) {
  code {
    font-size: 1.0285714286rem;
  }
}
@media screen and (min-width: 50em) {
  code {
    font-size: 0.96rem;
  }
}
@media screen and (min-width: 64.0625em) {
  code {
    font-size: 0.9142857143rem;
  }
}
@media screen and (min-width: 100em) {
  code {
    font-size: 0.6736842105rem;
  }
}

.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.6071428571rem;
    margin-bottom: 1.2723114286rem;
    padding-top: 0.7276885714rem;
  }
}
@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.7142857143rem;
    margin-bottom: 1.3071328571rem;
    padding-top: 0.6928671429rem;
  }
}
@media screen and (min-width: 100em) {
  .intro {
    font-size: 1.2631578947rem;
    margin-bottom: 1.1605163158rem;
    padding-top: 0.8394836842rem;
  }
}

.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
 */
.site-footer, .site-header, .bar--fixed {
  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) {
  .site-footer, .site-header, .bar--fixed {
    height: 83.3333333333px;
    flex-basis: 83.3333333333px;
  }
}
@media only screen and (min-width: 1420px) {
  .site-footer, .site-header, .bar--fixed {
    height: 125px;
    flex-basis: 125px;
  }
}

.bar--fixed {
  left: 0.9vh;
  right: 0.9vh;
  width: auto;
}

.project-a2a-container, .theme-name, .back-to-top, .show-button, .site-info, .social-navigation, .main-navigation, .site-branding {
  align-items: center;
  -webkit-align-items: center;
}

.site-info, .main-navigation {
  flex-basis: 70%;
  -webkit-flex-basis: 70%;
  justify-content: center;
  text-align: center;
}

.project-a2a-container, .theme-name, .back-to-top, .show-button, .social-navigation, .site-branding {
  flex-basis: 15%;
  -webkit-flex-basis: 15%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.project-a2a-container, .theme-name, .site-branding {
  padding-left: 48px;
  justify-content: flex-start;
  text-align: left;
}
@media not screen and (min-width: 1200px) {
  .project-a2a-container, .theme-name, .site-branding {
    padding-left: 32px;
  }
}

.back-to-top, .show-button, .social-navigation {
  padding-right: 48px;
  justify-content: flex-end;
  text-align: right;
}
@media not screen and (min-width: 1200px) {
  .back-to-top, .show-button, .social-navigation {
    padding-right: 32px;
  }
}

@media not screen and (min-width: 900px) {
  .project-a2a-container, .theme-name, .back-to-top, .show-button, .site-info, .social-navigation, .main-navigation, .site-branding {
    margin: 0;
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.no-flexbox .site-footer, .no-flexbox .site-header, .no-flexbox .bar--fixed {
  display: table;
  width: 100%;
}
.no-flexbox .bar--fixed {
  display: table;
  width: 100%;
}
.no-flexbox .project-a2a-container, .no-flexbox .theme-name, .no-flexbox .back-to-top, .no-flexbox .show-button, .no-flexbox .site-info, .no-flexbox .social-navigation, .no-flexbox .main-navigation, .no-flexbox .site-branding {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.no-flexbox .project-a2a-container, .no-flexbox .theme-name, .no-flexbox .back-to-top, .no-flexbox .show-button, .no-flexbox .social-navigation, .no-flexbox .site-branding {
  width: 15%;
}
.no-flexbox .site-info, .no-flexbox .main-navigation {
  width: 70%;
}

/**
 *   4.2 - Nav
 */
.nav, .tabs__nav, .rsBullets, .nav ul, .tabs__nav ul, .rsBullets ul {
  list-style-type: none;
}
@media only screen and (min-width: 900px) {
  .nav .sub-menu, .tabs__nav .sub-menu, .rsBullets .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
  }
}
.nav .sub-menu .sub-menu, .tabs__nav .sub-menu .sub-menu, .rsBullets .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

/**
 *   4.3 - Grid
 */
.comment-form, .grid, .col2-set {
  list-style: none;
  margin-left: -24px;
}

.comment-form-rating, .comment-form-comment,
.logged-in-as, .comment-form > *, .grid__item, .col2-set .col-1, .col2-set .col-2 {
  float: left;
  padding-left: 24px;
}

.grid__item, .col2-set .col-1, .col2-set .col-2 {
  padding-left: 24px;
}

.grid > li, .col2-set > li,
.grid > .grid__item,
.col2-set .grid > .col-1,
.col2-set .grid > .col-2,
.col2-set > .grid__item,
.col2-set > .col-1,
.col2-set > .col-2,
.rtl .grid--rev > li,
.rtl .grid--rev > .grid__item,
.rtl .col2-set .grid--rev > .col-1,
.col2-set .rtl .grid--rev > .col-1,
.rtl .col2-set .grid--rev > .col-2,
.col2-set .rtl .grid--rev > .col-2 {
  float: left;
}

.grid--rev > li,
.grid--rev > .grid__item,
.col2-set .grid--rev > .col-1,
.col2-set .grid--rev > .col-2,
.rtl .grid > li,
.rtl .col2-set > li,
.rtl .grid > .grid__item,
.rtl .col2-set .grid > .col-1,
.col2-set .rtl .grid > .col-1,
.rtl .col2-set .grid > .col-2,
.col2-set .rtl .grid > .col-2,
.rtl .col2-set > .grid__item,
.rtl .col2-set > .col-1,
.rtl .col2-set > .col-2 {
  direction: rtl;
  float: right;
}

/**
 *   4.4 - Buttons
 */
.btn, .woocommerce-message .button, .button, .single_add_to_cart_button, .pixproof-data.pixproof-data button, .search-form .search-submit, input[type=submit] {
  padding: 4px 30px;
  font-family: Ek Mukta, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: none;
  border: 1px solid black;
  border-radius: 0;
  background-color: black;
  background-image: none;
  color: white;
  transition: all 0.15s;
  cursor: pointer;
}
.btn:hover, .button:hover, .single_add_to_cart_button:hover, .pixproof-data.pixproof-data button:hover, .search-form .search-submit:hover, input[type=submit]:hover, .btn:active, .button:active, .single_add_to_cart_button:active, .pixproof-data.pixproof-data button:active, .search-form .search-submit:active, input[type=submit]:active, .btn:focus, .button:focus, .single_add_to_cart_button:focus, .pixproof-data.pixproof-data button:focus, .search-form .search-submit:focus, input[type=submit]:focus {
  background-color: white;
  background-image: none;
  color: black;
}
.btn.a, .a.button, .a.single_add_to_cart_button, .pixproof-data.pixproof-data button.a, .search-form .a.search-submit, input.a[type=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.3333333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}

/**
 *   4.7 - Separators
 */
hr, .divider {
  position: relative;
  height: 4px;
}
hr:before, .divider: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
 */
.site-header {
  z-index: 552;
}
@media only screen and (min-width: 900px) {
  .site-header.site-header {
    top: 7px;
  }
}
.page .site-header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.page-template-portfolio-page .site-header {
  position: static;
  left: auto;
  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.3333333333px !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 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 0.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;
}

@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.3333333333px;
    flex: 0 0 73.3333333333px;
    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.3333333333px;
    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;
}
.site-content.portfolio-archive {
  z-index: 200;
  width: 100%;
}

.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 .project-a2a-container, .site-footer .theme-name, .site-footer .back-to-top, .site-footer .show-button, .site-footer .site-info, .site-footer .site-branding, .site-footer .main-navigation, .site-footer .social-navigation {
    display: block;
    padding: 0.75em;
  }
}

@media not screen and (min-width: 900px) {
  .show-button.caption.caption, .show-button.filter__text, .project-a2a-container .show-button.share-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;
  }
}

.theme-name * {
  display: inline-block;
}

.back-to-top {
  color: #9B9B9B;
}

.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;
  }
  .site-footer--single .theme-name, .site-footer--single .back-to-top {
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
  }
}

/**
 *   5.8 - Navigation main
 */
.filter__item.active, .nav--main [class*=current-menu-] > a {
  position: relative;
}
.filter__item.active:before, .nav--main [class*=current-menu-] > a: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: 0.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: 0.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 0.2s ease-out, transform 0.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 0.1s ease-out, transform 0.1s ease-out;
  }
  .nav--main .sub-menu .sub-menu {
    transform: translate(0, 0.5em);
    margin-top: -0.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: 9999;
  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: 0.3s opacity ease-in-out;
}
.navigation--is-visible .navigation-overlay {
  opacity: 0.3;
  pointer-events: auto;
}

/**
 *   5.9 - Navigation social
 */
.variation-content:after, .product__item .product_type_variable:not(.add_to_cart_button):after, .product-category .product_type_variable:not(.add_to_cart_button):after, .product__item .product_type_simple:not(.add_to_cart_button):after, .product-category .product_type_simple:not(.add_to_cart_button):after, .blog .item__thumb:not([style]):before, .nav--social .menu-item:not(.menu-item-language) a: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: "\f1e0";
  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: "\f0e0";
}
.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: "\f09e";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=behance]:before {
  content: "\f1b4";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=delicious]:before {
  content: "\f1a5";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=deviantart]:before {
  content: "\f1bd";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=digg]:before {
  content: "\f1a6";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=dribbble]:before {
  content: "\f17d";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=facebook]:before {
  content: "\f09a";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=flickr]:before {
  content: "\f16e";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=foursquare]:before {
  content: "\f180";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=github]:before {
  content: "\f09b";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="plus.google"]:before {
  content: "\f0d5";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=instagram]:before {
  content: "\f16d";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=linkedin]:before {
  content: "\f0e1";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=pinterest]:before {
  content: "\f0d2";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=reddit]:before {
  content: "\f1a1";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=skype]:before {
  content: "\f17e";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=soundcloud]:before {
  content: "\f1be";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=spotify]:before {
  content: "\f1bc";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=stumbleupon]:before {
  content: "\f1a4";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=tumblr]:before {
  content: "\f173";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=twitter]:before {
  content: "\f099";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=vimeo]:before {
  content: "\f194";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=vine]:before {
  content: "\f1ca";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="vk.com"]:before {
  content: "\f189";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=weibo]:before {
  content: "\f18a";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=xing]:before {
  content: "\f168";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=yahoo]:before {
  content: "\f19e";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=youtube]:before {
  content: "\f167";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="angel.co"]:before {
  content: "\f209";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=yelp]:before {
  content: "\f1e9";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="last.fm"]:before {
  content: "\f202";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=slideshare]:before {
  content: "\f1e7";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="twitch.tv"]:before {
  content: "\f1e8";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=bloglovin]:before {
  content: "\f004";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="#search"]:before {
  content: "\f002";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="medium.com"]:before {
  content: "\f23a";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=whatsapp]:before {
  content: "\f232";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=leanpub]:before {
  content: "\f212";
}
.nav--social .menu-item:not(.menu-item-language) a[href*=renren]:before {
  content: "\f18b";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="twitch.tv"]:before {
  content: "\f1e8";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="500px.com"]:before {
  content: "\f26e";
}
.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-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;
}

.page-template-fullwidth-page .entry-title {
  margin-bottom: 20px;
  padding-top: 0;
  text-align: left;
}

.not-found .page-title {
  margin-top: 0;
}

/**
 *   5.11 - Single content
 */
.nocomments, .comment-respond, .comments-area, .not-found, .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, body:not(.page) .entry-header, body.single-format-gallery .entry-header .entry-title, .page-no-featured-image:not(.page-template-fullwidth-page) .entry-header {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
@media not screen and (min-width: 740px) {
  .nocomments, .comment-respond, .comments-area, .not-found, .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, body:not(.page) .entry-header, body.single-format-gallery .entry-header .entry-title, .page-no-featured-image:not(.page-template-fullwidth-page) .entry-header {
    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;
}

.page-template-fullwidth-page .site-main {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 900px) {
  .page-template-fullwidth-page .site-main {
    padding-left: 130px;
    padding-right: 32px;
  }
}

/**
 *   5.12 - Single footer
 */
.entry-footer {
  padding: 15px 0;
}

.tags-links {
  float: right;
  margin-left: 10px;
  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;
}
.tags-links + .edit-link:after {
  content: "|";
  margin-left: 10px;
}

.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-reply-title:before, .comment-number--dark, .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, .add-comment .add-comment__button, .comment-reply-title:before {
  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 0.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 input, .comment-form textarea {
  box-shadow: none;
}
.comment-form p {
  padding-top: 0;
  margin-bottom: 20px;
}
.comment-form .comment-form-cookies-consent,
.comment-form .wpgdprc-checkbox {
  display: flex;
  align-items: center;
}
.comment-form .comment-form-cookies-consent input,
.comment-form .wpgdprc-checkbox input {
  flex-shrink: 0;
  margin: 0;
  margin-right: 1em;
}
.comment-form .comment-form-cookies-consent label,
.comment-form .wpgdprc-checkbox label {
  padding-top: 0;
  padding-bottom: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.comment-form .comment-form-cookies-consent label:before, .comment-form .comment-form-cookies-consent label:after,
.comment-form .wpgdprc-checkbox label:before,
.comment-form .wpgdprc-checkbox label:after {
  content: none;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 100%;
  margin-bottom: 0;
}
.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;
}

/**
 *   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, .product-category {
  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, .product-category .entry-content {
  font-size: 0.875em;
}
.is--ie-le10 .filmstrip__item, .is--ie-le10 .product-category {
  vertical-align: top;
}
@media not screen and (min-width: 740px) {
  .filmstrip__item .entry-header.entry-header, .product-category .entry-header.entry-header {
    padding: 0;
  }
}

.blog .filmstrip {
  height: initial;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.blog .filmstrip__item, .blog .product-category {
  flex-direction: column;
  margin-right: 0;
  margin-bottom: 52px;
}
@media not screen and (min-width: 900px) {
  .blog .filmstrip__item, .blog .product-category {
    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: "\f03e";
  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, .blog .product-category {
    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, .blog .product-category {
    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, .blog .product-category {
    min-width: 26vw;
  }
  .blog .item__thumb {
    flex: 0 10 26vw;
  }
}
@media only screen and (min-width: 1420px) {
  .blog .filmstrip__item, .blog .product-category {
    min-width: 25vw;
  }
  .blog .item__thumb {
    flex: 0 10 25vw;
  }
}
.is--ie-le10 .blog .filmstrip {
  width: 10000px;
}
.is--ie-le10 .blog .filmstrip__item, .is--ie-le10 .blog .product-category {
  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, .is--ie9 .blog .product-category {
  overflow: visible;
}
.is--ie9 .blog .site-sidebar--archive {
  position: relative !important;
  padding-top: 15%;
}
.is--ie9 .blog .post-meta__content {
  top: 2px;
  left: 19px;
}

/**
 *   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 0.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: 0.5;
  transition: opacity 0.3s linear;
  padding: 1.5em;
}
.fullview .rsArrow:hover {
  opacity: 1;
}
.fullview .rsArrow .rsArrowIcn {
  border-color: white;
  width: 1.25em;
  height: 1.25em;
  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,
.touch .single-proof_gallery .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.3333333333px;
  }
}
@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 0.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.3333333333px);
  }
}
@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-archive .portfolio--grid {
  padding-bottom: 0;
  min-height: 15vh;
}
@media not screen and (min-width: 740px) {
  .portfolio-archive .portfolio--grid {
    min-height: 13vh;
  }
}
@media only screen and (max-height: 480px) and (min-width: 400px) {
  .portfolio-archive .portfolio--grid {
    min-height: 40vh;
  }
}
.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: 0.5em;
  margin-bottom: 0.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: 0.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):not(.single-proof_gallery) .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):not(.single-proof_gallery) .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;
}

.portfolio-archive .portfolio--project {
  overflow: hidden;
}

.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 0.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-archive .portfolio--project,
.is--ie-le10 .portfolio-archive .portfolio__header,
.no-flexbox .portfolio-archive .portfolio--project,
.no-flexbox .portfolio-archive .portfolio__header {
  display: inline-block;
}
.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, .portfolio__item--nav .project-a2a-container .share-text, .project-a2a-container .portfolio__item--nav .share-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 0.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 0.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: 0.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: 0.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 0.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: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.5em;
  background-color: transparent;
  transform-origin: center -0.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 - Overlay
 */
.overlay {
  position: fixed;
  bottom: 0;
  left: 100%;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background: #222222;
  color: white;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  top: 0px;
}
.overlay.is--scrollable {
  overflow-y: scroll;
}
.overlay * {
  text-shadow: none;
}
#demosite-activate-wrap ~ .overlay {
  top: 80px;
}
.admin-bar .overlay {
  top: 32px;
}
.admin-bar #demosite-activate-wrap ~ .overlay {
  top: 112px;
}
@media screen and (max-width: 782px) {
  .admin-bar .overlay {
    top: 46px;
  }
  .admin-bar #demosite-activate-wrap ~ .overlay {
    top: 126px;
  }
}
@media not screen and (min-width: 740px) {
  .overlay {
    padding: 70px 30px;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 740px) {
  .overlay__wrapper {
    width: 100%;
    padding: 150px 70px 110px 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  .is--IE .overlay__wrapper {
    min-height: 0 !important;
  }
  .overlay__col {
    flex: 1 1 auto;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
  }
  .is--ie-le10 .overlay__col {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .is--scrollable .overlay__col {
    overflow-y: auto;
  }
  .overlay__col.col1 {
    position: relative;
    flex-shrink: 1;
    height: calc(100vh - 260px);
    padding: 0 40px;
  }
  .overlay__col.col1 .widget {
    max-width: 560px;
  }
  .overlay__col.col1.has--widget-profile-image {
    overflow: hidden;
  }
  .overlay__col.col2 {
    height: calc(100vh - 250px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-shrink: 1;
    margin-bottom: 100px;
  }
  .overlay__col.col1 + .overlay__col.col2 {
    flex: 0 0 50vw;
    padding-left: 40px;
  }
  .overlay__col.col1 + .overlay__col.col2 .sub-col {
    flex-basis: 360px;
  }
  .sub-col {
    flex: 0 1 50%;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .overlay__col.col1 + .overlay__col.col2 {
    flex: 0 0 760px;
  }
}
.is--IE .overlay,
.is--IE .overlay__wrapper {
  display: block !important;
  width: 100%;
}

.overlay__close {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  background: url("assets/svg/close-button.svg") no-repeat;
  background-size: cover;
  top: 1em;
  right: 1em;
}
@media only screen and (min-width: 1200px) {
  .overlay__close {
    top: 62px;
    right: 42px;
  }
}

/**
 *   5.24 - 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.25 - Add This
 */
.share-box {
  position: relative;
}

.share-text {
  text-transform: uppercase;
}

.project_layout-fullscreen .project-a2a-container .share-button {
  background: url("assets/svg/share-icon-white.svg") no-repeat;
}

.project-a2a-container .share-button {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url("assets/svg/share-icon.svg") no-repeat;
  background-size: cover;
}
.project-a2a-container .share-text {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  z-index: 1;
  padding-top: 0;
  opacity: 0;
  pointer-events: none;
  color: #9B9B9B;
  text-transform: none;
  transition: 0.3s opacity linear;
}
.single-jetpack-portfolio .project-a2a-container .share-text:after, .single-proof_gallery .project-a2a-container .share-text:after {
  content: ":";
}
.project-a2a-container .a2a_toolbox {
  transition: 0.3s background-color linear;
}
.project-a2a-container .active .share-text {
  opacity: 1;
}
.project-a2a-container .active .share-button {
  opacity: 0;
}
.project-a2a-container .active .a2a_toolbox {
  background-color: white;
}
.project_layout-fullscreen .project-a2a-container .active .a2a_toolbox {
  background: transparent;
}

.share-button, .share-text {
  transition-duration: 0.2s;
}

.social-links-list {
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 33vw;
  width: 300%;
  padding-left: 3em;
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: 0px;
}
.active .social-links-list {
  pointer-events: auto;
}
.metabox .social-links-list {
  padding-left: 5.5em;
}
.entry-footer .social-links-list {
  width: 100%;
}
.social-links-list a, .social-links-list a:hover {
  background: none;
}
.social-links-list a {
  opacity: 0;
  display: inline-block;
  padding: 10px;
  transition-duration: 0s;
}
.social-links-list a:hover .at4-icon {
  filter: none;
}

@media not screen and (min-width: 900px) {
  .single-post .social-links-list, .single-post .share-text {
    display: inline-block;
    vertical-align: middle;
  }
  .single-post .social-links-list {
    position: static;
    padding-left: 0;
    transform: none;
  }
  .single-post .social-links-list a {
    opacity: 1 !important;
    transform: none !important;
  }
  .single-post .share-text {
    opacity: 1;
  }
  .single-post .share-button {
    opacity: 0;
  }
}
.a2a_toolbox.a2a_32x32_style span {
  background-size: 70% !important;
  background-position: center center !important;
}

.a2a_32x32_style span {
  width: 28px !important;
  height: 28px !important;
  border-radius: 3px;
  -moz-filter: grayscale(1) invert(1) brightness(2.3);
  -o-filter: grayscale(1) invert(1) brightness(2.3);
  -ms-filter: grayscale(1) invert(1) brightness(2.3);
  filter: grayscale(1) invert(1) brightness(2.3);
  transition: all 0.3s linear;
}
.a2a_32x32_style span svg {
  width: 100% !important;
  height: 100% !important;
}
.a2a_32x32_style a:hover span {
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}

#at15s.atm {
  display: none !important;
}

.a2a_toolbox.a2a_32x32_style span.at4-icon.aticon-facebook {
  background-position: 3px 3px !important;
}

.a2a_toolbox.a2a_32x32_style span.at4-icon.aticon-pinterest_share {
  background-position: 5px 3px !important;
}

/**
 *   5.26 - 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;
  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: 0.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: 0.6;
  transition: all 0.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: "\f04b";
}

.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: rgb(202, 202, 202);
  cursor: pointer;
  transition: background-color 0.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 0.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: 0.2s background linear;
}
.projects-slider .rsNavSelected {
  background: black;
}

@media not screen and (min-width: 900px) {
  .pixslider[data-arrows] .slide {
    padding: 0 35px;
  }
}
/**
 *   5.27 - 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.3333333333px;
    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 {
  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 {
    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 0.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 0.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.28 - Loader
 */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.loader__svg {
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 0.3s 0.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.29 - 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: border-width 0.3s ease-out;
  }
  .ready body:after {
    border-width: 0.9vh;
  }
}
/**
 *   5.30 - 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: "–";
  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.31 - Shortcodes
 */
.pixcode--icon {
  display: inline-block;
  text-align: center;
  font-size: 21px;
  color: black;
}
.pixcode--icon.square, .pixcode--icon.circle {
  display: inline-block;
  background-color: black;
  color: #9B9B9B;
  padding: 0;
  font-size: 18px;
  width: 2.6666666667em;
  height: 2.6666666667em;
  line-height: 2.6666666667em;
}
.pixcode--icon.square:hover, .pixcode--icon.circle:hover {
  background-color: black;
  color: white;
}
.pixcode--icon.circle {
  border-radius: 999px;
}
.pixcode--icon.small {
  font-size: 16px;
}
.pixcode--icon.small.circle, .pixcode--icon.small.square {
  width: 2.25em;
  height: 2.25em;
  line-height: 2.25em;
}
.pixcode--icon.medium {
  font-size: 21px;
}
.pixcode--icon.medium.circle, .pixcode--icon.medium.square {
  width: 2.2857142857em;
  height: 2.2857142857em;
  line-height: 2.2857142857em;
}
.pixcode--icon.big {
  font-size: 36px;
}
.pixcode--icon.big.circle, .pixcode--icon.big.square {
  width: 2em;
  height: 2em;
  line-height: 2em;
}

/*--------------------------------------------*\
               ICON INSIDE A LINK
\*--------------------------------------------*/
a > .pixcode--icon {
  transition: all 0.15s linear;
}
a:hover > .pixcode--icon {
  text-decoration: none;
  border: none;
}
a:hover > .pixcode--icon.circle, a:hover > .pixcode--icon.square {
  background-color: black;
}

.pixcode--tabs {
  padding-bottom: 0;
}

.tabs__nav {
  color: white;
  background: black;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 24px;
}
.tabs__nav li {
  margin-left: 0;
}
.tabs__nav a {
  color: white;
  background: none !important;
  text-shadow: none;
  padding: 12px;
  font-weight: 800;
}
.tabs__nav a .icon, .tabs__nav a .pixcode--icon {
  margin-right: 12px;
}

.tabs__content {
  position: relative;
  min-height: 1px;
  overflow: hidden;
}

.tabs__pane {
  width: 100%;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  z-index: 20;
}
.tabs__pane.not-shown {
  opacity: 0;
  z-index: 5;
  pointer-events: none;
}

.progressbar__title {
  text-transform: uppercase;
  font-weight: bold;
}
.progressbar__bar {
  height: 8px;
  background: #EBEBEB;
  margin: 0.65em 0 1.3em;
}
.progressbar__progress {
  height: 8px;
  background: #222;
  position: relative;
}
.progressbar__tooltip {
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translate(50%, 0);
  line-height: 1.4;
  margin-bottom: 0.6em;
}

/**
 *   5.32 - PixProof
 */
.portfolio__item--clone .proof__overlay {
  opacity: 0 !important;
}

.single-proof_gallery .portfolio--grid .portfolio__item {
  height: 19vh;
}
.single-proof_gallery .button-full {
  display: none !important;
}
.single-proof_gallery .proof__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
}
.single-proof_gallery .photometa {
  display: flex;
  display: -webkit-flex;
}
.single-proof_gallery .photometa__caption {
  opacity: 1;
}

.proof__selected {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3000;
  border: 0 solid transparent;
  border-bottom-color: #50E3C2;
  border-right-color: #50E3C2;
  transition: border-width 1s ease-in, transform 1s ease-in, opacity 0.2s ease-out;
  transform: rotate(35deg) translate3d(60%, 60%, 0);
  opacity: 0;
}
.proof__selected:after {
  content: "";
  width: 16px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background: url("assets/svg/check-mark-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  opacity: 0;
  transition: all 0.2s 0.1s ease-in-out;
}

.js-portfolio-item.selected .proof__selected {
  transform: none;
  border-width: 20px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.js-portfolio-item.selected .proof__selected:after {
  opacity: 1;
}
.portfolio--filmstrip .js-portfolio-item.selected .proof__selected {
  border-width: 25px;
}
.portfolio--filmstrip .js-portfolio-item.selected .proof__selected:after {
  width: 23px;
  height: 20px;
  bottom: -19px;
  right: -20px;
}

.proof-btn.proof-btn.proof-btn {
  width: 3em;
  height: 3em;
  margin: 0 1em;
  transition: transform 0.3s ease-out;
  background-position: center center;
  background-size: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 1 3em;
}
.portfolio--grid .proof-btn.proof-btn.proof-btn {
  margin: 0 5%;
}

.proof-btn--zoom {
  background: url("assets/svg/zoom-icon.svg");
}

.proof-btn--plus {
  background: url("assets/svg/plus-icon.svg");
}
.selected .proof-btn--plus {
  display: none;
}

.proof-btn--minus {
  display: none;
  background: url("assets/svg/minus-icon.svg");
}
.selected .proof-btn--minus {
  display: block;
}

.proof-btn--thumbs {
  display: none;
}
.portfolio--filmstrip .proof-btn--thumbs {
  display: block;
  background: url("assets/svg/back-to-thumbs-icon.svg");
}

.no-touch .js-portfolio-item:hover .proof__overlay,
.touch .js-portfolio-item .proof__overlay {
  opacity: 1;
  pointer-events: auto;
}

.touch .js-portfolio-item .proof__overlay {
  background: rgba(0, 0, 0, 0.3);
}

.pixproof-data {
  width: 100%;
  margin-bottom: 2em;
}
@media not screen and (min-width: 900px) {
  .pixproof-data {
    margin-top: 1em;
  }
}
.pixproof-data .entry__meta-box span {
  display: block;
  line-height: 2;
}
.portfolio--filmstrip .pixproof-data {
  display: none;
}
.pixproof-data.pixproof-data button {
  position: static;
  float: right;
  margin-right: 5em;
  line-height: 2;
  border-radius: 4px;
  background: #222;
  opacity: 1;
  margin-top: 0.3em;
  transition: opacity 0.3s ease-in-out;
}
@media not screen and (min-width: 900px) {
  .pixproof-data.pixproof-data button {
    float: left;
    margin-top: 1em;
  }
}
.pixproof-data .entry__meta-box span {
  font-family: Ek Mukta, sans-serif;
  color: #222;
  font-size: 14px;
}
.pixproof-data span.meta-box__title {
  font-family: Libre Baskerville, serif;
  font-weight: normal;
  font-style: italic;
  color: #9B9B9B;
  margin-bottom: -0.2em;
}
.pixproof-data span:not(.meta-box__title) {
  font-weight: bold;
}

.pixproof__wrap {
  width: 100%;
  padding-bottom: 41.6666666667px;
}
@media only screen and (min-width: 740px) {
  .pixproof__wrap {
    padding-right: 73.3333333333px;
    padding-bottom: 83.3333333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .pixproof__wrap {
    padding-right: 110px;
    padding-bottom: 125px;
  }
}
@media not screen and (min-width: 740px) {
  .pixproof__wrap {
    padding-right: 1em;
  }
  .pixproof__wrap .comments-area,
.pixproof__wrap .comment-respond {
    padding-left: 0;
    padding-right: 0;
  }
}

.pixproof__content {
  max-width: 35em;
  width: 100%;
  margin: 0 auto;
  margin-top: 3em;
}
.portfolio--filmstrip .pixproof__content {
  display: none;
}

.proof_gallery .pixproof_photo_ref.pixproof_photo_ref {
  letter-spacing: 0.1px;
  padding: 0.1em 0.5em 0;
  margin: 0 0.2em 0 0.3em;
  line-height: 1.4;
  border-radius: 1.9em;
  display: inline-block;
  background: #222;
  color: white;
  cursor: pointer;
}

/**
 *   5.33 - 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.34 - 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.35 - Images loading spinner
 */
.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  transition: opacity 0.1s ease-out, display 0 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: 0.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: "—";
  padding: 0 0.5em;
  position: relative;
  top: -1px;
}
.portfolio--details .show-details span {
  text-decoration: underline;
}

.show-details,
.show-button {
  line-height: initial;
}

.show-button.caption, .project-a2a-container .show-button.share-text, .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,
.single-proof_gallery .site,
.woocommerce:not(.single) .site {
  flex-direction: column;
}

.touch .single-jetpack-portfolio .site-content,
.touch .single-proof_gallery .site-content,
.touch .archive.woocommerce .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: 740px) {
  .portfolio-archive {
    padding-left: 0.5em;
  }
}

@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 .single-proof_gallery .site,
.no-flexbox .jetpack-portfolio .site {
  display: block;
}
.no-flexbox .filmstrip .site-content,
.no-flexbox .single-jetpack-portfolio .site .site-content,
.no-flexbox .single-proof_gallery .site .site-content,
.no-flexbox .jetpack-portfolio .site .site-content {
  height: 80vh;
  height: calc(100vh - 120px);
}

p.caption, .project-a2a-container p.share-text, p.filter__text {
  line-height: 1.5;
  padding: 0;
  margin-top: 0;
  font-size: 14px;
}
p.caption:first-child, .project-a2a-container p.share-text:first-child, p.filter__text:first-child {
  margin-top: 1.75em;
}
.twocolumn > p.caption:first-child, .project-a2a-container .twocolumn > p.share-text:first-child, .twocolumn > p.filter__text:first-child {
  margin-top: 0;
}
p + p.caption, .project-a2a-container p + p.share-text, p + p.filter__text {
  margin-top: 3em;
}
p.caption a, .project-a2a-container p.share-text a, p.filter__text a {
  color: inherit;
  text-decoration: none;
  background: none;
}
p.caption a .pixcode--icon, .project-a2a-container p.share-text a .pixcode--icon, p.filter__text a .pixcode--icon {
  color: inherit;
  transition: none;
}
p.caption a:hover, .project-a2a-container p.share-text a:hover, p.filter__text a:hover {
  color: #222;
}
p.caption:last-child, .project-a2a-container p.share-text:last-child, p.filter__text:last-child {
  margin-bottom: 0;
}

h1 + p.caption, .project-a2a-container h1 + p.share-text, h1 + p.filter__text, h2 + p.caption, .project-a2a-container h2 + p.share-text, h2 + p.filter__text, h3 + p.caption, .project-a2a-container h3 + p.share-text, h3 + p.filter__text, h4 + p.caption, .project-a2a-container h4 + p.share-text, h4 + p.filter__text, h5 + p.caption, .project-a2a-container h5 + p.share-text, h5 + p.filter__text, h6 + p.caption, .project-a2a-container h6 + p.share-text, h6 + p.filter__text {
  margin-top: 0.5em;
  margin-bottom: 1.5em !important;
}

.caption.caption--small, .project-a2a-container .caption--small.share-text, .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;
  }
}
.u-cursor-default {
  cursor: default !important;
}

body {
  background-color: #FFFFFF;
}

.is--windows .woocommerce-message {
  margin-top: 10px;
}

.portfolio__item .mejs-container,
.portfolio__item .mejs-inner,
.portfolio__item .mejs-mediaelement video {
  height: 100% !important;
}
.portfolio__item mediaelementwrapper {
  display: block;
  height: 100%;
}

.product-list {
  list-style-type: none;
  opacity: 1;
  pointer-events: auto;
  padding-top: 0;
  margin-bottom: 0;
}

@media not screen and (min-width: 900px) {
  .site-sidebar--shop {
    display: none;
  }
}
.product__item, .product-category {
  position: relative;
  margin-left: 0;
}
.product__item:after, .product-category:after {
  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%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.product__item .wp-post-image, .product-category .wp-post-image {
  width: 100%;
}
.product__item a, .product-category a, .product__item a:hover {
  background-image: none;
  text-shadow: none;
}
.product__item .product__details, .product-category .product__details {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 50;
  display: block;
  transition: opacity 0.3s linear;
  opacity: 0;
}
.product__item .product__details *, .product-category .product__details * {
  color: white;
}
.product__item .product__details .product_title, .product-category .product__details .product_title {
  font-size: 15px;
  line-height: 15px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.product__item .product__details .price, .product-category .product__details .price {
  font-family: Ek Mukta, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
}
.product__item .add_to_cart_button, .product-category .add_to_cart_button, .product__item .product_type_variable, .product-category .product_type_variable, .product__item .product_type_simple, .product-category .product_type_simple {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 50;
  padding: 20px 0;
}
.product__item .add_to_cart_button .button-text, .product-category .add_to_cart_button .button-text, .product__item .product_type_variable .button-text, .product-category .product_type_variable .button-text, .product__item .product_type_simple .button-text, .product-category .product_type_simple .button-text {
  padding-top: 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  transform: translateX(20px);
  opacity: 0;
  color: white;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.product__item .add_to_cart_button:after, .product-category .add_to_cart_button:after, .product__item .product_type_variable:after, .product-category .product_type_variable:after, .product__item .product_type_simple:after, .product-category .product_type_simple:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.product__item .add_to_cart_button:hover, .product-category .add_to_cart_button:hover, .product__item .product_type_variable:hover, .product-category .product_type_variable:hover, .product__item .product_type_simple:hover, .product-category .product_type_simple:hover {
  transform: none;
}
.product__item .add_to_cart_button:hover .button-text, .product-category .add_to_cart_button:hover .button-text, .product__item .product_type_variable:hover .button-text, .product-category .product_type_variable:hover .button-text, .product__item .product_type_simple:hover .button-text, .product-category .product_type_simple:hover .button-text {
  opacity: 1;
  transform: none;
}
.product__item .add_to_cart_button:after, .product-category .add_to_cart_button:after {
  background: url("assets/svg/add_to_cart.svg") center center no-repeat;
}
.product__item .product_type_variable:not(.add_to_cart_button) .button-text, .product-category .product_type_variable:not(.add_to_cart_button) .button-text, .product__item .product_type_simple:not(.add_to_cart_button) .button-text, .product-category .product_type_simple:not(.add_to_cart_button) .button-text {
  padding-top: 11px;
}
.product__item .product_type_variable:not(.add_to_cart_button):after, .product-category .product_type_variable:not(.add_to_cart_button):after, .product__item .product_type_simple:not(.add_to_cart_button):after, .product-category .product_type_simple:not(.add_to_cart_button):after {
  color: white;
  background: none;
}
.product__item .product_type_variable:not(.add_to_cart_button):after, .product-category .product_type_variable:not(.add_to_cart_button):after {
  content: "\f085";
}
.product__item .product_type_simple:not(.add_to_cart_button):after, .product-category .product_type_simple:not(.add_to_cart_button):after {
  content: "\f15c";
}

.portfolio__item:hover:after,
.portfolio__item:hover .product__details {
  opacity: 1;
}

.product_title {
  padding-top: 0;
  margin: 0;
  margin-bottom: 3px;
}

.product__link {
  display: block;
}
.product__link + a {
  display: none;
}

.add_to_cart_button, .added_to_cart, .product_type_variable, .product_type_simple {
  display: inline-block;
}

.added_to_cart {
  margin-left: 20px;
}
.added_to_cart:after {
  content: "→";
}

.product-category {
  display: block;
}
.product-category a {
  display: block;
}
.product-category img {
  width: 100%;
}

.filter--shop {
  transition: 0.3s opacity linear;
}
.tax-product_cat .filter--shop {
  opacity: 0;
  pointer-events: none;
}

.woocommerce.archive .site-info {
  flex-basis: 100%;
}

.single-product .site-main {
  margin: 0 auto;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
}
.single-product .grid, .single-product .col2-set {
  margin-left: -60px;
}
.single-product .grid__item, .single-product .col2-set .col-1, .col2-set .single-product .col-1, .single-product .col2-set .col-2, .col2-set .single-product .col-2 {
  padding-left: 60px;
}
.single-product .product_title {
  text-align: center;
  margin-bottom: 10px;
}

.product-post {
  position: relative;
}

.product__content {
  margin-bottom: 60px;
}

.product__header {
  margin-top: 15px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 900px) {
  .product__header {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1600) {
  .product__header {
    margin-top: 25px;
  }
}

.woocommerce-breadcrumb {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.woocommerce-breadcrumb span {
  color: #9B9B9B;
}
.woocommerce-breadcrumb a {
  color: #222;
}
.woocommerce-breadcrumb .del {
  color: #222;
  font-size: 17px;
  margin: 0 3px;
}

.images__container {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .images__container {
    width: 55%;
  }
}

@media only screen and (min-width: 900px) {
  .details__container {
    width: 45%;
  }
}

.woocommerce-product-gallery__image {
  pointer-events: none;
}
.woocommerce-product-gallery__image, .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
}

.thumbnails a, .thumbnails img {
  display: block;
}
.thumbnails a {
  margin-bottom: 20px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.thumbnails a:hover {
  opacity: 1;
}

.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  flex: 1 1 auto;
}
.woocommerce-product-gallery__wrapper .thumbnails {
  flex: 1 1 auto;
}
@media not screen and (min-width: 900px) {
  .woocommerce-product-gallery__wrapper .thumbnails {
    margin-bottom: 50px;
    margin: 10px -5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-product-gallery__wrapper .thumbnails a {
    padding: 0 5px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 900px) {
  .woocommerce-product-gallery__wrapper {
    flex-direction: row;
  }
  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    flex: 1 1 auto;
    order: 2;
  }
  .woocommerce-product-gallery__wrapper .thumbnails {
    flex: 1 1 150px;
    order: 1;
    padding-right: 20px;
  }
  .woocommerce-product-gallery__wrapper .thumbnails a, .woocommerce-product-gallery__wrapper .thumbnails img {
    display: block;
  }
  .woocommerce-product-gallery__wrapper .thumbnails a {
    margin-bottom: 20px;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
  }
  .woocommerce-product-gallery__wrapper .thumbnails a:hover {
    opacity: 1;
  }
}
.product__summary .price {
  margin-top: -18px;
  margin-bottom: 13px;
}

.single-product .price {
  padding-top: 0;
  font-size: 25px;
  line-height: normal;
  font-weight: 900;
}
@media only screen and (min-width: 900px) {
  .single-product .price {
    font-size: 38px;
  }
}

div[itemprop=offers] .amount {
  margin: 0 10px;
}
div[itemprop=offers] .amount:first-child {
  margin-left: 0;
}

div[itemprop=description] {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DADADA;
}
div[itemprop=description] p {
  -webkit-font-smoothing: initial;
  line-height: 27px;
}
div[itemprop=description] p:first-child {
  padding-top: 0;
}

.single_add_to_cart_button {
  margin: 1.5em 0;
}

.variations.grid, .variations.col2-set {
  margin-left: -30px;
  margin-top: -10px;
}
.variations.grid .grid__item, .variations.grid .col2-set .col-1, .col2-set .variations.grid .col-1, .variations.grid .col2-set .col-2, .col2-set .variations.grid .col-2, .variations.col2-set .grid__item, .variations.col2-set .col-1, .variations.col2-set .col-2 {
  padding-left: 30px;
}

.variation-content {
  position: relative;
}
@media not screen and (min-width: 900px) {
  .variation-content {
    margin-bottom: 10px;
  }
}
.variation-content:after {
  content: "\f078";
  position: absolute;
  top: 48%;
  right: 15px;
  font-size: 14px;
  color: #9B9B9B;
  transform: translateY(-50%);
}

.variation-name, .reset_variations {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.reset_variations {
  display: none;
  padding: 6px;
  padding-right: 0;
  margin-bottom: 0;
}

.single_variation, .variations_button {
  display: inline-block;
  vertical-align: middle;
}

.single_variation_wrap {
  margin-top: 20px;
}

.single_variation {
  margin-right: 32px;
}

.quantity {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  margin-right: 7px;
}

.single_add_to_cart_button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 41px;
  padding-top: 0;
  padding-bottom: 0;
}

.product_meta {
  display: none;
}

#reviews .comment {
  padding-left: 0;
}
#reviews .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
#reviews .meta {
  padding-top: 0;
  margin-bottom: 0;
}
#reviews .comment_container {
  padding-left: 5.25em;
}

.related.products, .cross-sells, .upsells.products {
  display: none;
}
.related.products ul.products, .cross-sells ul.products, .upsells.products ul.products {
  display: block;
  font-size: 0;
  margin: 0 -5px;
}
.related.products ul.products li.product__item, .related.products ul.products li.product-category, .cross-sells ul.products li.product__item, .cross-sells ul.products li.product-category, .upsells.products ul.products li.product__item, .upsells.products ul.products li.product-category {
  margin: 0;
  background: none;
  padding: 0 5px;
  font-size: 16px;
  width: 25%;
}
.related.products ul.products li.product__item .onsale, .related.products ul.products li.product-category .onsale, .cross-sells ul.products li.product__item .onsale, .cross-sells ul.products li.product-category .onsale, .upsells.products ul.products li.product__item .onsale, .upsells.products ul.products li.product-category .onsale {
  right: 5px;
}
.related.products ul.products li.product__item .product__details, .related.products ul.products li.product-category .product__details, .cross-sells ul.products li.product__item .product__details, .cross-sells ul.products li.product-category .product__details, .upsells.products ul.products li.product__item .product__details, .upsells.products ul.products li.product-category .product__details {
  opacity: 1;
}

.single-product-tabs {
  display: none;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
}

.shop_table .actions {
  padding: 1.5em 0;
}

.coupon {
  position: relative;
}

@media only screen and (min-width: 900px) {
  .btn--apply-coupon {
    position: absolute;
    right: 4px;
    bottom: 25px;
  }
}
.btn--update-cart {
  float: right;
}

.input-coupon-code {
  margin-bottom: 1.5em;
}

.wc-proceed-to-checkout {
  text-align: right;
}
.wc-proceed-to-checkout a {
  margin-right: 0;
}

.product-name *, .product-name p {
  line-height: 16px;
  display: inline-block;
}
.product-name dl.variation {
  font-size: 14px;
}
.product-name dl.variation p {
  margin: 0;
  padding: 0;
}

.product-remove {
  text-align: center;
}

.remove {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 900;
  background-color: black;
  border-radius: 50%;
  color: white;
  transition: background-color 0.2s linear;
}
.remove:hover {
  color: white;
  background-color: #d94f4f;
}

@media not screen and (min-width: 900px) {
  .shop_table.cart {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .shop_table.cart, .shop_table.cart thead, .shop_table.cart tbody, .shop_table.cart th, .shop_table.cart td, .shop_table.cart tr {
    display: block;
  }
  .shop_table.cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .shop_table.cart tr {
    border: 1px dotted;
  }
  .shop_table.cart td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #FAFAFA;
    position: relative;
    margin-bottom: 0;
  }
  .shop_table.cart td:not(.product-thumbnail):not(.product-remove):not(.actions) {
    padding-left: 50%;
    text-align: left;
  }
  .shop_table.cart td:before {
    content: attr(data-mobile-caption);
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 50%;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    transform: translateY(-50%);
  }
  .shop_table.cart td.product-thumbnail {
    display: block;
  }
  .shop_table.cart td.product-thumbnail.product-thumbnail {
    width: 100%;
  }
  .shop_table.cart td.product-thumbnail a {
    display: block;
    border: 0;
  }
  .shop_table.cart td.product-thumbnail img {
    margin: 0 auto;
  }
  .shop_table.cart td.product-remove.product-remove {
    border-bottom: 0;
  }
  .shop_table.cart td.product-remove.product-remove a {
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  .shop_table.cart td.actions {
    padding-left: 12px;
    padding-right: 12px;
  }
  .shop_table.cart td.actions .coupon {
    margin-bottom: 12px;
  }
  .shop_table.cart td.actions input {
    width: 100% !important;
    float: none !important;
    margin-bottom: 12px !important;
  }
}
@media only screen and (min-width: 900px) {
  .col2-set .col-1, .col2-set .col-2 {
    width: 50% !important;
  }
}

.select2-choice {
  background: none;
}

#ship-to-different-address .checkbox, #ship-to-different-address .input-checkbox {
  display: inline-block;
  vertical-align: middle;
}
#ship-to-different-address .checkbox {
  margin: 0;
  padding: 0;
}

.payment_box {
  padding-left: 1.5em;
}

.payment_methods {
  list-style-type: none;
}
.payment_methods li {
  margin-left: 0;
}

.create-account {
  margin-bottom: 0;
}
.create-account > * {
  display: inline-block;
  vertical-align: middle;
}

img[alt*=PayPal] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.woocommerce-checkout .total strong {
  color: inherit;
  letter-spacing: inherit;
}

.cart-widget {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 6px;
  cursor: default;
  pointer-events: auto;
}
@media not screen and (min-width: 900px) {
  .cart-widget {
    float: left;
  }
}
@media only screen and (min-width: 1600px) {
  .cart-widget {
    top: -1px;
  }
}
.cart-widget * {
  text-shadow: none;
}
.cart-widget .cart-widget-label {
  content: "";
  width: 20px;
  height: 32px;
  background: url("assets/svg/cart-empty.svg") center center no-repeat;
  background-size: cover;
}
.is--ie-le10 .cart-widget {
  vertical-align: top;
}

.widget_shopping_cart_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_shopping_cart_content .cart-widget-label, .widget_shopping_cart_content .cart-items-number {
  display: inline-block;
  vertical-align: middle;
  flex: 1 1 auto;
}
@media not screen and (min-width: 900px) {
  .widget_shopping_cart_content .cart-widget-label, .widget_shopping_cart_content .cart-items-number {
    display: none;
  }
}

.cart-widget-details {
  width: 300px;
  padding: 24px 18px;
  padding-top: 32px;
  color: white;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 900px) {
  .cart-widget-details {
    position: absolute;
    top: 80%;
    right: -34px;
    pointer-events: none;
    opacity: 0;
  }
  .cart-widget:hover .cart-widget-details {
    opacity: 1;
    pointer-events: auto;
  }
  .cart-widget:hover .cart-widget-details a {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 900px) {
  .cart-widget-details:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 42px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid black;
  }
}
.cart-widget-details:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 10px;
  z-index: -1;
  width: 100%;
  background: black;
  border-radius: 4px;
}
.cart-widget-details a {
  color: white;
  background: none;
}
@media only screen and (min-width: 900px) {
  .cart-widget-details a {
    pointer-events: none;
  }
}
.cart-widget-details a:hover {
  color: white;
  background: none;
}
.cart-widget-details .amount {
  font-style: italic;
  font-size: 18px;
}
.cart-widget-details .buttons {
  margin-bottom: 0;
}
.cart-widget-details .buttons a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.cart-widget-details .buttons a:after {
  display: none;
}
.cart-widget-details .product-name,
.cart-widget-details .quantity,
.cart-widget-details .amount {
  display: inline-block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.cart-widget-details .quantity input {
  display: none !important;
}
.cart-widget-details .quantity .cart-items-number:after {
  background-color: white;
}
.cart-widget-details .variation {
  display: none;
}
.cart-widget-details .product-name {
  text-align: left;
  width: 68%;
  background: none;
  line-height: 16px;
}
.cart-widget-details div.quantity {
  text-align: center;
  width: 12%;
  margin-right: 0;
}
.cart-widget-details .amount {
  text-align: right;
  width: 18%;
}
.cart-widget-details .wc-forward {
  display: block;
  float: left;
}
.cart-widget-details .wc-forward.checkout {
  padding-right: 12px;
  position: relative;
}
.cart-widget-details .wc-forward.checkout:after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: -5px;
  margin-top: -6px;
  border: 5px solid transparent;
  border-left-color: white;
}
.cart-widget-details .wc-forward.checkout:hover:after {
  border-left-color: white;
}
.cart-widget-details .total {
  position: relative;
  line-height: 27px;
}
.cart-widget-details .total:before {
  content: "";
  position: absolute;
  bottom: 0.5em;
  left: 0;
  width: 100%;
  border-top: 2px dotted white;
}
.cart-widget-details .total strong, .cart-widget-details .total .amount {
  position: relative;
  background: black;
  padding: 0 5px;
}
.cart-widget-details .total strong {
  top: 3px;
  display: block;
  float: left;
  margin-left: -5px;
}
@media only screen and (min-width: 1600px) {
  .cart-widget-details .total strong {
    top: 13px;
  }
}
.cart-widget-details .total .amount {
  font-size: 20px;
  width: auto;
  display: block;
  float: right;
  text-align: right;
  margin-right: -5px;
}
@media only screen and (min-width: 1600px) {
  .cart-widget-details .total .amount {
    top: 6px;
  }
}
.cart-widget-details .checkout {
  float: right;
}
.cart-widget-details .cart_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart-widget-details .cart_list > li {
  padding: 0 !important;
  margin-left: 0;
}
.cart-widget-details .cart_list img {
  display: none;
}

.cart-widget-label,
.cart-widget-summary,
.total strong {
  text-transform: uppercase;
  font-weight: bold;
}

.total strong {
  letter-spacing: 0.1em;
}

.cart-widget {
  color: #222;
  font-size: 14px;
  transition: color 0.3s ease-in-out;
}
.background--dark .cart-widget {
  color: white;
}

.cart-widget-label {
  margin-right: 2px;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #222;
  transition: color 0.3s ease-in-out;
}

.cart-widget-summary,
.total strong {
  color: white;
}

.cart-widget-target {
  font-size: 17px;
}
.cart-widget-target span {
  display: inline-block;
  line-height: 17px;
}

.cart-widget-summary {
  text-align: left;
  margin-top: 6px;
  margin-bottom: 48px;
}
.cart-widget-summary.cart--empty {
  margin-bottom: 0 !important;
  margin-top: 0;
}

.cart-items-number {
  font-family: "Arial Bold", Arial, sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  top: 0;
  height: 17px;
}
.cart-items-number:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  background-color: black;
  transition: background-color 0.3s ease-in-out;
}

.cart-widget-summary,
.total {
  margin-bottom: 30px !important;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}
.woocommerce-MyAccount-navigation li {
  margin-left: 0;
  flex: 1 1 auto;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  text-align: center;
  border: 1px solid black;
  background: black;
  color: white;
  text-shadow: none;
}
.woocommerce-MyAccount-navigation a:hover {
  background: white;
  color: black;
}

.star-rating {
  position: relative;
  overflow: hidden;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.comment .star-rating {
  position: absolute;
  right: 0;
  top: 0;
}
.star-rating:before {
  content: "sssss";
  color: black;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}

.products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}

.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}

p.stars {
  position: relative;
  font-size: 1em;
}
p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
  color: black;
  background: none;
}
p.stars a:last-child {
  border-right: 0;
}
p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
p.stars a.star-1 {
  width: 2em;
}
p.stars a.star-1:after {
  content: "\e021";
}
p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
  content: "\e020";
}
p.stars a.star-2 {
  width: 3em;
}
p.stars a.star-2:after {
  content: "\e021\e021";
}
p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
  content: "\e020\e020";
}
p.stars a.star-3 {
  width: 4em;
}
p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}
p.stars a.star-4 {
  width: 5em;
}
p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}
p.stars a.star-5 {
  width: 6em;
  border: 0;
}
p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}

.woocommerce .price {
  font-family: Ek Mukta, sans-serif;
  font-feature-settings: initial;
}
.woocommerce input, .woocommerce button, .woocommerce select, .woocommerce .btn, .woocommerce .search-form .search-submit, .search-form .woocommerce .search-submit, .woocommerce .pixproof-data.pixproof-data button, .pixproof-data.pixproof-data .woocommerce button, .woocommerce .single_add_to_cart_button, .woocommerce .button {
  border-radius: 3px;
}
.woocommerce a.button {
  text-shadow: none;
  background-image: none;
}
.woocommerce input, .woocommerce select {
  font-size: 14px;
  font-family: Ek Mukta, sans-serif;
}
.woocommerce select {
  border-color: #DADADA;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}

.onsale {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding-right: 8px;
  padding-top: 9px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
.onsale:after {
  content: "";
  position: absolute;
  top: -44px;
  right: -10px;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 70px solid black;
  transform: rotate(-45deg);
}

.woocommerce-message {
  margin-bottom: 3em;
  padding: 1.5em;
  border: 1px solid #9B9B9B;
}
.woocommerce-message .button {
  margin-right: 10px;
}
/*# sourceMappingURL=style.css.map */
