/*
Theme Name: Pile
Theme URI: https://demos.pixelgrade.com/pile/
Author: Pixelgrade
Author URI: https://pixelgrade.com
Description: They just keep piling on and on.
Version: 2.6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pile
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
Requires at least: 5.7
Tested up to: 6.9

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
*/
.clearfix:after, .entry-footer:after, .footer-widget-area:after, .copyright-area:after, .comment_container:after, .btn-list:after,
.has_sidebar .container:after,
.media:after,
.latest-comments__list:after,
.nav:after,
.rsBullets:after,
.footer-widget-area ul[class*=menu]:after,
.social-links-list:after,
.tabs__nav:after,
.widget_categories > ul:after,
.widget_pages > ul:after,
.widget_meta > ul:after,
.widget_archive > ul:after,
.grid:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * 1.0 - Normalize
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-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 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  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 {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  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-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

*, *:before, *:after {
  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
 */
.comment-body .reply, .meta--post {
  font-size: 12px;
}

.site-footer, .latest-comments__list, .widget .post-date, .site-navigation, .copyright-overlay__content, .btn, .button, #infinite-handle span button, .error404 .return-home, .share-icons a, .nav-button a, input[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit], .meta--project, h4, h5, h6 {
  font-size: 13px;
}

.footer-widget-area ul[class*=menu], .footer-widget-area .widget, .metabox, pre:before, blockquote cite {
  font-size: 14px;
}

.mfp-title .description, .widget .widget__title, .widget ul, .c-pile__item, .pagination li a, .pagination li span, .btn--large {
  font-size: 16px;
}

.mfp-title .title, .comment-reply-title, .tabs__nav {
  font-size: 18px;
}

.mfp-counter, .btn--huge, .bigger-fonts {
  font-size: 20px;
}

.c-pile__item-title, h3 {
  font-size: 24px;
}

.article__title, blockquote {
  font-size: 30px;
}

.c-pile__item-title--fs-large, h2,
.bigger-fonts h3 {
  font-size: 38px;
}

blockquote cite:before {
  font-size: 45px;
}

h1,
.bigger-fonts h2 {
  font-size: 61px;
}

.dropcap {
  font-size: 82px;
}

.bigger-fonts h1,
.page__title,
.page-title {
  font-size: 100px;
}

@media only screen and (max-width: 1200px) {
  .comment-body .reply, .meta--post {
    font-size: 11px;
  }
  .site-footer, .latest-comments__list, .widget .post-date, .site-navigation, .copyright-overlay__content, .btn, .button, #infinite-handle span button, .error404 .return-home, .share-icons a, .nav-button a, input[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit], .meta--project, h4, h5, h6 {
    font-size: 12px;
  }
  .footer-widget-area ul[class*=menu], .footer-widget-area .widget, .metabox, pre:before, blockquote cite {
    font-size: 13px;
  }
  .mfp-title .description, .widget .widget__title, .widget ul, .c-pile__item, .pagination li a, .pagination li span, .btn--large {
    font-size: 15px;
  }
  .mfp-title .title, .comment-reply-title, .tabs__nav {
    font-size: 17px;
  }
  .mfp-counter, .btn--huge, .bigger-fonts {
    font-size: 19px;
  }
  .c-pile__item-title, h3 {
    font-size: 22px;
  }
  .article__title, blockquote {
    font-size: 27px;
  }
  .c-pile__item-title--fs-large, h2,
  .bigger-fonts h3 {
    font-size: 34px;
  }
  blockquote cite:before {
    font-size: 39px;
  }
  h1,
  .bigger-fonts h2 {
    font-size: 51px;
  }
  .dropcap {
    font-size: 68px;
  }
  .bigger-fonts h1,
  .page__title,
  .page-title {
    font-size: 82px;
  }
}
@media only screen and (max-width: 760px) {
  .comment-body .reply, .meta--post {
    font-size: 11px;
  }
  .site-footer, .latest-comments__list, .widget .post-date, .site-navigation, .copyright-overlay__content, .btn, .button, #infinite-handle span button, .error404 .return-home, .share-icons a, .nav-button a, input[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit], .meta--project, h4, h5, h6 {
    font-size: 11px;
  }
  .footer-widget-area ul[class*=menu], .footer-widget-area .widget, .metabox, pre:before, blockquote cite {
    font-size: 12px;
  }
  .mfp-title .description, .widget .widget__title, .widget ul, .c-pile__item, .pagination li a, .pagination li span, .btn--large {
    font-size: 14px;
  }
  .mfp-title .title, .comment-reply-title, .tabs__nav {
    font-size: 16px;
  }
  .mfp-counter, .btn--huge, .bigger-fonts {
    font-size: 17px;
  }
  .c-pile__item-title, h3 {
    font-size: 21px;
  }
  .article__title, blockquote {
    font-size: 25px;
  }
  .c-pile__item-title--fs-large, h2,
  .bigger-fonts h3 {
    font-size: 30px;
  }
  blockquote cite:before {
    font-size: 34px;
  }
  h1,
  .bigger-fonts h2 {
    font-size: 43px;
  }
  .dropcap {
    font-size: 57px;
  }
  .bigger-fonts h1,
  .page__title,
  .page-title {
    font-size: 69px;
  }
}
@media only screen and (max-width: 560px) {
  .comment-body .reply, .meta--post {
    font-size: 10px;
  }
  .site-footer, .latest-comments__list, .widget .post-date, .site-navigation, .copyright-overlay__content, .btn, .button, #infinite-handle span button, .error404 .return-home, .share-icons a, .nav-button a, input[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit], .meta--project, h4, h5, h6 {
    font-size: 11px;
  }
  .footer-widget-area ul[class*=menu], .footer-widget-area .widget, .metabox, pre:before, blockquote cite {
    font-size: 12px;
  }
  .mfp-title .description, .widget .widget__title, .widget ul, .c-pile__item, .pagination li a, .pagination li span, .btn--large {
    font-size: 13px;
  }
  .mfp-title .title, .comment-reply-title, .tabs__nav {
    font-size: 15px;
  }
  .mfp-counter, .btn--huge, .bigger-fonts {
    font-size: 16px;
  }
  .c-pile__item-title, h3 {
    font-size: 19px;
  }
  .article__title, blockquote {
    font-size: 23px;
  }
  .c-pile__item-title--fs-large, h2,
  .bigger-fonts h3 {
    font-size: 28px;
  }
  blockquote cite:before {
    font-size: 30px;
  }
  h1,
  .bigger-fonts h2 {
    font-size: 38px;
  }
  .dropcap {
    font-size: 50px;
  }
  .bigger-fonts h1,
  .page__title,
  .page-title {
    font-size: 60px;
  }
}
/*------------------------------------*\
Typography

[Table of contents]

1. $General
2. $Headings
3. $Links
4. $Lists
5. $Blockquotes
6. $Tables
7. $Code
------------------------------------------*/
/*------------------------------------*\
	1. $General
\*------------------------------------*/
body {
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #262526;
  font-feature-settings: "kern" 1, "liga" 1, "swsh" 1;
}

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

.single-post .entry-content > * {
  margin-bottom: 36px;
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

hr {
  width: 100%;
  border: 0;
  height: 1px;
  background: #EEE;
}

.hero-content h1, .hero-content h2, .hero-content h3 {
  margin-bottom: 12px;
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
  margin-top: 0;
}
.hero-content > :first-child {
  margin-top: 0;
}
.hero-content > :last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
	2. $Headings
\*------------------------------------*/
.widget .widget__title, .dropcap, h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: auto;
}

.nav--main, .meta, .article__more, .c-pile__item-meta,
.c-pile__item-link, .share-container h4, blockquote cite, h4, h5, h6, body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.wpcf7, .desc, blockquote cite:before, blockquote, h1 em, h2 em, h3 em {
  font-family: "Libre Baskerville", serif;
  -webkit-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 48px;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 0;
}

h1, h2, h3 {
  line-height: 1.2;
}
h1 em, h2 em, h3 em {
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: #fa5264;
}

.bigger-fonts h1,
.page__title,
.page-title {
  margin-left: -0.06em;
}

h3 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

h4, h5, h6 {
  letter-spacing: 0.23em;
  text-transform: uppercase;
  font-weight: 300;
}

h4 {
  color: #FC5253;
  font-weight: 500;
}
h4.em {
  position: relative;
}
h4.em:before {
  content: "";
  display: block;
  width: 1.3em;
  height: 2px;
  margin-right: 0.8em;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 100%;
  background: currentColor;
}

.hero em {
  color: inherit;
}

/*------------------------------------*\
	3. $Links
\*------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
  border-color: currentColor;
}
a:hover {
  color: #919191;
  border-color: currentColor;
}
.entry-content a, .hero-content p a, .site-footer a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.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"], .hero-content p a[href$=".jpg"], .hero-content p a[href$=".jpeg"], .hero-content p a[href$=".png"], .hero-content p a[href$=".gif"], .hero-content p a[href$=".bmp"], .site-footer a[href$=".jpg"], .site-footer a[href$=".jpeg"], .site-footer a[href$=".png"], .site-footer a[href$=".gif"], .site-footer a[href$=".bmp"] {
  border: 0;
}
a:not([href]) {
  border-bottom: none;
}

/*------------------------------------*\
	4. $Lists
\*------------------------------------*/
.entry-content dt,
.comment-body dt {
  font-weight: bold;
}
.entry-content dd,
.comment-body dd {
  padding-left: 3em;
}
.entry-content dd + dt,
.comment-body dd + dt {
  margin-top: 1.5em;
}
.entry-content li:not([class]) > ul:not([class]) > ol:not([class]),
.comment-body li:not([class]) > ul:not([class]) > ol:not([class]) {
  padding-left: 3em;
}
.entry-content ul, .entry-content ol,
.comment-body ul,
.comment-body ol {
  margin-left: 1.5em;
}
.entry-content ul ol, .entry-content ul ul, .entry-content ol ol, .entry-content ol ul,
.comment-body ul ol,
.comment-body ul ul,
.comment-body ol ol,
.comment-body ol ul {
  margin-bottom: 0;
}
.entry-content li,
.comment-body li {
  margin-bottom: 0.75em;
}

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

/*------------------------------------*\
	5. $Blockquotes
\*------------------------------------*/
blockquote {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.pull-left blockquote, .entry--single figure.alignleft blockquote, .pull-right blockquote, .entry--single figure.alignright blockquote {
  margin-top: 10px;
  border-top: 1px solid #EBEBEB;
}
blockquote p {
  margin-bottom: 0;
  transform: none;
}
blockquote cite {
  display: block;
  padding-top: 20px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.15px;
}
blockquote cite:before {
  content: "“";
  height: 40px;
  width: 40px;
  position: relative;
  display: inline-block;
  position: relative;
  top: 25px;
  margin-top: -25px;
  margin-right: 18px;
  line-height: 1.56;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: white;
  background: #91949B;
  border-radius: 50%;
}

/*------------------------------------*\
	6. $Tables
\*------------------------------------*/
table {
  margin-bottom: 1.5em;
  width: 100%;
  border-top: 0;
}
table th {
  text-align: left;
}
table tr + tr {
  border-top: 1px dotted #91949B;
}
table th, table td {
  vertical-align: middle;
}

/*------------------------------------*\
	7. $Code
\*------------------------------------*/
pre {
  position: relative;
  padding-left: 2.25em;
  padding-right: 2.25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #b3b3b3;
}
pre:before {
  content: "\f121";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px;
  font-family: FontAwesome;
  color: white;
  background: #b3b3b3;
}

.meta, .article__more, .c-pile__item-meta,
.c-pile__item-link, .share-container h4 {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  list-style: none;
}
.meta > *, .article__more > *, .c-pile__item-meta > *,
.c-pile__item-link > *, .share-container h4 > * {
  display: inline-block;
  margin-bottom: 0.7em;
}
.meta > * + *:before, .article__more > * + *:before, .c-pile__item-meta > * + *:before,
.c-pile__item-link > * + *:before, .share-container h4 > * + *:before {
  content: "-";
  padding-right: 0.5em;
  padding-left: 0.2em;
}

.meta--post {
  font-weight: 400;
  letter-spacing: 0.185em;
}
.meta--post a {
  color: #91949B;
}
.meta--post > * + *:before {
  content: "•";
}

/**
 *   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] */
}

