@charset "UTF-8";
/*
Theme Name: Pile
Theme URI: http://pixelgrade.com/demos/pile/
Author: PixelGrade
Author URI: http://pixelgrade.com
Description: They just keep piling on and on.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pile_txtd
Domain Path: /languages/
Tags: white, light, dark, responsive-layout, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 *
 * Table of contents
 * ------------------------
 * 1.0 - Normalize
 * 2.0 - Reset
 * 3.0 - Base Styles
 *   3.1 - Typography
 *   3.2 - Images
 *   3.3 - Forms
 * 4.0 - Helpers
 * 5.0 - Patterns
 * 6.0 - Vendor
 * 7.0 - Header
 * 8.0 - Panel component
 * 9.0 - Navigation
 * 10.0 - Hero component
 * 11.0 - Pile component
 * 12.0 - Share overlay
 * 13.0 - Pixlikes style
 * 14.0 - Comments styling
 * 15.0 - Sidebar layout
 * 16.0 - Widgets styling`
 * 17.0 - Footer
 * 18.0 - Singular
 * 19.0 - Blog
 * 20.0 - Plugins
 * 21.0 - Overwrites
*/
/**
 * 1.0 - Normalize
 */
html {
	font-family: sans-serif;
	/* 2 */

	-webkit-text-size-adjust: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */

	vertical-align: baseline;
	/* 2 */
}

audio:not([controls]) {
	display: none;

	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0; 

	font-size: 2em;
}

mark {
	color: #000000; 
	background: #ffff00;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;

	vertical-align: baseline; 

	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	/* 2 */
	margin: 0;

	color: inherit;
	/* 1 */

	font: inherit;
	/* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0; 

	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	/* 1 */
	-moz-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box; 

	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; 

	border: 1px solid #c0c0c0;
}

