@charset "UTF-8";
/*
Theme Name: Timber
Theme URI: https://pixelgrade.com/demos/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.4.5
License: Themeforest Split Licence
License URI: -
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

Timber is based on Underscores http://underscores.me/, (C) 2012-2015 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,
.cart-widget-details .buttons:after,
.cart-widget-details .total:after,
.woocommerce-product-rating:after,
.grid:after,
.col2-set:after,
.comment-form:after,
.media:after,
.entry-content:after,
.entry-footer:after,
.comments-area-title:after,
.comment-navigation:after {
	clear: both;
	content: " ";
	display: table;
}

/**
 *   1.2 - Widths
 */
.one-whole,
.grid__item,
.col2-set .col-1,
.col2-set .col-2,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment,
.logged-in-as,
.comment-form-rating {
	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.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	src: url("assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0");
	src: url("assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
.icon,
.pixcode--icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.icon-2x {
	font-size: 2em;
}

.icon-3x {
	font-size: 3em;
}

.icon-4x {
	font-size: 4em;
}

.icon-5x {
	font-size: 5em;
}

.icon-fw {
	text-align: center;
	width: 1.28571em;
}

.icon-ul {
	list-style-type: none;
	margin-left: 2.14286em;
	padding-left: 0;
}
.icon-ul > li {
	position: relative;
}

.icon-li {
	left: -2.14286em;
	position: absolute;
	text-align: center;
	top: 0.14286em;
	width: 2.14286em;
}
.icon-li.icon-lg {
	left: -1.85714em;
}

.icon-border {
	border: solid 0.08em #eeeeee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}

.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% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.icon-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icon-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.icon-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icon-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.icon-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}

.icon-stack-1x,
.icon-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.icon-stack-1x {
	line-height: inherit;
}

.icon-stack-2x {
	font-size: 2em;
}

.icon-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
	content: "";
}

.icon-music:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-envelope-o:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-star-o:before {
	content: "";
}

.icon-user:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-th-large:before {
	content: "";
}

.icon-th:before {
	content: "";
}

.icon-th-list:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
	content: "";
}

.icon-search-plus:before {
	content: "";
}

.icon-search-minus:before {
	content: "";
}

.icon-power-off:before {
	content: "";
}

.icon-signal:before {
	content: "";
}

.icon-gear:before,
.icon-cog:before {
	content: "";
}

.icon-trash-o:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-file-o:before {
	content: "";
}

.icon-clock-o:before {
	content: "";
}

.icon-road:before {
	content: "";
}

.icon-download:before {
	content: "";
}

.icon-arrow-circle-o-down:before {
	content: "";
}

.icon-arrow-circle-o-up:before {
	content: "";
}

.icon-inbox:before {
	content: "";
}