@media only screen and (min-width: 699px) {
  p + .alignleft, p + .alignright {
    margin-top: 0.5em;
  }
}

.entry--page .alignleft {
  float: left;
  margin-right: 25px;
}
@media only screen and (min-width: 1200px) {
  .entry--page .alignleft {
    margin-right: 50px;
  }
}
.entry--page .alignright {
  float: right;
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) {
  .entry--page .alignright {
    margin-left: 50px;
  }
}

.alignleft, .alignright, .aligncenter, .alignnone {
  display: block;
}

figure.alignleft, figure.alignright {
  margin-top: 10px;
  margin-bottom: 10px;
}

figure.aligncenter, figure.alignnone {
  margin-top: 50px;
  margin-bottom: 50px;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}
.aligncenter img {
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .entry--single figure.alignnone,
  .entry--single figure.aligncenter {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-left: calc(-187.5px);
    margin-right: calc(-187.5px);
    max-width: calc(100% + 375px);
  }
  .entry--single figure.alignnone img,
  .entry--single figure.aligncenter img {
    margin: 0 auto;
    width: auto;
  }
}
/*------------------------------------*\
	2. $Figures and captions
\*------------------------------------*/
.wp-caption {
  width: auto !important;
}
.wp-caption img {
  display: block;
}

.wp-caption-text, .gallery-caption {
  font-size: 13px;
  margin-top: 6px;
  color: #919191;
}

/*------------------------------------*\
	3. $Galleries
\*------------------------------------*/
.gallery.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.gallery.gallery > * {
  min-width: 0;
}

.gallery-item.gallery-item {
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width: 699px) {
  .gallery-item.gallery-item {
    margin-bottom: 10px;
  }
}
.gallery-item.gallery-item a {
  display: block;
  border: 0;
}
.widget-area .gallery-item.gallery-item {
  margin-bottom: 5px;
}

.gallery-icon img {
  margin: 0 auto;
  display: block;
}

.gallery-caption {
  margin-left: 0 !important;
}

.gallery-columns-1 .gallery-item {
  flex-basis: calc(100% - 5px);
}

.gallery-columns-2 .gallery-item {
  flex-basis: calc(50% - 5px);
}

.gallery-columns-3 .gallery-item {
  flex-basis: calc(33.3333333333% - 5px);
}

.gallery-columns-4 .gallery-item {
  flex-basis: calc(25% - 5px);
}

.gallery-columns-5 .gallery-item {
  flex-basis: calc(20% - 5px);
}

.gallery-columns-6 .gallery-item {
  flex-basis: calc(16.6666666667% - 5px);
}

.gallery-columns-7 .gallery-item {
  flex-basis: calc(14.2857142857% - 5px);
}

.gallery-columns-8 .gallery-item {
  flex-basis: calc(12.5% - 5px);
}

.gallery-columns-9 .gallery-item {
  flex-basis: calc(11.1111111111% - 5px);
}

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

[Table of contents]

1. $Common form controls
2. $Common form controls
3. $Checkboxes and radios
4. $Inline forms
5. $Input groups
6. $3rd Party Plugins
------------------------------------------*/
/*------------------------------------*\
	1. $Form Reset
\*------------------------------------*/
/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/*------------------------------------*\
	2. $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,
.select2-container .select2-choice,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=date],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=email],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=month],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=number],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=password],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=range],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=search],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=text],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=time],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=url],
div.wpforms-container-full.wpforms-container .wpforms-form input[type=week],
div.wpforms-container-full.wpforms-container .wpforms-form select,
div.wpforms-container-full.wpforms-container .wpforms-form textarea {
  min-height: 46px;
  display: block;
  vertical-align: middle;
  width: 100%;
  padding: 13px 16px;
  outline: 0;
  font-size: 15px;
  line-height: normal;
  font-weight: 300;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  box-shadow: none;
}
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,
.select2-container .select2-choice:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=date]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=email]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=month]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=number]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=password]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=range]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=search]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=text]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=time]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=url]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form input[type=week]:focus,
div.wpforms-container-full.wpforms-container .wpforms-form select:focus,
div.wpforms-container-full.wpforms-container .wpforms-form textarea:focus {
  outline: 1px solid #b3b3b3;
}

select,
div.wpforms-container-full.wpforms-container .wpforms-form select {
  padding-top: 13px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg width="11px" height="6px" viewBox="241 20 11 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M246.059058,26 L244.619559,24.2927665 C243.413039,22.8618443 241,20 241,20 L251.115174,20 L246.059058,26 Z" id="Imported-Layers" stroke="none" fill="#3E4758" fill-rule="evenodd"></path></svg>') no-repeat calc(100% - 16px) center;
}

/*------------------------------------*\
	3. $Checkboxes and radios
\*------------------------------------*/
/**
 *
 * Indent the labels to position radios/checkboxes as hanging controls.
 */
.radio,
.checkbox {
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: 12px;
}

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

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

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

/*------------------------------------*\
	5. $Input groups
\*------------------------------------*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

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

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/*------------------------------------*\
	6. $WPForms Lite
	-> https://wordpress.org/plugins/wpforms-lite/
\*------------------------------------*/
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit]:hover {
  border-color: currentColor;
}
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit].full {
  width: 100%;
}
div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
}
div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-required-label {
  color: #919191;
}
div.wpforms-container-full.wpforms-container .wpforms-field-small,
div.wpforms-container-full.wpforms-container .wpforms-field-medium,
div.wpforms-container-full.wpforms-container .wpforms-field-large {
  max-width: 100% !important;
}
div.wpforms-container-full.wpforms-container .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.wpforms-container-full.wpforms-container .wpforms-field-container .wpforms-field {
  flex: 0 0 100%;
  padding: 15px 0;
}
div.wpforms-container-full.wpforms-container .wpforms-field-container .wpforms-field.half {
  flex: 0 0 calc(50% - 10px);
}
div.wpforms-container-full.wpforms-container .wpforms-field-container .wpforms-field.third {
  flex: 0 0 calc(33.3333333333% - 10px);
}
div.wpforms-container-full.wpforms-container.wpforms-container .wpforms-submit-container {
  padding-top: 17px;
}

.select2-container .select2-choice {
  border-radius: 0;
}

.select2-drop {
  border-color: #DEDEDE;
}

.select2-search input {
  min-height: 0;
}

/**
 * 4.0 - Helpers
 */
.pa, .center, .cover, .stretch {
  position: absolute;
}

.pr {
  position: relative;
}

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

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

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

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

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

.italic {
  font-style: italic;
}

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

.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%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 699px) {
  .hero-content .desc, .desc.large {
    font-size: 1.5em;
  }
}

.desc {
  -webkit-font-smoothing: antialiased;
  font-size: 1.25em;
}
@media not all and (min-width: 699px) {
  .desc {
    font-size: 1em;
  }
}
.twocolumn {
  margin-bottom: 24px;
}
@media only screen and (min-width: 699px) {
  .twocolumn {
    position: relative;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.dropcap {
  float: left;
  line-height: 1;
  margin-bottom: -0.1463414634em;
  margin-right: 0.1463414634em;
}

.highlight {
  position: relative;
  padding: 0 8px;
  margin: 0 4px;
  z-index: 0;
}
.highlight:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: 0;
  bottom: -4px;
  right: 0;
  background: #ededed;
}

.pull-left, .entry--single figure.alignleft {
  padding-right: 25px;
}

.pull-right, .entry--single figure.alignright {
  padding-left: 25px;
}

@media only screen and (min-width: 1200px) {
  .pull-left, .entry--single figure.alignleft {
    margin-left: -187.5px;
    max-width: calc(50px + 50%);
    padding-right: 50px;
    float: left;
    text-align: right;
  }
  .pull-right, .entry--single figure.alignright {
    margin-right: -187.5px;
    max-width: calc(50px + 50%);
    padding-left: 50px;
    float: right;
    text-align: left;
  }
}
.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] */
}

.widget_categories > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul, .grid {
  list-style: none;
  margin-left: -2.25em;
}

.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 {
  direction: rtl;
  float: right;
}

.nav, .rsBullets, .footer-widget-area ul[class*=menu], .social-links-list, .tabs__nav {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.nav > li, .rsBullets > li, .footer-widget-area ul[class*=menu] > li, .social-links-list > li, .tabs__nav > li,
.nav > li > a,
.rsBullets > li > a,
.footer-widget-area ul[class*=menu] > li > a,
.social-links-list > li > a,
.tabs__nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

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

.nav--block {
  line-height: 1;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.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 #ccc;
}

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

.tabs__nav {
  font-weight: normal;
  margin-bottom: 24px;
}
.tabs__nav li {
  border: 6px solid transparent;
}
.tabs__nav li:last-child {
  border: 0;
}
.tabs__nav a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.tabs__nav a.current, .tabs__nav a:hover {
  border-bottom-color: #515150;
}

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

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

.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 {
  overflow: hidden;
  display: block;
}
.media__body, .latest-comments__body,
.media__body > :last-child,
.latest-comments__body > :last-child {
  margin-bottom: 0;
}

.btn, .button, #infinite-handle span button, .error404 .return-home, .share-icons a, .nav-button a, input[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit] {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  margin: 0;
  border: 0;
  cursor: pointer;
  overflow: visible;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: #262526;
  color: white;
  transition: all 0.2s;
}
@media only screen and (min-width: 699px) {
  .btn, .button, #infinite-handle span button, .error404 .return-home, .share-icons a, .nav-button a, input[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit] {
    padding: 18px 44px;
  }
}

a.btn,
a.button {
  border: 0;
}

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

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

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

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

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

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

.btn-list {
  padding: 0;
  margin: 0 0 0 -2px;
  list-style: none;
}
.btn-list > .btn, .btn-list > li, .btn-list > a {
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
}

.form-search {
  position: relative;
  width: 100%;
  height: 44px;
}
.form-search .search-query {
  position: absolute;
  left: 0;
  top: 0;
  right: 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;
  padding: 6px;
  height: 46px;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  border: 0;
}
.form-search .search-submit:after {
  border: 0;
}
.error404 .form-search {
  max-width: 500px;
}

.separator {
  max-width: 60px;
  display: block;
  margin: 24px auto;
  border: 0;
  border-style: solid;
  border-bottom-width: 3px;
  border-color: #262526;
}
.hero .separator {
  border-color: white;
}

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

.pixcode--icon {
  display: inline-block;
  min-width: 45px;
  text-align: center;
  font-size: 26px;
  color: inherit;
}
.pixcode--icon.square, .pixcode--icon.circle {
  display: inline-block;
  background-color: #262526;
  color: white;
  padding: 0;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.pixcode--icon.square:hover, .pixcode--icon.circle:hover {
  background-color: white;
  color: white;
}
.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.circle, .pixcode--icon.medium.square {
  width: 2.2857142857em;
  height: 2.2857142857em;
  line-height: 2.2857142857em;
}
.pixcode--icon.big {
  font-size: 30px;
}
.pixcode--icon.big.circle, .pixcode--icon.big.square {
  width: 2em;
  height: 2em;
  line-height: 2em;
}

a:hover > .pixcode--icon {
  text-decoration: none;
  border: none;
}
a:hover > .pixcode--icon.circle, a:hover > .pixcode--icon.square {
  background-color: #262526;
}

a.pixcode-icon-link {
  border: none;
}

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

.pagination--archive {
  position: relative;
  z-index: 5;
}
.infinite-scroll .pagination--archive {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-button.prev {
  margin-right: auto;
}
.nav-button.next {
  margin-left: auto;
}

.pagination {
  border: none;
  text-align: center;
  padding-left: 0;
  position: relative;
}
.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;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #919191;
  background: white;
  transition: all 0.15s linear;
}
.pagination li a:hover {
  color: white !important;
  background-color: #fa5264;
  border-bottom: 1px solid transparent;
}
.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 {
  color: #F0F0F0 !important;
  pointer-events: none;
}

.page-numbers.prev {
  left: 0;
}
.page-numbers.prev:before {
  content: "←";
  margin-right: 12px;
}

.page-numbers.next {
  right: 0;
}
.page-numbers.next:after {
  content: "→";
  margin-left: 12px;
}

@media not all and (min-width: 699px) {
  .wpcf7 .inline {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 699px) {
  .wpcf7 .inline {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
  }
}
.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 18- */
  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;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.touchevents #gmap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.touchevents #gmap.is-active:after {
  display: none;
}
#gmap img {
  max-width: none;
}
.is--untouchable #gmap {
  pointer-events: none;
}