legend {
	/* 1 */
	padding: 0;

	border: 0;
	/* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0; 

	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

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

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

abbr[title],
dfn[title] {
	cursor: help;
}

u,
ins {
	text-decoration: none;
}

ins {
	border-bottom: 1px solid;
}

embed {
	max-width: 100%;
}

/**
 * 3.0 - Base Styles
 *   3.1 - Typography
 */
/*------------------------------------*\
Typography

[Table of contents]

1. $General
2. $Headings
3. $Links
4. $Lists
5. $Blockquotes
6. $Tables
7. $Code
------------------------------------------*/
/*------------------------------------*\
	1. $General
\*------------------------------------*/
body {
	color: #515150; 

	line-height: 1.6;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1,
h2,
.tabs__nav,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
	margin-bottom: 36px;
}

/*------------------------------------*\
	2. $Headings
\*------------------------------------*/
.alpha,
h1,
h2,
.tabs__nav,
h3,
h4,
h5,
h6,
blockquote cite,
.dropcap,
.nocomments,
.widget .widget__title,
.read-more-button,
.btn,
input[type="submit"],
.nav-button {
	color: #262526; 

	font-family: "Oswald", sans-serif;
	font-weight: normal;

	-webkit-font-smoothing: auto;
}

.beta,
body,
.nav--main,
.mfp-title {
	font-family: "PT Sans", sans-serif;
}

.gamma,
h1 em,
h2 em,
.tabs__nav em,
h3 em,
h4 em,
h5 em,
h6 em,
blockquote,
.intro,
.wpcf7,
.comment-number,
.comment-number--dark,
.comment-reply-title:before,
.add-comment .add-comment__button,
.comment__author-name,
.comment__timestamp,
.comment__links,
.meta-list--categories,
.entry-time,
.article-archive--quote {
	font-family: "Libre Baskerville", serif;

	-webkit-font-smoothing: auto;
}

h1,
h2,
.tabs__nav,
h3,
h4,
h5,
h6 {
	margin-top: 60px; 

	text-transform: uppercase;
}

h1:first-child,
h2:first-child,
.tabs__nav:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1 em,
h2 em,
.tabs__nav em,
h3 em,
h4 em,
h5 em,
h6 em {
	letter-spacing: 0;
	text-transform: none;

	color: #fa5264; 

	font-style: italic;
}

h1 {
	letter-spacing: 0.15em; 

	font-size: 31px;
}

h2,
.tabs__nav {
	letter-spacing: 0.1em; 

	font-size: 20px;
}

h3 {
	letter-spacing: 0.1em; 

	font-size: 16px;
}

/*------------------------------------*\
	3. $Links
\*------------------------------------*/
a {
	-webkit-transition: all 0.1s;
	transition: all 0.1s; 
	text-decoration: none;

	color: #919191;
	border-color: #d8d8d8;
}

a:hover {
	color: #262526;
	border-color: #919191;
}

.entry-content a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.entry-content a[href$=".jpg"],
.entry-content a[href$=".jpeg"],
.entry-content a[href$=".png"],
.entry-content a[href$=".gif"],
.entry-content a[href$=".bmp"],
.entry-content a[class]:not(.dJAX_internal) {
	border: 0;
}

/*------------------------------------*\
	4. $Lists
\*------------------------------------*/
.entry-content dt,
.comment dt {
	font-weight: bold;
}

.entry-content dd,
.comment dd {
	padding-left: 3em;
}

.rtl .entry-content dd,
.rtl .comment dd {
	padding-right: 3em; 
	padding-left: 0;
}

.entry-content dd + dt,
.comment dd + dt {
	margin-top: 1.5em;
}

.entry-content li:not([class]) > ul:not([class]) > ol:not([class]),
.comment li:not([class]) > ul:not([class]) > ol:not([class]) {
	padding-left: 3em;
}

.rtl .entry-content li:not([class]) > ul:not([class]) > ol:not([class]),
.rtl .comment li:not([class]) > ul:not([class]) > ol:not([class]) {
	padding-right: 3em; 
	padding-left: 0;
}

.entry-content ul,
.entry-content ol,
.comment ul,
.comment ol {
	margin-left: 1.5em;
}

.rtl .entry-content ul,
.rtl .entry-content ol,
.rtl .comment ul,
.rtl .comment ol {
	margin-right: 1.5em; 
	margin-left: 0;
}

.entry-content ul li,
.entry-content ol li,
.comment ul li,
.comment ol li {
	margin-bottom: 0.75em;
}

acronym {
	border-bottom: 1px dotted #515150;
}

/*------------------------------------*\
	5. $Blockquotes
\*------------------------------------*/
blockquote {
	position: relative;

	text-align: center;

	color: #262526; 

	font-size: 20px;
}

.single blockquote,
.page blockquote {
	margin-bottom: 60px;
}

blockquote:before {
	display: block;

	content: "\201C";
	text-align: center;

	color: #262526; 

	font-size: 54px;
	line-height: 1;
}

blockquote p {
	margin-bottom: 0;

	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

blockquote cite {
	display: block;

	margin-top: 1.5em;

	text-transform: uppercase;

	color: #262526; 

	font-size: 16px;
	font-style: normal;
}

blockquote cite a {
	color: #262526;
}

/*------------------------------------*\
	6. $Tables
\*------------------------------------*/
table {
	width: 100%;
	margin-bottom: 1.5em;

	border-top: 0;
}

table th {
	text-align: left;
}

.rtl table th {
	text-align: right;
}

table tr {
	border-bottom: 1px solid #b3b3b3;
}

table th,
table td {
	vertical-align: middle;
}

/*------------------------------------*\
	7. $Code
\*------------------------------------*/
pre {
	position: relative;

	margin-bottom: 1.5em;
	padding-top: 1.5em;
	padding-right: 2.25em;
	padding-bottom: 1.5em;
	padding-left: 2.25em;

	border: 1px solid #b3b3b3;
}

pre:before {
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	padding: 3px;

	content: "\f121";

	color: white;
	background: #b3b3b3; 

	font-family: FontAwesome;
	font-size: 14px;
}

/**
 *   3.2 - Images
 */
/*-----------------------------------------
Images and image components


[Table of contents]

1. $Images
2. $Figures and captions
3. $Galleries
------------------------------------------*/
/*------------------------------------*\
	1. $Images
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 */
img {
	max-width: 100%;
	/* [1] */
	height: auto;

	font-style: italic;
	/* [2] */
}

/*------------------------------------*\
	2. $Figures and captions
\*------------------------------------*/
.wp-caption {
	width: auto;
}

.wp-caption img {
	display: block;
}

.wp-caption-text,
.gallery-caption {
	margin-top: 6px;

	color: #919191; 

	font-size: 13px;
}

/*------------------------------------*\
	3. $Galleries
\*------------------------------------*/
@media only screen and (min-width: 699px) {

	.gallery {
		margin-left: -0.75em;
	}
}
@media only screen and (min-width: 999px) {

	.gallery {
		margin-right: -4.5em; 
		margin-left: -4.5em;
	}

	.archive .gallery,
	.home .gallery,
	.blog .gallery {
		margin-right: -12px; 
		margin-left: -12px;
	}
}

.gallery .gallery-item {
	text-align: center; 
	vertical-align: top;

	border: 0 solid transparent;
	border-top-width: 12px;
	border-left-width: 12px;
}

.gallery-columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 48px;
	-moz-column-gap: 48px;
	column-gap: 48px;
}
@media not all and (min-width: 999px) {

	.gallery-columns-2 {
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
}
@media not all and (min-width: 699px) {

	.gallery-columns-2 {
		-webkit-column-gap: 12px;
		-moz-column-gap: 12px;
		column-gap: 12px;
	}
}
@media only screen and (min-width: 699px) {

	.archive .gallery-columns-2,
	.home .gallery-columns-2,
	.blog .gallery-columns-2 {
		margin-right: -48px; 
		margin-left: -48px;
	}
}

.gallery-columns-2 .gallery-item {
	width: 100%;
	margin-bottom: 48px;

	border: 0;
}

.gallery-columns-2 .gallery-item img {
	display: block;
}
@media not all and (min-width: 999px) {

	.gallery-columns-2 .gallery-item {
		margin-bottom: 24px;
	}
}
@media not all and (min-width: 699px) {

	.gallery-columns-2 .gallery-item {
		margin-bottom: 12px;
	}
}

.gallery-columns-2 .gallery-item a {
	display: block;
}

.gallery-columns-2 .gallery-item img {
	width: 100%;
}

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

/**
 *   3.3 - Forms
 */
/*----------------------------------------*\
INPUTS / FORMS

[Table of contents]

1. $Common form controls
2. $Checkboxes and radios
3. $Inline forms
4. $Input groups
------------------------------------------*/
/*------------------------------------*\
	1. $Common form controls
\*------------------------------------*/
/**
 *
 * Shared size and type resets for form controls. Apply `.form-control` to any
 * of the following form controls:
 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
	display: block;

	width: 100%;
	padding: 12px;

	vertical-align: middle;

	outline: 0;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
	outline: 1px solid #fa5264;
}

.lt-ie9 select input,
.lt-ie9
  textarea input,
.lt-ie9
  input[type="text"] input,
.lt-ie9
  input[type="password"] input,
.lt-ie9
  input[type="datetime"] input,
.lt-ie9
  input[type="datetime-local"] input,
.lt-ie9
  input[type="date"] input,
.lt-ie9
  input[type="month"] input,
.lt-ie9
  input[type="time"] input,
.lt-ie9
  input[type="week"] input,
.lt-ie9
  input[type="number"] input,
.lt-ie9
  input[type="email"] input,
.lt-ie9
  input[type="url"] input,
.lt-ie9
  input[type="search"] input,
.lt-ie9
  input[type="tel"] input,
.lt-ie9
  input[type="color"] input,
.lt-ie9
  .form-control input {
	width: 100%;
	padding: 12px 0;

	border: 1px solid #e5e9eb;
	outline: 0;
}

/*------------------------------------*\
	2. $Checkboxes and radios
\*------------------------------------*/
/**
 *
 * Indent the labels to position radios/checkboxes as hanging controls.
 */
.radio,
.checkbox {
	display: block;

	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 12px;

	vertical-align: middle;
}

.radio label,
.checkbox label {
	display: inline;

	margin-bottom: 0;

	cursor: pointer; 

	font-weight: normal;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;

	margin-left: 12px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -6px;
}

.radio-inline,
.checkbox-inline {
	display: inline-block;

	margin-bottom: 0;
	padding-left: 12px;

	cursor: pointer; 
	vertical-align: middle;

	font-weight: normal;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 6px;
}

/*------------------------------------*\
	3. $Inline forms
\*------------------------------------*/
/**
  *
  * Make forms appear inline(-block) by adding the `.form-inline` class. Inline
  * forms begin stacked on extra small (mobile) devices and then go inline when
  * viewports reach <768px.
  *
  * Requires wrapping inputs and labels with `.form-group` for proper display of
  * default HTML form controls and our custom form controls (e.g., input groups).
  */
@media (min-width: 768px) {

	.form-inline .form-group {
		display: inline-block;

		margin-bottom: 0;

		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;

		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;

		margin-left: 0;
	}
}

/*------------------------------------*\
	4. $Input groups
\*------------------------------------*/
.input-group {
	position: relative;

	display: table;

	border-collapse: separate;
}

.input-group.col {
	float: none;

	padding-right: 0; 
	padding-left: 0;
}

.input-group .form-control {
	width: 100%;
	margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;

	vertical-align: middle; 
	white-space: nowrap;
}

input,
textarea {
	padding: 12px; 

	border: 1px solid #b3b3b3;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;

	font-size: 16px;
	font-weight: 300;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-weight: 300; 
	font-style: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-weight: 300; 
	font-style: normal;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-weight: 300; 
	font-style: normal;
}

/**
 * 4.0 - Helpers
 */
.clearfix:after,
.gallery:after,
.btn-list:after,
.nav-links:after,
.share-icons:after,
.copyright-area:after,
.footer-widget-area:after,
.entry-footer:after,
.grid:after,
.comment-form:after,
.widget_categories > ul:after,
.widget_pages > ul:after,
.widget_meta > ul:after,
.widget_archive > ul:after,
.nav:after,
.tabs__nav:after,
.social-links-list:after,
.footer-widget-area ul[class*="menu"]:after,
.rsBullets:after,
.media:after,
.latest-comments__list:after,
.comments-area-title:after,
.comment-navigation:after,
.has_sidebar .container:after {
	display: table;
	clear: both; 

	content: "";
}

.pa,
.stretch,
.cover,
.center {
	position: absolute;
}

.pr {
	position: relative;
}

.stretch {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fill,
.cover {
	width: 100%;
	height: 100%;
}

.cover {
	top: 0;
	left: 0;
}

.center {
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.center--vertical {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.center--horizontal {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

.text--left {
	text-align: left;
}

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

.text--justify {
	text-align: justify;
}

.list--unstyled,
.widget ul {
	list-style: none;
}

.flexbox,
.copyright-overlay__container {
	display: table;

	width: 100%;
}

.flexbox > .flexbox__item,
.copyright-overlay__container > .flexbox__item,
.flexbox > .copyright-overlay__content,
.copyright-overlay__container > .copyright-overlay__content {
	display: table-cell;

	vertical-align: middle;
}

html.flexbox,
html.copyright-overlay__container {
	display: block;
}

.alignleft,
.alignright {
	max-width: 40%; 
	margin-top: 2em;
	margin-bottom: 2em;
}
@media only screen and (min-width: 699px) {

	p + .alignleft,
	p + .alignright {
		margin-top: 0.5em;
	}
}
@media not all and (min-width: 640px) {

	.alignleft,
	.alignright {
		display: block; 
		float: none;

		max-width: 100%;
	}
}

.alignleft {
	float: left;

	margin-right: 3em;
}

.alignright {
	float: right;

	margin-left: 3em;
}

.aligncenter,
.alignnone {
	display: block;

	width: auto !important; 
	margin-top: 2em;
	margin-bottom: 2em;
}

.aligncenter img,
.alignnone img {
	width: 100%;
	height: auto;
}

img.aligncenter,
img.alignnone {
	width: 100% !important;
}

.aligncenter {
	text-align: center;
}

@media only screen and (min-width: 999px) {

	.single-post .site-content .alignnone,
	.single-post .site-content .aligncenter {
		margin-right: -120px; 
		margin-left: -120px;
	}

	.single-post .site-content img.alignnone,
	.single-post .site-content img.aligncenter {
		width: calc(100% + 7.5em) !important; 
		max-width: 100%;
		max-width: calc(100% + 7.5em);
		margin-right: 0;
		margin-right: calc(-3.75em);
		margin-left: 0;
		margin-left: calc(-3.75em);
	}

	.single-post .site-content .alignleft {
		margin-left: -120px;
	}

	.single-post .site-content .alignright {
		margin-right: -120px;
	}

	.site-content .widget .alignnone,
	.site-content .widget .aligncenter {
		margin-right: 0; 
		margin-left: 0;
	}

	.site-content .widget .alignnone,
	.site-content .widget .aligncenter {
		width: auto !important;
		max-width: 100%; 
		margin-right: 0;
		margin-left: 0;
	}
}

.intro {
	margin-bottom: 28.17391pxem;

	color: #262526; 

	-webkit-font-smoothing: auto;
}
@media not all and (min-width: 699px) {

	.intro {
		font-size: 1em;
	}
}

.twocolumn {
	margin-bottom: 24px;
}
@media only screen and (min-width: 699px) {

	.twocolumn {
		position: relative;

		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}

	.twocolumn:before {
		position: absolute;
		top: 0;
		left: 50%;

		height: 100%;

		content: "";

		border-left: 1px solid #d8d8d8;
	}
}

.dropcap {
	float: left;

	margin-right: 0.14634em; 
	margin-bottom: -0.14634em;

	font-size: 5.125em;
	line-height: 1.02439;
	line-height: 1;
}

.highlight {
	position: relative;

	margin: 0 4px; 
	padding: 0 8px;
}

.highlight:before {
	position: absolute;
	z-index: -1;
	top: -4px;
	right: 0;
	bottom: -4px;
	left: 0;

	content: "";

	background: #ededed;
}

.italic {
	font-style: italic;
}

.screen-reader-text {
	display: none;
}

.tiled-gallery .gallery-row {
	margin: 0 auto;
}

.bypostauthor {
	font-size: inherit;
}

.one-whole {
	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 not all and (min-width: 699px) {

	.to-lap-one-whole {
		width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.to-lap-one-eighth {
		width: 12.5%;
	}

	.to-lap-three-eighths {
		width: 37.5%;
	}

	.to-lap-five-eighths {
		width: 62.5%;
	}

	.to-lap-seven-eighths {
		width: 87.5%;
	}

	.to-lap-one-ninth {
		width: 11.1111111%;
	}

	.to-lap-two-ninths {
		width: 22.2222222%;
	}

	.to-lap-four-ninths {
		width: 44.4444444%;
	}

	.to-lap-five-ninths {
		width: 55.5555555%;
	}

	.to-lap-seven-ninths {
		width: 77.7777777%;
	}

	.to-lap-eight-ninths {
		width: 88.8888888%;
	}

	.to-lap-one-tenth {
		width: 10%;
	}

	.to-lap-three-tenths {
		width: 30%;
	}

	.to-lap-seven-tenths {
		width: 70%;
	}

	.to-lap-nine-tenths {
		width: 90%;
	}

	.to-lap-one-twelfth {
		width: 8.3333333%;
	}

	.to-lap-five-twelfths {
		width: 41.6666666%;
	}

	.to-lap-seven-twelfths {
		width: 58.3333333%;
	}

	.to-lap-eleven-twelfths {
		width: 91.6666666%;
	}
}
@media only screen and (min-width: 699px) {

	.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: 999px) {

	.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%;
	}
}
/**
 * 5.0 - Patterns
 */
.flag {
	display: table;
	/* [1] */

	width: 100%;
	/* [2] */
}

.flag__img,
.flag__body {
	display: table-cell;

	vertical-align: middle;
	/* [1] */
}

.flag__img {
	padding-right: 24px;
}

.flag__img > img {
	display: block;

	max-width: none;
}

.flag__body {
	width: 100%;
	/* [1] */
}

.grid,
.comment-form,
.widget_categories > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul {
	margin-left: -2.25em; 

	list-style: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment,
.logged-in-as,
.widget_categories > ul > li,
.widget_pages > ul > li,
.widget_meta > ul > li,
.widget_archive > ul > li {
	float: left;

	padding-left: 2.25em;
}

.grid > li,
.grid > .grid__item {
	padding-left: 2.25em;
}

.grid > li,
.grid > .grid__item,
.rtl .grid--rev > li,
.rtl .grid--rev > .grid__item {
	float: left;
}

.grid--rev > li,
.grid--rev > .grid__item,
.rtl .grid > li,
.rtl .grid > .grid__item {
	float: right; 

	direction: rtl;
}

.nav,
.tabs__nav,
.social-links-list,
.footer-widget-area ul[class*="menu"],
.rsBullets {
	margin-bottom: 0; 
	margin-left: 0;

	list-style: none;
}

.nav > li,
.tabs__nav > li,
.social-links-list > li,
.footer-widget-area ul[class*="menu"] > li,
.rsBullets > li,
.nav > li > a,
.tabs__nav > li > a,
.social-links-list > li > a,
.footer-widget-area ul[class*="menu"] > li > a,
.rsBullets > li > a {
	display: inline-block;
	zoom: 1; 

	*display: inline;
}

.nav--banner {
	text-align: center;
}

.nav--block {
	white-space: nowrap; 
	letter-spacing: -0.31em;
	word-spacing: -0.43em;

	line-height: 1;
}

.nav--block > li {
	letter-spacing: normal;
	word-spacing: normal;
}

.nav--block > li > a {
	padding: 0.75em;
}

.table--fixed,
table {
	table-layout: fixed;
}

.table--cosy th,
table th,
.table--cosy td,
table td {
	padding: 12px;
}

.table--rows,
.table--rows th,
.table--rows td {
	border: 0 solid #cccccc;
}

.table--rows {
	border-top-width: 1px;
}

.table--rows th,
.table--rows td {
	border-bottom-width: 1px;
}

.pixcode--tabs {
	margin: -24px;
	padding: 24px;
	padding-bottom: 0;
}

.tabs__nav {
	margin-bottom: 24px;
}

.tabs__nav li {
	border: 6px solid transparent;
}

.tabs__nav li:last-child {
	border: 0;
}

.tabs__nav a {
	text-decoration: none;

	color: #262526;
	border-bottom: 3px solid transparent;
}

.tabs__nav a.current,
.tabs__nav a:hover {
	color: #fa5264;
	border-color: #fa5264;
}

.tabs__content {
	position: relative;

	overflow: hidden; 

	min-height: 1px;
}

.tabs__pane {
	position: absolute;
	z-index: 20; 

	width: 100%;

	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
}

.tabs__pane.hide {
	z-index: 10; 

	opacity: 0;
}

.media,
.latest-comments__list {
	display: block;
}

.media__img,
.latest-comments__avatar {
	float: left;

	margin-right: 24px;
}

.media__img > img,
.latest-comments__avatar > img {
	display: block;
}

.media__body,
.latest-comments__body {
	display: block; 
	overflow: hidden;
}

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

.btn,
input[type="submit"],
.nav-button {
	display: inline-block;
	/* [5] */
	overflow: visible;
	/* [4] */

	margin: 0;
	/* [6] */
	padding: 11px 23px;
	/* [4] */

	cursor: pointer;
	/* [2] */
	text-align: center;
	/* [1] */
	vertical-align: middle;
	/* [4] */

	border: none;
	border: 1px solid #262526; 
	/* [7] */
	background-color: #262526;
}

.btn,
input[type="submit"],
.nav-button,
.btn:hover,
input[type="submit"]:hover,
.nav-button:hover,
.btn:active,
input[type="submit"]:active,
.nav-button:active,
.btn:focus,
input[type="submit"]:focus,
.nav-button:focus {
	text-decoration: none;
	/* [4] */

	color: white;
}

.btn::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
.nav-button::-moz-focus-inner {
	padding: 0; 

	border: 0;
}

.btn,
input[type="submit"],
.nav-button {
	padding: 12px 30px;

	-webkit-transition: all 0.15s;
	transition: all 0.15s; 
	letter-spacing: 0.2em;
	text-transform: uppercase;

	color: white;
	border: 0;
	background-color: #262526;

	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}

.btn:hover,
input[type="submit"]:hover,
.nav-button:hover {
	color: white; 
	background-color: #fa5264;
}

.btn.a,
input.a[type="submit"],
.a.nav-button {
	border-bottom: none;
}

.btn--primary {
	color: white; 
	background-color: #fa5264;
}

.btn--primary:hover {
	background-color: #262526 !important;
}

.btn--secondary,
.btn--tertiary {
	color: white;
}

.btn--tertiary {
	background-color: #919191;
}

.btn--small {
	padding: 9px 18px;
}

.btn--large {
	padding: 12px 2em; 

	font-size: 16px;
}

.btn--huge {
	padding: 18px 2.5em;

	font-size: 20px;
}

.btn-list {
	margin: 0 0 0 -2px;
	padding: 0;

	list-style: none;
}

.btn-list > .btn,
.btn-list > input[type="submit"],
.btn-list > .nav-button,
.btn-list > li,
.btn-list > a {
	float: left;

	margin-bottom: 2px; 
	margin-left: 2px;
}

.meta-list {
	margin-bottom: 12px;
}

.meta-list .btn,
.meta-list input[type="submit"],
.meta-list .nav-button {
	padding: 0 6px;

	text-transform: uppercase;

	font-size: 12px;
	font-weight: normal;
}

.meta-list .list-head {
	margin-right: 12px;

	border: 1px solid transparent;
}

.form-search {
	position: relative;

	width: 100%;
	height: 44px;
}

.form-search .search-query {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;

	width: 100%;
	height: 44px;
	padding: 8px 12px;
	padding-right: 60px;

	line-height: 44px;
}

.form-search .search-submit {
	position: absolute;
	top: 0;
	right: 0;

	width: 48px;
	height: 44px;
	padding: 6px;

	text-align: center;

	border-radius: 0; 

	font-size: 14px;
}

.error404 .form-search {
	max-width: 500px;
}

.separator {
	display: block;

	max-width: 60px;
	margin: 24px auto;

	border: 0;
	border-style: solid;
	border-color: #262526; 
	border-bottom-width: 3px;
}

.hero .separator {
	border-color: white;
}

.separator--white,
.separator_color--white {
	border-color: white;
}

.pixcode--icon {
	display: inline-block;

	text-align: center;

	color: #262526; 

	font-size: 21px;
}

.pixcode--icon.square,
.pixcode--icon.circle {
	display: inline-block;

	width: 36px;
	height: 36px;
	padding: 0;

	color: white;
	background-color: #262526;

	font-size: 18px;
	line-height: 36px;
}

.pixcode--icon.square:hover,
.pixcode--icon.circle:hover {
	color: white; 
	background-color: #fa5264;
}

.site__footer .pixcode--icon.square,
.site__footer .pixcode--icon.circle {
	background-color: #262525;
}

.pixcode--icon.square {
	border-radius: 3px;
}

.pixcode--icon.circle {
	border-radius: 999px;
}

.pixcode--icon.small {
	font-size: 16px;
}

.pixcode--icon.small.circle,
.pixcode--icon.small.square {
	width: 2.25em;
	height: 2.25em;

	line-height: 2.25em;
}

.pixcode--icon.medium {
	font-size: 21px;
}

.pixcode--icon.medium.circle,
.pixcode--icon.medium.square {
	width: 2.28571em;
	height: 2.28571em;

	line-height: 2.28571em;
}

.pixcode--icon.big {
	font-size: 36px;
}

.pixcode--icon.big.circle,
.pixcode--icon.big.square {
	width: 2em;
	height: 2em;

	line-height: 2em;
}

a > .pixcode--icon {
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}

a:hover > .pixcode--icon {
	text-decoration: none;

	color: #fa5264; 
	border: none;
}

a:hover > .pixcode--icon.circle,
a:hover > .pixcode--icon.square {
	background-color: #fa5264;
}

.social-links-list a {
	padding: 0 3px;

	border: 0;
}

.flexbox,
.copyright-overlay__container {
	display: table;

	width: 100%;
}

html.flexbox,
html.copyright-overlay__container {
	display: block;

	width: auto;
}

.flexbox__item,
.copyright-overlay__content {
	display: table-cell;

	vertical-align: middle;
}

.meta-list__head,
.meta-list__item,
.meta-list a {
	display: inline-block;

	margin-right: 5px;
}

.meta-list__head,
.meta-list__item a:hover {
	color: #262526;
}

.meta-list__item,
.meta-list a {
	color: #919191;
}

.meta-list__item:after,
.meta-list a:after {
	content: ",";
}

.meta-list__item:last-child,
.meta-list a:last-child {
	margin-right: 0;
}

.meta-list__item:last-child:after,
.meta-list a:last-child:after {
	content: ".";
}

.meta-list__item a,
.meta-list a a {
	color: currentcolor;
}

.pile-item .meta-list__item,
.pile-item .meta-list a {
	color: black;
}

.hero .meta-list__item,
.hero .meta-list a {
	color: white;
}

.hero .meta-list__item a:hover,
.hero .meta-list a a:hover {
	color: white;
}

.pagination--archive {
	position: relative;
	z-index: 5;
}

.nav-links {
	margin: 48px 0;

	text-align: center;
}

.nav-button {
	margin-bottom: 24px; 

	border: 0;
}

.nav-button,
.nav-button:hover,
.nav-button a,
.nav-button a:hover {
	color: white;
}
@media only screen and (min-width: 699px) {

	.nav-button {
		margin-bottom: 0;
	}

	.nav-button.prev {
		float: left;
	}

	.nav-button.next {
		float: right;
	}
}

.pagination {
	position: relative; 

	margin: 84px 0;
	padding-left: 0;

	text-align: center;

	border: none;
}

.pagination:after {
	content: none;
}

.pagination li {
	margin-bottom: 0;
}

.pagination li a,
.pagination li span {
	position: relative;
	z-index: 2;

	display: inline-block;

	padding: 6px 12px;

	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear; 
	text-transform: uppercase;

	color: #919191;
	border: 1px solid transparent;
	background: white;

	font-size: 16px;
}

.pagination li a:hover {
	color: white !important;
	border-bottom: 1px solid transparent; 
	background-color: #fa5264;
}

.pagination li span.current {
	color: #262526;
	border: 1px solid #d8d8d8;
}

.inf_scroll .pagination {
	display: none;
}

.page-numbers.prev,
.page-numbers.next {
	position: absolute;
	top: 0;

	color: #262526;
}

.page-numbers.prev.disabled,
.page-numbers.next.disabled {
	pointer-events: none; 

	color: #f0f0f0 !important;
}

.page-numbers.prev {
	left: 0;
}

.page-numbers.prev:before {
	margin-right: 12px; 

	content: "\2190";
}

.page-numbers.next {
	right: 0;
}

.page-numbers.next:after {
	margin-left: 12px; 

	content: "\2192";
}

@media not all and (min-width: 699px) {

	.wpcf7 .inline {
		margin: 10px 0;
	}
}
@media only screen and (min-width: 699px) {

	.wpcf7 .inline {
		display: inline-block;

		width: auto;
		margin: 10px; 

		vertical-align: middle;
	}
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
	font-style: italic;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 select::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
	/* Firefox 19+ */
	font-style: italic;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
	font-style: italic;
}

.wpcf7 input {
	padding: 10px;
}

.wpcf7 textarea {
	padding: 24px;
}

.wpcf7 select {
	position: relative;

	padding: 6px;

	border-radius: 0;
	background: transparent;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#gmap {
	position: absolute;
	z-index: 15; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#gmap img {
	max-width: none;
}

.map__marker {
	position: relative;
	top: -12px;
	bottom: 100%;
	left: -50%;

	padding: 24px;

	color: white;
	border-radius: 3px; 
	background: black;
}

.map__marker:after {
	position: absolute;
	top: 100%;
	left: 50%;

	display: block;

	margin-left: -12px; 

	content: "";

	border: 12px solid transparent;
	border-top-color: black;
}

.map__marker h1,
.map__marker h2,
.map__marker .tabs__nav,
.map__marker h3,
.map__marker h4,
.map__marker h5,
.map__marker h6 {
	margin: 6px 0;

	color: white;
}

.map__marker img {
	width: auto !important;
	max-width: none;
	margin: 0 auto;
}

.map__marker-wrap {
	position: absolute;
	bottom: 0;
	left: 0;

	min-width: 50px;
}

/*----------------------------------------*\
            $COPYRIGHT-OVERLAY
\*----------------------------------------*/
.copyright-overlay {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;

	display: none;

	border-radius: 5px; 
	background: rgba(0, 0, 0, 0.95);
}

.is--active-copyright-overlay .copyright-overlay {
	display: block;
}

.copyright-overlay__container {
	height: 100%;
	margin: 0 auto;
}

.copyright-overlay__content {
	padding: 12px;

	text-align: center;

	color: white;

	font-size: 13px;
	font-weight: bold;
}

.is--copyright-protected .entry__featured-image,
.is--copyright-protected .hero,
.is--copyright-protected .entry-content img,
.is--copyright-protected .pile-item img {
	-webkit-touch-callout: none !important;
}

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

.icon,
[class^="icon-"]:before,
[class*=" icon-"]:before {
	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	text-rendering: auto;
}

.icon-lg {
	vertical-align: -15%; 

	font-size: 1.33333em;
	line-height: 0.75em;
}

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

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

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

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

.icon-fw {
	width: 1.28571em;

	text-align: center;
}

.icon-ul {
	margin-left: 2.14286em;
	padding-left: 0;

	list-style-type: none;
}

.icon-ul > li {
	position: relative;
}

.icon-li {
	position: absolute;
	top: 0.14286em;
	left: -2.14286em;

	width: 2.14286em;

	text-align: center;
}

.icon-li.icon-lg {
	left: -1.85714em;
}

.icon-border {
	padding: 0.2em 0.25em 0.15em;

	border: solid 0.08em #eeeeee;
	border-radius: 0.1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

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

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

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

@-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);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.icon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg); 

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); 

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg); 

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1); 

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.icon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1); 

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

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

.icon-stack {
	position: relative;

	display: inline-block;

	width: 2em;
	height: 2em;

	vertical-align: middle; 

	line-height: 2em;
}

.icon-stack-1x,
.icon-stack-2x {
	position: absolute;
	left: 0;

	width: 100%;

	text-align: center;
}

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

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

.icon-inverse {
	color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-hacker-news:before {
	content: "\f1d4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: "entypo";
	font-weight: normal;
	font-style: normal; 
	src: url("../fonts/entypo2/entypo.eot");
	src: url("../fonts/entypo2/entypo.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo2/entypo.woff") format("woff"), url("../fonts/entypo2/entypo.ttf") format("truetype"), url("../fonts/entypo2/entypo.svg#entypo") format("svg");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "entypo";
		src: url("../fonts/entypo2/entypo.svg#entypo") format("svg");
	}
}
@font-face {
	font-family: "entypo-social";
	font-weight: normal;
	font-style: normal; 
	src: url("../fonts/entypo2/entypo-social.eot");
	src: url("../fonts/entypo2/entypo-social.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo2/entypo-social.woff") format("woff"), url("../fonts/entypo2/entypo-social.ttf") format("truetype"), url("../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("../fonts/entypo2/entypo-social.svg#entypo-social") format("svg");
	}
}

[class^="icon-e-"]:before,
[class*=" icon-e-"]:before {
	display: inline-block;

	width: 1em;
	margin-right: 0.2em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 0.2em;

	text-align: center;
	text-decoration: inherit;
	text-transform: none;

	font-family: "entypo";
	font-weight: normal;
	font-style: normal;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	/* fix buttons height, for twitter bootstrap */
	line-height: 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";
}

/* '' */
.share-icons {
	display: inline-block;

	margin-left: -4px; 

	list-style: none;
}

.share-icons > li {
	float: left;

	margin-left: 4px;

	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px); 

	opacity: 0;
}

.share-icons > li a {
	display: block;

	padding: 12px !important;
}

.share-icons > li span {
	margin: 0 !important;
}

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

a.addthis_button_memonic {
	background: #083568;
}

a.addthis_button_mashant {
	background: #085878;
}

a.addthis_button_ekudos {
	background: #0868a8;
}

a.addthis_button_google {
	background: #0868b9;
}

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

a.addthis_button_tvinx {
	background: #0878a7;
}

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

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

a.addthis_button_diigo {
	background: #0888d8;
}

a.addthis_button_jumptags {
	background: #0898c7;
}

a.addthis_button_yookos {
	background: #0898d8;
}

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

a.addthis_button_isociety {
	background: #096898;
}

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

a.addthis_button_tulinq {
	background: #0e7512;
}

a.addthis_button_douban {
	background: #0e7512;
}

a.addthis_button_classicalplace {
	background: #102831;
}

a.addthis_button_voxopolis {
	background: #1097eb;
}

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

a.addthis_button_ketnooi {
	background: #1888b9;
}

a.addthis_button_bryderi {
	background: #191819;
}

a.addthis_button_youmob {
	background: #191847;
}

a.addthis_button_delicious {
	background: #19559e;
}

a.addthis_button_baidu {
	background: #1d2fe3;
}

a.addthis_button_transferr {
	background: #263847;
}

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

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

a.addthis_button_yuuby {
	background: #290838;
}

a.addthis_button_domelhor {
	background: #29a628;
}

a.addthis_button_sekoman {
	background: #2a58a9;
}

a.addthis_button_domaintoolswhois {
	background: #2c6877;
}

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

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

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

a.addthis_button_facebook {
	background: #305891;
}

a.addthis_button_box {
	background: #3088b1;
}

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

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

a.addthis_button_aviary {
	background: #33b8f8;
}

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

a.addthis_button_iorbix {
	background: #384853;
}

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

a.addthis_button_cssbased {
	background: #394918;
}

a.addthis_button_dudu {
	background: #3d3d3d;
}

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

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

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

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

a.addthis_button_tagza {
	background: #4888f8;
}

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

a.addthis_button_netvibes {
	background: #48d828;
}

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

a.addthis_button_textme {
	background: #53b8dc;
}

a.addthis_button_bookmerkende {
	background: #558c15;
}

a.addthis_button_wordpress {
	background: #585858;
}

a.addthis_button_wykop {
	background: #5898c7;
}

a.addthis_button_linkuj {
	background: #5898d9;
}

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

a.addthis_button_extraplay {
	background: #61af2b;
}

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

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

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

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

a.addthis_button_printfriendly {
	background: #71c85e;
}

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

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

a.addthis_button_friendfeed {
	background: #75aaeb;
}

a.addthis_button_efactor {
	background: #7797b7;
}

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

a.addthis_button_me2day {
	background: #7858c8;
}

a.addthis_button_evernote {
	background: #7fce2c;
}

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

a.addthis_button_farkinda {
	background: #8808f8;
}

a.addthis_button_goodnoows {
	background: #884989;
}

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

a.addthis_button_indexor {
	background: #8bd878;
}

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

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

a.addthis_button_favoritus {
	background: #97462e;
}

a.addthis_button_cleanprint {
	background: #97ba7a;
}

a.addthis_button_yiid {
	background: #984877;
}

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

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

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

a.addthis_button_gluvsnap {
	background: #a82868;
}

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

a.addthis_button_camyoo {
	background: #ace8f7;
}

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

a.addthis_button_kaboodle {
	background: #b0282a;
}

a.addthis_button_taaza {
	background: #b52918;
}

a.addthis_button_historious {
	background: #b84949;
}

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

a.addthis_button_nujij {
	background: #c8080a;
}

a.addthis_button_pinterest_share {
	background: #c82828;
}

a.addthis_button_bonzobox {
	background: #c83828;
}

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

a.addthis_button_google_plusone_share {
	background: #ce4d39;
}

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

a.addthis_button_odnoklassniki_ru {
	background: #d57819;
}

a.addthis_button_apsense {
	background: #d78818;
}

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

a.addthis_button_scoopat {
	background: #d80819;
}

a.addthis_button_logger24 {
	background: #d83838;
}

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

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

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

a.addthis_button_wirefan {
	background: #d8f8f8;
}

a.addthis_button_blogkeen {
	background: #db69b6;
}

a.addthis_button_kaixin {
	background: #dd394e;
}

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

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

a.addthis_button_visitezmonsite {
	background: #e8f8f8;
}

a.addthis_button_dotnetshoutout {
	background: #ed490d;
}

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

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

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

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

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

a.addthis_button_oyyla {
	background: #f6cf0e;
}

a.addthis_button_posterous {
	background: #f7e586;
}

a.addthis_button_compact {
	background: #f8694d;
}

a.addthis_button_favoritende {
	background: #f88817;
}

a.addthis_button_blogger {
	background: #f8883d;
}

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

a.addthis_button_hotmail {
	background: #f89839;
}

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

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

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

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

/**
 * 7.0 - Header
 */
.header-height {
	height: 200px;
}

.site-header .flag__body {
	vertical-align: middle;
}

.site-header .background--dark {
	color: white;
}

.site-branding {
	display: inline-block;

	vertical-align: middle;
}

.site-branding .site-logo-img--dark,
.site-branding .site-logo-img--light {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.site-branding .site-logo-img--light {
	opacity: 0;
}

.site-branding .site-logo-img--light {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.site-branding.background--dark .site-logo-img--dark {
	opacity: 0;
}

.site-branding.background--dark .site-logo-img--light {
	opacity: 1;
}

body .site-branding.background--light-menu .site-logo-img--dark,
body .site-branding.background--light-scroll .site-logo-img--dark,
body .site-header--show .site-branding .site-logo-img--dark {
	opacity: 1;
}

body .site-branding.background--light-menu .site-logo-img--light,
body .site-branding.background--light-scroll .site-logo-img--light,
body .site-header--show .site-branding .site-logo-img--light {
	opacity: 0;
}

.site-logo {
	position: relative; 

	display: block;
}

.site-logo img {
	display: block;
}

.site-title {
	display: block;

	margin: 0;
}

.background--dark .site-title {
	color: white;
}

/**
 * 8.0 - Panel component
 */
.panel {
	position: fixed;
	z-index: 990;
	top: 0;
	left: 0;

	width: 100%;
}

.site-header--static .panel,
.panel.site-header--static {
	position: absolute;
}

.panel--logo {
	z-index: 999;
}

.panel--logo .flag {
	float: left;

	width: auto;
}

.panel--logo,
.panel--hamburger {
	pointer-events: none;
}

.panel--logo a,
.panel--hamburger a {
	pointer-events: auto;
}
@media not all and (min-width: 699px) {

	.panel--logo .header-height,
	.panel--hamburger .header-height {
		height: 100px !important;
	}
}

.panel--hamburger {
	text-align: right;
}

.admin-bar .panel {
	margin-top: 32px;
}

/**
 * 9.0 - Navigation
 */
.site-navigation {
	display: table;

	width: 100%;

	text-align: center;
	text-transform: uppercase;
	pointer-events: none; 

	opacity: 0;
	background: white;
	-webkit-box-shadow: transparent 0 0 2em;
	box-shadow: transparent 0 0 2em;

	font-size: 13px;
	font-weight: bold;
}

.site-navigation.site-header--show {
	left: 0 !important; 

	opacity: 1 !important;
}

.site-navigation .sub-menu {
	visibility: hidden;

	pointer-events: none;
}

.nav--is-visible .site-navigation,
.site-navigation.site-header--show {
	pointer-events: auto;
}

.nav--is-visible .site-navigation .sub-menu,
.site-navigation.site-header--show .sub-menu {
	visibility: visible;

	pointer-events: auto;
}

.site-navigation .nav,
.site-navigation .tabs__nav,
.site-navigation .social-links-list,
.site-navigation .footer-widget-area ul[class*="menu"],
.footer-widget-area .site-navigation ul[class*="menu"],
.site-navigation .rsBullets {
	vertical-align: middle;
}

.site-navigation .nav--social-icons {
	margin-top: 6px; 

	text-align: right;
}

.site-navigation a {
	color: #262526;
}

.site-navigation a:hover {
	color: #fa5264;
}

.site-navigation .flexbox__item,
.site-navigation .copyright-overlay__content {
	display: table-cell;

	vertical-align: middle;
}

.nav--main {
	display: inline-block; 

	margin: 0 auto;

	text-transform: uppercase;

	font-size: 13px;
	font-weight: bold;
}

.nav--main li {
	position: relative; 

	text-align: left;
	letter-spacing: 0.2em;

	background: white;
}

.nav--main li li li:before {
	position: absolute;
	top: 0;
	left: -1em;

	display: block;

	width: 2em;
	height: 100%; 

	content: "";

	background: white;
}

.nav--main li > a {
	display: inline-block;

	padding: 12px 24px;
}

.nav--main li:hover > ul {
	display: block;
}

.nav--main ul {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;

	display: none;

	width: 192px;
	margin: 0;
	padding: 0;

	list-style: none;

	background: white;
}

.nav--main ul ul {
	top: 0;
	left: 100%;
}

.nav--main .sub-menu-toggle {
	display: none;
}

.nav--main .sub-menu-toggle:after {
	content: "+";
}

.nav--main .sub-menu-toggle.is-toggled:after {
	content: "-";
}
@media only screen and (min-width: 699px) {

	.nav--main .menu-item-has-children > a > .sub-menu-toggle {
		display: inline-block;

		margin-right: -1em; 
		margin-left: -0.25em;
		padding: 0.5em 1em;
	}
}

.touch .nav--main li:hover > ul {
	display: none;
}

.social-container {
	position: relative;

	float: right; 

	width: auto;
}

.social-container .cart-widget,
.social-container .nav,
.social-container .tabs__nav,
.social-container .social-links-list,
.social-container .footer-widget-area ul[class*="menu"],
.footer-widget-area .social-container ul[class*="menu"],
.social-container .rsBullets {
	display: inline-block;
}

.social-container .cart-widget {
	margin-left: 12px;
}
@media not all and (min-width: 699px) {

	.social-container {
		float: left;

		margin-left: 16px;
	}

	.social-container .cart-widget {
		display: none;
	}
}

ul.nav--social-icons ul,
.nav--social-icons ul.menu ul {
	display: none !important;
}

ul.nav--social-icons li,
.nav--social-icons ul.menu li {
	display: inline-block;

	white-space: nowrap;
}

ul.nav--social-icons a,
.nav--social-icons ul.menu a {
	position: relative;

	display: inline-block; 
	overflow: hidden;

	width: 2em;
	padding-left: 2em;
}

ul.nav--social-icons a:before,
.nav--social-icons ul.menu a:before {
	position: absolute;
	top: 0;
	left: 0;

	display: inline;

	width: 100%;

	text-align: center; 

	font-family: FontAwesome;

	-webkit-font-smoothing: antialiased;
}

ul.nav--social-icons a:before,
.nav--social-icons ul.menu a:before {
	content: "\f1e0";
}

ul.nav--social-icons a[href*="mailto:"]:before,
ul.nav--social-icons a[href*="mail"]:before,
.nav--social-icons ul.menu a[href*="mailto:"]:before,
.nav--social-icons ul.menu a[href*="mail"]:before {
	content: "\f0e0";
}

ul.nav--social-icons a[href*="feed"]:before,
ul.nav--social-icons a[href*="rss"]:before,
.nav--social-icons ul.menu a[href*="feed"]:before,
.nav--social-icons ul.menu a[href*="rss"]:before {
	content: "\f09e";
}

ul.nav--social-icons a[href*="behance"]:before,
.nav--social-icons ul.menu a[href*="behance"]:before {
	content: "\f1b4";
}

ul.nav--social-icons a[href*="delicious"]:before,
.nav--social-icons ul.menu a[href*="delicious"]:before {
	content: "\f1a5";
}

ul.nav--social-icons a[href*="deviantart"]:before,
.nav--social-icons ul.menu a[href*="deviantart"]:before {
	content: "\f1bd";
}

ul.nav--social-icons a[href*="digg"]:before,
.nav--social-icons ul.menu a[href*="digg"]:before {
	content: "\f1a6";
}

ul.nav--social-icons a[href*="dribbble"]:before,
.nav--social-icons ul.menu a[href*="dribbble"]:before {
	content: "\f17d";
}

ul.nav--social-icons a[href*="facebook"]:before,
.nav--social-icons ul.menu a[href*="facebook"]:before {
	content: "\f09a";
}

ul.nav--social-icons a[href*="flickr"]:before,
.nav--social-icons ul.menu a[href*="flickr"]:before {
	content: "\f16e";
}

ul.nav--social-icons a[href*="foursquare"]:before,
.nav--social-icons ul.menu a[href*="foursquare"]:before {
	content: "\f180";
}

ul.nav--social-icons a[href*="github"]:before,
.nav--social-icons ul.menu a[href*="github"]:before {
	content: "\f09b";
}

ul.nav--social-icons a[href*="plus.google"]:before,
.nav--social-icons ul.menu a[href*="plus.google"]:before {
	content: "\f0d5";
}

ul.nav--social-icons a[href*="instagram"]:before,
.nav--social-icons ul.menu a[href*="instagram"]:before {
	content: "\f16d";
}

ul.nav--social-icons a[href*="linkedin"]:before,
.nav--social-icons ul.menu a[href*="linkedin"]:before {
	content: "\f0e1";
}

ul.nav--social-icons a[href*="pinterest"]:before,
.nav--social-icons ul.menu a[href*="pinterest"]:before {
	content: "\f0d2";
}

ul.nav--social-icons a[href*="reddit"]:before,
.nav--social-icons ul.menu a[href*="reddit"]:before {
	content: "\f1a1";
}

ul.nav--social-icons a[href*="skype"]:before,
.nav--social-icons ul.menu a[href*="skype"]:before {
	content: "\f17e";
}

ul.nav--social-icons a[href*="soundcloud"]:before,
.nav--social-icons ul.menu a[href*="soundcloud"]:before {
	content: "\f1be";
}

ul.nav--social-icons a[href*="spotify"]:before,
.nav--social-icons ul.menu a[href*="spotify"]:before {
	content: "\f1bc";
}

ul.nav--social-icons a[href*="stumbleupon"]:before,
.nav--social-icons ul.menu a[href*="stumbleupon"]:before {
	content: "\f1a4";
}

ul.nav--social-icons a[href*="tumblr"]:before,
.nav--social-icons ul.menu a[href*="tumblr"]:before {
	content: "\f173";
}

ul.nav--social-icons a[href*="twitter"]:before,
.nav--social-icons ul.menu a[href*="twitter"]:before {
	content: "\f099";
}

ul.nav--social-icons a[href*="vimeo"]:before,
.nav--social-icons ul.menu a[href*="vimeo"]:before {
	content: "\f194";
}

ul.nav--social-icons a[href*="vine"]:before,
.nav--social-icons ul.menu a[href*="vine"]:before {
	content: "\f1ca";
}

ul.nav--social-icons a[href*="vk.com"]:before,
.nav--social-icons ul.menu a[href*="vk.com"]:before {
	content: "\f189";
}

ul.nav--social-icons a[href*="weibo"]:before,
.nav--social-icons ul.menu a[href*="weibo"]:before {
	content: "\f18a";
}

ul.nav--social-icons a[href*="xing"]:before,
.nav--social-icons ul.menu a[href*="xing"]:before {
	content: "\f168";
}

ul.nav--social-icons a[href*="yahoo"]:before,
.nav--social-icons ul.menu a[href*="yahoo"]:before {
	content: "\f19e";
}

ul.nav--social-icons a[href*="youtube"]:before,
.nav--social-icons ul.menu a[href*="youtube"]:before {
	content: "\f167";
}

ul.nav--social-icons a[href*="angel.co"]:before,
.nav--social-icons ul.menu a[href*="angel.co"]:before {
	content: "\f209";
}

ul.nav--social-icons a[href*="yelp"]:before,
.nav--social-icons ul.menu a[href*="yelp"]:before {
	content: "\f1e9";
}

ul.nav--social-icons a[href*="last.fm"]:before,
.nav--social-icons ul.menu a[href*="last.fm"]:before {
	content: "\f202";
}

ul.nav--social-icons a[href*="slideshare"]:before,
.nav--social-icons ul.menu a[href*="slideshare"]:before {
	content: "\f1e7";
}

ul.nav--social-icons a[href*="twitch.tv"]:before,
.nav--social-icons ul.menu a[href*="twitch.tv"]:before {
	content: "\f1e8";
}

.nav--social-icons a {
	padding-right: 0 !important; 
	padding-left: 2em !important;
}

.navigation-toggle {
	width: 24px;
	margin-top: -24px;
	margin-right: -12px;
	padding: 24px 12px;

	cursor: pointer;
	text-align: center;
	letter-spacing: 0.1em; 
	text-transform: uppercase;

	color: #262526;
	border-color: transparent;
	background: transparent;

	font-size: 1.25em;
	font-weight: bold;
}

.navigation-toggle i {
	padding-left: 0.1em; 

	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.navigation-toggle span {
	position: relative;
	top: -2px; 

	font-size: 15px;
}

.navigation-toggle.background--light-scroll {
	color: #262526;
}
@media only screen and (min-width: 699px) {

	.navigation-toggle.background--light-menu
	.site-header--show .navigation-toggle {
		color: #262526;
	}
}

@media not all and (min-width: 699px) {

	body .site-navigation {
		position: fixed;
		z-index: 10000;
		top: 0 !important;
		right: auto;
		left: 0 !important;

		display: block;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;

		width: 70%;
		height: 100%;
		padding: 24px 0 48px;

		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transform: translateX(-100%) !important;
		-ms-transform: translateX(-100%) !important;
		transform: translateX(-100%) !important;
		text-align: left;

		opacity: 1 !important;
	}

	.nav--is-visible body .site-navigation {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	body .site-navigation > .container {
		padding: 0 12px;
	}

	body .site-navigation .container,
	body .site-navigation .flexbox,
	body .site-navigation .copyright-overlay__container,
	body .site-navigation .flexbox__item,
	body .site-navigation .copyright-overlay__content {
		display: block;

		height: auto;
	}

	body .site-navigation .nav,
	body .site-navigation .tabs__nav,
	body .site-navigation .social-links-list,
	body .site-navigation .footer-widget-area ul[class*="menu"],
	.footer-widget-area body .site-navigation ul[class*="menu"],
	body .site-navigation .rsBullets {
		display: block;
	}

	body .site-navigation .nav li,
	body .site-navigation .tabs__nav li,
	body .site-navigation .social-links-list li,
	body .site-navigation .footer-widget-area ul[class*="menu"] li,
	.footer-widget-area body .site-navigation ul[class*="menu"] li,
	body .site-navigation .rsBullets li,
	body .site-navigation .nav ul,
	body .site-navigation .tabs__nav ul,
	body .site-navigation .social-links-list ul,
	body .site-navigation .footer-widget-area ul[class*="menu"] ul,
	.footer-widget-area body .site-navigation ul[class*="menu"] ul,
	body .site-navigation .rsBullets ul {
		position: static;

		display: block;
	}

	body .site-navigation ul ul {
		width: auto;
		padding-left: 12px;
	}

	body .site-navigation .nav--social-icons {
		margin-top: 24px;

		text-align: left;
	}

	body .site-navigation .nav--social-icons li {
		display: inline-block;
	}

	body .site-navigation .cover {
		position: static;
	}
}
/**
 * 10.0 - Hero component
 */
html,
body,
.wrapper,
.hero {
	height: 100%;
}

.hero {
	position: relative;

	display: table;
	overflow: hidden; 

	width: 100%;
}

.hero.no-image {
	height: 50%;
}
@media not all and (min-width: 699px) {

	.hero .hero-title {
		margin-bottom: 0; 

		font-size: 24px;
	}

	.hero .separator {
		margin: 8px auto;
	}
}

.hero:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	content: "";
	pointer-events: none; 

	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(76%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.59)));
	background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 76%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
	background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 76%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.hero.hero-container--slider:after {
	display: none;
}

.hero-container {
	display: table-cell;

	width: 100%;

	text-align: center; 
	vertical-align: bottom;
}

.hero-container > picture {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.hero-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background-position: center; 
	-webkit-background-size: 100%;
	background-size: 100%;
	background-size: cover;
}

.hero-content {
	position: relative;
	z-index: 20;
	bottom: 24px;
}
@media only screen and (min-width: 699px) {

	.hero-content {
		bottom: 48px;
	}
}

.hero-content .entry-meta__list a,
.hero-content .entry-time {
	color: white;
}

.hero-title {
	margin-bottom: 12px;

	letter-spacing: 3px;
	text-transform: uppercase;
	word-break: break-all; 

	color: white;

	font-size: 32px;
}

.hero-slider {
	position: fixed;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.hero-slider .rsContent {
	position: static;
}

.hero-slider .hero-bg {
	position: absolute;

	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.hero-slider .hero-content {
	position: absolute;
	z-index: 10;
	left: 0;

	width: 100%;

	-webkit-transition: opacity 0.3s 0.3s ease-in-out;
	transition: opacity 0.3s 0.3s ease-in-out; 

	opacity: 0;
}

.hero-slider .hero-content a {
	color: white;
}

.hero-slider .rsImg {
	display: none;
}

.hero-slider.slider--loaded .rsImg {
	display: block;
}

.hero-slider.slider--loaded .hero-content {
	opacity: 1;
}

.two-thirds-height .hero-slider {
	height: 66.6667%;
}

.half-height .hero-slider {
	height: 50% !important;
}

.admin-bar .hero-slider {
	top: 32px;
}

.hero-slider .rsContent {
	display: none;
}

.hero-slider.slider--loaded .rsContent {
	display: block;
}

.hero-slider.slider--loaded .rsContent:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	content: "";

	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(76%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.59)));
	background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 76%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
	background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 76%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.hero-slider:after {
	display: none;
}

.full-height {
	height: 100%;
}

.two-thirds-height {
	height: 66.667%;
}

.two-thirds-height .hero-slider {
	height: 66.667% !important;
}

.half-height {
	height: 50%;
}

.half-height .hero-slider {
	height: 50% !important;
}

@media only screen and (max-height: 599px) {

	.half-height,
	.two-thirds-height,
	.full-height {
		height: 100%;
	}
}

.no-parallax .hero-bg--image,
.no-scroll-fx .hero-bg--image,
.no-parallax .hero-slider,
.no-scroll-fx .hero-slider {
	margin-top: 0 !important; 

	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.woocommerce .hero-bg--image,
.woocommerce .hero-slider {
	max-width: none;
}

.hero-bg--image {
	position: fixed;
	top: 0;
	left: 0;

	max-width: none;
	height: auto;

	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;

	opacity: 0;
}

.hero-bg--image-picture {
	position: fixed;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.hero-scroll-down {
	display: block;

	margin-bottom: -33px; 

	cursor: pointer;
}

.hero-container--slider .hero-scroll-down {
	position: absolute;
	z-index: 10; 
	bottom: 30px;
	left: 50%;

	margin-bottom: 0;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hero-scroll-down .arrows {
	position: relative;
	top: -12px;

	width: 16px;
	height: 24px;
}

.cssanimations .hero-scroll-down .arrows {
	opacity: 0.8;
}

.arrows path {
	fill: transparent;
	stroke: #ffffff;
	stroke-width: 1px;
}

.cssanimations .arrows path {
	-webkit-animation: arrow 1.2s infinite;
	animation: arrow 1.2s infinite; 

	opacity: 0.2;
}

.arrows path.a1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.arrows path.a2 {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.arrows path.a3 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@-webkit-keyframes arrow {

	0% {
		opacity: 0.2;
	}

	20% {
		opacity: 1;
	}

	40% {
		opacity: 0.2;
	}

	100% {
		opacity: 0.2;
	}
}

@keyframes arrow {

	0% {
		opacity: 0.2;
	}

	20% {
		opacity: 1;
	}

	40% {
		opacity: 0.2;
	}

	100% {
		opacity: 0.2;
	}
}
/**
 * 11.0 - Pile component
 */
.pile {
	font-size: 0;
}

.pile.pile--no-3d .pile-item-even-spacing,
.pile.pile--no-3d .pile-item-portrait-spacing {
	padding-right: 0 !important; 
	padding-left: 0 !important;
}

.pile-small-col-1 > .pile-item {
	width: 100%;
}

.pile-small-col-2 > .pile-item {
	width: 50%;
}

.pile-small-col-3 > .pile-item {
	width: 33.33333%;
}

@media only screen and (min-width: 699px) {

	.pile-medium-col-1 > .pile-item {
		width: 100%;
	}

	.pile-medium-col-2 > .pile-item {
		width: 50%;
	}

	.pile-medium-col-3 > .pile-item {
		width: 33.33333%;
	}

	.pile-medium-col-4 > .pile-item {
		width: 25%;
	}

	.pile-medium-col-5 > .pile-item {
		width: 20%;
	}
}
@media only screen and (min-width: 999px) {

	.pile-large-col-1 > .pile-item {
		width: 100%;
	}

	.pile-large-col-2 > .pile-item {
		width: 50%;
	}

	.pile-large-col-3 > .pile-item {
		width: 33.33333%;
	}

	.pile-large-col-4 > .pile-item {
		width: 25%;
	}

	.pile-large-col-5 > .pile-item {
		width: 20%;
	}

	.pile-large-col-6 > .pile-item {
		width: 16.66667%;
	}
}
@media only screen and (min-width: 999px) {

	.pile-item-small-3d.pile-item-medium-3d:not(.pile-item-large-3d) .pile-item-even-spacing,
	.pile-item-small-3d.pile-item-medium-3d:not(.pile-item-large-3d)
	.pile-item-portrait-spacing {
		padding-right: 0; 
		padding-left: 0;
	}
}
@media only screen and (min-width: 699px) and (max-width: 998.99px) {

	.pile-item-small-3d.pile-item-large-3d:not(.pile-item-medium-3d) .pile-item-even-spacing,
	.pile-item-small-3d.pile-item-large-3d:not(.pile-item-medium-3d)
	.pile-item-portrait-spacing {
		padding-right: 0; 
		padding-left: 0;
	}
}
@media not all and (min-width: 699px) {

	.pile-item-medium-3d.pile-item-large-3d:not(.pile-item-small-3d) .pile-item-even-spacing,
	.pile-item-medium-3d.pile-item-large-3d:not(.pile-item-small-3d)
	.pile-item-portrait-spacing {
		padding-right: 0; 
		padding-left: 0;
	}
}
@media only screen and (min-width: 699px) {

	.pile-item-small-3d:not(.pile-item-medium-3d):not(.pile-item-large-3d) .pile-item-even-spacing,
	.pile-item-small-3d:not(.pile-item-medium-3d):not(.pile-item-large-3d)
	.pile-item-portrait-spacing {
		padding-right: 0; 
		padding-left: 0;
	}
}
@media not all and (min-width: 699px) {

	.pile-item-medium-3d:not(.pile-item-small-3d):not(.pile-item-large-3d) .pile-item-even-spacing,
	.pile-item-medium-3d:not(.pile-item-small-3d):not(.pile-item-large-3d)
	.pile-item-portrait-spacing {
		padding-right: 0; 
		padding-left: 0;
	}
}
@media only screen and (min-width: 999px) {

	.pile-item-medium-3d:not(.pile-item-small-3d):not(.pile-item-large-3d) .pile-item-even-spacing,
	.pile-item-medium-3d:not(.pile-item-small-3d):not(.pile-item-large-3d)
	.pile-item-portrait-spacing {
		padding-right: 0; 
		padding-left: 0;
	}
}
@media not all and (min-width: 999px) {

	.pile-item-large-3d:not(.pile-item-small-3d):not(.pile-item-medium-3d) .pile-item-even-spacing,
	.pile-item-large-3d:not(.pile-item-small-3d):not(.pile-item-medium-3d)
	.pile-item-portrait-spacing {
		padding-right: 0; 
		padding-left: 0;
	}
}

.pile-item {
	display: inline-block;

	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); 
	text-align: center;
	vertical-align: middle;

	opacity: 0;

	font-size: 16px;
}

.pile-item .site-content {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.touch .pile-item,
.no-parallax .pile-item,
.no-scroll-fx .pile-item {
	margin-bottom: 48px !important;

	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;

	opacity: 1 !important;
}

.pile-item img {
	display: block;

	width: 100%;
}

.pile-item .meta-list--categories {
	margin: 0;
}

@media not all and (min-width: 699px) {

	.pile {
		margin-left: -12px !important;
	}

	.pile-item {
		margin-bottom: 12px !important;
		padding-left: 12px !important;

		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.pile-item-even-spacing,
	.pile-item-portrait-spacing {
		padding: 0 !important;
	}
}
@media only screen and (min-width: 999px) {

	br + .pile-col-2,
	.pile-col-2:first-child {
		margin-left: 16.66667%;
	}

	br + .pile-col-3,
	.pile-col-3:first-child {
		margin-left: 33.33333%;
	}

	br + .pile-col-4,
	.pile-col-4:first-child {
		margin-left: 50%;
	}

	br + .pile-col-5,
	.pile-col-5:first-child {
		margin-left: 66.66667%;
	}

	br + .pile-col-6,
	.pile-col-6:first-child {
		margin-left: 83.33333%;
	}
}

.pile-item-wrap {
	position: relative; 

	display: block;
}

.pile-item-border {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;

	display: block;

	content: "";

	border: 0 solid white;
}

body > .pile-item-border {
	position: fixed;
	z-index: 900;

	display: none; 

	pointer-events: none;
}

.pile-item-content {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	margin: auto;
	padding: 48px;

	opacity: 0;
}

.pile-item-content .flexbox,
.pile-item-content .copyright-overlay__container {
	height: 100%;
}

.no-image .pile-item-content {
	position: static; 

	opacity: 1 !important;
}

.no-image .pile-item-content .pile-item-title,
.no-image .pile-item-content .pile-item-meta {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.pile-item .entry-meta__list,
.pile-item .entry-meta__list li:after {
	color: black;
}

.pile-nav .pile-item-content {
	opacity: 1 !important;
}

.pile-nav img {
	opacity: 0.35 !important;
}

.pile-nav .pile-item-content {
	opacity: 1 !important;
}

.pile-nav .pile-item-content .flexbox__item > *,
.pile-nav .pile-item-content .copyright-overlay__content > * {
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out; 

	opacity: 0;
}

.pile-nav .pile-item-content .flexbox__item > hr,
.pile-nav .pile-item-content .copyright-overlay__content > hr {
	opacity: 1;
}

.pile-nav .pile-item-wrap:hover .pile-item-content .flexbox__item *,
.pile-nav .pile-item-wrap:hover .pile-item-content .copyright-overlay__content * {
	opacity: 1;
}

.pile-nav .separator {
	position: relative;

	height: 3px;

	border-bottom: 0;
	background-color: black;
}

.pile-nav .separator:before,
.pile-nav .separator:after {
	position: absolute;
	top: 0;

	display: block;

	width: 30px;
	height: 100%;

	content: "";
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 

	background: black;
}

.pile-nav .separator:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pile-nav .separator:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pile-nav .pile-item-wrap:hover hr:before,
.pile-nav .pile-item-wrap:hover hr:after {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; 
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.pile-nav--prev hr:before,
.pile-nav--prev hr:after {
	left: -2px;

	-webkit-transform-origin: 1px 50%;
	-ms-transform-origin: 1px 50%;
	transform-origin: 1px 50%;
}

.pile-nav--next hr:before,
.pile-nav--next hr:after {
	right: -2px;

	-webkit-transform-origin: calc(100% - 1px) 50%;
	-ms-transform-origin: calc(100% - 1px) 50%;
	transform-origin: calc(100% - 1px) 50%;
}

.pile-share.no-image .pile-content {
	position: static;
}

.pile-share .pile-item-wrap {
	cursor: pointer;
}

.pile-share .pile-item-content {
	opacity: 1;
}

.pile-share img {
	opacity: 0.35;
}

.pile-item-title {
	margin-bottom: 0; 

	text-transform: uppercase;

	font-size: 24px;
}

.pile-item-separator {
	margin: 16px auto; 

	background: black;
}

.pile-item-link {
	position: relative;

	display: block;

	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.pile-item-link:before,
.pile-item-link:after {
	position: absolute;
	z-index: 1;

	font-family: FontAwesome;
}

.pile-item-link:before {
	top: 3px;
	right: 3px;

	display: none; 

	width: 0;
	height: 0;

	content: "";

	border-width: 0 7px 7px 0;
	border-style: solid;
	border-color: transparent white transparent transparent;
}

.pile-item-link img {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.pile-item-link:hover img {
	opacity: 0.7;
}

.pile-item-link:hover:after {
	opacity: 1;
}

.pile-item-link:after {
	top: 50%;
	left: 50%;

	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear; 
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);

	opacity: 0.6;
	color: white;

	font-size: 40px;
}

.pile-item-link.mfp-video {
	cursor: pointer;
}

.pile-item-link.mfp-video:before {
	content: none;
}

.pile-item-link.mfp-video:after {
	width: 80px;
	height: 80px;
	padding-left: 8px;

	content: "\f04b";

	color: white;
	border: 3px solid white;
	border-radius: 50%; 

	line-height: 78px;
}

.pile-item-link.external {
	cursor: pointer;
}

.pile-item-link.external:before {
	content: none;
}

.pile-item-link.external:after {
	content: "\f0c1";

	color: white;
}

/**
 * 12.0 - Share overlay
 */
.overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;

	display: none;

	width: 100%;
	height: 100%;

	pointer-events: none; 

	opacity: 0;
}

.overlay-wrap {
	display: table-cell;

	text-align: center; 
	vertical-align: middle;
}

.overlay-share {
	background: black;
	background: rgba(0, 0, 0, 0.8);
}

.share-title {
	margin-bottom: 10px; 

	text-transform: uppercase;

	color: white;

	font-size: 24px;
}

.share-separator {
	margin-bottom: 20px;
}

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

/**
 * 13.0 - Pixlikes style
 */
.metabox {
	display: inline-block;

	margin-right: 24px;

	text-transform: uppercase;

	color: #262526; 

	font-size: 0.875em;
	line-height: 1.71429;
}

.metabox i {
	margin-right: 6px;
}

.pixlikes-box {
	position: relative;

	cursor: default;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pixlikes-box.likeable {
	cursor: pointer;
}

.pixlikes-box.animate {
	background: #262526;
}

.pixlikes-box.animate .likes-text:before {
	opacity: 1;
}

.pixlikes-box.animate .likes-text:after {
	-webkit-animation: fill 1s;
	-webkit-animation: fill 1s; 
	animation: fill 1s;
}

.pixlikes-box.liked i {
	color: #fa5264;
}

.pixlikes-box span {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pixlikes-box .likes-count {
	color: #262526;
}

.pixlikes-box .likes-text {
	color: #919191;
}

.pixlikes-box .likes-text:before {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	content: "Don't move!";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear; 
	text-align: center;

	opacity: 0;
	color: white;

	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
}

.pixlikes-box .likes-text:after {
	position: absolute;
	z-index: 5; 
	top: 0;
	bottom: 0;
	left: 0;

	content: "";

	background: #fa5264;
}

.pixlikes-box:hover .likes-text {
	color: #262526;
}

.complete i {
	-webkit-animation: bounce 1s;
	-webkit-animation: bounce 1s; 
	animation: bounce 1s;
}

@keyframes fill {

	0% {
		width: 0;

		opacity: 0;
	}

	3% {
		width: 3%;

		opacity: 1;
	}

	100% {
		width: 100%;

		opacity: 1;
	}
}
@-webkit-keyframes fill {

	0% {
		width: 0;

		opacity: 0;
	}

	3% {
		width: 3%;

		opacity: 1;
	}

	100% {
		width: 100%;

		opacity: 1;
	}
}
/*
* Bounce animation for completed state
*/
@keyframes bounce {

	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);

		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);

		opacity: 0.7;
	}

	60% {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);

		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes bounce {

	0% {
		-webkit-transform: scale(1.1);

		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.5);

		opacity: 0.7;
	}

	60% {
		-webkit-transform: scale(0.6);

		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}
/**
 * 14.0 - Comments styling
 */
.comment-number,
.comment-number--dark,
.comment-reply-title:before,
.add-comment .add-comment__button {
	width: 36px;
	height: 36px;

	text-align: center;

	color: #919191;
	border: 1px solid #d8d8d8;
	background: white; 

	font-size: 16px;
	line-height: 36px;
}

.comment-number--dark,
.comment-reply-title:before,
.add-comment .add-comment__button {
	display: inline-block;

	margin-right: 24px;

	vertical-align: top;

	color: white;
	border: 0;
	background-color: #262526;

	font-size: 20px;
}

.comment-number.total {
	line-height: 38px;
}

.comments-area {
	position: relative;

	padding-top: 24px;

	border-top: 1px solid #d8d8d8;
}

.comments-area:before {
	position: absolute;
	top: 48px;
	bottom: 0;
	left: 18px;

	content: "";

	border-left: 1px solid #d8d8d8;
}

.comments-area.no-comments:before {
	content: none;
}

.comments-area.no-comments:after {
	display: none;
}

.comments-area-title .comments-title,
.comments-area-title a {
	display: inline-block;

	vertical-align: middle;
	text-transform: uppercase;
}

.comments-area-title a {
	font-size: 14px;
}

.comments-area-title .comments-title {
	margin: 0;
	margin-right: 6px;

	-webkit-transform: none;
	-ms-transform: none;
	transform: none;

	font-size: 20px;
	line-height: 36px;
}
@media not all and (min-width: 699px) {

	.comments-area-title .comments-title {
		font-size: 21px;
	}

	.comments-area-title .comments-title .comment-number {
		font-size: 28px;
	}
}

.comments-area-title .total {
	position: relative;
	z-index: 1;
}

.no-comments .comments-area-title {
	margin-bottom: 24px;
}

.comments-title,
.comment-reply-title {
	text-transform: uppercase;
}

.commentlist > .comment,
.commentlist > .pingback {
	padding-left: 48px;
}

@media not all and (min-width: 699px) {

	.depth-1 > .comment-article > .comment-number {
		left: 0;
	}
}

.comments_add-comment {
	margin-top: 3px;
}

.commentlist {
	margin: 0;
	padding-bottom: 24px;
	padding-left: 0;

	list-style: none; 

	border-left: 0;
}

li.comment,
li.pingback {
	position: relative;

	display: block;

	margin-top: 48px;
	margin-bottom: 0;
	margin-bottom: 48px;
	padding-top: 6px;
}

li.comment .comment-number,
li.pingback .comment-number {
	position: absolute;
	z-index: 1; 
	top: 0;
	left: 0;
}
@media not all and (min-width: 699px) {

	li.comment .comment-number,
	li.pingback .comment-number {
		left: -48px;
	}
}

li.comment:last-child,
li.pingback:last-child {
	margin-bottom: 0;
}

li.comment .children,
li.pingback .children {
	position: relative;

	margin-top: 24px;
}

.rtl li.comment .children,
.rtl li.pingback .children {
	margin-right: 0;
}
@media only screen and (min-width: 699px) {

	li.comment .children li,
	li.pingback .children li {
		padding-left: 48px;
	}

	.rtl li.comment .children li,
	.rtl li.pingback .children li {
		padding-right: 48px; 
		padding-left: 0;
	}

	li.comment .children li:before,
	li.pingback .children li:before {
		position: absolute;
		top: 18px;

		content: "";

		border-top: 1px solid #d8d8d8;
	}
}

li.comment .children li .comment-number,
li.pingback .children li .comment-number {
	color: white; 
	border: 1px solid #d8d8d8;
	background: #d8d8d8;
}

li.depth-2:before {
	left: -54px;

	width: 60px;
}

.rtl li.depth-2:before {
	right: -27px; 
	left: auto;
}

@media only screen and (min-width: 699px) {

	li.depth-3:before {
		left: -126px;

		width: 126px;
	}

	li.depth-4:before {
		left: -198px;

		width: 198px;
	}

	li.depth-5:before {
		left: -270px;

		width: 270px;
	}

	li.depth-6:before {
		left: -342px;

		width: 342px;
	}

	li.depth-7:before {
		left: -414px;

		width: 414px;
	}

	li.depth-8:before {
		left: -486px;

		width: 486px;
	}

	li.depth-9:before {
		left: -558px;

		width: 558px;
	}

	li.depth-10:before {
		left: -630px;

		width: 630px;
	}
}

.comment__author-name a {
	color: black; 

	font-size: 16px;
}

.comment-article {
	margin-bottom: 0;
	margin-left: 24px;
}

.comment-article:hover .comment-edit-link,
.comment-article:hover .comment-reply-link {
	opacity: 1;
}

.comment__avatar {
	margin-right: 0.75em;
}

.comment__avatar img {
	width: 3.75em;
	height: auto;
}

.comment__timestamp {
	color: #919191; 

	font-size: 14px;
}

.comment__avatar {
	margin-bottom: 24px;
}

.comment__content {
	position: relative;

	color: #919191; 

	font-size: 0.875em;
	line-height: 1.71429;
}

.comment__links {
	display: inline-block;

	margin-left: 24px;

	font-size: 0.75em;
	line-height: 2;
}

.comment__links a {
	padding-bottom: 2px;

	border-bottom: 1px solid #919191;
}

.comment-edit-link,
.comment-reply-link {
	margin-right: 12px;

	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0); 

	opacity: 0;
	color: #919191;
}
@media not all and (min-width: 699px) {

	.comment-edit-link,
	.comment-reply-link {
		opacity: 1;
	}
}

.comment-reply-link {
	color: #919191;
}

.comment-form p.logged-in-as {
	margin-bottom: 12px;
}

.comment-reply-title {
	margin-top: 0;
	margin-bottom: 24px;

	-webkit-transform: none;
	-ms-transform: none;
	transform: none; 

	font-size: 20px;
	line-height: 36px;
}
@media not all and (min-width: 699px) {

	.comment-reply-title {
		font-size: 21px;
	}
}

.comment-reply-title:before {
	margin-right: 36px; 

	content: "+";
}
@media not all and (min-width: 699px) {

	.comment-reply-title:before {
		font-size: 1.33333em;
	}
}

.comment .comment-reply-title:before {
	display: none;
}

.comment-reply-title .comment-number {
	line-height: 44px;
}

.comment-reply-title a {
	margin-top: -7px;
}

.no-comments + .comment-respond .comment-reply-title {
	margin: 0;
}

.comment-respond {
	position: relative;

	margin-bottom: 24px;
}
@media only screen and (min-width: 699px) {

	.comment .comment-respond {
		margin-right: 0; 
		padding-left: 0;
	}
}

.no-comments + .comment-respond .comment-reply-title:before {
	display: none;
}

#cancel-comment-reply-link {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;

	margin-top: 0;

	text-decoration: none;

	font-size: 18px;
	font-style: normal;
}

@media only screen and (min-width: 699px) {

	.comment-form {
		padding-left: 72px;
	}
}

.comment .comment-form {
	padding-left: 0;
}

.comment-form label {
	display: none;
}

.lt-ie9 .comment-form label {
	display: block;
}

.comment-form input,
.comment-form textarea {
	border: 1px solid #d8d8d8;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none; 

	font-weight: 300;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: inline-block;

	width: 100%;
	margin-bottom: 0;
}

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

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
	margin-bottom: 24px;
}
@media not all and (min-width: 699px) {

	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		margin-bottom: 12px;
	}
}

.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: 699px) {

	.comment-form-author,
	.comment-form-email {
		width: 50%;
	}
}

.comment-form-comment,
.logged-in-as {
	width: 100%;
}

.comment-subscription-form {
	margin-left: 36px;
}

.comment-form-comment textarea,
.comment-subscription-form textarea {
	width: 100%;
	max-width: 100%;
	padding: 12px;

	border: 1px solid #d8d8d8;

	font-size: 1em;
	line-height: 1.5;
}

.form-submit {
	float: right; 

	margin-top: 12px;
	margin-bottom: 0;
}

.form-submit #comment-submit {
	float: right;

	margin-left: 24px;

	border: 0; 
	border-radius: 3px;
}

.lt-ie9 .form-submit #comment-submit {
	width: 100px;
}

.comment-subscription-form {
	float: left;
	clear: left;

	margin-top: 12px;
	margin-bottom: 6px;
}

.comment-subscription-form + .comment-subscription-form {
	margin-top: 0;
}

.comment-subscription-form input[type="checkbox"] {
	position: relative;
	top: -0.05em; 

	margin-right: 12px;
}

.add-comment {
	margin-top: 12px;
}

.add-comment .add-comment__button {
	position: relative;
	z-index: 1;

	margin-right: 12px;

	font-size: 1.5em;
	line-height: 1.5;
}

.add-comment .add-comment__text {
	font-size: 1.25em;
	font-weight: bold; 
	line-height: 1.2;
}

.comment-navigation {
	position: relative;

	margin-top: 24px;
	margin-bottom: 24px; 
	padding-left: 60px;
}

.comment-navigation .comment-number {
	position: absolute;
	top: 0;
	left: 0;

	line-height: 30px;
}

.comment-navigation .assistive-text {
	margin-top: 0;
	margin-left: 8px;

	-webkit-transform: none;
	-ms-transform: none;
	transform: none; 

	font-size: 28px;
}

.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 {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.nocomments span {
	display: inline-block;

	vertical-align: middle;

	font-size: 20px;
	line-height: 36px;
}

.no-comments-box {
	position: relative;
	z-index: 1;
}

.rtl .commentlist > .comment,
.rtl .commentlist > .pingback {
	padding-right: 3em; 
	padding-left: 0;
}

.rtl .comment-article {
	margin-right: 1.5em; 
	margin-left: 0;
}

.rtl .comments-title {
	margin-right: 0;
	margin-left: 6px;
}

.rtl .comment-number {
	right: 0; 

	margin-right: 0;
}

.rtl .comments-area-title .total.comment-number,
.rtl .comment-reply-title:before {
	margin-right: 0;
	margin-left: 0.85714em;
}

.rtl .comments-area:before {
	right: 1.5em; 
	left: auto;
}

/**
 * 15.0 - Sidebar layout
 */
.has_sidebar .entry--single {
	max-width: none;
}

.has_sidebar .container {
	position: relative;
}

.has_sidebar .content-area {
	width: 100%;
}

.has_sidebar .sidebar--main {
	position: relative;

	padding-top: 24px;
	padding-bottom: 48px;
}
@media only screen and (min-width: 699px) {

	.has_sidebar .content-area {
		float: left;

		margin-right: -30%;
	}

	.rtl .has_sidebar .content-area {
		float: right;

		margin-right: 0;
		margin-left: -30%;
	}

	.has_sidebar .site-main {
		margin-right: 30%;
		padding-right: 30px;
	}

	.has_sidebar .site-main:before {
		position: absolute;
		top: 0;
		right: 30%;
		bottom: 0;

		content: "";

		border-right: 1px solid #d8d8d8;
	}

	.rtl .has_sidebar .site-main {
		margin-right: 0;
		margin-left: 30%;
		padding-right: 0;
		padding-left: 30px;
	}

	.rtl .has_sidebar .site-main:before {
		right: auto;
		left: 30%;
	}

	.has_sidebar .sidebar--main {
		z-index: 5;

		float: right;

		width: 30%;
		padding-left: 30px;
	}

	.rtl .has_sidebar .sidebar--main {
		float: left;

		padding-right: 30px; 
		padding-left: 0;
	}
}
@media only screen and (min-width: 999px) {

	.has_sidebar .content-area {
		margin-right: -360px;
	}

	.rtl .has_sidebar .content-area {
		margin-right: 0;
	}

	.has_sidebar .site-main {
		margin-right: 360px;
		padding-right: 60px;
	}

	.has_sidebar .site-main:before {
		right: 360px;
	}

	.rtl .has_sidebar .site-main {
		margin-right: 0;
		margin-left: 360px;
		padding-right: 0;
		padding-left: 60px;
	}

	.rtl .has_sidebar .site-main:before {
		right: auto;
		left: 360px;
	}

	.has_sidebar .sidebar--main {
		width: 360px;
		padding-left: 60px;
	}

	.rtl .has_sidebar .sidebar--main {
		padding-right: 60px; 
		padding-left: 0;
	}
}

@media only screen and (min-width: 999px) {

	.has_sidebar .site-main {
		padding-right: 192px;
		padding-left: 0;
	}
}
/**
 * 16.0 - Widgets styling
 */
.widget {
	padding-bottom: 60px;
}
@media not all and (min-width: 699px) {

	.widget {
		padding-bottom: 36px;
	}
}

.widget img {
	max-width: 100%;
}

.widget + .widget {
	margin-top: -1px; 
	padding-top: 36px;

	border-top: 1px solid #d8d8d8;
}
@media not all and (min-width: 699px) {

	.widget + .widget {
		padding-top: 24px;
	}
}

.widget a {
	color: black;
}

.widget a:hover {
	color: #fa5264;
}

.widget ul {
	font-size: 16px;
}

.widget li {
	margin-bottom: 12px;
}

.widget li:last-child {
	margin-bottom: 0;
}

.widget img {
	max-width: 100%;
	height: auto;
}

.widget select {
	max-width: 100%;
}

.widget .post-date {
	display: block;

	margin-top: 6px;

	color: #d8d8d8; 

	font-size: 13px;
	font-style: italic;
}

.widget .widget__title {
	margin-top: 0; 
	margin-bottom: 24px;

	font-size: 16px;
}

.widget_calendar table {
	width: 100%;

	text-align: center; 

	color: #d8d8d8;
}

.widget_calendar th {
	padding-bottom: 0.75em; 

	text-align: center;
}

.widget_calendar tr {
	border: 0;
}

.widget_calendar tfoot {
	padding: 0.75em;
}

.widget_calendar caption {
	padding-top: 0.75em; 
	padding-bottom: 0.75em;

	color: #515150;
}

.widget_calendar a {
	color: #141414;
}

.widget_calendar a:hover {
	text-decoration: underline; 

	color: #141414;
}

.widget_calendar thead {
	color: #141414;
}

.widget_calendar tfoot a {
	color: #515150;
}

.widget_calendar tfoot td {
	border-bottom: 0;
}

.recentcomments {
	color: #d8d8d8;
}

.recentcomments a {
	color: #141414;
}

.recentcomments a:hover {
	text-decoration: underline;
}

#recentcomments {
	font-weight: bold;
}

.fs-14px,
#recentcomments {
	font-size: 0.875em;
	line-height: 1.71429;
}

#recentcomments a:last-child {
	font-weight: normal;
}

#recentcomments li {
	margin-bottom: 1.5em;
}

.widget_recent_entries li {
	margin-bottom: 12px;
}

.widget_recent_entries .post-date {
	display: block;

	margin-top: -0.46154em;

	font-style: italic;
}

.fs-13px,
.widget_recent_entries .post-date {
	font-size: 0.8125em;
	line-height: 1.84615;
}

.widget_rss li {
	margin-bottom: 24px;
}

.widget_rss cite {
	display: block;

	margin-top: 6px;
}

.rsswidget {
	text-decoration: underline;

	font-weight: bold;
}

.rss-date:before {
	display: inline-block;

	margin: 0 3px; 

	content: "-";
}

.widget_rss_links a {
	display: inline-block;

	vertical-align: middle;
}

.widget_categories > ul > li,
.widget_pages > ul > li,
.widget_meta > ul > li,
.widget_archive > ul > li {
	overflow: hidden; 

	width: 50%;

	white-space: nowrap;
	text-overflow: ellipsis;
}

.widget_categories > ul > li a,
.widget_pages > ul > li a,
.widget_meta > ul > li a,
.widget_archive > ul > li a {
	display: inline;
}

.widget_categories > ul ul,
.widget_pages > ul ul,
.widget_meta > ul ul,
.widget_archive > ul ul {
	display: none;
}

.widget_blog_subscription {
	padding: 1.5em;

	color: white; 
	background-color: #262526;
}

.widget_blog_subscription input {
	margin-top: 0;
	margin-bottom: 0;

	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fs-16px,
.widget_blog_subscription input {
	font-size: 1em;
	line-height: 1.5;
}

.widget_blog_subscription input[type="text"] {
	width: 100%;
	padding: 0.375em;

	color: white; 
	border: 1px solid #b3b3b3;
	background: transparent;
}

.widget_blog_subscription input[type="submit"] {
	padding: 6px 12px; 

	color: #fa5264;
	border: 1px solid #fa5264;
}

.widget--latest-comments {
	padding-bottom: 0;
}

.latest-comments__list {
	font-size: 13px;
}

.latest-comments__list:last-child {
	margin-bottom: 0;
}

.latest-comments__list:last-child .latest-comments__body {
	border-bottom: 0;
}

.latest-comments__author {
	margin-right: 3px; 

	text-transform: uppercase;

	color: #262526;
}

.latest-comments__avatar {
	margin-right: 12px;
}

.latest-comments__title {
	overflow: hidden;

	margin-left: 3px;

	white-space: nowrap;
	text-transform: uppercase; 
	text-overflow: ellipsis;
}

.latest-comments__content {
	margin-top: 12px;

	font-style: italic;
	line-height: 1.4;
}

/**
 * 17.0 - Footer
 */
.site-footer {
	position: relative;
	z-index: 20;

	padding: 96px 0;

	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);

	color: #262526;
	background-color: #f9f9f9;

	font-size: 14px;
}

.site-footer a {
	color: #262526;
}

.site-footer a:hover {
	color: #fa5264;
}
@media not all and (min-width: 699px) {

	.site-footer {
		padding: 48px 0;
	}
}

.copyright-area {
	position: relative;

	text-align: center;
}

@media not all and (min-width: 699px) {

	.copyright-text p {
		margin-bottom: 0;
	}
}

.footer-widget-area {
	font-size: 0; 
	font-weight: bold;
}
@media only screen and (min-width: 699px) {

	.footer-widget-area {
		margin: -12px;
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media not all and (min-width: 699px) {

	.footer-widget-area {
		width: 100% !important;
	}
}

.footer-widget-area .widget {
	display: inline-block;

	margin-bottom: 96px;
	padding: 0;

	vertical-align: top;

	border-style: solid;
	border-color: transparent;
	border-right-width: 12px; 
	border-left-width: 12px;

	font-size: 14px;
}
@media not all and (min-width: 699px) {

	.footer-widget-area .widget {
		margin-bottom: 48px;
	}
}

.footer-widget-area .widget p {
	margin: 0;
}

.footer-widget-area .widget .widget__title {
	margin-top: 0;
}

.footer-widget-area .widget + .widget {
	padding-top: 0;

	border-top: 0;
}

.footer-widget-area ul[class*="menu"] {
	text-transform: uppercase;

	font-size: 14px;
}

.footer-widget-area ul[class*="menu"] li:first-child a {
	padding-left: 0;
}

.footer-widget-area ul[class*="menu"] a {
	display: block; 

	padding: 0 18px;
}

.footer-widget-area ul[class*="menu"] li:last-child {
	margin-right: 0;
}

.footer-widget-area .sub-menu {
	display: none;
}

.footer-widget-area.col-1 .widget {
	width: 100%;

	border: 0;
}

.footer-widget-area.col-1.one-third,
.footer-widget-area.col-1.one-whole,
.footer-widget-area.col-1.two-thirds {
	margin: 0 auto;
}

.footer-widget-area.col-1.one-third {
	width: 33%;
}

.footer-widget-area.col-1.two-thirds {
	width: 66%;
}

.footer-widget-area.col-2 .widget {
	width: 50%;
}

.footer-widget-area.col-3 .widget {
	width: 33.3333%;
}

.footer-widget-area.col-4 .widget {
	width: 25%;
}

.footer-widget-area.col-5 .widget {
	width: 20%;
}

.footer-widget-area.col-6 .widget {
	width: 16.66666666666667%;
}
@media not all and (min-width: 699px) {

	.footer-widget-area.col-1 .widget,
	.footer-widget-area.col-2 .widget,
	.footer-widget-area.col-3 .widget {
		width: 100%;
	}
}
@media only screen and (min-width: 699px) {

	.footer-widget-area .widget.one-half {
		width: 50% !important;
	}

	.footer-widget-area .widget.one-third {
		width: 33% !important;
	}

	.footer-widget-area .widget.two-thirds {
		width: 66% !important;
	}
}

.footer-widget-area .widget {
	text-align: center;
}
@media only screen and (min-width: 699px) {

	.footer-widget-area .align-left {
		text-align: left;
	}

	.footer-widget-area .align-center {
		text-align: center;
	}

	.footer-widget-area .align-right {
		text-align: right;
	}

	.footer-widget-area .align-right li:last-child a {
		padding-right: 0;
	}
}

.col-2 .widget:nth-child(-n+2) {
	padding-top: 0; 

	border-top: 0;
}

.col-3 .widget:nth-child(-n+3) {
	padding-top: 0; 

	border-top: 0;
}

.col-4 .widget:nth-child(-n+4) {
	padding-top: 0; 

	border-top: 0;
}

.col-5 .widget:nth-child(-n+5) {
	padding-top: 0; 

	border-top: 0;
}

.col-6 .widget:nth-child(-n+6) {
	padding-top: 0; 

	border-top: 0;
}

/**
 * 18.0 - Singular
 */
.entry--single {
	max-width: 700px;
	margin: 0 auto 96px;
}
@media not all and (min-width: 699px) {

	.entry--single {
		margin-bottom: 0;
	}
}

.entry--page {
	margin: 0 auto 96px;
}
@media not all and (min-width: 699px) {

	.entry--page {
		margin-bottom: 0;
	}
}

.hero .entry-title {
	color: white;
}

.entry-header {
	position: relative;

	margin-top: 24px;
	margin-bottom: 60px;

	text-align: center;
}
@media not all and (min-width: 699px) {

	.entry-header {
		margin-top: 96px;
	}
}

.title-wrapper {
	padding-top: 200px; 

	text-align: center;
}
@media not all and (min-width: 699px) {

	.title-wrapper {
		margin-top: 0 !important; 
		padding-top: 100px !important;
	}
}

.title-wrapper .archive-title {
	margin-top: 0;
}

.has_sidebar .title-wrapper {
	padding-top: 0;
}

@media only screen and (min-width: 699px) {

	.has_sidebar .title-meta-sep {
		margin-left: 0;
	}

	.has_sidebar .entry-header {
		text-align: left;
	}
}

.has_sidebar .has-no-thumbnail {
	margin-top: 200px;
}
@media not all and (min-width: 699px) {

	.has_sidebar .has-no-thumbnail {
		margin-top: 0 !important;
	}
}

.entry-title {
	margin-bottom: 24px;
}

.hero .entry-title {
	color: white;
}

.entry-meta--header {
	position: absolute;
	bottom: 48px;
	left: 0;

	width: 100%;

	text-align: center;
}

.admin-bar .entry-meta--header {
	bottom: 80px;
}

.no-image .entry-meta--header {
	top: 50%;
	bottom: auto;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.meta-list--categories,
.entry-time {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
@media only screen and (min-width: 699px) {

	.meta-list--categories,
	.entry-time {
		font-size: 15px;
	}
}

.meta-list--categories {
	display: inline-block; 

	text-align: center;
}
@media only screen and (min-width: 699px) {

	.meta-list--categories {
		margin-bottom: 48px;
	}
}

.meta-list--categories .meta-list__item:last-child:after {
	content: none;
}

.hero .meta-list--categories a {
	color: white;
}

@media only screen and (min-width: 699px) {

	.meta-list--tags {
		float: right;

		max-width: 50%;
	}
}

.entry-time:before {
	margin: 0 5px; 

	content: "\2014";
}
@media not all and (min-width: 699px) {

	.entry-time:before {
		margin-right: 12px;
	}
}

.page .entry-time:before {
	content: none;
}

@media only screen and (min-width: 699px) {

	.meta-list--tags {
		float: right;

		max-width: 50%;
	}
}

.entry-footer {
	margin: 24px 0;
}

.pagination--single.pagination--single {
	margin-left: 0;
}

.share-button {
	text-transform: uppercase; 

	border: 0;
	background: none;
}

.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content .tabs__nav:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content hgroup:last-child,
.entry-content p:last-child {
	margin-bottom: 0;
}

/**
 * 19.0 - Blog
 */
.archive-title {
	text-align: center;
}

.site-content--journal .pile-item-wrap {
	padding: 42px 24px;

	color: #515150;
	border: 3px solid #262526;
}

.site-content--journal .sticky .pile-item-wrap {
	border-width: 9px;
}
@media only screen and (min-width: 699px) {

	.site-content--journal .pile {
		margin: 72px 0;
		margin-left: -3%;
	}

	.site-content--journal .pile-item {
		margin-bottom: -48px;
	}

	.site-content--journal .pile-item-wrap {
		color: #515150;
	}

	.site-content--journal .pile-item-border {
		border-color: #262526;
	}

	.site-content--journal .pile-item:nth-child(n) {
		padding: 3%;
		padding-right: 0;
		padding-bottom: 0;
	}
}

.entry__featured-image {
	position: relative;
	top: 0;

	margin-bottom: -12px;

	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.entry__featured-image img {
	opacity: 1 !important;
}

.entry__title a {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry__excerpt {
	margin-top: -18px;
}

.entry__excerpt p {
	margin-bottom: 36px;
}

.read-more-button {
	display: block;

	margin-bottom: 12px; 

	text-align: center;
	text-transform: uppercase;

	font-size: 16px;
}

.entry__date {
	font-size: 14px;
}

.article-archive--quote {
	font-size: 20px;
}

.pile-item--archive > .pile-item-wrap {
	background-color: white;
}

@media not all and (min-width: 699px) {

	.pile--blog .pile-item {
		margin: 24px 0;
	}
}
/**
 * 20.0 - Plugins
 */
.royalSlider,
.pixslider {
	position: relative;

	width: 600px;
	height: 400px;

	direction: ltr;
}

.royalSlider > *,
.pixslider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}

.rsOverflow {
	position: relative;

	float: left;
	overflow: hidden;

	width: 100%;
	height: 100%;

	-webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
	position: relative;
	top: 0;
	left: 0;

	overflow: hidden;

	width: 100%;
	height: 100%;

	-webkit-tap-highlight-color: transparent;
}

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

.rsContainer {
	position: relative;

	width: 100%;
	height: 100%;

	-webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	position: relative; 

	float: left;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear; 

	opacity: 1;
}

.rsHidden {
	visibility: hidden;

	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear; 

	opacity: 0;
}

.rsGCaption {
	float: left;

	width: 100%;

	text-align: center;
}

.royalSlider.rsFullscreen,
.rsFullscreen.pixslider {
	position: fixed !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	right: 0 !important; 
	bottom: 0 !important;
	left: 0 !important;

	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader,
.pixslider .rsSlide.rsFakePreloader {
	display: none; 

	-webkit-transition: 0s;
	transition: 0s;

	opacity: 1 !important;
}

.rsSlide {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	overflow: hidden;

	width: 100%; 
	height: 100%;
}

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

.rsContent {
	position: relative; 

	width: 100%;
	height: 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 {
	position: relative;
	z-index: 22; 

	float: left;
	overflow: hidden;

	cursor: pointer;
}

.rsTabs {
	float: left;

	background: none !important;
}

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

.rsVideoContainer {
	position: absolute;
	z-index: 1; 
	/*left: 0;
  top: 0;
  position: absolute;*/
	/*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/

	width: auto;
	height: auto;

	line-height: 0;
}

.rsVideoFrameHolder {
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: 0.3s; 

	opacity: 0;
	background: #141414;
}

.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsDefault .rsPlayBtn {
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;

	cursor: pointer; 

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.rsPlayBtnIcon {
	top: 50%;
	left: 50%;

	display: block;

	width: 80px;
	height: 80px;
	padding-left: 8px;

	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);

	opacity: 0.6;
	color: white;
	color: white;
	border: 3px solid white;
	border-radius: 50%; 

	font-family: FontAwesome;
	font-size: 40px;
	line-height: 78px;
}

.rsPlayBtnIcon:after {
	content: "\f04b"; 
	cursor: pointer;
}

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

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

.rsCloseVideoBtn {
	position: absolute;
	z-index: 500;
	top: 0;
	right: 0;

	width: 44px;
	height: 44px;

	cursor: pointer;
	-webkit-transform: translateZ(0); 

	-webkit-backface-visibility: hidden;
}

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

.rsCloseVideoIcn {
	width: 32px;
	height: 32px;
	margin: 6px;

	background: url("../images/rs-default.png") -64px 0;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.75);

	*background-color: #000000;
}

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

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

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 {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 100%;

	background: url(blank.gif);
}

.pixslider {
	overflow: hidden;

	width: 100%;
	height: auto;
	margin: 0;

	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.pixslider img {
	display: block; 

	width: 100%;
	height: auto;
}

.pixslider blockquote {
	margin-bottom: 72px;
}

.pixslider__slide {
	width: 100%;
}

.rsArrow {
	position: absolute;
	z-index: 15; 
	top: 50%;

	display: block;

	color: white;
}

.rsArrow .rsArrowIcn {
	border-bottom: 2px solid black;
}
@media not all and (min-width: 699px) {

	.rsArrow .rsArrowIcn {
		border-bottom-width: 3px;
	}
}

.rsArrowLeft {
	left: 0;
}

.rsArrowLeft .rsArrowIcn {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); 

	border-left: 2px solid black;
}
@media not all and (min-width: 699px) {

	.rsArrowLeft .rsArrowIcn {
		border-left-width: 3px;
	}
}

.rsArrowRight {
	right: 0;
}

.rsArrowRight .rsArrowIcn {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); 

	border-right: 2px solid black;
}
@media not all and (min-width: 699px) {

	.rsArrowRight .rsArrowIcn {
		border-right-width: 3px;
	}
}

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

.rsBullets {
	margin-left: -6px;
}

.rsBullet {
	display: inline-block;

	width: 6px;
	height: 6px;
	margin: 2px 6px;

	cursor: pointer; 
	text-indent: -999em;

	border-radius: 50%;
	background-color: #cacaca;
}

.rsNavSelected {
	width: 8px;
	height: 8px;
	margin: 0 6px;

	background-color: #fa5264;
}

.rsImg {
	display: block;
}

.royalSlider,
.pixslider {
	opacity: 0;
}

.royalSlider.slider--loaded,
.slider--loaded.pixslider {
	opacity: 1;
}

.rsArrow {
	z-index: 21;

	width: 36px;
	height: 66px;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 

	opacity: 0.5;
}
@media only screen and (min-width: 699px) {

	.rsArrow {
		width: 50px;
		height: 80px;

		opacity: 1;
	}
}

.rsArrowLeft .rsArrowIcn {
	margin-left: 12px;
}
@media only screen and (min-width: 699px) {

	.rsArrowLeft .rsArrowIcn {
		margin-left: 16px;
	}
}

.rsArrowIcn {
	width: 12px;
	height: 12px;
	margin: 0;
	margin-top: 22px;

	border-color: black;
}
@media only screen and (min-width: 699px) {

	.rsArrowIcn {
		width: 35px; 
		height: 35px;
	}
}

.pixcode-slider[data-arrows] .rsArrow {
	background: transparent;
}

.pixcode-slider[data-arrows] .rsArrowIcn {
	border-color: #262526;
}

.pixcode-slider[data-arrows] .slide {
	padding: 0 50px;
}

.entry-content .pixslider .rsSlide {
	padding: 0 60px;
}

.entry-content .pixslider--gallery-slideshow .rsSlide {
	padding: 0;
}

@media only screen and (min-width: 699px) {

	.slider-arrows-header .rsArrow,
	.pixslider--gallery-slideshow .rsArrow {
		background: rgba(0, 0, 0, 0.5);
	}
}

.slider-arrows-header .rsArrowIcn,
.pixslider--gallery-slideshow .rsArrowIcn {
	border-color: white;
}

.slider-arrows-header.arrows--hover .rsArrow {
	top: 15%;

	width: 40%;
	height: 70%;

	cursor: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none; 

	background: transparent;
}

.slider-arrows-header.arrows--hover .rsArrowIcn {
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear; 

	opacity: 0;
}

.slider-arrows-header.arrows--hover .visible .rsArrowIcn {
	opacity: 1;
}

.slider-arrows-header.arrows--hover .is--scrolled .rsArrowIcn {
	opacity: 0;
}

.video_autoplay .rsImg,
.video_autoplay .rsBtnCenterer {
	opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
	position: fixed;
	z-index: 1042;
	top: 0;
	left: 0;

	overflow: hidden;

	width: 100%;
	height: 100%;

	opacity: 1;
	background: #f2f2f2;

	filter: alpha(opacity=100);
}

.mfp-wrap {
	position: fixed;
	z-index: 1043;
	top: 0;
	left: 0;

	overflow: hidden !important; 

	width: 100%;
	height: 100%;

	outline: none !important;

	-webkit-backface-visibility: hidden;
}

.mfp-container {
	position: absolute;
	top: 0;
	left: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	width: 100%;
	height: 100%;
	padding: 0 8px;

	text-align: center;
}

.mfp-container:before {
	display: inline-block;

	height: 100%;

	content: "";
	vertical-align: middle;
}

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

.mfp-content {
	position: relative;
	z-index: 1045; 

	display: inline-block;

	margin: 0 auto;

	text-align: left;
	vertical-align: middle;
}

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

	cursor: auto;
}

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

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

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

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

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

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

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

.mfp-preloader {
	position: absolute;
	z-index: 1044; 
	top: 50%;
	right: 8px;
	left: 8px;

	width: auto;
	margin-top: -0.8em;

	text-align: center;

	color: #cccccc;
}

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

.mfp-preloader a:hover {
	color: white;
}

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

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

button.mfp-close,
button.mfp-arrow {
	z-index: 1046;

	display: block;
	overflow: visible;

	padding: 0;

	cursor: pointer;

	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none; 

	-webkit-appearance: none;
}

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

	border: 0;
}

.mfp-close {
	position: absolute;
	top: 0;
	right: 0;

	width: 44px;
	height: 44px;
	padding: 0 0 18px 10px;

	text-align: center;
	text-decoration: none;

	opacity: 0.65;
	color: #262526;
	border: 0;
	outline: 0;

	font-family: Arial, Baskerville, monospace; 
	font-size: 28px;
	font-style: normal;
	line-height: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.admin-bar .mfp-close {
	top: 32px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	width: 100%; 

	text-align: right;

	color: white;
}

.mfp-counter {
	position: absolute;
	top: 6px;
	right: 0;

	color: #262526;

	font-size: 18px;
	line-height: 18px;
}

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

.mfp-iframe-holder .mfp-content {
	width: 100%;
	max-width: 900px; 

	line-height: 0;
}

.mfp-iframe-scaler {
	overflow: hidden;

	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 100%;

	background: black; 
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

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

/* Main image in popup */
img.mfp-img {
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto; 
	padding: 40px 0 40px;

	line-height: 0;
}

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

.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;

	width: 100%;
	margin-top: -36px;

	cursor: auto;

	color: #262526;
}

.mfp-title {
	margin-top: 8px;

	text-align: left;
	word-wrap: break-word; 

	font-size: 18px;
}

.mfp-figure small {
	display: block;

	font-size: 16px;
	line-height: 16px;
}

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
   * Remove all paddings around the image on small screen
   */
	.mfp-img-mobile .mfp-image-holder {
		padding-right: 0; 
		padding-left: 0;
	}

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

	/* The shadow behind the image */
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		position: fixed;
		top: auto;
		bottom: 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
		margin: 0;
		padding: 3px 5px;

		background: rgba(0, 0, 0, 0.6);
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		top: 3px; 
		right: 5px;
	}

	.mfp-img-mobile .mfp-close {
		position: fixed;
		top: 0;
		right: 0;

		width: 35px;
		height: 35px;
		padding: 0; 

		text-align: center;

		background: rgba(0, 0, 0, 0.6);

		line-height: 35px;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;

		margin-left: 5px;
	}
}
@media all and (max-width: 900px) {

	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-right: 6px; 
		padding-left: 6px;
	}
}

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

.mfp-ie7 .mfp-bottom-bar {
	left: 50%;

	width: 600px;
	margin-top: 5px;
	margin-left: -300px;
	padding-bottom: 5px;
}

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

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

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

	padding-top: 0;
}

.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8); 

	opacity: 0;
}

.mfp-zoom-in.mfp-bg {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 

	opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 

	opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-fade.mfp-bg {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	opacity: 0;

	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
	-webkit-transition: all 0.2s 0.1s ease-in-out;
	transition: all 0.2s 0.1s ease-in-out;

	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	-webkit-transition: all 0.2s 0.1s ease-in-out;
	transition: all 0.2s 0.1s ease-in-out; 
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: scale(0.75);
	-ms-transform: translate3d(0, 0, 0);
	-ms-transform: scale(0.75);
	transform: translate3d(0, 0, 0);
	transform: scale(0.75);

	opacity: 0;

	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);

	opacity: 0;
}

button.mfp-arrow {
	position: absolute;
	top: 50%;

	display: block;

	width: 55px;
	height: 55px;

	border: 0;
	border-bottom: 2px solid #262526;
	outline: 0;
}
@media not all and (min-width: 699px) {

	button.mfp-arrow {
		width: 35px; 
		height: 35px;
	}
}

button.mfp-arrow-left {
	left: 35px;

	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

	border-left: 2px solid #262526;
}
@media not all and (min-width: 699px) {

	button.mfp-arrow-left {
		left: 25px;
	}
}

button.mfp-arrow-right {
	right: 35px;

	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);

	border-right: 2px solid #262526;
}
@media not all and (min-width: 699px) {

	button.mfp-arrow-right {
		right: 25px;
	}
}

.mfp-iframe-scaler + .mfp-bottom-bar {
	margin-top: 6px;
}

.mfp-bottom-bar {
	line-height: 18px;
}

.mfp-bottom-bar .title {
	display: block;
}

.mfp-bottom-bar .description {
	font-size: 14px;
}

@media not all and (min-width: 999px) {

	.mfp-content {
		padding: 0 60px;
	}

	.mfp-iframe-scaler {
		position: relative;
	}

	.mfp-bottom-bar {
		right: 60px; 
		left: 60px;

		width: auto;
	}
}
/**
 * 21.0 - Overwrites
 */
.container {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 48px;
}
@media not all and (min-width: 999px) {

	.container {
		padding: 0 24px;
	}
}
@media not all and (min-width: 699px) {

	.container {
		padding: 0 12px;
	}
}

.panel--logo .container,
.panel--hamburger .container {
	max-width: none;
}

.site-content,
.site-footer {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto; 

	-ms-hyphens: auto;
}

.title-wrapper {
	opacity: 0;
}

.site-content {
	overflow: hidden;

	padding: 48px 0;

	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);

	background: white;
}
@media not all and (min-width: 999px) {

	.site-content {
		padding: 24px 0;
	}
}
@media not all and (min-width: 699px) {

	.site-content {
		padding-top: 12px;
		padding-bottom: 0;
	}
}

.site-header--show + div .site-content .title-wrapper {
	margin-top: -40px;
}

.site-content .title-wrapper {
	margin-top: -72px;
}

.scroll-lock {
	overflow: hidden;
}

.btn,
input[type="submit"],
.nav-button {
	letter-spacing: 0.1em;
	text-transform: uppercase; 

	font-size: 16px;
	font-weight: normal;
}

.hero-title--map {
	color: #262526;
}

.djax--hidden {
	display: none;
}

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

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

.is--ie .site-content {
	position: relative;
	z-index: 20; 

	overflow: hidden;

	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.is--ie .panel--hamburger {
	pointer-events: all;
}

.is--ie.nav--is-visible .panel--navigation {
	z-index: 2000;
}

.lt-ie9 .pile-item {
	position: relative;
	z-index: 20;

	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

html,
body,
.wrapper {
	-ms-overflow-style: scrollbar;
}