.icon-play-circle-o:before {
	content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-list-alt:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-headphones:before {
	content: "";
}

.icon-volume-off:before {
	content: "";
}

.icon-volume-down:before {
	content: "";
}

.icon-volume-up:before {
	content: "";
}

.icon-qrcode:before {
	content: "";
}

.icon-barcode:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-tags:before {
	content: "";
}

.icon-book:before {
	content: "";
}

.icon-bookmark:before {
	content: "";
}

.icon-print:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-font:before {
	content: "";
}

.icon-bold:before {
	content: "";
}

.icon-italic:before {
	content: "";
}

.icon-text-height:before {
	content: "";
}

.icon-text-width:before {
	content: "";
}

.icon-align-left:before {
	content: "";
}

.icon-align-center:before {
	content: "";
}

.icon-align-right:before {
	content: "";
}

.icon-align-justify:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-dedent:before,
.icon-outdent:before {
	content: "";
}

.icon-indent:before {
	content: "";
}

.icon-video-camera:before {
	content: "";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-map-marker:before {
	content: "";
}

.icon-adjust:before {
	content: "";
}

.icon-tint:before {
	content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before {
	content: "";
}

.icon-share-square-o:before {
	content: "";
}

.icon-check-square-o:before {
	content: "";
}

.icon-arrows:before {
	content: "";
}

.icon-step-backward:before {
	content: "";
}

.icon-fast-backward:before {
	content: "";
}

.icon-backward:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-pause:before {
	content: "";
}

.icon-stop:before {
	content: "";
}

.icon-forward:before {
	content: "";
}

.icon-fast-forward:before {
	content: "";
}

.icon-step-forward:before {
	content: "";
}

.icon-eject:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.icon-plus-circle:before {
	content: "";
}

.icon-minus-circle:before {
	content: "";
}

.icon-times-circle:before {
	content: "";
}

.icon-check-circle:before {
	content: "";
}

.icon-question-circle:before {
	content: "";
}

.icon-info-circle:before {
	content: "";
}

.icon-crosshairs:before {
	content: "";
}

.icon-times-circle-o:before {
	content: "";
}

.icon-check-circle-o:before {
	content: "";
}

.icon-ban:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-mail-forward:before,
.icon-share:before {
	content: "";
}

.icon-expand:before {
	content: "";
}

.icon-compress:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-asterisk:before {
	content: "";
}

.icon-exclamation-circle:before {
	content: "";
}

.icon-gift:before {
	content: "";
}

.icon-leaf:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-eye:before {
	content: "";
}

.icon-eye-slash:before {
	content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
	content: "";
}

.icon-plane:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-random:before {
	content: "";
}

.icon-comment:before {
	content: "";
}

.icon-magnet:before {
	content: "";
}

.icon-chevron-up:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-retweet:before {
	content: "";
}

.icon-shopping-cart:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-folder-open:before {
	content: "";
}

.icon-arrows-v:before {
	content: "";
}

.icon-arrows-h:before {
	content: "";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
	content: "";
}

.icon-twitter-square:before {
	content: "";
}

.icon-facebook-square:before {
	content: "";
}

.icon-camera-retro:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-gears:before,
.icon-cogs:before {
	content: "";
}

.icon-comments:before {
	content: "";
}

.icon-thumbs-o-up:before {
	content: "";
}

.icon-thumbs-o-down:before {
	content: "";
}

.icon-star-half:before {
	content: "";
}

.icon-heart-o:before {
	content: "";
}

.icon-sign-out:before {
	content: "";
}

.icon-linkedin-square:before {
	content: "";
}

.icon-thumb-tack:before {
	content: "";
}

.icon-external-link:before {
	content: "";
}

.icon-sign-in:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-github-square:before {
	content: "";
}

.icon-upload:before {
	content: "";
}

.icon-lemon-o:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-square-o:before {
	content: "";
}

.icon-bookmark-o:before {
	content: "";
}

.icon-phone-square:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook-f:before,
.icon-facebook:before {
	content: "";
}

.icon-github:before {
	content: "";
}

.icon-unlock:before {
	content: "";
}

.icon-credit-card:before {
	content: "";
}

.icon-rss:before {
	content: "";
}

.icon-hdd-o:before {
	content: "";
}

.icon-bullhorn:before {
	content: "";
}

.icon-bell:before {
	content: "";
}

.icon-certificate:before {
	content: "";
}

.icon-hand-o-right:before {
	content: "";
}

.icon-hand-o-left:before {
	content: "";
}

.icon-hand-o-up:before {
	content: "";
}

.icon-hand-o-down:before {
	content: "";
}

.icon-arrow-circle-left:before {
	content: "";
}

.icon-arrow-circle-right:before {
	content: "";
}

.icon-arrow-circle-up:before {
	content: "";
}

.icon-arrow-circle-down:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-wrench:before {
	content: "";
}

.icon-tasks:before {
	content: "";
}

.icon-filter:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-arrows-alt:before {
	content: "";
}

.icon-group:before,
.icon-users:before {
	content: "";
}

.icon-chain:before,
.icon-link:before {
	content: "";
}

.icon-cloud:before {
	content: "";
}

.icon-flask:before {
	content: "";
}

.icon-cut:before,
.icon-scissors:before {
	content: "";
}

.icon-copy:before,
.icon-files-o:before {
	content: "";
}

.icon-paperclip:before {
	content: "";
}

.icon-save:before,
.icon-floppy-o:before {
	content: "";
}

.icon-square:before {
	content: "";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
	content: "";
}

.icon-list-ul:before {
	content: "";
}

.icon-list-ol:before {
	content: "";
}

.icon-strikethrough:before {
	content: "";
}

.icon-underline:before {
	content: "";
}

.icon-table:before {
	content: "";
}

.icon-magic:before {
	content: "";
}

.icon-truck:before {
	content: "";
}

.icon-pinterest:before {
	content: "";
}

.icon-pinterest-square:before {
	content: "";
}

.icon-google-plus-square:before {
	content: "";
}

.icon-google-plus:before {
	content: "";
}

.icon-money:before {
	content: "";
}

.icon-caret-down:before {
	content: "";
}

.icon-caret-up:before {
	content: "";
}

.icon-caret-left:before {
	content: "";
}

.icon-caret-right:before {
	content: "";
}

.icon-columns:before {
	content: "";
}

.icon-unsorted:before,
.icon-sort:before {
	content: "";
}

.icon-sort-down:before,
.icon-sort-desc:before {
	content: "";
}

.icon-sort-up:before,
.icon-sort-asc:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
	content: "";
}

.icon-legal:before,
.icon-gavel:before {
	content: "";
}

.icon-dashboard:before,
.icon-tachometer:before {
	content: "";
}

.icon-comment-o:before {
	content: "";
}

.icon-comments-o:before {
	content: "";
}

.icon-flash:before,
.icon-bolt:before {
	content: "";
}

.icon-sitemap:before {
	content: "";
}

.icon-umbrella:before {
	content: "";
}

.icon-paste:before,
.icon-clipboard:before {
	content: "";
}

.icon-lightbulb-o:before {
	content: "";
}

.icon-exchange:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-user-md:before {
	content: "";
}

.icon-stethoscope:before {
	content: "";
}

.icon-suitcase:before {
	content: "";
}

.icon-bell-o:before {
	content: "";
}

.icon-coffee:before {
	content: "";
}

.icon-cutlery:before {
	content: "";
}

.icon-file-text-o:before {
	content: "";
}

.icon-building-o:before {
	content: "";
}

.icon-hospital-o:before {
	content: "";
}

.icon-ambulance:before {
	content: "";
}

.icon-medkit:before {
	content: "";
}

.icon-fighter-jet:before {
	content: "";
}

.icon-beer:before {
	content: "";
}

.icon-h-square:before {
	content: "";
}

.icon-plus-square:before {
	content: "";
}

.icon-angle-double-left:before {
	content: "";
}

.icon-angle-double-right:before {
	content: "";
}

.icon-angle-double-up:before {
	content: "";
}

.icon-angle-double-down:before {
	content: "";
}

.icon-angle-left:before {
	content: "";
}

.icon-angle-right:before {
	content: "";
}

.icon-angle-up:before {
	content: "";
}

.icon-angle-down:before {
	content: "";
}

.icon-desktop:before {
	content: "";
}

.icon-laptop:before {
	content: "";
}

.icon-tablet:before {
	content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before {
	content: "";
}

.icon-circle-o:before {
	content: "";
}

.icon-quote-left:before {
	content: "";
}

.icon-quote-right:before {
	content: "";
}

.icon-spinner:before {
	content: "";
}

.icon-circle:before {
	content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
	content: "";
}

.icon-github-alt:before {
	content: "";
}

.icon-folder-o:before {
	content: "";
}

.icon-folder-open-o:before {
	content: "";
}

.icon-smile-o:before {
	content: "";
}

.icon-frown-o:before {
	content: "";
}

.icon-meh-o:before {
	content: "";
}

.icon-gamepad:before {
	content: "";
}

.icon-keyboard-o:before {
	content: "";
}

.icon-flag-o:before {
	content: "";
}

.icon-flag-checkered:before {
	content: "";
}

.icon-terminal:before {
	content: "";
}

.icon-code:before {
	content: "";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
	content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
	content: "";
}

.icon-location-arrow:before {
	content: "";
}

.icon-crop:before {
	content: "";
}

.icon-code-fork:before {
	content: "";
}

.icon-unlink:before,
.icon-chain-broken:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-exclamation:before {
	content: "";
}

.icon-superscript:before {
	content: "";
}

.icon-subscript:before {
	content: "";
}

.icon-eraser:before {
	content: "";
}

.icon-puzzle-piece:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-microphone-slash:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-calendar-o:before {
	content: "";
}

.icon-fire-extinguisher:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-maxcdn:before {
	content: "";
}

.icon-chevron-circle-left:before {
	content: "";
}

.icon-chevron-circle-right:before {
	content: "";
}

.icon-chevron-circle-up:before {
	content: "";
}

.icon-chevron-circle-down:before {
	content: "";
}

.icon-html5:before {
	content: "";
}

.icon-css3:before {
	content: "";
}

.icon-anchor:before {
	content: "";
}

.icon-unlock-alt:before {
	content: "";
}

.icon-bullseye:before {
	content: "";
}

.icon-ellipsis-h:before {
	content: "";
}

.icon-ellipsis-v:before {
	content: "";
}

.icon-rss-square:before {
	content: "";
}

.icon-play-circle:before {
	content: "";
}

.icon-ticket:before {
	content: "";
}

.icon-minus-square:before {
	content: "";
}

.icon-minus-square-o:before {
	content: "";
}

.icon-level-up:before {
	content: "";
}

.icon-level-down:before {
	content: "";
}

.icon-check-square:before {
	content: "";
}

.icon-pencil-square:before {
	content: "";
}

.icon-external-link-square:before {
	content: "";
}

.icon-share-square:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
	content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
	content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
	content: "";
}

.icon-euro:before,
.icon-eur:before {
	content: "";
}

.icon-gbp:before {
	content: "";
}

.icon-dollar:before,
.icon-usd:before {
	content: "";
}

.icon-rupee:before,
.icon-inr:before {
	content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
	content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
	content: "";
}

.icon-won:before,
.icon-krw:before {
	content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
	content: "";
}

.icon-file:before {
	content: "";
}

.icon-file-text:before {
	content: "";
}

.icon-sort-alpha-asc:before {
	content: "";
}

.icon-sort-alpha-desc:before {
	content: "";
}

.icon-sort-amount-asc:before {
	content: "";
}

.icon-sort-amount-desc:before {
	content: "";
}

.icon-sort-numeric-asc:before {
	content: "";
}

.icon-sort-numeric-desc:before {
	content: "";
}

.icon-thumbs-up:before {
	content: "";
}

.icon-thumbs-down:before {
	content: "";
}

.icon-youtube-square:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-xing:before {
	content: "";
}

.icon-xing-square:before {
	content: "";
}

.icon-youtube-play:before {
	content: "";
}

.icon-dropbox:before {
	content: "";
}

.icon-stack-overflow:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-flickr:before {
	content: "";
}

.icon-adn:before {
	content: "";
}

.icon-bitbucket:before {
	content: "";
}

.icon-bitbucket-square:before {
	content: "";
}

.icon-tumblr:before {
	content: "";
}

.icon-tumblr-square:before {
	content: "";
}

.icon-long-arrow-down:before {
	content: "";
}

.icon-long-arrow-up:before {
	content: "";
}

.icon-long-arrow-left:before {
	content: "";
}

.icon-long-arrow-right:before {
	content: "";
}

.icon-apple:before {
	content: "";
}

.icon-windows:before {
	content: "";
}

.icon-android:before {
	content: "";
}

.icon-linux:before {
	content: "";
}

.icon-dribbble:before {
	content: "";
}

.icon-skype:before {
	content: "";
}

.icon-foursquare:before {
	content: "";
}

.icon-trello:before {
	content: "";
}

.icon-female:before {
	content: "";
}

.icon-male:before {
	content: "";
}

.icon-gittip:before,
.icon-gratipay:before {
	content: "";
}

.icon-sun-o:before {
	content: "";
}

.icon-moon-o:before {
	content: "";
}

.icon-archive:before {
	content: "";
}

.icon-bug:before {
	content: "";
}

.icon-vk:before {
	content: "";
}

.icon-weibo:before {
	content: "";
}

.icon-renren:before {
	content: "";
}

.icon-pagelines:before {
	content: "";
}

.icon-stack-exchange:before {
	content: "";
}

.icon-arrow-circle-o-right:before {
	content: "";
}

.icon-arrow-circle-o-left:before {
	content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
	content: "";
}

.icon-dot-circle-o:before {
	content: "";
}

.icon-wheelchair:before {
	content: "";
}

.icon-vimeo-square:before {
	content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
	content: "";
}

.icon-plus-square-o:before {
	content: "";
}

.icon-space-shuttle:before {
	content: "";
}

.icon-slack:before {
	content: "";
}

.icon-envelope-square:before {
	content: "";
}

.icon-wordpress:before {
	content: "";
}

.icon-openid:before {
	content: "";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
	content: "";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
	content: "";
}

.icon-yahoo:before {
	content: "";
}

.icon-google:before {
	content: "";
}

.icon-reddit:before {
	content: "";
}

.icon-reddit-square:before {
	content: "";
}

.icon-stumbleupon-circle:before {
	content: "";
}

.icon-stumbleupon:before {
	content: "";
}

.icon-delicious:before {
	content: "";
}

.icon-digg:before {
	content: "";
}

.icon-pied-piper:before {
	content: "";
}

.icon-pied-piper-alt:before {
	content: "";
}

.icon-drupal:before {
	content: "";
}

.icon-joomla:before {
	content: "";
}

.icon-language:before {
	content: "";
}

.icon-fax:before {
	content: "";
}

.icon-building:before {
	content: "";
}

.icon-child:before {
	content: "";
}

.icon-paw:before {
	content: "";
}

.icon-spoon:before {
	content: "";
}

.icon-cube:before {
	content: "";
}

.icon-cubes:before {
	content: "";
}

.icon-behance:before {
	content: "";
}

.icon-behance-square:before {
	content: "";
}

.icon-steam:before {
	content: "";
}

.icon-steam-square:before {
	content: "";
}

.icon-recycle:before {
	content: "";
}

.icon-automobile:before,
.icon-car:before {
	content: "";
}

.icon-cab:before,
.icon-taxi:before {
	content: "";
}

.icon-tree:before {
	content: "";
}

.icon-spotify:before {
	content: "";
}

.icon-deviantart:before {
	content: "";
}

.icon-soundcloud:before {
	content: "";
}

.icon-database:before {
	content: "";
}

.icon-file-pdf-o:before {
	content: "";
}

.icon-file-word-o:before {
	content: "";
}

.icon-file-excel-o:before {
	content: "";
}

.icon-file-powerpoint-o:before {
	content: "";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
	content: "";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
	content: "";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
	content: "";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
	content: "";
}

.icon-file-code-o:before {
	content: "";
}

.icon-vine:before {
	content: "";
}

.icon-codepen:before {
	content: "";
}

.icon-jsfiddle:before {
	content: "";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
	content: "";
}

.icon-circle-o-notch:before {
	content: "";
}

.icon-ra:before,
.icon-rebel:before {
	content: "";
}

.icon-ge:before,
.icon-empire:before {
	content: "";
}

.icon-git-square:before {
	content: "";
}

.icon-git:before {
	content: "";
}

.icon-hacker-news:before {
	content: "";
}

.icon-tencent-weibo:before {
	content: "";
}

.icon-qq:before {
	content: "";
}

.icon-wechat:before,
.icon-weixin:before {
	content: "";
}

.icon-send:before,
.icon-paper-plane:before {
	content: "";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
	content: "";
}

.icon-history:before {
	content: "";
}

.icon-genderless:before,
.icon-circle-thin:before {
	content: "";
}

.icon-header:before {
	content: "";
}

.icon-paragraph:before {
	content: "";
}

.icon-sliders:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share-alt-square:before {
	content: "";
}

.icon-bomb:before {
	content: "";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
	content: "";
}

.icon-tty:before {
	content: "";
}

.icon-binoculars:before {
	content: "";
}

.icon-plug:before {
	content: "";
}

.icon-slideshare:before {
	content: "";
}

.icon-twitch:before {
	content: "";
}

.icon-yelp:before {
	content: "";
}

.icon-newspaper-o:before {
	content: "";
}

.icon-wifi:before {
	content: "";
}

.icon-calculator:before {
	content: "";
}

.icon-paypal:before {
	content: "";
}

.icon-google-wallet:before {
	content: "";
}

.icon-cc-visa:before {
	content: "";
}

.icon-cc-mastercard:before {
	content: "";
}

.icon-cc-discover:before {
	content: "";
}

.icon-cc-amex:before {
	content: "";
}

.icon-cc-paypal:before {
	content: "";
}

.icon-cc-stripe:before {
	content: "";
}

.icon-bell-slash:before {
	content: "";
}

.icon-bell-slash-o:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-copyright:before {
	content: "";
}

.icon-at:before {
	content: "";
}

.icon-eyedropper:before {
	content: "";
}

.icon-paint-brush:before {
	content: "";
}

.icon-birthday-cake:before {
	content: "";
}

.icon-area-chart:before {
	content: "";
}

.icon-pie-chart:before {
	content: "";
}

.icon-line-chart:before {
	content: "";
}

.icon-lastfm:before {
	content: "";
}

.icon-lastfm-square:before {
	content: "";
}

.icon-toggle-off:before {
	content: "";
}

.icon-toggle-on:before {
	content: "";
}

.icon-bicycle:before {
	content: "";
}

.icon-bus:before {
	content: "";
}

.icon-ioxhost:before {
	content: "";
}

.icon-angellist:before {
	content: "";
}

.icon-cc:before {
	content: "";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
	content: "";
}

.icon-meanpath:before {
	content: "";
}

.icon-buysellads:before {
	content: "";
}

.icon-connectdevelop:before {
	content: "";
}

.icon-dashcube:before {
	content: "";
}

.icon-forumbee:before {
	content: "";
}

.icon-leanpub:before {
	content: "";
}

.icon-sellsy:before {
	content: "";
}

.icon-shirtsinbulk:before {
	content: "";
}

.icon-simplybuilt:before {
	content: "";
}

.icon-skyatlas:before {
	content: "";
}

.icon-cart-plus:before {
	content: "";
}

.icon-cart-arrow-down:before {
	content: "";
}

.icon-diamond:before {
	content: "";
}

.icon-ship:before {
	content: "";
}

.icon-user-secret:before {
	content: "";
}

.icon-motorcycle:before {
	content: "";
}

.icon-street-view:before {
	content: "";
}

.icon-heartbeat:before {
	content: "";
}

.icon-venus:before {
	content: "";
}

.icon-mars:before {
	content: "";
}

.icon-mercury:before {
	content: "";
}

.icon-transgender:before {
	content: "";
}

.icon-transgender-alt:before {
	content: "";
}

.icon-venus-double:before {
	content: "";
}

.icon-mars-double:before {
	content: "";
}

.icon-venus-mars:before {
	content: "";
}

.icon-mars-stroke:before {
	content: "";
}

.icon-mars-stroke-v:before {
	content: "";
}

.icon-mars-stroke-h:before {
	content: "";
}

.icon-neuter:before {
	content: "";
}

.icon-facebook-official:before {
	content: "";
}

.icon-pinterest-p:before {
	content: "";
}

.icon-whatsapp:before {
	content: "";
}

.icon-server:before {
	content: "";
}

.icon-user-plus:before {
	content: "";
}

.icon-user-times:before {
	content: "";
}

.icon-hotel:before,
.icon-bed:before {
	content: "";
}

.icon-viacoin:before {
	content: "";
}

.icon-train:before {
	content: "";
}

.icon-subway:before {
	content: "";
}

.icon-medium:before {
	content: "";
}

@font-face {
	font-family: "entypo";
	font-style: normal;
	font-weight: normal;
	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");
}
@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";
	font-style: normal;
	font-weight: normal;
	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");
}
@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 {
	display: inline-block;
	font-family: "entypo";
	font-style: normal;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	font-weight: normal;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 0.2em;
	margin-right: 0.2em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	width: 1em;

	speak: none;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-e-plus:before {
	content: "\e816";
}

/* '' */
.icon-e-minus:before {
	content: "\e819";
}

/* '' */
.icon-e-fivehundredpx:before {
	content: "\e921";
}

/* '' */
.icon-e-digg:before {
	content: "\e922";
}

/* '' */
.icon-e-cc-1:before {
	content: "\e924";
}

/* '' */
.icon-e-dribbble-1:before {
	content: "\e923";
}

/* '' */
.icon-e-youtube:before {
	content: "\e920";
}

/* '' */
.icon-e-googleplay:before {
	content: "\e91f";
}

/* '' */
.icon-e-soundcloud-1:before {
	content: "\e91e";
}

/* '' */
.icon-e-appnet:before {
	content: "\e91c";
}

/* '' */
.icon-e-info:before {
	content: "\e81e";
}

/* '' */
.icon-e-left-thin:before {
	content: "\e88c";
}

/* '' */
.icon-e-up-thin:before {
	content: "\e88e";
}

/* '' */
.icon-e-right-thin:before {
	content: "\e88d";
}

/* '' */
.icon-e-down-thin:before {
	content: "\e88b";
}

/* '' */
.icon-e-level-up:before {
	content: "\e893";
}

/* '' */
.icon-e-level-down:before {
	content: "\e892";
}

/* '' */
.icon-e-switch:before {
	content: "\e896";
}

/* '' */
.icon-e-infinity:before {
	content: "\e8c2";
}

/* '' */
.icon-e-plus-squared:before {
	content: "\e818";
}

/* '' */
.icon-e-minus-squared:before {
	content: "\e81b";
}

/* '' */
.icon-e-home:before {
	content: "\e821";
}

/* '' */
.icon-e-keyboard:before {
	content: "\e83a";
}

/* '' */
.icon-e-erase:before {
	content: "\e8c3";
}

/* '' */
.icon-e-pause:before {
	content: "\e899";
}

/* '' */
.icon-e-fast-forward:before {
	content: "\e89d";
}

/* '' */
.icon-e-fast-backward:before {
	content: "\e89e";
}

/* '' */
.icon-e-to-end:before {
	content: "\e89b";
}

/* '' */
.icon-e-to-start:before {
	content: "\e89c";
}

/* '' */
.icon-e-hourglass:before {
	content: "\e863";
}

/* '' */
.icon-e-stop-1:before {
	content: "\e898";
}

/* '' */
.icon-e-up-dir:before {
	content: "\e886";
}

/* '' */
.icon-e-play:before {
	content: "\e897";
}

/* '' */
.icon-e-right-dir:before {
	content: "\e885";
}

/* '' */
.icon-e-down-dir:before {
	content: "\e883";
}

/* '' */
.icon-e-left-dir:before {
	content: "\e884";
}

/* '' */
.icon-e-adjust:before {
	content: "\e867";
}

/* '' */
.icon-e-cloud:before {
	content: "\e8b2";
}

/* '' */
.icon-e-star:before {
	content: "\e808";
}

/* '' */
.icon-e-star-empty:before {
	content: "\e809";
}

/* '' */
.icon-e-cup:before {
	content: "\e846";
}

/* '' */
.icon-e-menu:before {
	content: "\e811";
}

/* '' */
.icon-e-moon:before {
	content: "\e8b5";
}

/* '' */
.icon-e-heart-empty:before {
	content: "\e807";
}

/* '' */
.icon-e-heart:before {
	content: "\e806";
}

/* '' */
.icon-e-note:before {
	content: "\e800";
}

/* '' */
.icon-e-note-beamed:before {
	content: "\e801";
}

/* '' */
.icon-e-layout:before {
	content: "\e810";
}

/* '' */
.icon-e-flag:before {
	content: "\e82a";
}

/* '' */
.icon-e-tools:before {
	content: "\e856";
}

/* '' */
.icon-e-cog:before {
	content: "\e855";
}

/* '' */
.icon-e-attention:before {
	content: "\e83e";
}

/* '' */
.icon-e-flash:before {
	content: "\e8b4";
}

/* '' */
.icon-e-record:before {
	content: "\e89a";
}

/* '' */
.icon-e-cloud-thunder:before {
	content: "\e8b3";
}

/* '' */
.icon-e-tape:before {
	content: "\e8c8";
}

/* '' */
.icon-e-flight:before {
	content: "\e8b6";
}

/* '' */
.icon-e-mail:before {
	content: "\e805";
}

/* '' */
.icon-e-pencil:before {
	content: "\e836";
}

/* '' */
.icon-e-feather:before {
	content: "\e837";
}

/* '' */
.icon-e-check:before {
	content: "\e812";
}

/* '' */
.icon-e-cancel:before {
	content: "\e813";
}

/* '' */
.icon-e-cancel-circled:before {
	content: "\e814";
}

/* '' */
.icon-e-cancel-squared:before {
	content: "\e815";
}

/* '' */
.icon-e-help:before {
	content: "\e81c";
}

/* '' */
.icon-e-quote:before {
	content: "\e833";
}

/* '' */
.icon-e-plus-circled:before {
	content: "\e817";
}

/* '' */
.icon-e-minus-circled:before {
	content: "\e81a";
}

/* '' */
.icon-e-right:before {
	content: "\e881";
}

/* '' */
.icon-e-direction:before {
	content: "\e844";
}

/* '' */
.icon-e-forward:before {
	content: "\e832";
}

/* '' */
.icon-e-ccw:before {
	content: "\e88f";
}

/* '' */
.icon-e-cw:before {
	content: "\e890";
}

/* '' */
.icon-e-left:before {
	content: "\e880";
}

/* '' */
.icon-e-up:before {
	content: "\e882";
}

/* '' */
.icon-e-down:before {
	content: "\e87f";
}

/* '' */
.icon-e-list-add:before {
	content: "\e8a6";
}

/* '' */
.icon-e-list:before {
	content: "\e8a5";
}

/* '' */
.icon-e-deviantart:before {
	content: "\e91d";
}

/* '' */
.icon-e-left-bold:before {
	content: "\e888";
}

/* '' */
.icon-e-right-bold:before {
	content: "\e889";
}

/* '' */
.icon-e-up-bold:before {
	content: "\e88a";
}

/* '' */
.icon-e-down-bold:before {
	content: "\e887";
}

/* '' */
.icon-e-user-add:before {
	content: "\e80c";
}

/* '' */
.icon-e-help-circled:before {
	content: "\e81d";
}

/* '' */
.icon-e-info-circled:before {
	content: "\e81f";
}

/* '' */
.icon-e-eye:before {
	content: "\e826";
}

/* '' */
.icon-e-tag:before {
	content: "\e827";
}

/* '' */
.icon-e-upload-cloud:before {
	content: "\e82f";
}

/* '' */
.icon-e-reply:before {
	content: "\e830";
}

/* '' */
.icon-e-reply-all:before {
	content: "\e831";
}

/* '' */
.icon-e-code:before {
	content: "\e834";
}

/* '' */
.icon-e-export:before {
	content: "\e835";
}

/* '' */
.icon-e-print:before {
	content: "\e838";
}

/* '' */
.icon-e-retweet:before {
	content: "\e839";
}

/* '' */
.icon-e-comment:before {
	content: "\e83b";
}

/* '' */
.icon-e-chat:before {
	content: "\e83c";
}

/* '' */
.icon-e-vcard:before {
	content: "\e840";
}

/* '' */
.icon-e-address:before {
	content: "\e841";
}

/* '' */
.icon-e-location:before {
	content: "\e842";
}

/* '' */
.icon-e-map:before {
	content: "\e843";
}

/* '' */
.icon-e-compass:before {
	content: "\e845";
}

/* '' */
.icon-e-trash:before {
	content: "\e847";
}

/* '' */
.icon-e-doc:before {
	content: "\e848";
}

/* '' */
.icon-e-doc-text-inv:before {
	content: "\e84c";
}

/* '' */
.icon-e-docs:before {
	content: "\e849";
}

/* '' */
.icon-e-doc-landscape:before {
	content: "\e84a";
}

/* '' */
.icon-e-archive:before {
	content: "\e851";
}

/* '' */
.icon-e-rss:before {
	content: "\e853";
}

/* '' */
.icon-e-share:before {
	content: "\e857";
}

/* '' */
.icon-e-basket:before {
	content: "\e859";
}

/* '' */
.icon-e-shareable:before {
	content: "\e858";
}

/* '' */
.icon-e-login:before {
	content: "\e85c";
}

/* '' */
.icon-e-logout:before {
	content: "\e85d";
}

/* '' */
.icon-e-volume:before {
	content: "\e861";
}

/* '' */
.icon-e-resize-full:before {
	content: "\e869";
}

/* '' */
.icon-e-resize-small:before {
	content: "\e86a";
}

/* '' */
.icon-e-popup:before {
	content: "\e86b";
}

/* '' */
.icon-e-publish:before {
	content: "\e86c";
}

/* '' */
.icon-e-window:before {
	content: "\e86d";
}

/* '' */
.icon-e-arrow-combo:before {
	content: "\e86e";
}

/* '' */
.icon-e-chart-pie:before {
	content: "\e8c4";
}

/* '' */
.icon-e-language:before {
	content: "\e8ca";
}

/* '' */
.icon-e-air:before {
	content: "\e8ce";
}

/* '' */
.icon-e-database:before {
	content: "\e8d3";
}

/* '' */
.icon-e-drive:before {
	content: "\e8d4";
}

/* '' */
.icon-e-bucket:before {
	content: "\e8d5";
}

/* '' */
.icon-e-thermometer:before {
	content: "\e8d6";
}

/* '' */
.icon-e-down-circled:before {
	content: "\e86f";
}

/* '' */
.icon-e-left-circled:before {
	content: "\e870";
}

/* '' */
.icon-e-right-circled:before {
	content: "\e871";
}

/* '' */
.icon-e-up-circled:before {
	content: "\e872";
}

/* '' */
.icon-e-down-open:before {
	content: "\e873";
}

/* '' */
.icon-e-left-open:before {
	content: "\e874";
}

/* '' */
.icon-e-right-open:before {
	content: "\e875";
}

/* '' */
.icon-e-up-open:before {
	content: "\e876";
}

/* '' */
.icon-e-down-open-mini:before {
	content: "\e877";
}

/* '' */
.icon-e-left-open-mini:before {
	content: "\e878";
}

/* '' */
.icon-e-right-open-mini:before {
	content: "\e879";
}

/* '' */
.icon-e-up-open-mini:before {
	content: "\e87a";
}

/* '' */
.icon-e-down-open-big:before {
	content: "\e87b";
}

/* '' */
.icon-e-left-open-big:before {
	content: "\e87c";
}

/* '' */
.icon-e-right-open-big:before {
	content: "\e87d";
}

/* '' */
.icon-e-up-open-big:before {
	content: "\e87e";
}

/* '' */
.icon-e-progress-0:before {
	content: "\e89f";
}

/* '' */
.icon-e-progress-1:before {
	content: "\e8a0";
}

/* '' */
.icon-e-progress-2:before {
	content: "\e8a1";
}

/* '' */
.icon-e-progress-3:before {
	content: "\e8a2";
}

/* '' */
.icon-e-back-in-time:before {
	content: "\e8aa";
}

/* '' */
.icon-e-network:before {
	content: "\e8ad";
}

/* '' */
.icon-e-inbox:before {
	content: "\e8af";
}

/* '' */
.icon-e-install:before {
	content: "\e8b0";
}

/* '' */
.icon-e-lifebuoy:before {
	content: "\e8b9";
}

/* '' */
.icon-e-mouse:before {
	content: "\e8ba";
}

/* '' */
.icon-e-dot:before {
	content: "\e8bd";
}

/* '' */
.icon-e-dot-2:before {
	content: "\e8be";
}

/* '' */
.icon-e-dot-3:before {
	content: "\e8bf";
}

/* '' */
.icon-e-suitcase:before {
	content: "\e8bc";
}

/* '' */
.icon-e-flow-cascade:before {
	content: "\e8d8";
}

/* '' */
.icon-e-flow-branch:before {
	content: "\e8d9";
}

/* '' */
.icon-e-flow-tree:before {
	content: "\e8da";
}

/* '' */
.icon-e-flow-line:before {
	content: "\e8db";
}

/* '' */
.icon-e-flow-parallel:before {
	content: "\e8dc";
}

/* '' */
.icon-e-brush:before {
	content: "\e8c0";
}

/* '' */
.icon-e-paper-plane:before {
	content: "\e8b7";
}

/* '' */
.icon-e-magnet:before {
	content: "\e8c1";
}

/* '' */
.icon-e-gauge:before {
	content: "\e8de";
}

/* '' */
.icon-e-traffic-cone:before {
	content: "\e8df";
}

/* '' */
.icon-e-cc:before {
	content: "\e8e0";
}

/* '' */
.icon-e-cc-by:before {
	content: "\e8e1";
}

/* '' */
.icon-e-cc-nc:before {
	content: "\e8e2";
}

/* '' */
.icon-e-cc-nc-eu:before {
	content: "\e8e3";
}

/* '' */
.icon-e-cc-nc-jp:before {
	content: "\e8e4";
}

/* '' */
.icon-e-cc-sa:before {
	content: "\e8e5";
}

/* '' */
.icon-e-cc-nd:before {
	content: "\e8e6";
}

/* '' */
.icon-e-cc-pd:before {
	content: "\e8e7";
}

/* '' */
.icon-e-cc-zero:before {
	content: "\e8e8";
}

/* '' */
.icon-e-cc-share:before {
	content: "\e8e9";
}

/* '' */
.icon-e-cc-remix:before {
	content: "\e8ea";
}

/* '' */
.icon-e-github:before {
	content: "\e8eb";
}

/* '' */
.icon-e-github-circled:before {
	content: "\e8ec";
}

/* '' */
.icon-e-flickr:before {
	content: "\e8ed";
}

/* '' */
.icon-e-flickr-circled:before {
	content: "\e8ee";
}

/* '' */
.icon-e-vimeo:before {
	content: "\e8ef";
}

/* '' */
.icon-e-vimeo-circled:before {
	content: "\e8f0";
}

/* '' */
.icon-e-twitter:before {
	content: "\e8f1";
}

/* '' */
.icon-e-twitter-circled:before {
	content: "\e8f2";
}

/* '' */
.icon-e-facebook:before {
	content: "\e8f3";
}

/* '' */
.icon-e-facebook-circled:before {
	content: "\e8f4";
}

/* '' */
.icon-e-facebook-squared:before {
	content: "\e8f5";
}

/* '' */
.icon-e-gplus:before {
	content: "\e8f6";
}

/* '' */
.icon-e-gplus-circled:before {
	content: "\e8f7";
}

/* '' */
.icon-e-pinterest:before {
	content: "\e8f8";
}

/* '' */
.icon-e-pinterest-circled:before {
	content: "\e8f9";
}

/* '' */
.icon-e-tumblr:before {
	content: "\e8fa";
}

/* '' */
.icon-e-tumblr-circled:before {
	content: "\e8fb";
}

/* '' */
.icon-e-linkedin:before {
	content: "\e8fc";
}

/* '' */
.icon-e-linkedin-circled:before {
	content: "\e8fd";
}

/* '' */
.icon-e-dribbble:before {
	content: "\e8fe";
}

/* '' */
.icon-e-dribbble-circled:before {
	content: "\e8ff";
}

/* '' */
.icon-e-stumbleupon:before {
	content: "\e900";
}

/* '' */
.icon-e-stumbleupon-circled:before {
	content: "\e901";
}

/* '' */
.icon-e-lastfm:before {
	content: "\e902";
}

/* '' */
.icon-e-lastfm-circled:before {
	content: "\e903";
}

/* '' */
.icon-e-rdio:before {
	content: "\e904";
}

/* '' */
.icon-e-rdio-circled:before {
	content: "\e905";
}

/* '' */
.icon-e-spotify:before {
	content: "\e906";
}

/* '' */
.icon-e-spotify-circled:before {
	content: "\e907";
}

/* '' */
.icon-e-qq:before {
	content: "\e908";
}

/* '' */
.icon-e-instagram:before {
	content: "\e909";
}

/* '' */
.icon-e-dropbox:before {
	content: "\e90a";
}

/* '' */
.icon-e-evernote:before {
	content: "\e90b";
}

/* '' */
.icon-e-flattr:before {
	content: "\e90c";
}

/* '' */
.icon-e-skype:before {
	content: "\e90d";
}

/* '' */
.icon-e-skype-circled:before {
	content: "\e90e";
}

/* '' */
.icon-e-renren:before {
	content: "\e90f";
}

/* '' */
.icon-e-sina-weibo:before {
	content: "\e910";
}

/* '' */
.icon-e-paypal:before {
	content: "\e911";
}

/* '' */
.icon-e-picasa:before {
	content: "\e912";
}

/* '' */
.icon-e-soundcloud:before {
	content: "\e913";
}

/* '' */
.icon-e-mixi:before {
	content: "\e914";
}

/* '' */
.icon-e-behance:before {
	content: "\e915";
}

/* '' */
.icon-e-google-circles:before {
	content: "\e916";
}

/* '' */
.icon-e-vkontakte:before {
	content: "\e917";
}

/* '' */
.icon-e-smashing:before {
	content: "\e918";
}

/* '' */
.icon-e-db-shape:before {
	content: "\e91a";
}

/* '' */
.icon-e-sweden:before {
	content: "\e919";
}

/* '' */
.icon-e-logo-db:before {
	content: "\e91b";
}

/* '' */
.icon-e-picture:before {
	content: "\e80e";
}

/* '' */
.icon-e-globe:before {
	content: "\e8b1";
}

/* '' */
.icon-e-leaf:before {
	content: "\e8b8";
}

/* '' */
.icon-e-graduation-cap:before {
	content: "\e8c9";
}

/* '' */
.icon-e-mic:before {
	content: "\e85e";
}

/* '' */
.icon-e-palette:before {
	content: "\e8a4";
}

/* '' */
.icon-e-ticket:before {
	content: "\e8cb";
}

/* '' */
.icon-e-video:before {
	content: "\e80d";
}

/* '' */
.icon-e-target:before {
	content: "\e8a3";
}

/* '' */
.icon-e-music:before {
	content: "\e802";
}

/* '' */
.icon-e-trophy:before {
	content: "\e8a8";
}

/* '' */
.icon-e-thumbs-up:before {
	content: "\e82b";
}

/* '' */
.icon-e-thumbs-down:before {
	content: "\e82c";
}

/* '' */
.icon-e-bag:before {
	content: "\e85a";
}

/* '' */
.icon-e-user:before {
	content: "\e80a";
}

/* '' */
.icon-e-users:before {
	content: "\e80b";
}

/* '' */
.icon-e-lamp:before {
	content: "\e864";
}

/* '' */
.icon-e-alert:before {
	content: "\e83f";
}

/* '' */
.icon-e-water:before {
	content: "\e8cc";
}

/* '' */
.icon-e-droplet:before {
	content: "\e8cd";
}

/* '' */
.icon-e-credit-card:before {
	content: "\e8cf";
}

/* '' */
.icon-e-monitor:before {
	content: "\e8ab";
}

/* '' */
.icon-e-briefcase:before {
	content: "\e8bb";
}

/* '' */
.icon-e-floppy:before {
	content: "\e8d0";
}

/* '' */
.icon-e-cd:before {
	content: "\e8ae";
}

/* '' */
.icon-e-folder:before {
	content: "\e850";
}

/* '' */
.icon-e-doc-text:before {
	content: "\e84b";
}

/* '' */
.icon-e-calendar:before {
	content: "\e85b";
}

/* '' */
.icon-e-chart-line:before {
	content: "\e8c5";
}

/* '' */
.icon-e-chart-bar:before {
	content: "\e8c6";
}

/* '' */
.icon-e-clipboard:before {
	content: "\e8d1";
}

/* '' */
.icon-e-attach:before {
	content: "\e823";
}

/* '' */
.icon-e-bookmarks:before {
	content: "\e829";
}

/* '' */
.icon-e-book:before {
	content: "\e84f";
}

/* '' */
.icon-e-book-open:before {
	content: "\e84e";
}

/* '' */
.icon-e-phone:before {
	content: "\e854";
}

/* '' */
.icon-e-megaphone:before {
	content: "\e8d2";
}

/* '' */
.icon-e-upload:before {
	content: "\e82e";
}

/* '' */
.icon-e-download:before {
	content: "\e82d";
}

/* '' */
.icon-e-box:before {
	content: "\e852";
}

/* '' */
.icon-e-newspaper:before {
	content: "\e84d";
}

/* '' */
.icon-e-mobile:before {
	content: "\e8ac";
}

/* '' */
.icon-e-signal:before {
	content: "\e8a7";
}

/* '' */
.icon-e-camera:before {
	content: "\e80f";
}

/* '' */
.icon-e-shuffle:before {
	content: "\e894";
}

/* '' */
.icon-e-loop:before {
	content: "\e895";
}

/* '' */
.icon-e-arrows-ccw:before {
	content: "\e891";
}

/* '' */
.icon-e-light-down:before {
	content: "\e865";
}

/* '' */
.icon-e-light-up:before {
	content: "\e866";
}

/* '' */
.icon-e-mute:before {
	content: "\e85f";
}

/* '' */
.icon-e-sound:before {
	content: "\e860";
}

/* '' */
.icon-e-battery:before {
	content: "\e8a9";
}

/* '' */
.icon-e-search:before {
	content: "\e803";
}

/* '' */
.icon-e-key:before {
	content: "\e8d7";
}

/* '' */
.icon-e-lock:before {
	content: "\e824";
}

/* '' */
.icon-e-lock-open:before {
	content: "\e825";
}

/* '' */
.icon-e-bell:before {
	content: "\e83d";
}

/* '' */
.icon-e-bookmark:before {
	content: "\e828";
}

/* '' */
.icon-e-link:before {
	content: "\e822";
}

/* '' */
.icon-e-back:before {
	content: "\e820";
}

/* '' */
.icon-e-flashlight:before {
	content: "\e804";
}

/* '' */
.icon-e-chart-area:before {
	content: "\e8c7";
}

/* '' */
.icon-e-clock:before {
	content: "\e862";
}

/* '' */
.icon-e-rocket:before {
	content: "\e8dd";
}

/* '' */
.icon-e-block:before {
	content: "\e868";
}

/* '' */
/**
 * 2.0 - Resets
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ul,
ol,
dl,
dd,
th,
td,
pre,
button,
.nav,
.rsBullets,
.tabs__nav,
.sub-menu,
.menu-item,
.filter,
.blog .entry-title,
.blog .entry-footer,
.archive .entry-title,
.archive .entry-footer,
.search .entry-title,
.search .entry-footer {
	border: 0;
	margin: 0;
	padding: 0;
}

body,
.social-links-list,
.filter__list {
	margin: 0;
}

.social-links-list,
.filter__list {
	padding: 0;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}

button,
.nav a,
.rsBullets a,
.tabs__nav a,
.nav a:hover,
.rsBullets a:hover,
.tabs__nav a:hover {
	background: none;
}

a,
button {
	color: inherit;
}

a,
button {
	cursor: pointer;
}

main,
li,
.wp-caption img[class*="wp-image-"],
.nav .menu-item:hover > .sub-menu,
.rsBullets .menu-item:hover > .sub-menu,
.tabs__nav .menu-item:hover > .sub-menu,
.nav--social .menu-item:not(.menu-item-language) a,
.nav--social .menu-item:not(.menu-item-language) a:before,
.portfolio img,
.block-link {
	display: block;
}

.bar--fixed,
.site-header,
.site-footer,
.site-branding,
.main-navigation,
.social-navigation,
.site-info,
.show-button,
.theme-name,
.back-to-top,
.project-addthis-container,
.nav,
.rsBullets,
.tabs__nav,
.site-container,
.portfolio,
.portfolio__header,
.portfolio__link-wrap,
.single-jetpack-portfolio .site,
.single-proof_gallery .site,
.jetpack-portfolio .site,
.woocommerce .site {
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

.nav--main a,
.portfolio__position {
	display: inline-block;
}

.screen-reader-text,
.site-description,
.portfolio--project .portfolio__item--text,
.page-template-portfolio-page .entry-header,
.page-template-portfolio-page .entry-footer,
.tax-jetpack-portfolio-type .entry-header,
.tax-jetpack-portfolio-type .entry-footer {
	display: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

button {
	font: inherit;
}

button {
	-webkit-font-smoothing: inherit;
}

strong,
.nav--main {
	font-weight: bold;
}

button {
	letter-spacing: inherit;
}

a {
	text-decoration: none;
}

.nav .menu-item-has-children,
.rsBullets .menu-item-has-children,
.tabs__nav .menu-item-has-children,
.nav .menu-item-language,
.rsBullets .menu-item-language,
.tabs__nav .menu-item-language,
.site-sidebar,
.site-content,
.photometa__caption,
.photometa__description,
.photometa__exif {
	position: relative;
}

.portfolio {
	position: absolute;
}

.bar--fixed,
.portfolio--grid {
	position: fixed;
}

button {
	overflow: visible;
}

img,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

a,
button {
	transition-duration: 0.3s;
}

.nav--social .menu-item:not(.menu-item-language) a:before {
	visibility: visible;
}

.nav--social .menu-item:not(.menu-item-language) a:before {
	pointer-events: auto;
}

.bar--fixed,
.site-content__mask,
.fullview,
.portfolio--grid,
.photometa {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 3.0 - Base
 *   3.1 - Typography
 */
html {
	font-size: 75%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
@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-size: 1.41667rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
}
@media screen and (min-width: 40em) {
	body {
		font-size: 1.28571rem;
	}
}
@media screen and (min-width: 50em) {
	body {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 64.0625em) {
	body {
		font-size: 1.14286rem;
	}
}
@media screen and (min-width: 100em) {
	body {
		font-size: 0.84211rem;
	}
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #9b9b9b;
	text-decoration: none;
}

p a,
li a,
.woocommerce-message a:not(.button),
.woocommerce-info a {
	/*background-image: linear-gradient(to bottom, transparent 50%, #333333 50%);*/
	background-position: 0 78%;
	background-repeat: repeat-x;
	background-size: 100% 0.15rem;
	display: inline;
	text-shadow: 0.1rem 0 #ffffff, 0.15rem 0 #ffffff, -0.1rem 0 #ffffff, -0.15rem 0 #ffffff;
}
p a:hover,
li a:hover,
.woocommerce-message a:hover:not(.button),
.woocommerce-info a:hover,
p a:active,
li a:active,
.woocommerce-message a:active:not(.button),
.woocommerce-info a:active,
p a:focus,
li a:focus,
.woocommerce-message a:focus:not(.button),
.woocommerce-info a:focus {
	background-image: linear-gradient(to bottom, transparent 50%, #cecece 50%);
}

p {
	line-height: 2rem;
	line-height: 2;
	margin-bottom: 1.46041rem;
	padding-top: 0.53959rem;

	-webkit-font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
	-moz-font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
	font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
}
@media screen and (min-width: 40em) {
	p {
		margin-bottom: 1.41785rem;
		padding-top: 0.58215rem;
	}
}
@media screen and (min-width: 50em) {
	p {
		margin-bottom: 1.38999rem;
		padding-top: 0.61001rem;
	}
}
@media screen and (min-width: 64.0625em) {
	p {
		margin-bottom: 1.37142rem;
		padding-top: 0.62858rem;
	}
}
@media screen and (min-width: 100em) {
	p {
		margin-bottom: 1.27367rem;
		padding-top: 0.72633rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: Ek Mukta, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;

	-webkit-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
	-moz-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
	font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
}

.h0,
.project-slide__title h1 {
	font-size: 2.75rem;
	line-height: 4.5rem;
	margin-bottom: 0.89374rem;
	padding-top: 2.10626rem;
}
@media screen and (min-width: 40em) {
	.h0,
	.project-slide__title h1 {
		font-size: 4.38857rem;
		margin-bottom: 1.42628rem;
		padding-top: 1.57372rem;
	}
}
@media screen and (min-width: 50em) {
	.h0,
	.project-slide__title h1 {
		font-size: 4.096rem;
		margin-bottom: 1.33119rem;
		padding-top: 1.66881rem;
line-height: 3rem;
	}
}
@media screen and (min-width: 64.0625em) {
	.h0,
	.project-slide__title h1 {
		font-size: 7.02143rem;
		margin-bottom: 2.28195rem;
		padding-top: 0.71805rem;
		line-height: 5rem;
	}
}
@media screen and (min-width: 100em) {
	.h0,
	.project-slide__title h1 {
		font-size: 5.17368rem;
		margin-bottom: 1.68144rem;
		padding-top: 1.31856rem;
	}
}

h1,
.h1 {
	font-size: 2.20833rem;
	line-height: 4rem;
	margin-bottom: 1.7177rem;
	margin-top: 3rem;
	padding-top: 1.2823rem;
}
@media screen and (min-width: 40em) {
	h1,
	.h1 {
		font-size: 2.00714rem;
		margin-bottom: 1.65231rem;
		padding-top: 1.34769rem;
	}
}
@media screen and (min-width: 50em) {
	h1,
	.h1 {
		font-size: 1.87333rem;
		margin-bottom: 1.60882rem;
		padding-top: 1.39118rem;
	}
}
@media screen and (min-width: 64.0625em) {
	h1,
	.h1 {
		font-size: 4.38857rem;
		margin-bottom: 2.42628rem;
		padding-top: 0.57372rem;
	}
}
@media screen and (min-width: 100em) {
	h1,
	.h1 {
		font-size: 3.23368rem;
		margin-bottom: 2.05094rem;
		padding-top: 0.94906rem;
	}
}

h2,
.h2 {
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 0.14999rem;
	margin-top: 2rem;
	padding-top: 0.85001rem;
}
@media screen and (min-width: 40em) {
	h2,
	.h2 {
		font-size: 1.79286rem;
		margin-bottom: 0.08267rem;
		padding-top: 0.91733rem;
	}
}
@media screen and (min-width: 50em) {
	h2,
	.h2 {
		font-size: 1.70667rem;
		margin-bottom: 0.05466rem;
		padding-top: 0.94534rem;
	}
}
@media screen and (min-width: 64.0625em) {
	h2,
	.h2 {
		font-size: 2.74286rem;
		margin-bottom: 0.39142rem;
		padding-top: 0.60858rem;
	}
}
@media screen and (min-width: 100em) {
	h2,
	.h2 {
		font-size: 2.02105rem;
		margin-bottom: 0.15683rem;
		padding-top: 0.84317rem;
	}
}

h3,
.h3,
.cart-widget-details .amount {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 0.51999rem;
	padding-top: 0.48001rem;
}
@media screen and (min-width: 40em) {
	h3,
	.h3,
	.cart-widget-details .amount {
		font-size: 1.60714rem;
		margin-bottom: 0.52231rem;
		padding-top: 0.47769rem;
	}
}
@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.71429rem;
		margin-bottom: 0.55713rem;
		padding-top: 0.44287rem;
	}
}
@media screen and (min-width: 100em) {
	h3,
	.h3,
	.cart-widget-details .amount {
		font-size: 1.26316rem;
		margin-bottom: 0.41052rem;
		padding-top: 0.58948rem;
	}
}

h4,
h5,
h6,
.h4,
.project-slide__text,
.vertical-title span,
.progressbar__title,
.h5,
.h6,
.site-sidebar__content .entry-meta,
.site-sidebar__text,
.portfolio__type,
.filter__item {
	font-size: 1.6rem;
	letter-spacing: 0.075rem;
	line-height: 1.5rem;
	margin-bottom: 0.26999rem;
	padding-top: 0.23001rem;
}
@media screen and (min-width: 40em) {
	h4,
	h5,
	h6,
	.h4,
	.project-slide__text,
	.vertical-title span,
	.progressbar__title,
	.h5,
	.h6,
	.site-sidebar__content .entry-meta,
	.site-sidebar__text,
	.portfolio__type,
	.filter__item {
		font-size: 1.43571rem;
		margin-bottom: 0.2166rem;
		padding-top: 0.2834rem;
	}
}
@media screen and (min-width: 50em) {
	h4,
	h5,
	h6,
	.h4,
	.project-slide__text,
	.vertical-title span,
	.progressbar__title,
	.h5,
	.h6,
	.site-sidebar__content .entry-meta,
	.site-sidebar__text,
	.portfolio__type,
	.filter__item {
		font-size: 1.36667rem;
		margin-bottom: 0.19416rem;
		padding-top: 0.30584rem;
	}
}
@media screen and (min-width: 64.0625em) {
	h4,
	h5,
	h6,
	.h4,
	.project-slide__text,
	.vertical-title span,
	.progressbar__title,
	.h5,
	.h6,
	.site-sidebar__content .entry-meta,
	.site-sidebar__text,
	.portfolio__type,
	.filter__item {
		font-size: 1.07143rem;
		margin-bottom: 0.0982rem;
		padding-top: 0.4018rem;
	}
}
@media screen and (min-width: 100em) {
	h4,
	h5,
	h6,
	.h4,
	.project-slide__text,
	.vertical-title span,
	.progressbar__title,
	.h5,
	.h6,
	.site-sidebar__content .entry-meta,
	.site-sidebar__text,
	.portfolio__type,
	.filter__item {
		font-size: 0.78947rem;
		margin-bottom: 0.00657rem;
		padding-top: 0.49343rem;
	}
}

ul,
ol {
	line-height: 2rem;
	margin-bottom: 1.46041rem;
	padding-top: 0.53959rem;
}
@media screen and (min-width: 40em) {
	ul,
	ol {
		margin-bottom: 1.41785rem;
		padding-top: 0.58215rem;
	}
}
@media screen and (min-width: 50em) {
	ul,
	ol {
		margin-bottom: 1.38999rem;
		padding-top: 0.61001rem;
	}
}
@media screen and (min-width: 64.0625em) {
	ul,
	ol {
		margin-bottom: 1.37142rem;
		padding-top: 0.62858rem;
	}
}
@media screen and (min-width: 100em) {
	ul,
	ol {
		margin-bottom: 1.27367rem;
		padding-top: 0.72633rem;
	}
}
ul li,
ol li {
	display: list-item;
	margin-left: 2rem;

	-webkit-font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
	-moz-font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
	font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
}

b,
strong {
	font-weight: 800;
}

em,
i {
	font-style: italic;
}

small,
.caption,
.project-addthis-container .share-text,
.filter__text {
	font-family: Libre Baskerville, serif;
	font-size: 1.06667rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0;
}
@media screen and (min-width: 40em) {
	small,
	.caption,
	.project-addthis-container .share-text,
	.filter__text {
		font-size: 1.02857rem;
	}
}
@media screen and (min-width: 50em) {
	small,
	.caption,
	.project-addthis-container .share-text,
	.filter__text {
		font-size: 0.96rem;
	}
}
@media screen and (min-width: 64.0625em) {
	small,
	.caption,
	.project-addthis-container .share-text,
	.filter__text {
		font-size: 0.91429rem;
	}
}
@media screen and (min-width: 100em) {
	small,
	.caption,
	.project-addthis-container .share-text,
	.filter__text {
		font-size: 0.67368rem;
	}
}

small {
	line-height: 1rem;
}

.caption,
.project-addthis-container .share-text,
.filter__text {
	color: #9b9b9b;
	line-height: 2rem;
	line-height: 0.875em;
	margin-bottom: 1.34666rem;
	margin-bottom: 0 !important;
	padding-top: 0.65334rem;
}
@media screen and (min-width: 40em) {
	.caption,
	.project-addthis-container .share-text,
	.filter__text {
		margin-bottom: 1.33428rem;
		padding-top: 0.66572rem;
	}
}
@media screen and (min-width: 50em) {
	.caption,
	.project-addthis-container .share-text,
	.filter__text {
		margin-bottom: 1.31199rem;
		padding-top: 0.68801rem;
	}
}
@media screen and (min-width: 64.0625em) {
	.caption,
	.project-addthis-container .share-text,
	.filter__text {
		margin-bottom: 1.29713rem;
		padding-top: 0.70287rem;
	}
}
@media screen and (min-width: 100em) {
	.caption,
	.project-addthis-container .share-text,
	.filter__text {
		margin-bottom: 1.21894rem;
		padding-top: 0.78106rem;
	}
}
.caption + p,
.project-addthis-container .share-text + p,
.filter__text + p {
	margin-top: -5px;
	padding-top: 0;
}

h1 + .caption,
.project-addthis-container h1 + .share-text,
h1 + .filter__text,
h3 + .caption,
.project-addthis-container h3 + .share-text,
h3 + .filter__text,
.cart-widget-details .amount + .caption,
.cart-widget-details .project-addthis-container .amount + .share-text,
.project-addthis-container .cart-widget-details .amount + .share-text,
.cart-widget-details .amount + .filter__text {
	margin-top: -1rem;
}

.site-sidebar__content .entry-meta + .caption,
.site-sidebar__text + .caption,
.portfolio__type + .caption,
.filter__item + .caption,
.site-sidebar__content .project-addthis-container .entry-meta + .share-text,
.project-addthis-container .site-sidebar__content .entry-meta + .share-text,
.project-addthis-container .site-sidebar__text + .share-text,
.project-addthis-container .portfolio__type + .share-text,
.project-addthis-container .filter__item + .share-text,
.site-sidebar__content .entry-meta + .filter__text,
.site-sidebar__text + .filter__text,
.portfolio__type + .filter__text,
.filter__item + .filter__text {
	margin-top: 0rem;
}

blockquote {
	margin: 0 auto;
	max-width: 550px;
}
blockquote p {
	color: #000000;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: -0.05em;
	line-height: 2.5rem;
	margin-bottom: 0.26999rem;
	margin-bottom: 1.92082rem;
	padding-bottom: 0.53959rem;
	padding-top: 0.73001rem;
}
@media screen and (min-width: 40em) {
	blockquote p {
		font-size: 1.60714rem;
		margin-bottom: 0.27231rem;
		padding-top: 0.72769rem;
	}
}
@media screen and (min-width: 50em) {
	blockquote p {
		font-size: 1.5rem;
		margin-bottom: 0.23749rem;
		padding-top: 0.76251rem;
	}
}
@media screen and (min-width: 64.0625em) {
	blockquote p {
		font-size: 1.71429rem;
		margin-bottom: 0.30713rem;
		padding-top: 0.69287rem;
	}
}
@media screen and (min-width: 100em) {
	blockquote p {
		font-size: 1.26316rem;
		margin-bottom: 0.16052rem;
		padding-top: 0.83948rem;
	}
}
@media screen and (min-width: 40em) {
	blockquote p {
		margin-bottom: 1.8357rem;
		padding-bottom: 0.58215rem;
	}
}
@media screen and (min-width: 50em) {
	blockquote p {
		margin-bottom: 1.77999rem;
		padding-bottom: 0.61001rem;
	}
}
@media screen and (min-width: 64.0625em) {
	blockquote p {
		margin-bottom: 1.74285rem;
		padding-bottom: 0.62858rem;
	}
}
@media screen and (min-width: 100em) {
	blockquote p {
		margin-bottom: 1.54736rem;
		padding-bottom: 0.72633rem;
	}
}
blockquote cite {
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

hr {
	background-image: linear-gradient(to bottom, transparent 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 {
	font-size: 1.06667rem;
	line-height: 1rem;
}
@media screen and (min-width: 40em) {
	code {
		font-size: 1.02857rem;
	}
}
@media screen and (min-width: 50em) {
	code {
		font-size: 0.96rem;
	}
}
@media screen and (min-width: 64.0625em) {
	code {
		font-size: 0.91429rem;
	}
}
@media screen and (min-width: 100em) {
	code {
		font-size: 0.67368rem;
	}
}

.intro {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5rem;
	margin-bottom: 1.26999rem;
	padding-top: 0.73001rem;
}
@media screen and (min-width: 40em) {
	.intro {
		font-size: 1.60714rem;
		margin-bottom: 1.27231rem;
		padding-top: 0.72769rem;
	}
}
@media screen and (min-width: 50em) {
	.intro {
		font-size: 1.5rem;
		margin-bottom: 1.23749rem;
		padding-top: 0.76251rem;
	}
}
@media screen and (min-width: 64.0625em) {
	.intro {
		font-size: 1.71429rem;
		margin-bottom: 1.30713rem;
		padding-top: 0.69287rem;
	}
}
@media screen and (min-width: 100em) {
	.intro {
		font-size: 1.26316rem;
		margin-bottom: 1.16052rem;
		padding-top: 0.83948rem;
	}
}

.dropcap {
	float: left;
	font-size: 98px;
	font-weight: 200;
	line-height: 84px;
	margin-right: 6px;
}

@media only screen and (min-width: 900px) {
	.pull-left {
		float: left;
		margin-bottom: 24px;
		margin-left: -160px;
		padding-left: 36px;
		padding-right: 40px;
		text-align: right;
		width: calc(180px + 50%);
	}
	.pull-left + .pull-right {
		margin-right: -160px;
		padding-left: 0;
		width: calc(140px + 50%);
	}

	.pull-right {
		float: right;
		margin-bottom: 24px;
		margin-right: -160px;
		padding-left: 40px;
		padding-right: 36px;
		text-align: left;
		width: calc(180px + 50%);
	}
}
.twocolumn {
	/* Firefox */
	break-inside: avoid;
	/* IE 10+ */
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	/* Chrome, Safari, Opera */
	page-break-inside: avoid;

	-webkit-column-break-inside: avoid;
}
@media only screen and (min-width: 900px) {
	.twocolumn {
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
}

table {
	border-collapse: collapse;
	border-top: 0;
	margin-bottom: 24px;
	position: relative;
	table-layout: fixed;
	width: 100%;
	z-index: 1;
}
table th {
	text-align: left;
}
table tr {
	border-bottom: 1px solid #9b9b9b;
}
table th,
table td {
	font-family: inherit;
	font-size: inherit;
	padding: 12px;
	vertical-align: middle;
}

/**
 *   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 {
	border-radius: 0;
	display: block;
	font-family: Ek Mukta, sans-serif;
	outline: 0;
	padding: 8px 15px;
	vertical-align: middle;
	width: 100%;
}
.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 {
	outline: 0;
	padding: 12px 0;
	width: 100%;
}

input,
textarea {
	border: 1px solid #dadada;
	border-radius: 3px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 300;
}
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-bottom: 6px;
	margin-top: 6px;
	padding-left: 12px;
	vertical-align: middle;
}
.radio label,
.checkbox label {
	cursor: pointer;
	display: inline;
	font-weight: normal;
	margin-bottom: 0;
}

.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 {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 12px;
	vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-left: 6px;
	margin-top: 0;
}

/*------------------------------------*\
	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-bottom: 0;
		margin-top: 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 {
	border-collapse: separate;
	display: table;
	position: relative;
}
.input-group.col {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	margin-bottom: 0;
	width: 100%;
}

.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 {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}

/**
 *   3.3 - WP Core
 */
.aligncenter {
	margin: 0 auto;
}

.bypostauthor {
	display: initial;
}

.sticky {
	display: inline-block;
}

/**
 *   3.4 - WP Align
 */
img {
	font-style: italic;
	height: auto;
	max-width: 100%;
}

.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 {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

#page .portfolio .jetpack-video-wrapper {
	margin: 0;
	max-width: none;
}

.aligncenter {
	margin: 0 auto;
}

.alignleft,
.alignright {
	margin-top: 24px;
}
@media screen and (min-width: 64.0625em) {
	.alignleft,
	.alignright {
		max-width: calc(50% + 72px - 20px);
	}
}
p + .alignleft,
p + .alignright {
	margin-top: 0;
}
p > .alignleft:first-child,
p > :first-child > .alignleft:first-child,
p > .alignright:first-child,
p > :first-child > .alignright:first-child {
	margin-top: 0;
}

.alignleft {
	margin-right: 12px;
}

.alignright {
	margin-left: 12px;
}

@media screen and (min-width: 64.0625em) {
	.alignleft {
		float: left;
		margin-right: 36px;
	}
}
@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
	.alignleft {
		margin-left: -72px;
	}
}

@media screen and (min-width: 64.0625em) {
	.alignright {
		float: right;
		margin-left: 36px;
	}
}
@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
	.alignright {
		margin-right: -72px;
	}
}

figure {
	max-width: 100%;
}
figure img {
	display: block;
}

/**
 * 4.0 - Objects
 *   4.1 - Bar
 */
.bar--fixed,
.site-header,
.site-footer {
	background-color: white;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	z-index: 550;

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 900px) {
	.bar--fixed,
	.site-header,
	.site-footer {
		height: 83.33333px;

		-webkit-flex-basis: 83.33333px;
		flex-basis: 83.33333px;
		-ms-flex-preferred-size: 83.33333px;
	}
}
@media only screen and (min-width: 1420px) {
	.bar--fixed,
	.site-header,
	.site-footer {
		height: 125px;

		-webkit-flex-basis: 125px;
		flex-basis: 125px;
		-ms-flex-preferred-size: 125px;
	}
}

.bar--fixed {
	left: 7px;
	right: 7px;
	width: auto;
}

.site-branding,
.main-navigation,
.social-navigation,
.site-info,
.show-button,
.theme-name,
.back-to-top,
.project-addthis-container {
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
}

.main-navigation,
.site-info {
	-ms-flex-pack: center;
	text-align: center;

	-webkit-flex-basis: 70%;
	flex-basis: 70%;
	-ms-flex-preferred-size: 70%;
	-webkit-justify-content: center;
	justify-content: center;
}

.site-branding,
.social-navigation,
.show-button,
.theme-name,
.back-to-top,
.project-addthis-container {
	-webkit-flex-basis: 15%;
	flex-basis: 15%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 15%;
}

.site-branding,
.theme-name,
.project-addthis-container {
	-ms-flex-pack: start;
	padding-left: 48px;
	text-align: left;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
@media not screen and (min-width: 1200px) {
	.site-branding,
	.theme-name,
	.project-addthis-container {
		padding-left: 32px;
	}
}

.social-navigation,
.show-button,
.back-to-top {
	-ms-flex-pack: end;
	padding-right: 48px;
	text-align: right;

	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
@media not screen and (min-width: 1200px) {
	.social-navigation,
	.show-button,
	.back-to-top {
		padding-right: 32px;
	}
}

@media not screen and (min-width: 900px) {
	.site-branding,
	.main-navigation,
	.social-navigation,
	.site-info,
	.show-button,
	.theme-name,
	.back-to-top,
	.project-addthis-container {
		margin: 0;

		-webkit-flex-basis: 33%;
		flex-basis: 33%;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 33%;
		-webkit-flex-shrink: 1;
		flex-shrink: 1;
	}
}
.no-flexbox .bar--fixed,
.no-flexbox .site-header,
.no-flexbox .site-footer {
	display: table;
	width: 100%;
}
.no-flexbox .bar--fixed {
	display: table;
	width: 100%;
}
.no-flexbox .site-branding,
.no-flexbox .main-navigation,
.no-flexbox .social-navigation,
.no-flexbox .site-info,
.no-flexbox .show-button,
.no-flexbox .theme-name,
.no-flexbox .back-to-top,
.no-flexbox .project-addthis-container {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.no-flexbox .site-branding,
.no-flexbox .social-navigation,
.no-flexbox .show-button,
.no-flexbox .theme-name,
.no-flexbox .back-to-top,
.no-flexbox .project-addthis-container {
	width: 15%;
}
.no-flexbox .main-navigation,
.no-flexbox .site-info {
	width: 70%;
}

/**
 *   4.2 - Nav
 */
.nav,
.rsBullets,
.tabs__nav,
.nav ul,
.rsBullets ul,
.tabs__nav ul {
	list-style-type: none;
}
@media only screen and (min-width: 900px) {
	.nav .sub-menu,
	.rsBullets .sub-menu,
	.tabs__nav .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
	}
}
.nav .sub-menu .sub-menu,
.rsBullets .sub-menu .sub-menu,
.tabs__nav .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

/**
 *   4.3 - Grid
 */
.grid,
.col2-set,
.comment-form {
	list-style: none;
	margin-left: -24px;
	margin-bottom: 50px;
}

.grid__item,
.col2-set .col-1,
.col2-set .col-2,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment,
.logged-in-as,
.comment-form-rating {
	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__item,
.col2-set .grid > .col-1,
.col2-set > .col-1,
.col2-set .grid > .col-2,
.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__item,
.rtl .col2-set .grid > .col-1,
.col2-set .rtl .grid > .col-1,
.rtl .col2-set > .col-1,
.rtl .col2-set .grid > .col-2,
.col2-set .rtl .grid > .col-2,
.rtl .col2-set > .col-2 {
	direction: rtl;
	float: right;
}

/**
 *   4.4 - Buttons
 */
.btn,
input[type="submit"],
.search-form .search-submit,
.pixproof-data.pixproof-data button,
.single_add_to_cart_button,
.button,
.woocommerce-message .button {
	background-color: black;
	background-image: none;
	border: 1px solid black;
	border-radius: 0;
	color: white;
	cursor: pointer;
	font-family: Ek Mukta, sans-serif;
	font-size: 14px;
	font-weight: 800;
	padding: 4px 30px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.15s;
}
.btn:hover,
input[type="submit"]:hover,
.search-form .search-submit:hover,
.pixproof-data.pixproof-data button:hover,
.single_add_to_cart_button:hover,
.button:hover,
.btn:active,
input[type="submit"]:active,
.search-form .search-submit:active,
.pixproof-data.pixproof-data button:active,
.single_add_to_cart_button:active,
.button:active,
.btn:focus,
input[type="submit"]:focus,
.search-form .search-submit:focus,
.pixproof-data.pixproof-data button:focus,
.single_add_to_cart_button:focus,
.button:focus {
	background-color: white;
	background-image: none;
	color: black;
}
.btn.a,
input.a[type="submit"],
.search-form .a.search-submit,
.pixproof-data.pixproof-data button.a,
.a.single_add_to_cart_button,
.a.button {
	border-bottom: none;
}

/**
 *   4.5 - Media
 */
.media {
	display: block;
}

.media__img {
	float: left;
	margin-right: 12px;
}
.media__img > img {
	display: block;
}

.media__body {
	display: block;
	overflow: hidden;
}
.media__body,
.media__body > :last-child {
	margin-bottom: 0;
}

/**
 *   4.6 - Images
 */
img {
	height: auto;
	max-width: 100%;
}

/* Figures and Captions */
figcaption.wp-caption {
	color: #888888;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	width: auto;
}
figcaption.wp-caption img {
	display: inline-block;
}

.wp-caption-text {
	font-size: 14px;
	padding: 10px 0 0;
	text-align: center;
	word-break: break-word;
}
@media not screen and (min-width: 740px) {
	.wp-caption-text {
		font-size: 12px;
	}
}

/* Galleries */
.gallery {
	margin-left: -20px;
	margin-top: -20px;
}
.gallery .gallery-item {
	border: 0 solid transparent;
	display: inline-block;
	margin: 0;
	margin-top: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: top;
}
.gallery .gallery-caption {
	border: 0;
}
.entry-content .gallery {
	margin-bottom: 20px;
	margin-top: 0;
}

.gallery-item img {
	margin: 0 auto;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11111%;
}

/**
 *   4.7 - Separators
 */
.divider,
hr {
	height: 4px;
	position: relative;
}
.divider:before,
hr:before {
	background-image: url("assets/svg/divider.svg");
	content: "";
	display: inline-block;
	height: 4px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 48px;
}

.divider {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
	min-width: 48px;
	vertical-align: middle;
}

hr {
	background: none;
	margin: 40px 0;
	padding: 0;
}

/**
 * 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 {
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
.page-template-portfolio-page .site-header {
	left: auto;
	position: static;
	right: auto;
}

.site-header.site-header--placeholder {
	height: 60px;
	position: static !important;
	z-index: 0;
}
@media only screen and (min-width: 900px) {
	.site-header.site-header--placeholder {
		display: block;
		height: 83.33333px !important;
	}
}
@media only screen and (min-width: 1420px) {
	.site-header.site-header--placeholder {
		height: 125px !important;
	}
}

.site-header--placeholder {
	margin-top: 0px;
}
#demosite-activate-wrap ~ .site-header--placeholder {
	margin-top: 80px;
}
.admin-bar .site-header--placeholder {
	margin-top: 32px;
}
.admin-bar #demosite-activate-wrap ~ .site-header--placeholder {
	margin-top: 112px;
}
@media screen and (max-width: 782px) {
	.admin-bar .site-header--placeholder {
		margin-top: 46px;
	}
	.admin-bar #demosite-activate-wrap ~ .site-header--placeholder {
		margin-top: 126px;
	}
}

.social-navigation {
	font-size: 16px;
}
.is--ie-le10 .social-navigation {
	white-space: nowrap;
}

.toggle {
	height: 2.1em;
	padding: 0 0 0 0.5em;

	-webkit-flex-basis: 1.25em;
	flex-basis: 1.25em;
	-ms-flex-negative: 0;
	-ms-flex-preferred-size: 1.25em;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.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;
}
@media not screen and (min-width: 900px) {
	.toggle--mobile {
		display: block;
		height: auto;
		left: 200%;
		margin-left: 1.9em;
		padding: 0;
		position: absolute;
		top: 21px;
		width: 1em;
	}
	.toggle--mobile svg {
		display: block;
	}
}
.is--ie-le10 .toggle--mobile {
	display: none;
}

.site-logo-link img {
	max-width: 180px;
}

/**
 *   5.2 - Mobile header
 */
.mobile-header {
	background: white;
	height: 60px;
	left: 0;
	padding: 17px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9998;
}
#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;
	}
}
.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 {
	border-bottom: 1px solid #ebebeb;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}
.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 {
	font-size: 2.28rem;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	max-width: 9em;
	padding: 0;
}

@media not screen and (min-width: 900px) {
	.site-branding {
		display: block !important;
	}
}

/**
 *   5.4 - Site container
 */
.site-container {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

/**
 *   5.5 - Site sidebar
 */
@media not screen and (min-width: 740px) {
	.site-sidebar {
		display: none;
	}
}

@media only screen and (min-width: 740px) {
	.site-sidebar:not(.site-sidebar--archive) {
		margin-left: 7px;
		z-index: 400;

		-webkit-flex-basis: 73.33333px;
		flex-basis: 73.33333px;
		-webkit-flex-grow: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		-ms-flex-positive: 0;
		-ms-flex-preferred-size: 73.33333px;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	.is--ie-le10 .site-sidebar:not(.site-sidebar--archive) {
		height: 100vh;
		left: 0;
		position: fixed;
		top: 0;
		width: 100px;
	}
}
@media only screen and (min-width: 1200px) {
	.site-sidebar:not(.site-sidebar--archive) {
		-webkit-flex-basis: 110px;
		flex-basis: 110px;
		-ms-flex-preferred-size: 110px;
	}
}

@media only screen and (min-width: 900px) {
	.site-sidebar {
		margin-left: 7px;
		z-index: 400;

		-webkit-flex-basis: 110px;
		flex-basis: 110px;
		-webkit-flex-grow: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		-ms-flex-positive: 0;
		-ms-flex-preferred-size: 110px;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	.is--ie-le10 .site-sidebar {
		height: 100vh;
		left: 0;
		position: fixed;
		top: 0;
		width: 100px;
	}
}
.site-sidebar__content .entry-meta {
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

@media only screen and (min-width: 740px) {
	.site-sidebar__content {
		left: 50%;
		position: absolute;
		text-align: center;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(-90deg);
		-ms-transform: translate(-50%, -50%) rotate(-90deg);
		transform: translate(-50%, -50%) rotate(-90deg);
		width: calc(100vh - 250px);
	}
	.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 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-sidebar--archive {
	display: block;
	font-size: 0;
	padding: 34px 7vw;
	padding-bottom: 26px;
}
.site-sidebar--archive > * {
	display: inline-block;
	width: 50%;
}
.site-sidebar--archive .site-sidebar__text {
	font-size: 15px;
	letter-spacing: 0.1em;
	position: static;
	text-align: left;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

@media only screen and (min-width: 740px) {
	.site-sidebar--archive {
		padding: 34px 19vw;
		padding-bottom: 26px;
	}
	.site-sidebar--archive .site-sidebar__text {
		font-size: 24px;
	}
}
@media only screen and (min-width: 900px) {
	.site-sidebar--archive {
		padding: 0;
	}
	.site-sidebar--archive .site-sidebar__content {
		font-size: 15px;
		position: absolute;
		-webkit-transform: translate(-50%, -50%) rotate(-90deg);
		-ms-transform: translate(-50%, -50%) rotate(-90deg);
		transform: translate(-50%, -50%) rotate(-90deg);
	}
}
@media only screen and (min-width: 900px) {
	.page-template-custom-portfolio-page .site-sidebar--archive,
	.tax-jetpack-portfolio-type .site-sidebar--archive {
		height: calc(100vh - 250px);
		left: 7px;
		position: fixed;
		top: 125px;
		width: 110px;
	}
}
/**
 *   5.6 - Site content
 */
.site-content {
	-webkit-overflow-scrolling: touch;
	z-index: 500;

	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}
.site-content__mask {
	background: white;
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;

	will-change: opacity, transform;
}
.site-content__mask.mask--page {
	z-index: 551;
}
.site-content__mask.is-on-top {
	z-index: 9000;
}
.site-content.portfolio-archive {
	width: 100%;
	z-index: 200;
}
@media only screen and (min-width: 900px) {
	.site-content.portfolio-archive {
		padding-left: 117px;
	}
}

.page-template-featured-projects-page .site-content__mask {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

/**
 *   5.7 - Site footer
 */
.site-footer {
	bottom: 0;
}
.is--ie-le10 .site-footer {
	position: fixed;
}
@media only screen and (min-width: 900px) {
	.site-footer,
	.site-footer .bar--fixed {
		height: 70px;

		-webkit-flex-basis: 70px;
		flex-basis: 70px;
		-ms-flex-preferred-size: 70px;
	}
}
@media only screen and (min-width: 1420px) {
	.site-footer,
	.site-footer .bar--fixed {
		height: 105px;

		-webkit-flex-basis: 105px;
		flex-basis: 105px;
		-ms-flex-preferred-size: 105px;
	}
}
@media not screen and (min-width: 900px) {
	.site-footer {
		overflow: hidden;
		padding-bottom: 0.75em;
	}
	.site-footer .site-branding,
	.site-footer .main-navigation,
	.site-footer .social-navigation,
	.site-footer .site-info,
	.site-footer .show-button,
	.site-footer .theme-name,
	.site-footer .back-to-top,
	.site-footer .project-addthis-container {
		display: block;
		padding: 0.75em;
	}
}

@media not screen and (min-width: 900px) {
	.show-button.caption.caption,
	.project-addthis-container .show-button.share-text,
	.show-button.filter__text {
		padding-top: 0.75em;
	}
}
.show-button .mobile-thumbnails-label {
	display: none;
}
@media not screen and (min-width: 1200px) {
	.show-button .mobile-thumbnails-label {
		display: block;
	}
}
@media not screen and (min-width: 1200px) {
	.show-button .desktop-thumbnails-label {
		display: none;
	}
}

.theme-name * {
	display: inline-block;
}

.back-to-top {
	color: #9b9b9b;
}

.site-footer--single {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 300;
}
@media only screen and (min-width: 900px) {
	.site-footer--single {
		-webkit-flex-basis: 9vh;
		flex-basis: 9vh;
		-ms-flex-preferred-size: 9vh;
	}
}
@media not screen and (min-width: 900px) {
	.site-footer--single {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.site-footer--single .theme-name,
	.site-footer--single .back-to-top {
		-ms-flex-pack: center;
		text-align: center;

		-webkit-justify-content: center;
		justify-content: center;
	}
}

/**
 *   5.8 - Navigation main
 */
.nav--main [class*="current-menu-"] > a,
.filter__item.active {
	position: relative;
}
.nav--main [class*="current-menu-"] > a:before,
.filter__item.active:before {
	background-image: url("assets/svg/divider.svg");
	background-position: top center;
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	opacity: 0.25;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.nav--main {
	text-transform: uppercase;
}
.nav--main a {
	background: none !important;
	font-size: 18px;
	line-height: 1.7;
	padding: 0.5em;
}
@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.40em;
		padding-right: 0.40em;
	}
	.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 {
		content: "+";
		display: none;
		margin-left: 0.5em;
	}
	.nav--main .sub-menu {
		background: black;
		border-radius: 4px;
		display: block;
		font-size: 15px;
		left: 50%;
		line-height: 1.5;
		margin-top: 3px;
		min-width: 12em;
		opacity: 0;
		opacity: 0;
		padding: 0.75em 1.25em;
		pointer-events: none;
		pointer-events: none;
		text-align: left;
		text-transform: none;
		-webkit-transform: translate(-50%, 0.5em);
		-ms-transform: translate(-50%, 0.5em);
		transform: translate(-50%, 0.5em);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
		transition: opacity 0.2s ease-out, transform 0.2s ease-out;

		will-change: transform, opacity;
	}
	.is--ie-le10 .nav--main .sub-menu {
		left: 0;
		pointer-events: auto !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	.nav--main .sub-menu a {
		color: #dfdfdf;
		text-shadow: none;
	}
	.nav--main .sub-menu:before {
		bottom: 100%;
		content: "";
		display: block;
		height: 10px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.nav--main .sub-menu:after {
		border: 10px solid transparent;
		border-bottom-color: black;
		border-top: 0;
		bottom: 100%;
		content: "";
		left: 50%;
		margin-left: -10px;
		position: absolute;
	}
	.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 {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
		transition: opacity 0.1s ease-out, transform 0.1s ease-out;
	}
	.nav--main .sub-menu .sub-menu {
		margin-top: -0.75em;
		-webkit-transform: translate(0, 0.5em);
		-ms-transform: translate(0, 0.5em);
		transform: translate(0, 0.5em);
	}
	.nav--main .sub-menu .sub-menu:after {
		display: none;
	}
	.nav--main .sub-menu .menu-item:hover > .sub-menu {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
	position: fixed;
	top: 0;
}
#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 {
		bottom: 0.5em;
		display: none;
		left: 0.5em;
		right: 0.5em;
	}

	.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 {
		background: white;
		bottom: 0;
		box-shadow: transparent 0 0 0;
		height: auto;
		left: 0;
		position: fixed !important;
		right: 4em !important;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease-in-out;
		transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease-in-out;
		width: auto !important;
		z-index: 9999;
		/* easeOutQuart */
	}
	.navigation--is-visible .site-header {
		box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
	}
	.site-header .bar--fixed {
		display: block !important;
		overflow-y: auto;
		padding: 0.5em 1em;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	.navigation--is-visible .site-header {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.site-header--placeholder {
		box-shadow: none !important;
	}

	.nav--main {
		display: block;
	}
}
.nav-toggle {
	font-size: 1.5em;
	left: 100%;
	margin-left: 0.8em;
	position: absolute;
	top: 16px;
}
@media only screen and (min-width: 900px) {
	.nav-toggle {
		display: none;
	}
}

/**
 *   5.9 - Navigation social
 */
.nav--social .menu-item:not(.menu-item-language) a:before,
.blog .item__thumb:not([style]):before,
.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,
.variation-content:after {
	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 {
		float: left;
	}
}
.nav--social .menu-item:not(.menu-item-language) {
	height: 2.4em;
	overflow: hidden;
	width: 2em;
}
.nav--social .menu-item:not(.menu-item-language) a {
	padding-top: 50px;
	position: relative;
}
.nav--social .menu-item:not(.menu-item-language) a:before {
	content: "";
	left: 50%;
	position: absolute;
	top: 4px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media only screen and (min-width: 1600px) {
	.nav--social .menu-item:not(.menu-item-language) a:before {
		top: 6px;
	}
}
.nav--social .menu-item:not(.menu-item-language) a[href*="mailto:"]:before,
.nav--social .menu-item:not(.menu-item-language) a[href*="mail"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="feed"]:before,
.nav--social .menu-item:not(.menu-item-language) a[href*="rss"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="behance"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="delicious"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="deviantart"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="digg"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="dribbble"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="facebook"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="flickr"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="foursquare"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="github"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="plus.google"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="instagram"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="linkedin"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="pinterest"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="reddit"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="skype"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="soundcloud"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="spotify"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="stumbleupon"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="tumblr"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="twitter"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="vimeo"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="vine"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="vk.com"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="weibo"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="xing"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="yahoo"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="youtube"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="angel.co"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="yelp"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="last.fm"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="slideshare"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="twitch.tv"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="bloglovin"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="#search"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="medium.com"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="whatsapp"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="leanpub"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="renren"]:before {
	content: "";
}
.nav--social .menu-item:not(.menu-item-language) a[href*="twitch.tv"]:before {
	content: "";
}
.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 {
	display: inline-block;
	position: relative;
	top: 5px;
}

.is--ie-le10 .menu-social-menu-container {
	top: 0;
}

/**
 *   5.10 - Single header
 */
.single-post .entry-title,
.page .entry-title {
	margin-bottom: 20px;
	margin-top: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-header {
	text-align: center;
}
body.single-format-gallery .entry-header {
	max-width: none !important;
}
@media not screen and (min-width: 740px) {
	.entry-header {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.entry-header .entry-meta {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.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 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.cover-container {
	display: table;
	padding: 0 50px;
	width: 100%;
}
.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;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.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
 */
body:not(.page) .entry-header,
body.single-format-gallery .entry-header .entry-title,
.page-no-featured-image:not(.page-template-fullwidth-page) .entry-header,
.single-post .entry-content,
.single-post .entry-footer,
.single-post .post-navigation,
.page-template-default .entry-content,
.page-template-default .entry-footer,
.page-template-default .post-navigation,
.attachment .entry-content,
.attachment .entry-footer,
.attachment .post-navigation,
.not-found,
.comments-area,
.comment-respond,
.nocomments {
	margin-left: auto;
	margin-right: auto;
	max-width: 675px;
}
@media not screen and (min-width: 740px) {
	body:not(.page) .entry-header,
	body.single-format-gallery .entry-header .entry-title,
	.page-no-featured-image:not(.page-template-fullwidth-page) .entry-header,
	.single-post .entry-content,
	.single-post .entry-footer,
	.single-post .post-navigation,
	.page-template-default .entry-content,
	.page-template-default .entry-footer,
	.page-template-default .post-navigation,
	.attachment .entry-content,
	.attachment .entry-footer,
	.attachment .post-navigation,
	.not-found,
	.comments-area,
	.comment-respond,
	.nocomments {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.single-post .entry-content,
.page-template-default .entry-content,
.attachment .entry-content {
	margin-bottom: 30px;
	padding-top: 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"] {
	bottom: 4px;
	position: absolute;
	right: 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;
	font-size: 14px;
	margin-left: 10px;
	word-break: break-word;
	-ms-word-wrap: break-word;
}
.tags-links a {
	color: #9b9b9b;
	margin-right: 5px;
}
.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 {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}
.metabox button {
	text-transform: uppercase;
}
.metabox i {
	margin-right: 12px;
}

/**
 *   5.13 - Comments
 */
.comment-number,
.comment-number--dark,
.comment-reply-title:before,
.add-comment .add-comment__button {
	background: white;
	border: 2px solid #d3d3d3;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 900;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px;
}

.comment-number--dark,
.comment-reply-title:before,
.add-comment .add-comment__button {
	background-color: black;
	border: 2px solid black;
	color: white;
	display: inline-block;
	margin-right: 12px;
	vertical-align: top;
}

.comments-area {
	padding-bottom: 50px;
	position: relative;
}
.comments-area:before {
	border-top: 3px solid #d3d3d3;
	content: "";
	display: block;
	margin-bottom: 36px;
	margin-top: 2em;
	width: 100%;
}
@media only screen and (min-width: 900px) {
	.comments-area:after {
		border-left: 2px solid #d3d3d3;
		bottom: 0;
		content: "";
		left: 14px;
		position: absolute;
		top: 45px;
	}
}
.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 {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	margin-right: 6px;
	padding: 0;
	text-transform: none;
}
.comments-area-title .total {
	margin-bottom: 0 !important;
	position: relative;
	z-index: 1;
}
.no-comments .comments-area-title {
	margin-bottom: 12px;
}

.comments_add-comment {
	margin-top: 3px;
}

.comment-list {
	border-left: 0;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top: 0;
}

li.comment,
li.pingback {
	display: block;
	margin-bottom: 50px;
	margin-left: 0;
	margin-top: 50px;
	position: relative;
}
@media only screen and (min-width: 900px) {
	li.comment,
	li.pingback {
		padding-left: 42px;
	}
}
li.comment .comment-number,
li.pingback .comment-number {
	left: 0;
	position: absolute;
	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 {
	padding-top: 0;
	position: relative;
}
.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 {
		border-top: 2px solid #d3d3d3;
		content: "";
		position: absolute;
		top: 13px;
	}
}
li.comment .children li .comment-number,
li.pingback .children li .comment-number {
	border: 2px solid #d3d3d3;
}
li.comment a,
li.pingback a {
	background: transparent;
	border: 0;
}
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;
	font-size: 12px;
	margin-left: 12px;
}
.comment__links a {
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
}

.comment-edit-link,
.comment-reply-link {
	color: #9b9b9b;
	margin-right: 12px;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: opacity 0.15s ease-in-out;
}

.comment-reply-link {
	color: #9b9b9b;
}

.comment-form p.logged-in-as {
	margin-bottom: 12px;
}

.comment-reply-title {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 26px;
	margin-top: 0;
	padding-top: 0;
	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 {
	margin-bottom: 12px;
	position: relative;
}
.comment .comment-respond {
	margin-right: 0;
	padding-left: 0;
}

.no-comments + .comment-respond .comment-reply-title:before {
	display: none;
}

#cancel-comment-reply-link {
	font-family: Ek Mukta, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: underline;
}

.comment .comment-form {
	padding-left: 0;
}
.comment-form label {
	display: none;
}
.lt-ie9 .comment-form label {
	display: block;
}
.comment-form input,
.comment-form textarea {
	box-shadow: none;
}
.comment-form p {
	margin-bottom: 20px;
	padding-top: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: none;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}
.lt-ie9 .comment-form-author,
.lt-ie9
.comment-form-email,
.lt-ie9
.comment-form-url {
	display: inline-block;
	float: none;
	width: 30%;
}

@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 {
	max-width: 100%;
	width: 100%;
}

.form-submit {
	float: right;
	margin-bottom: 0;
}
.form-submit #comment-submit {
	float: right;
}
.lt-ie9 .form-submit #comment-submit {
	width: 100px;
}

.comment-subscription-form {
	clear: left;
	float: left;
	margin-bottom: 3px;
	margin-top: 6px;
}
.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 {
	font-size: 24px;
	margin-right: 6px;
	position: relative;
	z-index: 1;
}
.add-comment .add-comment__text {
	font-size: 20px;
	font-weight: bold;
}

.comment-navigation {
	margin-bottom: 24px;
	margin-top: 24px;
	padding-left: 42px;
	position: relative;
}
.comment-navigation .comment-number {
	left: 0;
	line-height: 30px;
	position: absolute;
	top: 0;
}
.comment-navigation .comment-navigation__title {
	font-size: 28px;
	line-height: 30px;
	margin-top: 0;
	padding-top: 0;
	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;
	font-size: 20px;
	vertical-align: middle;
}

.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-left: 3px;
	margin-right: 0;
}
.rtl .comment-number {
	margin-right: 0;
	right: 0;
}
.rtl .comments-area-title .total.comment-number,
.rtl .comment-reply-title:before {
	margin-left: 0.85714em;
	margin-right: 0;
}
.rtl .comments-area:before {
	left: auto;
	right: 1.5em;
}

/**
 *   5.14 - Filmstrip
 */
.filmstrip {
	display: -ms-flexbox;
	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 {
	display: none;
	margin-right: 10px;
	min-width: 18em;
	overflow: hidden;
	width: 23vw;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	-ms-flex-positive: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 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 {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	height: initial;
	padding: 0;

	-webkit-justify-content: center;
	justify-content: center;
}
.blog .filmstrip__item,
.blog .product-category {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 52px;
	margin-right: 0;
	opacity: 0;
}
@media not screen and (min-width: 900px) {
	.blog .filmstrip__item,
	.blog .product-category {
		min-width: initial;
		width: auto;
	}
}
.blog .item__thumb {
	background-position: center;
	background-size: 100% 100%;
	background-size: cover;
	display: block;
	position: relative;

	-webkit-flex: 0 10 35vh;
	-ms-flex: 0 10 35vh;
	flex: 0 10 35vh;
}
@media only screen and (max-height: 480px) and (min-width: 400px) {
	.blog .item__thumb {
		-webkit-flex: 0 10 100vh;
		-ms-flex: 0 10 100vh;
		flex: 0 10 100vh;
	}
}
.blog .item__thumb:not([style]) {
	background: #ebebeb;
	position: relative;
}
.blog .item__thumb:not([style]):before {
	color: white;
	content: "";
	font-size: 15vh;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.blog .post-meta {
	background-size: cover;
	bottom: 20px;
	height: 28px;
	left: 7vw;
	width: 36px;
}
.blog .post-meta__content {
	font-size: 12px;
	left: 20px;
	top: 17px;
}
.blog .item__text {
	padding: 0 7vw;

	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.blog .item__text .entry-meta {
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 24px;
}
.blog .item__text .entry-meta a {
	color: #9b9b9b;
}
.blog .item__text .entry-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.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 {
		background-size: cover;
		bottom: 20px;
		height: 34px;
		left: 20px;
		width: 43px;
	}
	.blog .post-meta__content {
		font-size: 15px;
		left: 25px;
		top: 21px;
	}
	.blog .item__text {
		padding: 0;
	}
	.blog .item__text .entry-meta {
		font-size: 14px;
		margin-bottom: 0px;
		margin-top: 22px;
	}
	.blog .item__text .entry-meta a {
		color: #000000;
	}
	.blog .item__text .entry-title {
		font-size: 24px;
		margin-bottom: 6px;
	}
	.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 {
		border: 0;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: initial;
		height: 100%;

		-webkit-justify-content: initial;
		justify-content: initial;
	}
	.blog .filmstrip__item,
	.blog .product-category {
		margin-bottom: 0;
		margin-right: 30px;
		min-width: 30vw;
		padding: 0;
	}
	.blog .item__thumb {
		-webkit-flex: 0 10 30vw;
		-ms-flex: 0 10 30vw;
		flex: 0 10 30vw;
	}
	.blog .entry-header {
		padding-right: 0;
	}
	.blog .entry-content {
		font-size: 16px;
	}
	.blog .filter {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-pack: center;

		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: 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 {
		-webkit-flex: 0 10 26vw;
		-ms-flex: 0 10 26vw;
		flex: 0 10 26vw;
	}
}
@media only screen and (min-width: 1420px) {
	.blog .filmstrip__item,
	.blog .product-category {
		min-width: 25vw;
	}
	.blog .item__thumb {
		-webkit-flex: 0 10 25vw;
		-ms-flex: 0 10 25vw;
		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%;
	margin-left: 20px;
	width: 50px;
}
.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 {
	padding-top: 15%;
	position: relative !important;
}
.is--ie9 .blog .post-meta__content {
	left: 19px;
	top: 2px;
}

/**
 *   5.15 - Full view
 */
.site-content--fullview {
	z-index: 10000;
}
.site-content--fullview .site-content__mask {
	display: none;
}

.fullview {
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: background-color 0.3s ease-in-out;
	width: 100%;
	z-index: 10001;
}
.is--ie-le10 .fullview {
	display: none;
}
.fullview--visible {
	opacity: 1;
	pointer-events: auto;
}
.is--ie-le10 .fullview--visible {
	display: block;
}
.fullview__image {
	position: absolute;
}
.fullview__image img {
	width: 100%;
}
.fullview__close {
	background: url("assets/svg/close-button.svg") no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 1.5em;
	position: absolute;
	right: 3.5em;
	top: 3.5em;
	width: 1.5em;
	z-index: 10;
}
@media not screen and (min-width: 1200px) {
	.fullview__close {
		opacity: 0.33;
		right: 1em;
		top: 1em;
	}
}
.fullview .rsArrow {
	opacity: 0.5;
	padding: 1.5em;
	transition: opacity 0.3s linear;
}
.fullview .rsArrow:hover {
	opacity: 1;
}
.fullview .rsArrow .rsArrowIcn {
	border-color: white;
	height: 1.250em;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	width: 1.250em;
}
@media not screen and (min-width: 1200px) {
	.fullview .rsArrow {
		opacity: 0.33;
	}
}
.fullview .rsArrowLeft {
	left: 3.7em;
	margin-left: -1.5em;
}
.fullview .rsArrowLeft .rsArrowIcn {
	-webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
	transform: translate3d(0, -50%, 0) rotate(45deg);
}
@media not screen and (min-width: 1200px) {
	.fullview .rsArrowLeft {
		left: 1em;
	}
}
.fullview .rsArrowRight {
	margin-right: -1.5em;
	right: 3.7em;
}
.fullview .rsArrowRight .rsArrowIcn {
	-webkit-transform: translate3d(-100%, -50%, 0) rotate(-45deg);
	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,
.touch .single-proof_gallery .site-footer {
	padding-bottom: 0;
}

img {
	will-change: opacity;
}

.is--ie-le10 .portfolio-wrapper {
	padding-bottom: 125px;
}

.proof__overlay {
	display: none;
}

.portfolio {
	height: 100%;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
}
.project_layout-fullscreen .portfolio {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.site-content--fullscreen .portfolio {
	opacity: 1;
	pointer-events: auto;
	position: static;
}
.portfolio__header {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	padding-right: 4em;

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-justify-content: center;
	justify-content: center;
}
.portfolio__header .entry-header {
	text-align: left;
}
@media not screen and (min-width: 740px) {
	.portfolio__header {
		padding-right: 1em;
	}
}
.portfolio__link-wrap {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.portfolio__title,
.portfolio__type {
	margin: 0;
	padding: 0;
}
.portfolio__title {
	overflow: hidden;
}
.portfolio__type {
	font-weight: bold;
	text-transform: uppercase;
}
@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-size: 13px;
	font-weight: bold;
}
.portfolio__item {
	background: #eeeeee;
	cursor: pointer;
	height: 100%;
	margin-right: 1em;
	position: relative;
	transition: opacity 0.3s ease-in-out;

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	will-change: opacity;
}
.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 {
	background: white;
	/* Firefox */
	-webkit-column-fill: balance;
	-moz-column-fill: balance;
	column-fill: balance;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	-webkit-column-width: 24em;
	-moz-column-width: 24em;
	column-width: 24em;
	cursor: default;
	font-size: 0.875em;
	opacity: 1;
	padding: 0 3em 0 1em;
	width: 32em;
}
@media not screen and (min-width: 900px) {
	.portfolio__item--text {
		padding-top: 0.75em;
	}
}
@media not screen and (min-width: 600px) {
	.portfolio__item--text {
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;
		-webkit-column-width: calc(96vw - 4em - 20px);
		-moz-column-width: calc(96vw - 4em - 20px);
		column-width: calc(96vw - 4em - 20px);
		padding-left: 20px;
		padding-right: 2em;
		width: 96vw;
	}
}
.portfolio__item--text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.portfolio__item--video {
	height: 100%;
}
.portfolio__item--video .jetpack-video-wrapper {
	height: 100%;
	max-width: 100%;
}
.portfolio--grid {
	height: 100%;
	height: calc(100vh - 60px);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;

	-webkit-align-content: flex-start;
	align-content: flex-start;
	-ms-flex-line-pack: start;
	-webkit-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media only screen and (min-width: 900px) {
	.portfolio--grid {
		height: calc(100vh - 83.33333px);
	}
}
@media only screen and (min-width: 1420px) {
	.portfolio--grid {
		height: calc(100vh - 125px);
	}
}
@media not screen and (min-width: 740px) {
	.portfolio--grid {
		padding-left: 1em;
	}
}
.touch .portfolio--grid {
	padding: 0 1em;
	padding-bottom: 70px;
}
.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 {
	min-height: 15vh;
	padding-bottom: 0;
}
@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 {
	opacity: 0;
	z-index: 350;
}
.portfolio--filmstrip.portfolio--visible {
	opacity: 1;
}
.portfolio .portfolio__item--target .portfolio__item--clone ~ img {
	opacity: 0 !important;
}
.portfolio--grid .portfolio__item {
	height: 15vh;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	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--project {
	height: auto;
	margin-bottom: 0.5em;
	position: static;

	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.portfolio--project .portfolio__item {
	margin-bottom: 0;
}
.portfolio--visible {
	pointer-events: auto;
	position: relative;
}
.portfolio__meta {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.page-template-custom-portfolio-page:not(.single-jetpack-portfolio):not(.single-proof_gallery) .portfolio--grid,
.tax-jetpack-portfolio-type .portfolio--grid {
	display: none;
	opacity: 0;
	padding-bottom: 0;
}
@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 {
		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 {
	background: url("assets/svg/fullscreen.svg");
	background-size: 25px 25px;
	height: 25px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 4px;
	top: 3px;
	transition: opacity 0.3s ease-in-out;
	width: 25px;

	will-change: opacity;
}
.portfolio__item--active .button-full {
	opacity: 1;
	pointer-events: auto;
}

.js-last,
.js-reference,
.js-compare {
	color: white;
	left: 0;
	margin-top: -100px;
	padding: 0 0.5em;
	position: absolute;
	top: 100%;
	z-index: 99999999999;
}

.js-last {
	background-color: rgba(0, 128, 0, 0.25);
	border-left: 0.2em solid green;
}

.js-reference {
	background-color: rgba(0, 0, 255, 0.25);
	border-left: 0.2em solid blue;
}

.js-compare {
	background-color: rgba(128, 128, 128, 0.25);
	border-left: 0.2em solid gray;
}

.portfolio__item--video .wp-audio-shortcode {
	min-width: 500px;
}
.portfolio__item--video .wp-audio-shortcode .mejs-mediaelement {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-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 {
	padding-left: 110px;
	white-space: nowrap;
	width: 100%;
}
.is--ie-le10 .portfolio--filmstrip,
.is--ie-le10 .portfolio--filmstrip > .portfolio__item,
.no-flexbox .portfolio--filmstrip,
.no-flexbox .portfolio--filmstrip > .portfolio__item {
	display: inline-block;
	height: calc(100vh - 230px);
}
.is--ie-le10 .portfolio--filmstrip .portfolio__item,
.no-flexbox .portfolio--filmstrip .portfolio__item {
	overflow: hidden;
}

/**
 *   5.17 - Filter
 */
.filter {
	border: 0 solid transparent;
	border-width: 1em 3em;
	height: 100%;
	overflow: hidden;
	text-align: center;
	width: 100%;

	-webkit-align-self: center;
	align-self: center;
	-ms-flex-item-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.filter__item {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.5em;
	padding: 0;
	text-transform: uppercase;
}
.filter__item.active {
	font-weight: bold;
}
@media not screen and (min-width: 900px) {
	.filter:not(.filter--mobile) {
		display: none;
	}
}

.mobile-filter-wrapper {
	color: #9b9b9b;
	font-size: 12px;
	text-align: right;
}
@media only screen and (min-width: 900px) {
	.mobile-filter-wrapper {
		display: none !important;
	}
}
.mobile-filter-wrapper > * {
	margin-top: -3px;
}
.mobile-filter-wrapper:after {
	content: "+";
	display: inline-block;
	margin-left: 3px;
	margin-top: -7px;
	vertical-align: middle;
}

.filter--mobile {
	background: transparent;
	border: 0;
	color: #9b9b9b;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.078em;
	margin-top: -6px;
	max-width: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;

	-webkit-appearance: none;
	-moz-appearance: none;
}
@media only screen and (min-width: 740px) {
	.filter--mobile {
		font-size: 14px;
		letter-spacing: 0.092em;
	}
}

/**
 *   5.18 - Photo meta
 */
.photometa {
	color: white;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-align: start;
	-webkit-font-smoothing: initial;
	padding: 10em 1.5em 1em;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
	z-index: 2000;

	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	-webkit-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.hide-meta.hide-meta .photometa {
	opacity: 0 !important;
}
.photometa:before {
	background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}
.photometa__caption,
.photometa__description,
.photometa__exif {
	transition: opacity 0.3s ease-in-out;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-positive: 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 {
	font-size: 14px;
	line-height: 1.65em;
	margin-bottom: 1em;
	width: 100%;
}
.photometa__description > div {
	max-width: 40em;
}
.photometa__exif,
.photometa__caption {
	font-size: 12px;
}
.photometa__caption {
	line-height: 1.3em;
	margin-right: 1em;
	margin-top: 0.5em;
	opacity: 0.5;
	padding-bottom: 0.5em;

	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}
.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 {
	display: inline-block;
	margin-left: 0;
	margin-right: 1.5em;
}
.exif__item:last-child {
	margin-right: 0;
}

.exif__icon {
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	margin-bottom: -6px;
	margin-right: 0.5em;
}
.exif__icon--aperture {
	background-image: url("assets/svg/exif-aperture.svg");
	width: 18px;
}
.exif__icon--camera {
	background-image: url("assets/svg/exif-camera.svg");
	width: 19px;
}
.exif__icon--exposure {
	background-image: url("assets/svg/exif-exposure.svg");
	width: 19px;
}
.exif__icon--focal {
	background-image: url("assets/svg/exif-focal.svg");
	width: 19px;
}
.exif__icon--iso {
	background-image: url("assets/svg/exif-iso.svg");
	width: 27px;
}

/**
 *   5.20 - Preloader
 */
.absolute-center,
.preloader__center {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.preloader {
	opacity: 0;
	position: relative;
	transition: opacity 0.3s ease-in-out;
	width: 5em;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	-ms-flex-positive: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.preloader__spinner {
	display: inline-block;
	font-size: 2em;
	height: 1em;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 1em;
	z-index: 10000;
}
.preloader i {
	-webkit-animation: spinner-fade 1s infinite linear;
	animation: spinner-fade 1s infinite linear;
	background-color: transparent;
	border-radius: 0.5em;
	bottom: 0;
	display: block;
	height: 0.2777em;
	left: 0.4629em;
	position: absolute;
	-webkit-transform-origin: center -0.2222em;
	-ms-transform-origin: center -0.2222em;
	transform-origin: center -0.2222em;
	width: 0.074em;
}
.preloader i:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.preloader i:nth-child(2) {
	-webkit-animation-delay: 0.083s;
	animation-delay: 0.083s;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.preloader i:nth-child(3) {
	-webkit-animation-delay: 0.166s;
	animation-delay: 0.166s;
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.preloader i:nth-child(4) {
	-webkit-animation-delay: 0.249s;
	animation-delay: 0.249s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.preloader i:nth-child(5) {
	-webkit-animation-delay: 0.332s;
	animation-delay: 0.332s;
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.preloader i:nth-child(6) {
	-webkit-animation-delay: 0.415s;
	animation-delay: 0.415s;
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.preloader i:nth-child(7) {
	-webkit-animation-delay: 0.498s;
	animation-delay: 0.498s;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.preloader i:nth-child(8) {
	-webkit-animation-delay: 0.581s;
	animation-delay: 0.581s;
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.preloader i:nth-child(9) {
	-webkit-animation-delay: 0.664s;
	animation-delay: 0.664s;
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.preloader i:nth-child(10) {
	-webkit-animation-delay: 0.747s;
	animation-delay: 0.747s;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.preloader i:nth-child(11) {
	-webkit-animation-delay: 0.83s;
	animation-delay: 0.83s;
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.preloader i:nth-child(12) {
	-webkit-animation-delay: 0.913s;
	animation-delay: 0.913s;
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

@-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 {
	background: #eeeeee;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.entry-thumbnail img {
	height: auto;
	left: 50%;
	max-height: none;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: auto;
}

.post-meta {
	background: url("assets/svg/postmeta.svg") no-repeat;
	bottom: 1em;
	height: 33px;
	left: 1em;
	position: absolute;
	width: 44px;
}

.post-meta__content {
	color: white;
	font-weight: bold;
	left: 24px;
	position: absolute;
	top: 20px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	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: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	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 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 1.75em;
}
.blog .divider,
.archive .divider,
.search .divider {
	margin: 0 0.75em 0 0.5em;
	min-width: 1.5em;
}
.blog .divider:before,
.archive .divider:before,
.search .divider:before {
	opacity: 0.25;
	width: 1.5em;
}
.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 {
	background: #222222;
	bottom: 0;
	color: white;
	height: 100vh;
	left: 100%;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 10000;
}
.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 {
		overflow-y: auto;
		padding: 70px 30px;
	}
}

@media only screen and (min-width: 740px) {
	.overlay__wrapper {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		padding: 150px 70px 110px 110px;
		width: 100%;

		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-line-pack: start;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.is--IE .overlay__wrapper {
		min-height: 0 !important;
	}

	.overlay__col {
		overflow-y: scroll;

		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.is--ie-le10 .overlay__col {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	.is--scrollable .overlay__col {
		overflow-y: auto;
	}
	.overlay__col.col1 {
		height: calc(100vh - 260px);
		padding: 0 40px;
		position: relative;

		-ms-flex-negative: 1;
		-webkit-flex-shrink: 1;
		flex-shrink: 1;
	}
	.overlay__col.col1 .widget {
		max-width: 560px;
	}
	.overlay__col.col1.has--widget-profile-image {
		overflow: hidden;
	}
	.overlay__col.col2 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		height: calc(100vh - 250px);
		margin-bottom: 100px;

		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-line-pack: start;
		-ms-flex-negative: 1;
		-webkit-flex-shrink: 1;
		flex-shrink: 1;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.overlay__col.col1 + .overlay__col.col2 {
		padding-left: 40px;

		-webkit-flex: 0 0 50vw;
		-ms-flex: 0 0 50vw;
		flex: 0 0 50vw;
	}
	.overlay__col.col1 + .overlay__col.col2 .sub-col {
		-webkit-flex-basis: 360px;
		flex-basis: 360px;
		-ms-flex-preferred-size: 360px;
	}

	.sub-col {
		padding: 0 40px;

		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}
@media only screen and (min-width: 1200px) {
	.overlay__col.col1 + .overlay__col.col2 {
		-webkit-flex: 0 0 760px;
		-ms-flex: 0 0 760px;
		flex: 0 0 760px;
	}
}
.is--IE .overlay,
.is--IE
.overlay__wrapper {
	display: block !important;
	width: 100%;
}

.overlay__close {
	background: url("assets/svg/close-button.svg") no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	width: 1.5em;
	z-index: 10;
}
@media only screen and (min-width: 1200px) {
	.overlay__close {
		right: 42px;
		top: 62px;
	}
}

/**
 *   5.24 - Search form
 */
.search-form {
	border: 2px solid #d7d7d7;
	height: 38px;
	overflow: hidden;
	width: 100%;
}
.search-form,
.search-form + p {
	margin: 0 auto;
	max-width: 620px;
}
.search-form > label,
.search-form .search-field {
	box-sizing: border-box;
	display: block;
	height: 34px;
}
.search-form .search-field {
	border: 0;
	outline: 0;
	padding: 8px 12px;
	width: 100%;
}
.search-form .search-submit {
	border: 1px solid white;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	letter-spacing: 0.1em;
	line-height: 34px;
	padding: 0 10px 3px 10px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

/**
 *   5.25 - Add This
 */
.share-box {
	position: relative;
}

.share-text {
	text-transform: uppercase;
}

.project_layout-fullscreen .project-addthis-container .share-button {
	background: url("assets/svg/share-icon-white.svg") no-repeat;
}

.project-addthis-container .share-button {
	background: url("assets/svg/share-icon.svg") no-repeat;
	background-size: cover;
	display: inline-block;
	height: 22px;
	vertical-align: middle;
	width: 22px;
}
.project-addthis-container .share-text {
	color: #9b9b9b;
	left: -10px;
	opacity: 0;
	padding-top: 0;
	pointer-events: none;
	position: absolute;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
	transition: 0.3s opacity linear;
}
.single-jetpack-portfolio .project-addthis-container .share-text:after,
.single-proof_gallery .project-addthis-container .share-text:after {
	content: ":";
}
.project-addthis-container .active .share-text {
	opacity: 1;
}
.project-addthis-container .active .share-button {
	opacity: 0;
}

.share-button,
.share-text {
	transition-duration: 0.2s;
}

.social-links-list {
	left: 0;
	min-width: 33vw;
	padding-left: 3em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.active .social-links-list {
	pointer-events: auto;
}
.metabox .social-links-list {
	padding-left: 5.5em;
}
.social-links-list a,
.social-links-list a:hover {
	background: none;
}
.social-links-list a {
	display: inline-block;
	opacity: 0;
	padding: 10px;
	transition-duration: 0s;
}
.social-links-list a:hover .at4-icon {
	-webkit-filter: none;
	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 {
		padding-left: 0;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.single-post .social-links-list a {
		opacity: 1 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	.single-post .share-text {
		opacity: 1;
	}
	.single-post .share-button {
		opacity: 0;
	}
}
.addthis_toolbox.addthis_32x32_style span {
	background-position: center center !important;
	background-size: 70% !important;
}

.addthis_32x32_style .at4-icon {
	border-radius: 3px;
	-webkit-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);
	height: 28px !important;
	transition: all 0.3s linear;
	width: 28px !important;

	-moz-filter: grayscale(1) invert(1) brightness(2.3);
}
.addthis_32x32_style a:hover .at4-icon {
	-webkit-filter: none;
	-ms-filter: none;
	filter: none;

	-moz-filter: none;
}

#at15s.atm {
	display: none !important;
}

.addthis_toolbox.addthis_32x32_style span.at4-icon.aticon-facebook {
	background-position: 3px 3px !important;
}

.addthis_toolbox.addthis_32x32_style span.at4-icon.aticon-pinterest_share {
	background-position: 5px 3px !important;
}

/**
 *   5.26 - RoyalSlider
 */
.royalSlider,
.pixslider {
	direction: ltr;
	height: 400px;
	position: relative;
	width: 600px;
}

.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 {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;

	-webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;

	-webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
	left: 0;
	position: absolute;
	top: 0;
}

.rsContainer {
	height: 100%;
	position: relative;
	width: 100%;

	-webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	transition: opacity 0.3s linear;
}

.rsHidden {
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	visibility: hidden;
}

.rsGCaption {
	float: left;
	text-align: center;
	width: 100%;
}

.royalSlider.rsFullscreen,
.rsFullscreen.pixslider {
	bottom: 0 !important;
	height: auto !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	width: auto !important;
	z-index: 2147483647 !important;
}

.royalSlider .rsSlide.rsFakePreloader,
.pixslider .rsSlide.rsFakePreloader {
	display: none;
	opacity: 1 !important;
	transition: 0s;
}

.rsSlide {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight.pixslider,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	height: 100%;
	position: relative;
	width: 100%;
}

.rsPreloader {
	position: absolute;
	z-index: 0;
}

.rsNav {
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.rsNavItem {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
	cursor: pointer;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 22;
}

.rsTabs {
	background: none !important;
	float: left;
}

.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
	height: auto;
	line-height: 0;
	position: absolute;
	/*left: 0;
  top: 0;
  position: absolute;*/
	/*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
	width: auto;
	z-index: 1;
}

.rsVideoFrameHolder {
	background: #141414;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50;
}

/* 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 {
	cursor: pointer;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.rsPlayBtnIcon {
	border: 3px solid white;
	border-radius: 50%;
	color: white;
	color: white;
	cursor: pointer;
	display: block;
	font-family: FontAwesome;
	font-size: 40px;
	height: 80px;
	left: 50%;
	line-height: 78px;
	opacity: 0.6;
	padding-left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	transition: all 0.2s linear;
	width: 80px;
}
.rsPlayBtnIcon:after {
	content: "";
	cursor: pointer;
}

.rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0, 0, 0, 0.9);
}

.rsBtnCenterer {
	left: 50%;
	position: absolute;
	top: 50%;
}

.rsCloseVideoBtn {
	cursor: pointer;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateZ(0);
	width: 44px;
	z-index: 500;

	-webkit-backface-visibility: hidden;
}

.rsCloseVideoBtn.rsiOSBtn {
	right: -6px;
	top: -38px;
}

.rsCloseVideoIcn {
	background: url("../images/rs-default.png") -64px 0;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.75);
	height: 32px;
	margin: 6px;
	width: 32px;

	*background-color: #000000;
}

.rsCloseVideoIcn:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.rsABlock {
	left: 0;
	position: absolute;
	top: 0;
	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 {
	background: url(blank.gif);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.pixslider {
	height: auto;
	margin: 0;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
}
.pixslider img {
	display: block;
	height: auto;
	width: 100%;
}
.pixslider p {
	margin-bottom: 0;
}

.pixslider__slide {
	width: 100%;
}

.rsArrow {
	color: white;
	display: block;
	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;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rsArrowRight {
	right: 0;
}
.rsArrowRight .rsArrowIcn {
	border-right: 2px solid black;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.full-width-slider {
	width: 100%;
}

.rsBullets {
	display: block;
	text-align: center;
	width: 100%;
}

.rsBullet {
	background-color: #cacaca;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 2px 6px;
	text-indent: -999em;
	transition: background-color 0.3s linear;
	width: 8px;
}

.rsNavSelected {
	background-color: black;
}

.rsImg {
	display: block;
}

.royalSlider,
.pixslider {
	opacity: 0;
}
.royalSlider.slider--loaded,
.slider--loaded.pixslider {
	opacity: 1;
}

.rsArrow {
	height: 66px;
	opacity: 0.5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 36px;
	z-index: 500;
}
@media only screen and (min-width: 900px) {
	.rsArrow {
		height: 68px;
		opacity: 1;
		width: 85px;
	}
}

.rsArrowIcn {
	border-color: black;
	height: 12px;
	margin: 22px auto 0 auto;
	width: 12px;
}
@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 {
	border-color: #9b9b9b;
	height: 15px;
	transition: all 0.3s linear;
	width: 15px;
}
@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;
	height: 12px;
	margin: 0 5px;
	transition: 0.2s background linear;
	width: 12px;
}
.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 {
	background: #222222;
	bottom: 0;
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.fullscreen-slider .rsContent,
.projects-slider .rsContent {
	height: auto;
	width: 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;
	height: 25px;
	width: 25px;
}
.is--ie-le10 .fullscreen-slider .rsArrow .rsArrowIcn,
.is--ie-le10 .projects-slider .rsArrow .rsArrowIcn {
	border-width: 10px;
	height: 35px;
	width: 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 {
	bottom: 60px;
	top: 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 {
		bottom: 70px;
		top: 83.33333px;
	}
}
@media only screen and (min-width: 1420px) {
	.projects-slider {
		bottom: 105px;
		top: 125px;
	}
}
@media not screen and (min-width: 900px) {
	.projects-slider {
		margin-left: 0 !important;
		margin-right: 60px !important;
	}
}
.slider_height-full-height .projects-slider {
	bottom: 0;
	top: 0;
}
.projects-slider__bullets {
	background: white;
	bottom: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	height: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 101;

	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: 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 {
	cursor: default;
	-ms-flex-order: 0;

	-webkit-align-self: auto;
	align-self: auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-item-align: auto;
	-webkit-order: 0;
	order: 0;
}

.project-slide {
	background: #222222;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.project-slide__image {
	height: auto;
	left: 50%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
	width: auto;
}

.project-slide__content {
	left: 2em;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 20;
}
@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 {
		-webkit-transform: translate(0, -50%) !important;
		-ms-transform: translate(0, -50%) !important;
		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;
	font-weight: 800;
	padding: 0;
}

.project-slide__link {
	display: none;
}

.vertical-title {
	cursor: pointer;
	height: 100%;
	margin-left: -0.01em;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 100;

	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
@media not screen and (min-width: 900px) {
	.vertical-title {
		width: 160px !important;
	}
}
.vertical-title span {
	color: white;
	display: block;
	font-weight: 800;
	left: 75%;
	margin: 0;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	white-space: nowrap;
}
.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: #222222;
}
.slider_height-full-height.header--not-light .cart-widget-label,
.project_layout-fullscreen.header--not-light .cart-widget-label,
.page-has-featured-image:not(.page-template).header--not-light .cart-widget-label,
.password-required.header--not-light .cart-widget-label {
	-webkit-filter: initial;
	filter: initial;
}
.slider_height-full-height.header--not-light .cart-items-number:after,
.project_layout-fullscreen.header--not-light .cart-items-number:after,
.page-has-featured-image:not(.page-template).header--not-light .cart-items-number:after,
.password-required.header--not-light .cart-items-number:after {
	background: black;
}
@media only screen and (min-width: 900px) {
	.slider_height-full-height .cart-items-number:after,
	.project_layout-fullscreen .cart-items-number:after,
	.page-has-featured-image:not(.page-template) .cart-items-number:after,
	.password-required .cart-items-number:after {
		background: white;
	}
	.is--ie-le10 .slider_height-full-height .cart-items-number:after,
	.is--ie-le10
	.project_layout-fullscreen .cart-items-number:after,
	.is--ie-le10
	.page-has-featured-image:not(.page-template) .cart-items-number:after,
	.is--ie-le10
	.password-required .cart-items-number:after {
		background: #222222;
	}
	.slider_height-full-height .cart-widget-label,
	.project_layout-fullscreen .cart-widget-label,
	.page-has-featured-image:not(.page-template) .cart-widget-label,
	.password-required .cart-widget-label {
		-webkit-filter: invert(1);
		filter: invert(1);
	}
	.slider_height-full-height .bar--fixed,
	.slider_height-full-height .site-header,
	.slider_height-full-height .site-footer,
	.project_layout-fullscreen .bar--fixed,
	.project_layout-fullscreen .site-header,
	.project_layout-fullscreen .site-footer,
	.page-has-featured-image:not(.page-template) .bar--fixed,
	.page-has-featured-image:not(.page-template) .site-header,
	.page-has-featured-image:not(.page-template) .site-footer,
	.password-required .bar--fixed,
	.password-required .site-header,
	.password-required .site-footer {
		transition: all 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,
	.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,
	.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,
	.password-required:not(.header--not-light) .bar--fixed,
	.password-required:not(.header--not-light) .site-header,
	.password-required:not(.header--not-light) .site-footer {
		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 *,
	.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 *,
	.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 *,
	.password-required:not(.header--not-light) .bar--fixed *,
	.password-required:not(.header--not-light) .site-header *,
	.password-required:not(.header--not-light) .site-footer * {
		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: #222222;
	}
	.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;
	border-radius: 3px;
	padding-right: 4px;
}

/**
 *   5.28 - Loader
 */
.loader {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.loader__svg {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translateZ(0);
	transform: translate3d(-50%, -50%, 0);
	transition: opacity 0.3s 0.5s ease-in-out;
}
.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.admin-bar:after {
		border-top-width: 0;
	}
	body:after {
		border: 0 solid #222222;
		bottom: 0;
		content: "";
		display: block;
		left: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		transition: border-width 0.3s ease-out;
		width: 100%;
		z-index: 9990;
	}
	.admin-bar body:after {
		border-top: 0;
	}
	.ready body:after {
		border-width: 0.9vh;
	}
}
/**
 *   5.30 - Widgets
 */
.widget {
	color: #ababab;
	font-size: 14px;
	margin-bottom: 36px;
}
.widget ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-top: 0;
}
.widget ul li {
	line-height: 1;
	margin-bottom: 12px;
	margin-left: 0;
}
.widget.dashed li:before {
	content: "\2013";
	margin-right: 3px;
}
.widget .widget-title,
.widget a {
	color: white;
}
.widget a,
.widget a:hover {
	background: none;
}
.widget p {
	line-height: 1.6;
}
.widget .search-form {
	border: 0;
}

.widget-title {
	font-weight: 800;
	line-height: 1;
	margin-bottom: 12px;
	padding: 0;
}

@media only screen and (min-width: 740px) {
	.timber-widget-background-image {
		display: none;
	}
	.overlay__col.col1 .timber-widget-background-image {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		display: initial;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	[class*="is--ie"] .overlay__col.col1 .timber-widget-background-image {
		display: block;
	}

	.timber-widget-image {
		display: block;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
	}
	.overlay__col.col1 .timber-widget-image {
		display: none;
	}
}
/* Widget - RSS */
.widget_rss cite {
	display: block;
	margin-top: 6px;
}

.rsswidget {
	font-weight: bold;
	text-decoration: underline;
}

.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 {
	color: black;
	display: inline-block;
	font-size: 21px;
	text-align: center;
}
.pixcode--icon.square,
.pixcode--icon.circle {
	background-color: black;
	color: #9b9b9b;
	display: inline-block;
	font-size: 18px;
	height: 2.66667em;
	line-height: 2.66667em;
	padding: 0;
	width: 2.66667em;
}
.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 {
	height: 2.25em;
	line-height: 2.25em;
	width: 2.25em;
}
.pixcode--icon.medium {
	font-size: 21px;
}
.pixcode--icon.medium.circle,
.pixcode--icon.medium.square {
	height: 2.28571em;
	line-height: 2.28571em;
	width: 2.28571em;
}
.pixcode--icon.big {
	font-size: 36px;
}
.pixcode--icon.big.circle,
.pixcode--icon.big.square {
	height: 2em;
	line-height: 2em;
	width: 2em;
}

/*--------------------------------------------*\
               ICON INSIDE A LINK
\*--------------------------------------------*/
a > .pixcode--icon {
	transition: all 0.15s linear;
}
a:hover > .pixcode--icon {
	border: none;
	text-decoration: none;
}
a:hover > .pixcode--icon.circle,
a:hover > .pixcode--icon.square {
	background-color: black;
}

.pixcode--tabs {
	padding-bottom: 0;
}

.tabs__nav {
	background: black;
	color: white;
	font-size: 13px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.tabs__nav li {
	margin-left: 0;
}
.tabs__nav a {
	background: none !important;
	color: white;
	font-weight: 800;
	padding: 12px;
	text-shadow: none;
}
.tabs__nav a .icon,
.tabs__nav a .pixcode--icon {
	margin-right: 12px;
}

.tabs__content {
	min-height: 1px;
	overflow: hidden;
	position: relative;
}

.tabs__pane {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: opacity 0.2s ease-in-out;
	width: 100%;
	z-index: 20;

	-webkit-backface-visibility: hidden;
}
.tabs__pane.not-shown {
	opacity: 0;
	pointer-events: none;
	z-index: 5;
}

.progressbar__title {
	font-weight: bold;
	text-transform: uppercase;
}
.progressbar__bar {
	background: #ebebeb;
	height: 8px;
	margin: 0.65em 0 1.3em;
}
.progressbar__progress {
	background: #222222;
	height: 8px;
	position: relative;
}
.progressbar__tooltip {
	bottom: 100%;
	line-height: 1.4;
	margin-bottom: 0.6em;
	position: absolute;
	right: 0;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

/**
 *   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 {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	left: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: opacity 0.3s ease-in-out;
	z-index: 999;

	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.single-proof_gallery .photometa {
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}
.single-proof_gallery .photometa__caption {
	opacity: 1;
}

.proof__selected {
	border: 0 solid transparent;
	border-bottom-color: #50e3c2;
	border-right-color: #50e3c2;
	bottom: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(35deg) translate3d(60%, 60%, 0);
	transform: rotate(35deg) translate3d(60%, 60%, 0);
	transition: border-width 1s ease-in, -webkit-transform 1s ease-in, opacity 0.2s ease-out;
	transition: border-width 1s ease-in, transform 1s ease-in, opacity 0.2s ease-out;
	z-index: 3000;
}
.proof__selected:after {
	background: url("assets/svg/check-mark-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: contain;
	bottom: -15px;
	content: "";
	display: block;
	height: 14px;
	opacity: 0;
	position: absolute;
	right: -15px;
	transition: all 0.2s 0.1s ease-in-out;
	width: 16px;
}

.js-portfolio-item.selected .proof__selected {
	border-width: 20px;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	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 {
	bottom: -19px;
	height: 20px;
	right: -20px;
	width: 23px;
}

.proof-btn.proof-btn.proof-btn {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: contain;
	height: 3em;
	margin: 0 1em;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	width: 3em;

	-webkit-flex: 0 1 3em;
	-ms-flex: 0 1 3em;
	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");
	display: none;
}

.proof-btn--plus {
	background: url("assets/svg/plus-icon.svg");
	display: none;
}
.selected .proof-btn--plus {
	display: none;
}

.proof-btn--minus {
	background: url("assets/svg/minus-icon.svg");
	display: none;
}
.selected .proof-btn--minus {
	display: block;
}

.proof-btn--thumbs {
	display: none;
}
.portfolio--filmstrip .proof-btn--thumbs {
	background: url("assets/svg/back-to-thumbs-icon.svg");
	display: block;
}

.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 {
	margin-bottom: 2em;
	width: 100%;
}
@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 {
	background: #222222;
	border-radius: 4px;
	float: right;
	line-height: 2;
	margin-right: 5em;
	margin-top: 0.3em;
	opacity: 1;
	position: static;
	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 {
	color: #222222;
	font-family: Ek Mukta, sans-serif;
	font-size: 14px;
}
.pixproof-data span.meta-box__title {
	color: #9b9b9b;
	font-family: Libre Baskerville, serif;
	font-style: italic;
	font-weight: normal;
	margin-bottom: -0.2em;
}
.pixproof-data span:not(.meta-box__title) {
	font-weight: bold;
}

.pixproof__wrap {
	padding-right: 5em;
	width: 100%;
}
@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 {
	margin: 0 auto;
	margin-top: 3em;
	max-width: 35em;
	width: 100%;
}
.portfolio--filmstrip .pixproof__content {
	display: none;
}

.proof_gallery .pixproof_photo_ref.pixproof_photo_ref {
	background: #222222;
	border-radius: 1.9em;
	color: white;
	display: inline-block;
	letter-spacing: 0.1px;
	line-height: 1.4;
	margin: 0 0.2em 0 0.3em;
	padding: 0.1em 0.5em 0;
}

/**
 *   5.33 - PixProof
 */
.password-required {
	background-color: #000000;
	color: #ffffff;
}
.password-required .site-container.site-content {
	height: 100%;
	min-height: 500px;
}
.password-required .content--client-area {
	margin: auto;
	text-align: center;
}
.password-required .form-container {
	display: inline-block;
	max-width: 300px;
	text-align: center;
}
.password-required .lock-icon {
	background: url("assets/svg/lock-icon.svg") no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 160px;
	width: 120px;
}
.password-required .protected-area-text {
	font-size: 16px;
	line-height: 27px;
	margin-top: 15px;
}
.password-required .protected-area-text .gray {
	color: #d8d8d8;
}
.password-required .auth-form {
	margin-top: 50px;
	position: relative;
}
.password-required .auth-form .auth__pass {
	border-radius: 8px;
	font-size: 24px;
	height: 60px;
}
.password-required .auth__submit {
	background: url("assets/svg/unlock-icon.svg") no-repeat center center #000000;
	background-size: 32px;
	border-radius: 8px;
	bottom: 2px;
	position: absolute;
	right: 2px;
	text-indent: -999px;
	top: 2px;
	width: 60px;
}
.password-required .auth__submit:hover {
	background-color: #777777;
}
.password-required .text--error {
	color: #ab0b00;
}

/**
 *   5.34 - Project filters
 */
.projects-filter {
	bottom: 36px;
	left: 36px;
	position: fixed;
	z-index: 500;
}
.projects-filter.is-open .filter__trigger {
	opacity: 0;
}
@media not screen and (min-width: 900px) {
	.projects-filter {
		display: none;
	}
}

.filter__trigger {
	background: url("assets/svg/filter-icon.svg") no-repeat center center;
	background-size: 22px 22px;
	height: 60px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
	transition: 0.2s all linear;
	width: 65px;
	z-index: 50;
}

.filter__content {
	background: white;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	height: 50px;
	opacity: 0;
	padding: 11px 9px 11px 78px;
}
@media only screen and (min-width: 1600px) {
	.filter__content {
		padding: 6px 9px 6px 78px;
	}
}

.filter__text {
	color: #9b9b9b;
	left: 18px;
	padding-top: 0;
	pointer-events: none;
	position: absolute;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
}

.filter__list {
	display: none;
	list-style-type: none;
	vertical-align: middle;
}
.filter__list li {
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}
.filter__list .filter__item {
	color: #9b9b9b;
	font-size: 14px;
	letter-spacing: 0.093em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	transition: 0.2s color linear;
}
.filter__list .filter__item.active,
.filter__list .filter__item:hover {
	border-bottom: 1px solid #ebebeb;
	color: #222222;
	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 {
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: opacity 0.1s ease-out, display 0 0.1s;
	width: 40px;
}

.spinner__side {
	height: 40px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 20px;
}

.side--right {
	left: 20px;
}

.spinner__fill {
	border-radius: 999px;
	height: 40px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 40px;
}

.side--left .spinner__fill {
	-webkit-animation: cssSpinnerLeft 1.8s infinite linear;
	animation: cssSpinnerLeft 1.8s infinite linear;
	border-left: 20px solid rgba(0, 0, 0, 0.15);
}

.side--right .spinner__fill {
	-webkit-animation: cssSpinnerRight 1.8s infinite linear;
	animation: cssSpinnerRight 1.8s infinite linear;
	border-right: 20px solid rgba(0, 0, 0, 0.15);
	left: -20px;
}

.portfolio__item--text .spinner {
	display: none;
}

.portfolio__item.js-loaded .spinner,
.portfolio__item--clone .spinner {
	display: none;
	opacity: 0;
}

@-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% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	20% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	25% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	70% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	75% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes cssSpinnerLeft {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	35% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	75% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	80% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		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 {
	overflow: hidden;
	position: relative;
}

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: #000000;
	content: "\2014";
	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-addthis-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,
.single-proof_gallery .site,
.jetpack-portfolio .site,
.single-proof_gallery .site,
.woocommerce .site {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.touch .single-jetpack-portfolio .site-content,
.touch .single-proof_gallery .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-addthis-container p.share-text,
p.filter__text {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
	padding: 0;
}
p.caption:first-child,
.project-addthis-container p.share-text:first-child,
p.filter__text:first-child {
	margin-top: 1.75em;
}
.twocolumn > p.caption:first-child,
.project-addthis-container .twocolumn > p.share-text:first-child,
.twocolumn > p.filter__text:first-child {
	margin-top: 0;
}
p + p.caption,
.project-addthis-container p + p.share-text,
p + p.filter__text {
	margin-top: 3em;
}
p.caption a,
.project-addthis-container p.share-text a,
p.filter__text a {
	background: none;
	color: inherit;
	text-decoration: none;
}
p.caption a .pixcode--icon,
.project-addthis-container p.share-text a .pixcode--icon,
p.filter__text a .pixcode--icon {
	color: inherit;
	transition: none;
}
p.caption a:hover,
.project-addthis-container p.share-text a:hover,
p.filter__text a:hover {
	color: #222222;
}
p.caption:last-child,
.project-addthis-container p.share-text:last-child,
p.filter__text:last-child {
	margin-bottom: 0;
}

h1 + p.caption,
.project-addthis-container h1 + p.share-text,
h1 + p.filter__text,
h2 + p.caption,
.project-addthis-container h2 + p.share-text,
h2 + p.filter__text,
h3 + p.caption,
.project-addthis-container h3 + p.share-text,
h3 + p.filter__text,
h4 + p.caption,
.project-addthis-container h4 + p.share-text,
h4 + p.filter__text,
h5 + p.caption,
.project-addthis-container h5 + p.share-text,
h5 + p.filter__text,
h6 + p.caption,
.project-addthis-container h6 + p.share-text,
h6 + p.filter__text {
	margin-bottom: 1.5em !important;
	margin-top: 0.5em;
}

.caption.caption--small,
.project-addthis-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% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}
.product-list {
	list-style-type: none;
	margin-bottom: 0;
	opacity: 1;
	padding-top: 0;
	pointer-events: auto;
}

@media not screen and (min-width: 900px) {
	.site-sidebar--shop {
		display: none;
	}
}
.product__item,
.product-category {
	margin-left: 0;
	position: relative;
}
.product__item:after,
.product-category:after {
	background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.3s linear;
	width: 100%;
}
.product__item .wp-post-image,
.product-category .wp-post-image {
	width: 100%;
}
.product__item a,
.product-category a,
.product__item a:hover,
.product-category a:hover {
	background-image: none;
	text-shadow: none;
}
.product__item .product__details,
.product-category .product__details {
	bottom: 10px;
	display: block;
	left: 20px;
	position: absolute;
	transition: opacity 0.3s linear;
	z-index: 50;
}
.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;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 15px;
	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 {
	bottom: 0;
	padding: 20px 0;
	position: absolute;
	right: 30px;
	z-index: 50;
}
.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 {
	color: white;
	display: inline-block;
	font-weight: bold;
	opacity: 0;
	padding-top: 5px;
	text-transform: uppercase;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
}
.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 {
	background-size: cover;
	content: "";
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 30px;
}
.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 {
	-webkit-transform: none;
	-ms-transform: none;
	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;
	-webkit-transform: none;
	-ms-transform: none;
	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 {
	background: none;
	color: white;
}
.product__item .product_type_variable:not(.add_to_cart_button):after,
.product-category .product_type_variable:not(.add_to_cart_button):after {
	content: "";
}
.product__item .product_type_simple:not(.add_to_cart_button):after,
.product-category .product_type_simple:not(.add_to_cart_button):after {
	content: "";
}

.portfolio__item:hover:after {
	opacity: 1;
}

.product_title {
	margin: 0;
	margin-bottom: 3px;
	padding-top: 0;
}

.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: "\2192";
}

.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 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	-ms-flex-preferred-size: 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 {
	margin-bottom: 10px;
	text-align: center;
}

.product-post {
	position: relative;
}

.product__content {
	margin-bottom: 60px;
}

.product__header {
	margin-bottom: 25px;
	margin-top: 15px;
}
@media only screen and (min-width: 900px) {
	.product__header {
		margin-bottom: 60px;
		margin-top: 35px;
	}
}
@media only screen and (min-width: 1600) {
	.product__header {
		margin-top: 25px;
	}
}

.woocommerce-breadcrumb {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}
.woocommerce-breadcrumb span {
	color: #9b9b9b;
}
.woocommerce-breadcrumb a {
	color: #222222;
}
.woocommerce-breadcrumb .del {
	color: #222222;
	font-size: 17px;
	margin: 0 3px;
}

.images__container {
	overflow: hidden;
	position: relative;
}
@media only screen and (min-width: 900px) {
	.images__container {
		width: 55%;
	}
}

@media only screen and (min-width: 900px) {
	.details__container {
		width: 45%;
	}
}

.woocommerce-main-image,
.woocommerce-main-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;
}

.images {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.images .woocommerce-main-image {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.images .thumbnails {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
@media not screen and (min-width: 900px) {
	.images .thumbnails {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		margin: 10px -5px;
		margin-bottom: 50px;

		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.images .thumbnails a {
		margin-bottom: 0;
		padding: 0 5px;
	}
}

@media only screen and (min-width: 900px) {
	.images {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.images .woocommerce-main-image {
		-ms-flex-order: 2;

		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-order: 2;
		order: 2;
	}
	.images .thumbnails {
		-ms-flex-order: 1;
		padding-right: 20px;

		-webkit-flex: 1 1 150px;
		-ms-flex: 1 1 150px;
		flex: 1 1 150px;
		-webkit-order: 1;
		order: 1;
	}
	.images .thumbnails a,
	.images .thumbnails img {
		display: block;
	}
	.images .thumbnails a {
		margin-bottom: 20px;
		opacity: 0.5;
		transition: opacity 0.3s ease-in-out;
	}
	.images .thumbnails a:hover {
		opacity: 1;
	}
}
.product__summary .price {
	margin-bottom: 13px;
	margin-top: -18px;
}

.single-product .price {
	font-size: 25px;
	font-weight: 900;
	line-height: normal;
	padding-top: 0;
}
@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"] {
	border-bottom: 1px solid #dadada;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
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.col2-set .grid__item,
.variations.grid .col2-set .col-1,
.col2-set .variations.grid .col-1,
.variations.col2-set .col-1,
.variations.grid .col2-set .col-2,
.col2-set .variations.grid .col-2,
.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 {
	color: #9b9b9b;
	content: "";
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.variation-name,
.reset_variations {
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.reset_variations {
	display: none;
	margin-bottom: 0;
	padding: 6px;
	padding-right: 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;
	margin-right: 7px;
	max-width: 100px;
	vertical-align: middle;
}

.single_add_to_cart_button {
	display: inline-block;
	height: 41px;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	vertical-align: middle;
}

.product_meta {
	display: none;
}

#reviews .comment {
	padding-left: 0;
}
#reviews .avatar {
	left: 0;
	position: absolute;
	top: 0;
}
#reviews .meta {
	margin-bottom: 0;
	padding-top: 0;
}
#reviews .comment_container {
	padding-left: 5.250em;
}

.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 {
	background: none;
	font-size: 16px;
	margin: 0;
	padding: 0 5px;
	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;
}

.shop_table .actions {
	padding: 1.5em 0;
}

.coupon {
	position: relative;
}

.btn--apply-coupon {
	bottom: 25px;
	position: absolute;
	right: 4px;
}

.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 {
	display: inline-block;
	line-height: 16px;
}
.product-name dl.variation {
	font-size: 14px;
}
.product-name dl.variation p {
	margin: 0;
	padding: 0;
}

.product-remove {
	text-align: center;
}

.remove {
	background-color: black;
	border-radius: 50%;
	color: white;
	display: inline-block;
	font-size: 20px;
	font-weight: 900;
	height: 20px;
	line-height: 20px;
	text-align: center;
	transition: background-color 0.2s linear;
	width: 20px;
}
.remove:hover {
	background-color: #d94f4f;
	color: white;
}

@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;
	margin: 0 10px;
	vertical-align: middle;
}

.cart-widget {
	cursor: default;
	display: inline-block;
	margin: 0 6px;
	pointer-events: auto;
	position: relative;
	top: -2px;
}
@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 {
	background: url("assets/svg/cart-empty.svg") center center no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	width: 20px;
}
.is--ie-le10 .cart-widget {
	vertical-align: top;
}

.widget_shopping_cart_content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.widget_shopping_cart_content .cart-widget-label,
.widget_shopping_cart_content .cart-items-number {
	display: inline-block;
	vertical-align: middle;

	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cart-widget-details {
	color: white;
	opacity: 0;
	padding: 24px 18px;
	padding-top: 32px;
	pointer-events: none;
	position: absolute;
	right: -34px;
	top: 80%;
	transition: opacity 0.2s ease-in-out;
	width: 300px;
}
.cart-widget:hover .cart-widget-details {
	opacity: 1;
	pointer-events: auto;
}
.cart-widget:hover .cart-widget-details a {
	pointer-events: auto;
}
.cart-widget-details:before {
	border-bottom: 12px solid black;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 42px;
	top: 8px;
	width: 0;
}
.cart-widget-details:after {
	background: black;
	border-radius: 4px;
	bottom: 10px;
	content: "";
	left: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: -1;
}
.cart-widget-details a {
	background: none;
	color: white;
	pointer-events: none;
}
.cart-widget-details a:hover {
	background: none;
	color: white;
}
.cart-widget-details .amount {
	font-size: 18px;
	font-style: italic;
}
.cart-widget-details .buttons {
	margin-bottom: 0;
}
.cart-widget-details .buttons a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.cart-widget-details .buttons a:after {
	display: none;
}
.cart-widget-details .product-name,
.cart-widget-details .quantity,
.cart-widget-details .amount {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	padding: 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 {
	background: none;
	line-height: 16px;
	text-align: left;
	width: 68%;
}
.cart-widget-details div.quantity {
	margin-right: 0;
	text-align: center;
	width: 12%;
}
.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 {
	border: 5px solid transparent;
	border-left-color: white;
	content: "";
	display: block;
	margin-top: -6px;
	position: absolute;
	right: -5px;
	top: 55%;
}
.cart-widget-details .wc-forward.checkout:hover:after {
	border-left-color: white;
}
.cart-widget-details .total {
	line-height: 27px;
	position: relative;
}
.cart-widget-details .total:before {
	border-top: 2px dotted white;
	bottom: 0.5em;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}
.cart-widget-details .total strong,
.cart-widget-details .total .amount {
	background: black;
	padding: 0 5px;
	position: relative;
}
.cart-widget-details .total strong {
	display: block;
	float: left;
	margin-left: -5px;
	top: 3px;
}
@media only screen and (min-width: 1600px) {
	.cart-widget-details .total strong {
		top: 13px;
	}
}
.cart-widget-details .total .amount {
	display: block;
	float: right;
	font-size: 20px;
	margin-right: -5px;
	text-align: right;
	width: auto;
}
@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;
	margin: 0;
	padding: 0;
}
.cart-widget-details .cart_list > li {
	margin-left: 0;
	padding: 0 !important;
}
.cart-widget-details .cart_list img {
	display: none;
}

.cart-widget-label,
.cart-widget-summary,
.total strong {
	font-weight: bold;
	text-transform: uppercase;
}

.total strong {
	letter-spacing: 0.1em;
}

.cart-widget {
	color: #222222;
	font-size: 14px;
	transition: color 0.3s ease-in-out;
}
.background--dark .cart-widget {
	color: white;
}

.cart-widget-label {
	color: #222222;
	font-size: 17px;
	letter-spacing: 0.1em;
	margin-right: 2px;
	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 {
	margin-bottom: 48px;
	margin-top: 6px;
	text-align: left;
}
.cart-widget-summary.cart--empty {
	margin-bottom: 0 !important;
	margin-top: 0;
}

.cart-items-number {
	font-family: "Arial Bold", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	height: 17px;
	line-height: 16px;
	position: relative;
	top: 0;
}
.cart-items-number:after {
	background-color: black;
	bottom: -1px;
	content: "";
	height: 3px;
	left: -1px;
	position: absolute;
	right: -1px;
	transition: background-color 0.3s ease-in-out;
}

.cart-widget-summary,
.total {
	margin-bottom: 30px !important;
}

.star-rating {
	font-family: "star";
	font-size: 1em;
	height: 1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 5.4em;
}
.comment .star-rating {
	position: absolute;
	right: 0;
	top: 0;
}
.star-rating:before {
	color: black;
	content: "\73\73\73\73\73";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}
.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}
.star-rating span:before {
	content: "\53\53\53\53\53";
	left: 0;
	position: absolute;
	top: 0;
}

.woocommerce-product-rating {
	display: block;
	line-height: 2;
}
.woocommerce-product-rating .star-rating {
	float: left;
	margin: 0.5em 4px 0 0;
}

.products .star-rating {
	display: block;
	float: none;
	margin: 0 0 0.5em;
}

.hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}

p.stars {
	font-size: 1em;
	position: relative;
}
p.stars a {
	background: none;
	border-bottom: 0 !important;
	color: black;
	display: inline-block;
	font-weight: 700;
	margin-right: 1em;
	outline: 0;
	position: relative;
	text-indent: -9999px;
}
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 #cccccc;
}
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";
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 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 {
	border: 0;
	width: 6em;
}
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;

	-webkit-font-feature-settings: initial;
	-moz-font-feature-settings: initial;
	font-feature-settings: initial;
}
.woocommerce input,
.woocommerce button,
.woocommerce select,
.woocommerce .btn,
.woocommerce input[type="submit"],
.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,
.woocommerce .button {
	border-radius: 3px;
}
.woocommerce input,
.woocommerce select {
	font-family: Ek Mukta, sans-serif;
	font-size: 14px;
}
.woocommerce select {
	background: transparent;
	border-color: #dadada;

	-webkit-appearance: none;
	-moz-appearance: none;
}

.onsale {
	color: white;
	font-weight: 900;
	padding-right: 8px;
	padding-top: 9px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	z-index: 1;
}
.onsale:after {
	border-bottom: 70px solid transparent;
	border-left: 70px solid black;
	border-top: 70px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: -10px;
	top: -44px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 0;
	z-index: -1;
}

.woocommerce-message {
	border: 1px solid #9b9b9b;
	margin-bottom: 3em;
	padding: 1.5em;
}
.woocommerce-message .button {
	margin-right: 10px;
}