.map__marker {
  position: relative;
  bottom: 100%;
  left: -50%;
  top: -12px;
  background: black;
  color: white;
  padding: 24px;
}
.map__marker:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top-color: black;
  margin-left: -8px;
}
.map__marker h1, .map__marker h2, .map__marker h3, .map__marker h4, .map__marker h5, .map__marker h6 {
  color: white;
}
.map__marker img {
  width: auto !important;
  max-width: none;
  margin: 0 auto;
}

.map__marker-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
@media only screen and (min-width: 340px) {
  .map__marker-wrap {
    min-width: 20em;
  }
}
@media not all and (min-width: 340px) {
  .map__marker-wrap {
    width: calc(100vw - 32px);
  }
}
.map__marker-wrap.is-empty {
  width: 0;
  height: 0;
  min-width: 0;
  border-radius: 50%;
}
.map__marker-wrap.is-empty .map__marker {
  width: 40px;
  height: 40px;
  top: auto;
  left: auto;
  bottom: auto;
  padding: 0;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  transform: translateY(-100%) rotate(45deg);
}
.map__marker-wrap.is-empty .map__marker:after {
  display: none;
}

/*----------------------------------------*\
            $COPYRIGHT-OVERLAY
\*----------------------------------------*/
.copyright-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 5px;
}
.is--active-copyright-overlay .copyright-overlay {
  display: block;
}

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

.copyright-overlay__content {
  color: white;
  text-align: center;
  padding: 12px;
  font-weight: bold;
}

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

/**
 * 6.0 - Vendor
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right, .entry--single figure.alignright {
  float: right;
}

.pull-left, .entry--single figure.alignleft {
  float: left;
}

.icon.pull-left, .entry--single figure.icon.alignleft {
  margin-right: 0.3em;
}
.icon.pull-right, .entry--single figure.icon.alignright {
  margin-left: 0.3em;
}

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

.icon-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.icon-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-pied-piper-pp: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-resistance:before,
.icon-rebel:before {
  content: "\f1d0";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-first-order:before {
  content: "\f2b0";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: "\f2b3";
}

.icon-fa:before,
.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

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

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

.icon-linode:before {
  content: "\f2b8";
}

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

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-vcard:before,
.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard-o:before,
.icon-address-card-o:before {
  content: "\f2bc";
}

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

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

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

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before,
.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before,
.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-thermometer-4:before,
.icon-thermometer:before,
.icon-thermometer-full:before {
  content: "\f2c7";
}

.icon-thermometer-3:before,
.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}

.icon-thermometer-2:before,
.icon-thermometer-half:before {
  content: "\f2c9";
}

.icon-thermometer-1:before,
.icon-thermometer-quarter:before {
  content: "\f2ca";
}

.icon-thermometer-0:before,
.icon-thermometer-empty:before {
  content: "\f2cb";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bathtub:before,
.icon-s15:before,
.icon-bath:before {
  content: "\f2cd";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-times-rectangle:before,
.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before,
.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-eercast:before {
  content: "\f2da";
}

.icon-microchip:before {
  content: "\f2db";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-meetup:before {
  content: "\f2e0";
}

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

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

@font-face {
  font-family: "entypo";
  src: url("assets/fonts/entypo2/entypo.eot");
  src: url("assets/fonts/entypo2/entypo.eot?#iefix") format("embedded-opentype"), url("assets/fonts/entypo2/entypo.woff") format("woff"), url("assets/fonts/entypo2/entypo.ttf") format("truetype"), url("assets/fonts/entypo2/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "entypo";
    src: url("assets/fonts/entypo2/entypo.svg#entypo") format("svg");
  }
}
@font-face {
  font-family: "entypo-social";
  src: url("assets/fonts/entypo2/entypo-social.eot");
  src: url("assets/fonts/entypo2/entypo-social.eot?#iefix") format("embedded-opentype"), url("assets/fonts/entypo2/entypo-social.woff") format("woff"), url("assets/fonts/entypo2/entypo-social.ttf") format("truetype"), url("assets/fonts/entypo2/entypo-social.svg#entypo-social") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "entypo-social";
    src: url("assets/fonts/entypo2/entypo-social.svg#entypo-social") format("svg");
  }
}
[class^=icon-e-]:before, [class*=" icon-e-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* '' */
.icon-e-resize-full:before {
  content: "\e869";
}

/* '' */
.icon-e-resize-small:before {
  content: "\e86a";
}

/* '' */
.icon-e-popup:before {
  content: "\e86b";
}

/* '' */
.icon-e-publish:before {
  content: "\e86c";
}

/* '' */
.icon-e-window:before {
  content: "\e86d";
}

/* '' */
.icon-e-arrow-combo:before {
  content: "\e86e";
}

/* '' */
.icon-e-chart-pie:before {
  content: "\e8c4";
}

/* '' */
.icon-e-language:before {
  content: "\e8ca";
}

/* '' */
.icon-e-air:before {
  content: "\e8ce";
}

/* '' */
.icon-e-database:before {
  content: "\e8d3";
}

/* '' */
.icon-e-drive:before {
  content: "\e8d4";
}

/* '' */
.icon-e-bucket:before {
  content: "\e8d5";
}

/* '' */
.icon-e-thermometer:before {
  content: "\e8d6";
}

/* '' */
.icon-e-down-circled:before {
  content: "\e86f";
}

/* '' */
.icon-e-left-circled:before {
  content: "\e870";
}

/* '' */
.icon-e-right-circled:before {
  content: "\e871";
}

/* '' */
.icon-e-up-circled:before {
  content: "\e872";
}

/* '' */
.icon-e-down-open:before {
  content: "\e873";
}

/* '' */
.icon-e-left-open:before {
  content: "\e874";
}

/* '' */
.icon-e-right-open:before {
  content: "\e875";
}

/* '' */
.icon-e-up-open:before {
  content: "\e876";
}

/* '' */
.icon-e-down-open-mini:before {
  content: "\e877";
}

/* '' */
.icon-e-left-open-mini:before {
  content: "\e878";
}

/* '' */
.icon-e-right-open-mini:before {
  content: "\e879";
}

/* '' */
.icon-e-up-open-mini:before {
  content: "\e87a";
}

/* '' */
.icon-e-down-open-big:before {
  content: "\e87b";
}

/* '' */
.icon-e-left-open-big:before {
  content: "\e87c";
}

/* '' */
.icon-e-right-open-big:before {
  content: "\e87d";
}

/* '' */
.icon-e-up-open-big:before {
  content: "\e87e";
}

/* '' */
.icon-e-progress-0:before {
  content: "\e89f";
}

/* '' */
.icon-e-progress-1:before {
  content: "\e8a0";
}

/* '' */
.icon-e-progress-2:before {
  content: "\e8a1";
}

/* '' */
.icon-e-progress-3:before {
  content: "\e8a2";
}

/* '' */
.icon-e-back-in-time:before {
  content: "\e8aa";
}

/* '' */
.icon-e-network:before {
  content: "\e8ad";
}

/* '' */
.icon-e-inbox:before {
  content: "\e8af";
}

/* '' */
.icon-e-install:before {
  content: "\e8b0";
}

/* '' */
.icon-e-lifebuoy:before {
  content: "\e8b9";
}

/* '' */
.icon-e-mouse:before {
  content: "\e8ba";
}

/* '' */
.icon-e-dot:before {
  content: "\e8bd";
}

/* '' */
.icon-e-dot-2:before {
  content: "\e8be";
}

/* '' */
.icon-e-dot-3:before {
  content: "\e8bf";
}

/* '' */
.icon-e-suitcase:before {
  content: "\e8bc";
}

/* '' */
.icon-e-flow-cascade:before {
  content: "\e8d8";
}

/* '' */
.icon-e-flow-branch:before {
  content: "\e8d9";
}

/* '' */
.icon-e-flow-tree:before {
  content: "\e8da";
}

/* '' */
.icon-e-flow-line:before {
  content: "\e8db";
}

/* '' */
.icon-e-flow-parallel:before {
  content: "\e8dc";
}

/* '' */
.icon-e-brush:before {
  content: "\e8c0";
}

/* '' */
.icon-e-paper-plane:before {
  content: "\e8b7";
}

/* '' */
.icon-e-magnet:before {
  content: "\e8c1";
}

/* '' */
.icon-e-gauge:before {
  content: "\e8de";
}

/* '' */
.icon-e-traffic-cone:before {
  content: "\e8df";
}

/* '' */
.icon-e-cc:before {
  content: "\e8e0";
}

/* '' */
.icon-e-cc-by:before {
  content: "\e8e1";
}

/* '' */
.icon-e-cc-nc:before {
  content: "\e8e2";
}

/* '' */
.icon-e-cc-nc-eu:before {
  content: "\e8e3";
}

/* '' */
.icon-e-cc-nc-jp:before {
  content: "\e8e4";
}

/* '' */
.icon-e-cc-sa:before {
  content: "\e8e5";
}

/* '' */
.icon-e-cc-nd:before {
  content: "\e8e6";
}

/* '' */
.icon-e-cc-pd:before {
  content: "\e8e7";
}

/* '' */
.icon-e-cc-zero:before {
  content: "\e8e8";
}

/* '' */
.icon-e-cc-share:before {
  content: "\e8e9";
}

/* '' */
.icon-e-cc-remix:before {
  content: "\e8ea";
}

/* '' */
.icon-e-github:before {
  content: "\e8eb";
}

/* '' */
.icon-e-github-circled:before {
  content: "\e8ec";
}

/* '' */
.icon-e-flickr:before {
  content: "\e8ed";
}

/* '' */
.icon-e-flickr-circled:before {
  content: "\e8ee";
}

/* '' */
.icon-e-vimeo:before {
  content: "\e8ef";
}

/* '' */
.icon-e-vimeo-circled:before {
  content: "\e8f0";
}

/* '' */
.icon-e-twitter:before {
  content: "\e8f1";
}

/* '' */
.icon-e-twitter-circled:before {
  content: "\e8f2";
}

/* '' */
.icon-e-facebook:before {
  content: "\e8f3";
}

/* '' */
.icon-e-facebook-circled:before {
  content: "\e8f4";
}

/* '' */
.icon-e-facebook-squared:before {
  content: "\e8f5";
}

/* '' */
.icon-e-gplus:before {
  content: "\e8f6";
}

/* '' */
.icon-e-gplus-circled:before {
  content: "\e8f7";
}

/* '' */
.icon-e-pinterest:before {
  content: "\e8f8";
}

/* '' */
.icon-e-pinterest-circled:before {
  content: "\e8f9";
}

/* '' */
.icon-e-tumblr:before {
  content: "\e8fa";
}

/* '' */
.icon-e-tumblr-circled:before {
  content: "\e8fb";
}

/* '' */
.icon-e-linkedin:before {
  content: "\e8fc";
}

/* '' */
.icon-e-linkedin-circled:before {
  content: "\e8fd";
}

/* '' */
.icon-e-dribbble:before {
  content: "\e8fe";
}

/* '' */
.icon-e-dribbble-circled:before {
  content: "\e8ff";
}

/* '' */
.icon-e-stumbleupon:before {
  content: "\e900";
}

/* '' */
.icon-e-stumbleupon-circled:before {
  content: "\e901";
}

/* '' */
.icon-e-lastfm:before {
  content: "\e902";
}

/* '' */
.icon-e-lastfm-circled:before {
  content: "\e903";
}

/* '' */
.icon-e-rdio:before {
  content: "\e904";
}

/* '' */
.icon-e-rdio-circled:before {
  content: "\e905";
}

/* '' */
.icon-e-spotify:before {
  content: "\e906";
}

/* '' */
.icon-e-spotify-circled:before {
  content: "\e907";
}

/* '' */
.icon-e-qq:before {
  content: "\e908";
}

/* '' */
.icon-e-instagram:before {
  content: "\e909";
}

/* '' */
.icon-e-dropbox:before {
  content: "\e90a";
}

/* '' */
.icon-e-evernote:before {
  content: "\e90b";
}

/* '' */
.icon-e-flattr:before {
  content: "\e90c";
}

/* '' */
.icon-e-skype:before {
  content: "\e90d";
}

/* '' */
.icon-e-skype-circled:before {
  content: "\e90e";
}

/* '' */
.icon-e-renren:before {
  content: "\e90f";
}

/* '' */
.icon-e-sina-weibo:before {
  content: "\e910";
}

/* '' */
.icon-e-paypal:before {
  content: "\e911";
}

/* '' */
.icon-e-picasa:before {
  content: "\e912";
}

/* '' */
.icon-e-soundcloud:before {
  content: "\e913";
}

/* '' */
.icon-e-mixi:before {
  content: "\e914";
}

/* '' */
.icon-e-behance:before {
  content: "\e915";
}

/* '' */
.icon-e-google-circles:before {
  content: "\e916";
}

/* '' */
.icon-e-vkontakte:before {
  content: "\e917";
}

/* '' */
.icon-e-smashing:before {
  content: "\e918";
}

/* '' */
.icon-e-db-shape:before {
  content: "\e91a";
}

/* '' */
.icon-e-sweden:before {
  content: "\e919";
}

/* '' */
.icon-e-logo-db:before {
  content: "\e91b";
}

/* '' */
.icon-e-picture:before {
  content: "\e80e";
}

/* '' */
.icon-e-globe:before {
  content: "\e8b1";
}

/* '' */
.icon-e-leaf:before {
  content: "\e8b8";
}

/* '' */
.icon-e-graduation-cap:before {
  content: "\e8c9";
}

/* '' */
.icon-e-mic:before {
  content: "\e85e";
}

/* '' */
.icon-e-palette:before {
  content: "\e8a4";
}

/* '' */
.icon-e-ticket:before {
  content: "\e8cb";
}

/* '' */
.icon-e-video:before {
  content: "\e80d";
}

/* '' */
.icon-e-target:before {
  content: "\e8a3";
}

/* '' */
.icon-e-music:before {
  content: "\e802";
}

/* '' */
.icon-e-trophy:before {
  content: "\e8a8";
}

/* '' */
.icon-e-thumbs-up:before {
  content: "\e82b";
}

/* '' */
.icon-e-thumbs-down:before {
  content: "\e82c";
}

/* '' */
.icon-e-bag:before {
  content: "\e85a";
}

/* '' */
.icon-e-user:before {
  content: "\e80a";
}

/* '' */
.icon-e-users:before {
  content: "\e80b";
}

/* '' */
.icon-e-lamp:before {
  content: "\e864";
}

/* '' */
.icon-e-alert:before {
  content: "\e83f";
}

/* '' */
.icon-e-water:before {
  content: "\e8cc";
}

/* '' */
.icon-e-droplet:before {
  content: "\e8cd";
}

/* '' */
.icon-e-credit-card:before {
  content: "\e8cf";
}

/* '' */
.icon-e-monitor:before {
  content: "\e8ab";
}

/* '' */
.icon-e-briefcase:before {
  content: "\e8bb";
}

/* '' */
.icon-e-floppy:before {
  content: "\e8d0";
}

/* '' */
.icon-e-cd:before {
  content: "\e8ae";
}

/* '' */
.icon-e-folder:before {
  content: "\e850";
}

/* '' */
.icon-e-doc-text:before {
  content: "\e84b";
}

/* '' */
.icon-e-calendar:before {
  content: "\e85b";
}

/* '' */
.icon-e-chart-line:before {
  content: "\e8c5";
}

/* '' */
.icon-e-chart-bar:before {
  content: "\e8c6";
}

/* '' */
.icon-e-clipboard:before {
  content: "\e8d1";
}

/* '' */
.icon-e-attach:before {
  content: "\e823";
}

/* '' */
.icon-e-bookmarks:before {
  content: "\e829";
}

/* '' */
.icon-e-book:before {
  content: "\e84f";
}

/* '' */
.icon-e-book-open:before {
  content: "\e84e";
}

/* '' */
.icon-e-phone:before {
  content: "\e854";
}

/* '' */
.icon-e-megaphone:before {
  content: "\e8d2";
}

/* '' */
.icon-e-upload:before {
  content: "\e82e";
}

/* '' */
.icon-e-download:before {
  content: "\e82d";
}

/* '' */
.icon-e-box:before {
  content: "\e852";
}

/* '' */
.icon-e-newspaper:before {
  content: "\e84d";
}

/* '' */
.icon-e-mobile:before {
  content: "\e8ac";
}

/* '' */
.icon-e-signal:before {
  content: "\e8a7";
}

/* '' */
.icon-e-camera:before {
  content: "\e80f";
}

/* '' */
.icon-e-shuffle:before {
  content: "\e894";
}

/* '' */
.icon-e-loop:before {
  content: "\e895";
}

/* '' */
.icon-e-arrows-ccw:before {
  content: "\e891";
}

/* '' */
.icon-e-light-down:before {
  content: "\e865";
}

/* '' */
.icon-e-light-up:before {
  content: "\e866";
}

/* '' */
.icon-e-mute:before {
  content: "\e85f";
}

/* '' */
.icon-e-sound:before {
  content: "\e860";
}

/* '' */
.icon-e-battery:before {
  content: "\e8a9";
}

/* '' */
.icon-e-search:before {
  content: "\e803";
}

/* '' */
.icon-e-key:before {
  content: "\e8d7";
}

/* '' */
.icon-e-lock:before {
  content: "\e824";
}

/* '' */
.icon-e-lock-open:before {
  content: "\e825";
}

/* '' */
.icon-e-bell:before {
  content: "\e83d";
}

/* '' */
.icon-e-bookmark:before {
  content: "\e828";
}

/* '' */
.icon-e-link:before {
  content: "\e822";
}

/* '' */
.icon-e-back:before {
  content: "\e820";
}

/* '' */
.icon-e-flashlight:before {
  content: "\e804";
}

/* '' */
.icon-e-chart-area:before {
  content: "\e8c7";
}

/* '' */
.icon-e-clock:before {
  content: "\e862";
}

/* '' */
.icon-e-rocket:before {
  content: "\e8dd";
}

/* '' */
.icon-e-block:before {
  content: "\e868";
}

/* '' */
.share-container {
  padding: 40px 0 60px;
  text-align: center;
}
@media only screen and (min-width: 699px) {
  .share-container {
    padding: 80px 0 100px;
  }
}
.share-container h4 {
  margin-bottom: 18px;
}

.single-post .share-container {
  padding-top: 0;
}

.share-icons {
  list-style: none;
  margin-left: -4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.share-icons a {
  float: none !important;
  margin: 0 5px;
  width: 56px;
  height: 56px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  background-color: transparent;
}
.share-icons a:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: none;
}
.share-icons a:hover {
  opacity: 0.23;
}
.share-icons span {
  margin: 0 !important;
  background: none !important;
}
.share-icons path {
  fill: currentColor;
}
.share-icons span, .share-icons svg {
  display: block;
  width: 24px !important;
  height: 24px !important;
}
.share-icons .a2a_button_google_plusone_share span, .share-icons .a2a_button_google_plusone_share svg {
  width: 32px !important;
  height: 32px !important;
}
.share-icons .a2a_counter.a2a_bubble_style {
  background: none;
}
.share-icons .a2a_counter.a2a_bubble_style a.a2a_button_expanded {
  padding: 0;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 56px !important;
}
.share-icons .a2a_counter.a2a_bubble_style a.a2a_button_expanded:hover {
  background: #262526 !important;
  color: white !important;
}

span.at_PinItButton:before {
  content: "\f0d2";
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding-left: 0.15em;
  padding-top: 0.05em;
  font-family: FontAwesome;
  font-size: 1.7em;
}

/**
 * 7.0 - Header
 */
.site-header {
  width: 100%;
  height: 200px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background: white;
  transition: all 0.2s ease-out;
  transition-property: color, background-color;
}
@media only screen and (min-width: 699px) {
  .site-header {
    transform: translateZ(0);
  }
}
@media not all and (min-width: 699px) {
  .site-header {
    z-index: 1000;
  }
  .site-header.site-header {
    background: none;
  }
}
.site-header a {
  transition: color 0.2s ease-out;
}
.site-header a, .site-header .navigation-toggle:hover {
  color: inherit;
}
.site-header {
  top: 0px;
}
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.site-header--static {
  position: absolute;
}

.site-header .logo__img--light {
  opacity: 0;
}

.site-header--transparent {
  background: transparent !important;
  color: white;
}
.site-header--transparent .navigation-toggle, .site-header--transparent .navigation-toggle:hover {
  color: white;
}
@media only screen and (min-width: 699px) {
  .site-header--transparent .nav--main > li:not([class*=current-menu]) > a {
    color: white;
  }
}
.site-header--transparent .logo__img--dark {
  opacity: 0;
}
.site-header--transparent .logo__img--light {
  opacity: 1;
}

@media only screen and (min-width: 699px) {
  .site-header--trigger .site-navigation,
  .site-header--trigger .navigation-toggle {
    transition: opacity 0.2s ease-out;
  }
  .site-header--trigger .site-navigation, .nav--is-visible .site-header--trigger .navigation-toggle {
    opacity: 0;
    pointer-events: none;
  }
  .site-header--trigger .navigation-toggle, .nav--is-visible .site-header--trigger .site-navigation {
    opacity: 1;
    pointer-events: auto;
  }
}

.logo {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.logo__text {
  margin: 0;
  color: inherit;
}

.logo__img {
  display: block;
  max-width: none;
  transition: opacity 0.2s ease-out;
}
@media only screen and (min-width: 699px) {
  .logo__img[src*=svg] {
    max-width: 12vw;
  }
}

.logo__img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.border-logo-bgscale {
  position: absolute;
  top: 50%;
  left: 50%;
}

.border-logo-background {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-50%, -50%, 0) scaleY(0);
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 60px;
  overflow: hidden;
}
.border-logo-background .logo {
  opacity: 0;
}

.border-logo-fill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  background: white;
}

.border-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.border-logo img {
  width: auto;
}

.border-logo-bgscale .logo__img,
.border-logo .logo__img {
  max-height: none;
}

/**
 * 8.0 - Panel component
 */
.panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  left: 25px;
}
@media only screen and (min-width: 699px) {
  .panel {
    right: 40px;
    left: 40px;
  }
}

/**
 * 9.0 - Navigation
 */
.site-navigation {
  font-weight: bold;
  text-transform: uppercase;
}
.site-navigation .no-touchevents a:hover {
  color: #fa5264;
}
.site-navigation .no-touchevents li:hover > a {
  color: #fa5264;
}

.site-navigation > * {
  flex: 1 1 200px;
}

.site-navigation > .nav--main {
  flex: 0 1 auto;
}

.site-navigation > :last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media not all and (min-width: 699px) {
  .site-navigation > :last-child {
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 699px) {
  .site-navigation > :last-child {
    justify-content: flex-end;
  }
}

.nav--main {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.nav--main ul {
  display: none;
}
.nav--main li {
  letter-spacing: 0.2em;
  position: relative;
}
.nav--main li li li:before {
  position: absolute;
  content: "";
  width: 2em;
  top: 0;
  left: -1em;
  display: block;
  height: 100%;
}
.nav--main li:hover > ul {
  display: block;
}
.nav--main a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav--main ul {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  display: none;
  width: 192px;
  z-index: 10;
  background: white;
  color: #262526;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-top: 20px;
}
.nav--main ul:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 20px;
}
.nav--main ul ul {
  top: 0;
  left: 100%;
  margin-top: -20px;
}
.nav--main ul ul:before {
  display: none;
}
@media not all and (min-width: 699px) {
  .nav--main {
    text-align: center;
  }
  .nav--main li a {
    font-size: 32px;
    font-weight: 700;
    text-transform: none;
  }
  .nav--main .sub-menu {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    text-align: center;
    box-shadow: none;
  }
}

.sub-menu-toggle {
  display: none;
  padding-left: 0.5em;
}
.sub-menu-toggle:after {
  display: inline-block;
  width: 1em;
  text-align: center;
  content: "+";
}
.sub-menu-toggle.is-toggled:after {
  content: "-";
}

@media only screen and (min-width: 699px) {
  .no-touchevents .menu-item-has-children > a .sub-menu-toggle {
    display: inline;
  }
}

@media only screen and (min-width: 699px) {
  .touchevents .site-navigation .menu-item-has-children > a {
    padding-right: 0;
  }
  .touchevents .site-navigation .menu-item-has-children > a > .sub-menu-toggle {
    display: inline-block;
    padding-right: 24px;
  }
  .touchevents .menu-item-has-children:hover > a .sub-menu-toggle:after {
    content: "-";
  }
  .touchevents .menu-item-has-children.is-toggled > .sub-menu-toggle:after {
    content: "-";
  }
  .touchevents .sub-menu.open-menu {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}
@media not all and (min-width: 699px) {
  .touchevents .site-navigation .sub-menu {
    display: block !important;
  }
}
.social-container {
  width: auto;
  position: relative;
  float: right;
}
.social-container .cart-widget, .social-container .nav, .social-container .rsBullets, .social-container .footer-widget-area ul[class*=menu], .footer-widget-area .social-container ul[class*=menu], .social-container .tabs__nav, .social-container .social-links-list {
  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,
.nav--social-icons ul.menu {
  display: flex;
}
@media not all and (min-width: 699px) {
  ul.nav--social-icons,
  .nav--social-icons ul.menu {
    margin-top: 24px;
  }
}
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: flex;
  white-space: nowrap;
}
ul.nav--social-icons a,
.nav--social-icons ul.menu a {
  width: 2em;
  padding-left: 2em;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
ul.nav--social-icons a:before,
.nav--social-icons ul.menu a:before {
  display: inline;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 1.2em;
}
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";
}
@media not all and (min-width: 699px) {
  ul.nav--social-icons,
  .nav--social-icons ul.menu {
    text-align: center;
    width: 100%;
  }
  ul.nav--social-icons a,
  .nav--social-icons ul.menu a {
    font-size: 25px;
    padding-left: 2.2em !important;
  }
}

.nav--social-icons a {
  padding-left: 2em !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 699px) {
  .site-header--transparent .nav--social-icons a {
    color: white;
  }
}

.navigation-toggle {
  background: transparent;
  border-color: transparent;
  padding: 24px 12px;
  padding-right: 0;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  margin-left: auto;
}
@media only screen and (min-width: 699px) {
  .navigation-toggle {
    opacity: 0;
    pointer-events: none;
  }
}
.navigation-toggle i {
  font-size: 22px;
  padding-left: 0.1em;
}
.navigation-toggle span {
  font-size: 15px;
  position: relative;
  top: -2px;
}

@media only screen and (min-width: 699px) {
  .nav-close-button {
    display: none;
  }
}
@media not all and (min-width: 699px) {
  body .site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px;
    width: 100%;
    overflow-y: auto;
    text-align: left;
    background-color: #000000;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  .nav--is-visible body .site-navigation {
    opacity: 1 !important;
    pointer-events: auto;
  }
  body .site-navigation > * {
    flex: 0 0 100%;
  }
  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 .rsBullets, body .site-navigation .footer-widget-area ul[class*=menu], .footer-widget-area body .site-navigation ul[class*=menu], body .site-navigation .tabs__nav, body .site-navigation .social-links-list {
    display: block;
  }
  body .site-navigation .nav ul, body .site-navigation .rsBullets ul, body .site-navigation .footer-widget-area ul[class*=menu] ul, .footer-widget-area body .site-navigation ul[class*=menu] ul, body .site-navigation .tabs__nav ul, body .site-navigation .social-links-list ul {
    position: static;
  }
  body .site-navigation .nav li, body .site-navigation .rsBullets li, body .site-navigation .footer-widget-area ul[class*=menu] li, .footer-widget-area body .site-navigation ul[class*=menu] li, body .site-navigation .tabs__nav li, body .site-navigation .social-links-list li {
    display: block;
  }
  body .site-navigation ul ul {
    width: auto;
    padding-left: 12px;
  }
  body .site-navigation .nav--social-icons li {
    display: inline-block;
  }
  body .site-navigation .cover {
    position: static;
  }
  .nav-close-button {
    position: fixed;
    top: 5px;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 30px;
    color: white;
    border: 0;
    background-color: transparent;
  }
  .nav-close-button:before, .nav-close-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 3px;
    background-color: white;
  }
  .nav-close-button:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .nav-close-button:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.nav-close-button {
  top: 0px;
}
.admin-bar .nav-close-button {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .nav-close-button {
    top: 46px;
  }
}

@media not all and (min-width: 699px) {
  .admin-bar .site-navigation {
    top: 46px;
  }
}

.post-navigation {
  padding-bottom: 60px;
  text-align: center;
}
@media only screen and (min-width: 699px) {
  .post-navigation {
    padding-bottom: 100px;
  }
}

.nav--main .current-menu-ancestor > a,
.nav--main .current-menu-item > a {
  color: #fa5264;
}

/**
 * 10.0 - Hero component
 */
.hero {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 100px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media not all and (min-width: 699px) {
  .hero {
    padding: 40px 25px;
  }
  .hero .hero-title {
    font-size: 24px;
    margin-bottom: 0;
    word-break: break-word;
  }
}
body.admin-bar #djaxHero.full-height > .hero {
  margin-top: -32px;
}
.hero.left {
  justify-content: flex-start;
}
.hero.right {
  justify-content: flex-end;
}

.hero-content {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 900px;
  padding-left: 5%;
  padding-right: 5%;
  color: white;
}
.top .hero-content {
  align-self: flex-start;
}
.bottom .hero-content {
  align-self: flex-end;
}
.left .hero-content {
  text-align: left;
}
.right .hero-content {
  text-align: right;
}
.hero-content .desc.small {
  font-size: 1em;
}
.hero-content :not(h4) {
  color: inherit;
}
.hero-content .btn {
  background: transparent;
  border: 1px solid transparent;
}
.hero-content .btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border: 2px solid white;
}
.hero-content .btn:hover {
  color: #262526;
  background: white;
}
.hero-content .btn:hover:after {
  border-color: white;
}

.hero-slider .hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-height,
.two-thirds-height,
.half-height {
  height: 800px;
}
@media only screen and (orientation: landscape) {
  .full-height,
  .two-thirds-height,
  .half-height {
    height: 400px;
  }
}

.full-height {
  height: 100vh;
}

.two-thirds-height {
  height: 66.667vh;
}

.half-height {
  height: 50vh;
}

@media only screen and (max-height: 599px) {
  .half-height, .two-thirds-height, .full-height {
    min-height: 300px;
  }
}
.hero-bg--color {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero-bg--image,
.hero-bg--map,
.hero-bg--video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  will-change: transform;
}

.hero-bg--map {
  width: 100%;
  height: 100%;
}
.half-height .hero-bg--map {
  height: 50vh;
}
.two-thirds-height .hero-bg--map {
  height: 66.667vh;
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-bg--color {
  position: absolute;
}

.hero-title--map {
  color: #262526;
}

.djax--hidden {
  display: none;
}

.view-project-overlay {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-scroll-down {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  margin-left: -21.5px;
  color: white;
}
@media not all and (min-width: 699px) {
  .hero-scroll-down {
    display: none;
  }
}
.hero-scroll-down .arrows {
  display: block;
  width: 43px;
  height: 37px;
  padding: 10px;
  margin-bottom: -10px;
}
.hero-scroll-down path {
  transform: translate(0, 0);
  transition: all 0.2s;
}
.hero-scroll-down:hover #arrow-1 {
  transform: translate(0, 5px);
}
.hero-scroll-down:hover #arrow-2 {
  transform: translate(0, 3px);
}

.hero--next {
  background: #eee;
  height: 50vh;
  color: #262526;
  position: relative;
}
.hero--next, .hero--next:hover {
  border-color: #333;
}
.hero--next .hero-content {
  display: block;
  color: inherit;
  transition: color 0.3s ease-in-out;
}
.hero--next .hero-slider {
  background-color: #333;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.hero--next:hover .hero-content {
  color: white;
}
.hero--next:hover .hero-slider {
  opacity: 1;
}

.hero--next__label {
  margin: 6px 0 0 0;
  text-transform: none;
  letter-spacing: 0;
}

.hero--next__cta {
  border-bottom: 1px solid currentColor;
}

.hero--next__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/**
 * 11.0 - Pile component
 */
.c-pile {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  font-size: 0;
}

.c-pile--no-3d .c-pile__item-even-spacing,
.c-pile--no-3d .c-pile__item-portrait-spacing {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-pile-small-col-1 > .c-pile__item {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

.c-pile-small-col-1 > .c-pile__item:nth-last-child(-n+1):nth-child(1n) ~ .c-pile__item {
  flex-grow: 0;
}

.c-pile-small-col-2 > .c-pile__item {
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
}

.c-pile-small-col-2 > .c-pile__item:nth-last-child(-n+2):nth-child(2n) ~ .c-pile__item {
  flex-grow: 0;
}

.c-pile-small-col-3 > .c-pile__item {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

.c-pile-small-col-3 > .c-pile__item:nth-last-child(-n+3):nth-child(3n) ~ .c-pile__item {
  flex-grow: 0;
}

@media only screen and (min-width: 699px) {
  .c-pile-medium-col-1 > .c-pile__item {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .c-pile-medium-col-1 .c-pile__item:nth-last-child(-n+1):nth-child(1n) ~ .c-pile__item {
    flex-grow: 0;
  }
  .c-pile-medium-col-2 > .c-pile__item {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .c-pile-medium-col-2 .c-pile__item:nth-last-child(-n+2):nth-child(2n) ~ .c-pile__item {
    flex-grow: 0;
  }
  .c-pile-medium-col-3 > .c-pile__item {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .c-pile-medium-col-3 .c-pile__item:nth-last-child(-n+3):nth-child(3n) ~ .c-pile__item {
    flex-grow: 0;
  }
  .c-pile-medium-col-4 > .c-pile__item {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }
  .c-pile-medium-col-4 .c-pile__item:nth-last-child(-n+4):nth-child(4n) ~ .c-pile__item {
    flex-grow: 0;
  }
  .c-pile-medium-col-5 > .c-pile__item {
    width: 20%;
    max-width: 20%;
    flex-basis: 20%;
  }
  .c-pile-medium-col-5 .c-pile__item:nth-last-child(-n+5):nth-child(5n) ~ .c-pile__item {
    flex-grow: 0;
  }
}
@media only screen and (min-width: 999px) {
  .c-pile-large-col-1 > .c-pile__item {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .c-pile-large-col-1 .c-pile__item:nth-last-child(-n+1):nth-child(1n) ~ .c-pile__item {
    flex-grow: 0;
  }
  .c-pile-large-col-2 > .c-pile__item {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .c-pile-large-col-2 .c-pile__item:nth-last-child(-n+2):nth-child(2n) ~ .c-pile__item {
    flex-grow: 0;
  }
  .c-pile-large-col-3 > .c-pile__item {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .c-pile-large-col-3 .c-pile__item:nth-last-child(-n+3):nth-child(3n) ~ .c-pile__item {
    flex-grow: 0;
  }
  .c-pile-large-col-4 > .c-pile__item {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }
  .c-pile-large-col-4 .c-pile__item:nth-last-child(-n+4):nth-child(4n) ~ .c-pile__item {
    flex-grow: 0;
  }
  .c-pile-large-col-5 > .c-pile__item {
    width: 20%;
    max-width: 20%;
    flex-basis: 20%;
  }
  .c-pile-large-col-5 .c-pile__item:nth-last-child(-n+5):nth-child(5n) ~ .c-pile__item {
    flex-grow: 0;
  }
  .c-pile-large-col-6 > .c-pile__item {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .c-pile-large-col-6 .c-pile__item:nth-last-child(-n+6):nth-child(6n) ~ .c-pile__item {
    flex-grow: 0;
  }
}
.js-3d .c-pile__item-even-spacing {
  padding-left: 24px;
  padding-right: 24px;
}

.c-pile__item {
  display: inline-block;
  display: flex;
  vertical-align: middle;
  text-align: center;
}
.c-pile__item > * {
  display: block;
  max-width: 100%;
  width: 100%;
}
.c-pile__item img {
  display: block;
  width: auto;
  font-size: 50px;
}

.c-pile__item--single {
  text-align: left;
  opacity: 0;
  position: relative;
  top: translateY(150px);
  left: 0;
  transition: top 0.5s ease-out, opacity 0.5s ease-out;
}
.c-pile__item--single.is-visible {
  opacity: 1;
  top: 0;
}

@media not all and (min-width: 999px) {
  .c-pile {
    margin-left: -24px !important;
    margin-top: 24px !important;
  }
  .c-pile .c-pile__item-border {
    display: none;
  }
  .c-pile__item {
    padding-left: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media not all and (min-width: 699px) {
  .c-pile__item {
    transform: none !important;
  }
  .c-pile__item-even-spacing,
  .c-pile__item-portrait-spacing {
    padding: 0 !important;
  }
  .c-pile__item-border {
    display: none;
    pointer-events: none;
  }
}
@media only screen and (min-width: 999px) {
  br + .c-pile-col-2, .c-pile-col-2:first-child {
    margin-left: 16.6666666667%;
  }
  br + .c-pile-col-3, .c-pile-col-3:first-child {
    margin-left: 33.3333333333%;
  }
  br + .c-pile-col-4, .c-pile-col-4:first-child {
    margin-left: 50%;
  }
  br + .c-pile-col-5, .c-pile-col-5:first-child {
    margin-left: 66.6666666667%;
  }
  br + .c-pile-col-6, .c-pile-col-6:first-child {
    margin-left: 83.3333333333%;
  }
}
.c-pile__item-wrap {
  display: block;
  position: relative;
  background: transparent;
  transition: background 0.3s;
}
.c-pile__item-wrap > a {
  display: block;
}
.c-pile__item-wrap .mosaic__image {
  padding-top: 0 !important;
}
.c-pile__item-wrap mark {
  color: inherit;
  background: none;
}
.c-pile__item-wrap a, .c-pile__item-wrap a:hover {
  color: currentColor;
  cursor: inherit;
}
.c-pile__item-wrap h3 {
  color: currentColor;
}

[class*=c-pile-aspect-ratio--]:not(.c-pile-aspect-ratio--original) .c-pile__item-even-spacing {
  width: 100%;
}
[class*=c-pile-aspect-ratio--]:not(.c-pile-aspect-ratio--original) .c-pile__item-wrapper-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  [class*=c-pile-aspect-ratio--]:not(.c-pile-aspect-ratio--original) .c-pile__item-wrapper-link img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-pile__item-wrapper-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-pile__item-wrapper-link img {
  width: 100%;
}
.c-pile-aspect-ratio--square .c-pile__item-wrapper-link {
  padding-top: 100%;
}
.c-pile-aspect-ratio--portrait .c-pile__item-wrapper-link {
  padding-top: 133.3333333333%;
}
.c-pile-aspect-ratio--landscape .c-pile__item-wrapper-link {
  padding-top: 75%;
}
@media only screen and (min-width: 999px) {
  .no-image .c-pile__item-wrapper-link {
    padding-top: 100%;
  }
}
@media not all and (min-width: 999px) {
  .no-image .c-pile__item-wrapper-link {
    padding: 0;
  }
}

.c-pile-aspect-ratio--original .c-pile__item-wrapper-link img {
  position: static;
  transform: none;
}

.c-pile__item-bg {
  position: absolute;
  z-index: 80;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0;
  pointer-events: none;
}
.c-pile__item-bg.to-animate {
  opacity: 0.5;
}

.c-pile__item-border {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 0 solid white;
}

.c-pile .c-pile__item-border {
  z-index: 90;
  font-size: 14px;
  line-height: 1px;
}

.js-border {
  display: none;
  position: fixed;
  pointer-events: none;
  z-index: 1000;
  border-color: #333;
}

body[data-ajaxloading] .js-border {
  display: block;
}

@media only screen and (min-width: 999px) {
  .c-pile__item-meta,
  .c-pile__item-link {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-pile__item-link {
  top: auto;
  bottom: 24px;
}
@media not all and (min-width: 999px) {
  .c-pile__item-link {
    display: none;
  }
}

.c-pile__item-link span {
  display: inline-block;
  margin-bottom: 0;
}

.c-pile__item-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 24px;
  width: 100%;
  margin: auto;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  cursor: zoom-in;
}
.no-image .c-pile__item-content {
  padding: 48px 24px;
}
@media only screen and (min-width: 699px) {
  .no-image .c-pile__item-content {
    opacity: 1 !important;
    padding: 48px 24px;
  }
  .no-image .c-pile__item-content .c-pile__item-meta,
  .no-image .c-pile__item-content .c-pile__item-link {
    opacity: 0;
    transition: 0.15s linear opacity;
  }
  .no-image .c-pile__item-content .c-pile__item-link {
    transform: translateY(14px);
  }
  .no-image .c-pile__item-content .c-pile__item-meta {
    transform: translateY(-14px);
  }
}
.c-pile__item-content .c-pile__item-meta:empty:before {
  content: " ";
}
@media not all and (min-width: 999px) {
  .c-pile__item-content {
    position: relative;
    padding: 6px;
    opacity: 1 !important;
  }
  .c-pile__item-content .c-pile__item-title {
    font-size: 18px !important;
    order: -1;
  }
  .c-pile__item-content .separator,
  .c-pile__item-content .c-pile__item-meta {
    display: none;
  }
}

@media not all and (min-width: 999px) {
  .c-pile__item .c-pile__item-content .c-pile__item-title {
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 700;
  }
  .c-pile__item .c-pile__item-content .c-pile__item-meta {
    display: block;
  }
  .c-pile__item .c-pile__item-content .c-pile__item-meta .meta, .c-pile__item .c-pile__item-content .c-pile__item-meta .article__more, .c-pile__item .c-pile__item-content .c-pile__item-meta .share-container h4, .share-container .c-pile__item .c-pile__item-content .c-pile__item-meta h4, .c-pile__item .c-pile__item-content .c-pile__item-meta .c-pile__item-meta,
  .c-pile__item .c-pile__item-content .c-pile__item-meta .c-pile__item-link {
    font-size: 10px;
  }
  .c-pile__item .c-pile__item-content .c-pile__item-meta .meta, .c-pile__item .c-pile__item-content .c-pile__item-meta .article__more, .c-pile__item .c-pile__item-content .c-pile__item-meta .share-container h4, .share-container .c-pile__item .c-pile__item-content .c-pile__item-meta h4, .c-pile__item .c-pile__item-content .c-pile__item-meta .c-pile__item-meta,
  .c-pile__item .c-pile__item-content .c-pile__item-meta .c-pile__item-link, .c-pile__item .c-pile__item-content .c-pile__item-meta li {
    margin-bottom: 0;
  }
  .c-pile__item:not(.no-image) .c-pile__item-content {
    color: inherit;
    background-color: white;
  }
}
.c-pile__item.no-image .c-pile__item-wrap {
  background: #000000;
}
.c-pile__item.no-image .c-pile__item-title {
  position: relative;
}
.c-pile__item.no-image .c-pile__item-title,
.c-pile__item.no-image .c-pile__item-meta,
.c-pile__item.no-image .c-pile__item-link {
  z-index: 100;
}
.c-pile__item.no-image .c-pile__item-wrap:hover .c-pile__item-meta,
.c-pile__item.no-image .c-pile__item-wrap:hover .c-pile__item-link {
  opacity: 1;
}

.c-pile__item-title {
  text-transform: uppercase;
  margin: 0;
}

.c-pile__item-separator {
  background: black;
  margin: 16px auto;
}

.c-pile__item-title,
.c-pile__item-link {
  color: currentColor;
}

.mfp-link {
  display: block;
  position: relative;
}
.mfp-link:before, .mfp-link:after {
  position: absolute;
  z-index: 1;
  font-family: FontAwesome;
}
.mfp-link:before {
  content: "";
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: transparent white transparent transparent;
  display: none;
}
.mfp-link img {
  transition: opacity 0.2s linear;
  transform: translateZ(0);
}
.mfp-link:hover img {
  opacity: 0.7;
}
.mfp-link:hover:after {
  opacity: 1;
}
.mfp-link:after {
  top: 50%;
  left: 50%;
  color: white;
  font-size: 40px;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.6;
  transition: opacity 0.2s linear;
}
.mfp-link.mfp-video {
  cursor: pointer;
}
.mfp-link.mfp-video:before {
  content: none;
}
.mfp-link.mfp-video:after {
  content: "\f04b";
  height: 80px;
  width: 80px;
  padding-left: 25px;
  line-height: 78px;
  color: white;
  border: 3px solid white;
  border-radius: 50%;
}
.mfp-link.external {
  cursor: pointer;
}
.mfp-link.external:before {
  content: none;
}
.mfp-link.external:after {
  content: "\f0c1";
  color: white;
}

.c-pile__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-pile__item.is-loaded {
  animation: infinite-load 0.3s ease-in-out forwards;
}

@keyframes infinite-load {
  0% {
    top: 24px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.top-1, .top-2, .top-3 {
  align-self: flex-start;
}

.top-2 {
  margin-top: -60px;
}

.top-3 {
  margin-top: -120px;
}

.left-1, .left-2, .left-3 {
  align-items: flex-start;
}

.left-2 {
  left: -60px;
}

.left-3 {
  left: -120px;
}

.bottom-1, .bottom-2, .bottom-3 {
  align-self: flex-end;
}

.bottom-2 {
  margin-bottom: 0;
}

.bottom-3 {
  margin-bottom: -60px;
}

.right-1, .right-2, .right-3 {
  align-items: flex-end;
}

.right-2 {
  left: 60px;
}

.right-3 {
  left: 120px;
}

@media not all and (min-width: 999px) {
  body .c-pile .top-1, body .c-pile .top-2, body .c-pile .top-3,
  body .c-pile .left-1, body .c-pile .left-2, body .c-pile .left-3,
  body .c-pile .bottom-1, body .c-pile .bottom-2, body .c-pile .bottom-3,
  body .c-pile .right-1, body .c-pile .right-2, body .c-pile .right-3 {
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.is--ie .c-pile {
  display: block;
  width: 100%;
  margin-left: -24px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.is--ie .c-pile > br {
  width: 100%;
  clear: both;
}
.is--ie .c-pile__item {
  display: inline-block;
  vertical-align: center;
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 0;
}

[class^=c-pile-empty],
[class*=" c-pile-empty"] {
  margin-bottom: 0 !important;
}

.c-loader {
  width: 48px;
  height: 48px;
  border: 6px solid transparent;
  border-radius: 50%;
  position: relative;
}
.c-loader::before {
  content: "";
  border: 6px solid rgba(38, 37, 38, 0.5);
  border-radius: 50%;
  width: 57.6px;
  height: 57.6px;
  position: absolute;
  top: -10.8px;
  left: -10.8px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 1s;
  opacity: 0;
}
.c-loader::after {
  content: "";
  border: 6px solid #262526;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -6px;
  left: -6px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 0.5s;
}
@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.c-loader {
  margin: 24px auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transform: translateZ(0);
}
.is-loading-posts:not(.has-loaded-all-posts) + .c-loader {
  opacity: 1;
}

/**
 * 12.0 - Share overlay
 */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}

.overlay-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/**
 * 13.0 - Pixlikes style
 */
.metabox {
  display: inline-block;
  margin-right: 24px;
  text-transform: uppercase;
  color: #262526;
}
.metabox i {
  margin-right: 6px;
}

.pixlikes-box {
  position: relative;
  cursor: default;
  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 {
  animation: fill 1s;
  -webkit-animation: fill 1s;
}
.pixlikes-box.liked i {
  color: #fa5264;
}
.pixlikes-box span {
  transition: all 0.3s linear;
}
.pixlikes-box .likes-count {
  color: #262526;
}
.pixlikes-box .likes-text {
  color: #919191;
}
.pixlikes-box .likes-text:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  content: "Don't move!";
  line-height: 24px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: white;
  opacity: 0;
  transition: all 0.3s linear;
}
.pixlikes-box .likes-text:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: #fa5264;
  z-index: 5;
}
.pixlikes-box:hover .likes-text {
  color: #262526;
}

.complete i {
  animation: bounce 1s;
  -webkit-animation: bounce 1s;
}

@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% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.6);
    opacity: 1;
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * 14.0 - Comments styling
 */
.comment-list,
.commentlist,
.comment-respond,
.comments-title {
  max-width: 40rem;
  margin: 0 auto;
}

.comment-list,
.commentlist {
  border-bottom: 1px solid #ebebeb;
}
.comment-list, .comment-list .children,
.commentlist,
.commentlist .children {
  list-style: none;
}

.comment {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.avatar {
  float: left;
  width: 5em;
  height: 5em;
  margin-right: 1.5em;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  background: none;
  border: 0;
}

.comment-body > p,
.comment-text {
  padding-left: 6.5em;
}

.comment-body {
  position: relative;
}
.comment-body .reply {
  position: absolute;
  top: 0;
  right: 0;
}

.comment-reply-title {
  text-transform: none;
  font-weight: normal;
  margin-top: 36px;
}

.comment-form {
  padding-left: 0;
  margin-left: -20px;
}
.comment-form > * {
  padding-left: 20px;
}
.comment-form .comment-form-cookies-consent,
.comment-form .wpgdprc-checkbox {
  display: flex;
  align-items: center;
}
.comment-form .comment-form-cookies-consent input,
.comment-form .wpgdprc-checkbox input {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 1em;
}
.comment-form .comment-form-cookies-consent label,
.comment-form .wpgdprc-checkbox label {
  padding-top: 0;
  padding-bottom: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.comment-form .comment-form-cookies-consent label:before, .comment-form .comment-form-cookies-consent label:after,
.comment-form .wpgdprc-checkbox label:before,
.comment-form .wpgdprc-checkbox label:after {
  content: none;
}

/**
 * 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%;
  }
  .has_sidebar .site-main {
    margin-right: 30%;
    padding-right: 30px;
  }
  .has_sidebar .sidebar--main {
    z-index: 5;
    float: right;
    width: 30%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 999px) {
  .has_sidebar .content-area {
    margin-right: -360px;
  }
  .has_sidebar .site-main {
    margin-right: 360px;
    padding-right: 60px;
  }
  .has_sidebar .sidebar--main {
    width: 360px;
    padding-left: 60px;
  }
}

@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 {
  padding-top: 36px;
  border-top: 1px solid #d8d8d8;
  margin-top: -1px;
}
@media not all and (min-width: 699px) {
  .widget + .widget {
    padding-top: 24px;
  }
}
.widget a:hover {
  color: #fa5264;
}
.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;
  font-style: italic;
  color: #d8d8d8;
}

.widget .widget__title {
  margin-bottom: 24px;
  margin-top: 0;
}

.widget_calendar table {
  width: 100%;
  color: #d8d8d8;
  text-align: center;
}
.widget_calendar th {
  text-align: center;
  padding-bottom: 0.75em;
}
.widget_calendar tr {
  border: 0;
}
.widget_calendar tfoot {
  padding: 0.75em;
}
.widget_calendar caption {
  color: #515150;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
.widget_calendar a {
  color: #141414;
}
.widget_calendar a:hover {
  color: #141414;
  text-decoration: underline;
}
.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;
}

.fs-14px, #recentcomments {
  font-size: 0.875em;
  line-height: 1.7142857143;
}

#recentcomments {
  font-weight: bold;
}
#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;
}
.fs-13px, .widget_recent_entries .post-date {
  font-size: 0.8125em;
  line-height: 1.8461538462;
}

.widget_recent_entries .post-date {
  margin-top: -0.4615384615em;
  font-style: italic;
}

.widget_rss li {
  margin-bottom: 24px;
}
.widget_rss cite {
  display: block;
  margin-top: 6px;
}

.rsswidget {
  text-decoration: underline;
  font-weight: bold;
}

.rss-date:before {
  content: "-";
  display: inline-block;
  margin: 0 3px;
}

.widget_rss_links a {
  display: inline-block;
  vertical-align: middle;
}

.widget_categories > ul > li,
.widget_pages > ul > li,
.widget_meta > ul > li,
.widget_archive > ul > li {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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;
  background-color: #262526;
  color: white;
}
.fs-16px, .widget_blog_subscription input {
  font-size: 1em;
  line-height: 1.5;
}

.widget_blog_subscription input {
  margin-top: 0em;
  margin-bottom: 0em;
  transform: none;
}
.widget_blog_subscription input[type=text] {
  padding: 0.375em;
  width: 100%;
  border: 1px solid #b3b3b3;
  background: transparent;
  color: white;
}
.widget_blog_subscription input[type=submit] {
  border: 1px solid #fa5264;
  color: #fa5264;
  padding: 6px 12px;
}

.widget--latest-comments {
  padding-bottom: 0;
}

.latest-comments__list:last-child {
  margin-bottom: 0;
}
.latest-comments__list:last-child .latest-comments__body {
  border-bottom: 0;
}

.latest-comments__author {
  text-transform: uppercase;
  color: #262526;
  margin-right: 3px;
}

.latest-comments__avatar {
  margin-right: 12px;
}

.latest-comments__title {
  margin-left: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.latest-comments__content {
  font-style: italic;
  margin-top: 12px;
  line-height: 1.4;
}

/**
 * 17.0 - Footer
 */
.site-footer {
  position: relative;
  z-index: 20;
  background-color: #fff;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 699px) {
  .site-footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.copyright-area {
  position: relative;
  text-align: center;
}

.footer-widget-area {
  font-size: 0;
}
@media not all and (min-width: 699px) {
  .footer-widget-area {
    width: 100% !important;
  }
}
.footer-widget-area .sidebar {
  margin-left: -36px;
}
.footer-widget-area .widget {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  padding-left: 36px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 699px) {
  .footer-widget-area .widget {
    margin-bottom: 36px;
  }
}
.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;
}
.footer-widget-area ul[class*=menu] li:first-child a {
  padding-left: 0;
}
.footer-widget-area ul[class*=menu] a {
  padding: 0 18px;
  display: block;
}
.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;
}
@media only screen and (min-width: 699px) {
  .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.6666666667%;
  }
  .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 .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) {
  border-top: 0;
  padding-top: 0;
}

.col-3 .widget:nth-child(-n+3) {
  border-top: 0;
  padding-top: 0;
}

.col-4 .widget:nth-child(-n+4) {
  border-top: 0;
  padding-top: 0;
}

.col-5 .widget:nth-child(-n+5) {
  border-top: 0;
  padding-top: 0;
}

.col-6 .widget:nth-child(-n+6) {
  border-top: 0;
  padding-top: 0;
}

.nav--footer, .nav--footer > li, .nav--footer > li > a {
  display: inline;
}
.nav--footer > li:before {
  content: "•";
  margin: 0 0.5em 0 0.2em;
}
.nav--footer:first-child > li:first-child:before {
  display: none;
}
@media not all and (min-width: 699px) {
  .nav--footer {
    margin: 20px 0;
    text-align: center;
  }
}

.copyright-text {
  display: inline;
}

body {
  opacity: 0;
}
.is-ready body {
  opacity: 1;
}

.border-logo-background {
  transform: translate3d(-50%, -50%, 0) scaleY(0);
  animation: raiseMeUp 0.4s 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.is-loaded .border-logo-background {
  transform: translate3d(-50%, -50%, 0) scaleY(0);
  transition: transform 0.3s 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.c-pile__item-border .logo {
  display: block;
  opacity: 0;
}

.border-logo .logo {
  display: block;
  opacity: 0;
  animation: fadeMeIn 0.3s 0.5s ease-in-out forwards;
}
.is-loaded .border-logo .logo {
  opacity: 0;
  transition: transform 0.3s 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.border-logo-fill:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: translateZ(0);
  animation: fillMe 10s 0.8s ease-out forwards;
}
.is-loaded .border-logo-fill:after {
  transition: transform 0.3s 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.site-content .blog {
  padding-bottom: 24px;
}
@media only screen and (min-width: 699px) {
  .site-content .blog {
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 999px) {
  .site-content .blog {
    padding-bottom: 72px;
  }
}

@keyframes raiseMeUp {
  0% {
    transform: translate3d(-50%, -50%, 0) scaleY(0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scaleY(1);
  }
}
@keyframes fadeMeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fillMe {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(90%, 0, 0);
  }
}
.js-border {
  display: none;
}
.is-ready .js-border {
  display: block;
}

.is--customizer-preview {
  opacity: 0;
}
.is--customizer-preview .js-border {
  display: none !important;
}
.is-loaded .is--customizer-preview:not(.wp-customizer-unloading) {
  opacity: 1;
}

body.js-open-cart {
  opacity: 0;
}
body.js-open-cart .js-border {
  display: none !important;
}

body:not([data-ajaxloading]) .js-border {
  display: none !important;
}

body:not([data-ajaxloading]) .hero-bg--image,
body:not([data-ajaxloading]) .hero-bg--video,
body:not([data-ajaxloading]) .hero-content > *,
body:not([data-ajaxloading]) .site-footer {
  transition: opacity 0.3s ease-in-out;
}

body:not([data-ajaxloading]) .hero-slider {
  transform: translateZ(0) !important;
}
body:not([data-ajaxloading]) .slider--loaded .hero-slider {
  opacity: 0;
  animation: fadeMeIn 0.2s 0.1s ease-in-out forwards;
}

html:not(.is-ready) body:not([data-ajaxloading]) .hero-content > *,
html:not(.is-ready) body:not([data-ajaxloading]) .hero-bg--video {
  opacity: 0 !important;
}

html:not(.is-loaded) body:not([data-ajaxloading]) .hero-bg--image,
html:not(.is-loaded) body:not([data-ajaxloading]) .site-footer {
  opacity: 0 !important;
}

/**
 * 18.0 - Singular
 */
/*body*/
.error404 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: black;
}
.error404 .site-navigation {
  opacity: 0 !important;
}
.error404 .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.error404 .overlay--shadow {
  display: block;
  background: #111;
  opacity: 0.65;
}
.error404 .container {
  background: transparent;
}
.error404 .content {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.error404 .content-404 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 440px;
  padding: 20px;
  color: white;
  text-align: center;
  z-index: 10;
}
.error404 h1 {
  display: inline-block;
  letter-spacing: auto;
  color: white;
}
.error404 .description {
  position: relative;
  z-index: 10;
}
.error404 .description.second {
  position: fixed;
  bottom: 58px;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 14px;
}
.error404 .site-header, .error404 .site-footer, .error404 .fixed-bar {
  display: none;
}

.page404 {
  margin-top: 0 !important;
  height: 100%;
}

.entry--single {
  max-width: 750px;
  margin: 0 auto 96px;
  font-size: 18px;
}
@media not all and (min-width: 699px) {
  .entry--single {
    margin-bottom: 0;
  }
}

.entry-thumbnail {
  margin-bottom: 24px;
}
.entry-thumbnail img {
  margin: 0 auto;
  display: block;
}

.entry-header {
  margin-top: 24px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
@media not all and (min-width: 699px) {
  .entry-header {
    margin-top: 96px;
  }
}

@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-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 {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.entry-time:before {
  content: "—";
  margin: 0 5px;
}
@media not all and (min-width: 699px) {
  .entry-time:before {
    margin-right: 12px;
  }
}
.page .entry-time:before {
  content: none;
}

.entry-footer {
  margin: 24px 0;
}

.pagination--single.pagination--single {
  margin-left: 0;
}

.share-button {
  background: none;
  border: 0;
  text-transform: uppercase;
}

.entry-content h1:last-child, .entry-content h2: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;
}
.entry-content.empty {
  display: none;
}

.password-protection-form {
  text-align: center;
}
.password-protection-form input {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 10px;
}

/**
 * 19.0 - Blog
 */
.page__header {
  text-align: center;
  padding: 24px 0;
}
@media only screen and (min-width: 699px) {
  .page__header {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 999px) {
  .page__header {
    padding: 96px 0;
  }
}

.post__header {
  text-align: center;
}

.page__title {
  margin-bottom: 0;
}

.post__title {
  margin-top: 0;
  margin-bottom: 24px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post__title:after {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13d";
  margin-top: 24px;
}
@media only screen and (min-width: 699px) {
  .post__title {
    margin-bottom: 48px;
  }
  .post__title:after {
    margin-top: 48px;
  }
}

.page__subtitle {
  margin-top: 1em;
}
.page__subtitle ul {
  list-style: none;
}
.page__subtitle li {
  display: inline-block;
}
.page__subtitle a {
  color: inherit;
}
.page__subtitle li + li:before {
  content: "/";
  padding: 0;
  padding-right: 0.2em;
}

.article__wrap {
  padding: 36px 24px;
  display: block;
  background: white;
  text-align: center;
}

.article__link {
  display: block;
}

.article__image {
  position: relative;
}
.article__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.article__date:before {
  content: "•";
  padding-right: 0.5em;
  padding-left: 0.2em;
}

.article__date:first-child:before {
  content: "";
}

.article__title {
  margin-top: 18px;
  margin-bottom: 12px;
  line-height: 1.33;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.article__more {
  font-size: 10px;
  border-bottom: 1px solid currentColor;
}
.article__meta + a .article__more {
  font-weight: 400;
}

#infinite-handle {
  position: absolute;
  top: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 100;
}
.infinity-end #infinite-handle {
  display: none;
}
body:not(.infinite-scroll) #infinite-handle {
  display: none;
}

/**
 * 20.0 - Plugins
 */
/*rtl:begin:ignore*/
.royalSlider, .pixslider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > *, .pixslider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.js-hero .rsOverflow {
  height: 100% !important;
}

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

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

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

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

.royalSlider.rsFullscreen, .rsFullscreen.pixslider {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader, .pixslider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none;
}

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

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

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

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

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

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

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

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

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: absolute;
  z-index: 1;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsPlayBtnIcon {
  cursor: pointer;
  display: block;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 40px;
  font-family: FontAwesome;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.6;
  transition: all 0.2s linear;
  height: 80px;
  width: 80px;
  padding-left: 8px;
  line-height: 78px;
  color: white;
  border: 3px solid white;
  border-radius: 50%;
}
.rsPlayBtnIcon:after {
  cursor: pointer;
  content: "\f04b";
}

.rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

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

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(data:image/png;base64,R0lGODlhEAAQAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAI0lC8RyLkBgFoMSotrVHsnhHWXdISS+DzRimIWy3Ii7CU0Tdn3mr93bvDBgMFfozg86mKHAgA7) 8 8, move;
}

.grabbing-cursor {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAZklEQVR42sSTUQrAIAxD88T7Xzn7GpQ6OlHH8lWQ1rxUsa0dNW3q7ADAgKs6q8fmO4+qliTblAgx2ByybUU3LRwAlLxPG2sRYSXEnjk/XyMwhjjD/+pgZki+fUBYcbL9lPn9N14DABr2QCOzCyetAAAAAElFTkSuQmCC) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

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

.pixslider {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  transform: translateZ(0);
}
.pixslider img {
  margin: auto;
  height: auto;
  display: block;
}
.pixslider__slide {
  width: 100%;
}

.rsArrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 150;
  width: 37px;
  height: 54px;
  margin-top: -18px;
}
.rsArrow .rsArrowIcn {
  width: 17px;
  height: 34px;
  margin: 10px;
  background: transparent url(assets/images/rs-arrow-dark.svg) center center no-repeat;
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero .rsArrow .rsArrowIcn {
  background-image: url(assets/images/rs-arrow.svg);
}

.rsArrowLeft {
  left: 10px;
}
@media only screen and (min-width: 699px) {
  .rsArrowLeft {
    left: 30px;
  }
  .rsArrowLeft:hover .rsArrowIcn {
    transform: translateX(-10px);
  }
}

.rsArrowRight {
  right: 10px;
}
.rsArrowRight .rsArrowIcn {
  transform: scale(-1, 1);
}
@media only screen and (min-width: 699px) {
  .rsArrowRight {
    right: 30px;
  }
  .rsArrowRight:hover .rsArrowIcn {
    transform: translateX(10px) scale(-1, 1);
  }
}

.full-width-slider {
  width: 100%;
}

.rsBullets {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 100;
  transform: translateX(-50%);
}
@media only screen and (min-width: 699px) {
  .rsBullets {
    left: auto;
    bottom: 40px;
    right: 35px;
    transform: none;
  }
}

.rsBullet {
  float: left;
  margin: 0 5px 10px;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.rsNavSelected {
  background-color: white;
  transition: background-color 0.2s ease-in;
}

.rsImg {
  display: block;
}

.pixcode-slider[data-arrows] .slide {
  padding: 0 50px;
}

.entry-content .pixslider .rsArrowLeft {
  left: 10px;
}
.entry-content .pixslider .rsArrowRight {
  right: 10px;
}
@media not all and (min-width: 699px) {
  .entry-content .pixslider .rsArrow {
    width: 17px;
    height: 34px;
  }
  .entry-content .pixslider .rsArrowIcn {
    transform: none;
    height: 14px;
  }
  .entry-content .pixslider .rsArrowLeft {
    left: -10px;
  }
  .entry-content .pixslider .rsArrowRight {
    right: -10px;
    transform: scale(-1, 1);
  }
}
.entry-content .pixslider .rsSlide {
  padding: 0 20px;
}
@media only screen and (min-width: 699px) {
  .entry-content .pixslider .rsSlide {
    padding: 0 60px;
  }
}

.entry-content .pixslider--gallery-slideshow .rsSlide {
  padding: 0;
}

@media not all and (min-width: 699px) {
  .slider-arrows-header .rsArrowIcn {
    margin: 0 auto;
    margin-top: 15px;
    height: 20px;
    width: 10px;
    background-size: 100% 100%;
  }
  .slider-arrows-header .rsArrowLeft {
    left: -5px;
  }
  .slider-arrows-header .rsArrowRight {
    right: -5px;
  }
}
.slider-arrows-header.arrows--hover .rsArrow {
  cursor: none;
  width: 40%;
  height: 70%;
  top: 15%;
  background: transparent;
  transform: none;
}
.slider-arrows-header.arrows--hover .visible .rsArrowIcn {
  opacity: 1;
}
.slider-arrows-header.arrows--hover .is--scrolled .rsArrowIcn {
  opacity: 0;
}

.slider-arrows-header.is--inactive {
  pointer-events: none;
}

.video_autoplay .rsImg,
.video_autoplay .rsBtnCenterer {
  opacity: 0;
}

.hero .rsArrow,
.hero .rsBullets {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.slider--loaded .rsArrow,
.slider--loaded .rsBullets {
  opacity: 1;
}

.rsContent .hero-content {
  opacity: 0;
}
.slider--loaded .rsContent .hero-content {
  opacity: 1;
}

.slider--loaded .rsSlide {
  opacity: 1 !important;
  transition: none !important;
}
.slider--loaded .rsContent {
  display: flex;
  opacity: 1 !important;
  transition: none !important;
}

/*rtl:end:ignore*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #f2f2f2;
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.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-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-title {
  color: currentColor;
}
.mfp-title span {
  display: block;
  line-height: 1.5;
}
.mfp-title .title {
  margin-top: 10px;
}
.mfp-counter {
  color: currentColor;
  margin-top: 10px;
}

.mfp-close {
  color: currentColor;
}

button.mfp-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  transform: rotate(45deg);
  top: 50%;
}

button.mfp-arrow-left {
  left: 20px;
  border-left-color: currentColor;
  border-bottom-color: currentColor;
}

button.mfp-arrow-right {
  right: 20px;
  border-top-color: currentColor;
  border-right-color: currentColor;
}

/**
 * 21.0 - Overwrites
 */
.content-width {
  margin-left: auto;
  margin-right: auto;
}

.scroll-lock {
  overflow: hidden;
}

@media not all and (min-width: 699px) {
  .wrap:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    background: black;
    pointer-events: none;
  }
}
.masonry {
  margin-left: -12px;
  margin-top: -12px;
}
.masonry > * {
  padding-left: 12px;
  padding-top: 12px;
}
@media only screen and (min-width: 699px) {
  .masonry {
    margin-left: -24px;
    margin-top: -24px;
  }
  .masonry > * {
    padding-left: 24px;
    padding-top: 24px;
  }
}
@media only screen and (min-width: 999px) {
  .masonry {
    margin-left: -48px;
    margin-top: -48px;
  }
  .masonry > * {
    padding-left: 48px;
    padding-top: 48px;
  }
}
.infinite-scroll .masonry {
  padding-bottom: 100px;
}

.blog .site-content,
.blog .site-header,
.category .site-content,
.category .site-header,
.tag .site-content,
.tag .site-header,
.search .site-content,
.search .site-header {
  background: transparent;
}
.blog #djaxContent,
.category #djaxContent,
.tag #djaxContent,
.search #djaxContent {
  background: #F8F8F8;
}

.wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 999px) {
  .wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.page-template-portfolio-archive .wrapper,
.single-pile_portfolio .wrapper {
  padding-left: 48px;
  padding-right: 48px;
}

@media not all and (min-width: 699px) {
  body.page-template-portfolio-archive[class] .wrapper,
  body.single-pile_portfolio[class] .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.content-area {
  padding: 24px 0;
}
@media only screen and (min-width: 699px) {
  .content-area {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 999px) {
  .content-area {
    padding: 72px 0;
  }
}

.post-navigation {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.wrap {
  overflow: hidden;
}

.has--iphoneautoplay video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

body {
  background: white;
}

.hero *::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.hero *::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.hero *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.site-content {
  position: relative;
  z-index: 1;
}

body:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  background-image: linear-gradient(to right, transparent 0, transparent 2vw, rgba(0, 0, 0, 0.02) 2vw, rgba(0, 0, 0, 0.02) 100%, transparent);
  background-size: calc((100% - 2vw) / 12);
}

.is-adding-to-cart > .wrap {
  opacity: 0;
  transition: opacity 0.3s 0.2s ease-in-out;
}
.is-adding-to-cart .widget_shopping_cart_content > * {
  opacity: 0;
}

.js-pixslider > .slide:not(:first-child) {
  display: none;
}

abbr[class] {
  text-decoration: none;
  border: 0;
}

