@charset "UTF-8";
/*!
Theme Name: GamePortal
Theme URI: http://underscores.me/
Author: Pixels On Fire Michał Osiński
Author URI: http://pixelsonfire.pl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: game_portal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GamePortal is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize  
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

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

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

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

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

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

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

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

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.fa-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 */
.fa-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

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

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

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

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

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

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

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

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

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

.fa-amazon-pay:before {
  content: "";
}

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

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

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

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

.fa-angel:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

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

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

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

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

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

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

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

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

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

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

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

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

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

.fa-artstation:before {
  content: "";
}

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

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

.fa-asymmetrik:before {
  content: "";
}

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

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

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

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

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

.fa-bacon:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

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

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

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

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

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

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

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

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

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

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

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

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

.fa-bells:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

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

.fa-bimobject:before {
  content: "";
}

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

.fa-biohazard:before {
  content: "";
}

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

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

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

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

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

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

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

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

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

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

.fa-bolt:before {
  content: "";
}

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

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

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

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

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

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

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

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

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

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

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

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

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

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

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

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

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

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

.fa-cabinet-filing:before {
  content: "";
}

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

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

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

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

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

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

.fa-calendar-star:before {
  content: "";
}

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

.fa-calendar-week:before {
  content: "";
}

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

.fa-camera-alt:before {
  content: "";
}

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

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

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

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

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

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

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

.fa-carrot:before {
  content: "";
}

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

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

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

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

.fa-cc-apple-pay:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

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

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

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

.fa-chart-bar:before {
  content: "";
}

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

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

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

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

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

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

.fa-check-double:before {
  content: "";
}

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

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

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

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

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

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

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

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

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

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

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

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

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

.fa-chimney:before {
  content: "";
}

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

.fa-church:before {
  content: "";
}

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

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

.fa-city:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

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

.fa-closed-captioning:before {
  content: "";
}

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

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

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

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

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

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

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

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

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

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

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

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

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

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

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

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

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

.fa-compass-slash:before {
  content: "";
}

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

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

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

.fa-container-storage:before {
  content: "";
}

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

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

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

.fa-corn:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

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

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

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

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

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

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

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

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

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

.fa-css3-alt:before {
  content: "";
}

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

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

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

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

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

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

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

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

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

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

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

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

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

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

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

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

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

.fa-dove:before {
  content: "";
}

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

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

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

.fa-dribbble-square:before {
  content: "";
}

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

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

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

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

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

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

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

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

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

.fa-ellipsis-h-alt:before {
  content: "";
}

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

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

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

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

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

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

.fa-equals:before {
  content: "";
}

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

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

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

.fa-exchange-alt:before {
  content: "";
}

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

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

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

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

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

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

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

.fa-external-link-alt:before {
  content: "";
}

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

.fa-external-link-square-alt:before {
  content: "";
}

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

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

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

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

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

.fa-fantasy-flight-games:before {
  content: "";
}

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

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

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

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

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

.fa-field-hockey:before {
  content: "";
}

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

.fa-figma:before {
  content: "";
}

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

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

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

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

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

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

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

.fa-file-plus:before {
  content: "";
}

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

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

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

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

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

.fa-film-alt:before {
  content: "";
}

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

.fa-fingerprint:before {
  content: "";
}

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

.fa-fire-alt:before {
  content: "";
}

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

.fa-fire-smoke:before {
  content: "";
}

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

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

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

.fa-flag-alt:before {
  content: "";
}

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

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

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

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

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

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

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

.fa-folder-minus:before {
  content: "";
}

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

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

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

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

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

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

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

.fa-fort-awesome-alt:before {
  content: "";
}

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

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

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

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

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

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

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

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

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

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

.fa-ghost:before {
  content: "";
}

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

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

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

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

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

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

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

.fa-gitkraken:before {
  content: "";
}

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

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

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

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

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

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

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

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

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

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

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

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

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

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

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

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

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

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

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

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

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

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

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

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

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

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

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

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

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

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

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

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

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

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

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

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

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

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

.fa-hryvnia:before {
  content: "";
}

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

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

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

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

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

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

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

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

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

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

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

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

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

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

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

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

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

.fa-island-tropical:before {
  content: "";
}

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

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

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

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

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

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

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

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

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

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

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

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

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

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

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

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

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

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

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

.fa-level-down-alt:before {
  content: "";
}

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

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

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

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

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

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

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

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

.fa-location:before {
  content: "";
}

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

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

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

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

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

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

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

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

.fa-loveseat:before {
  content: "";
}

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

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

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

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

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

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

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

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

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

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

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

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

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

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

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

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

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

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

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

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

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

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

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

.fa-medium-m:before {
  content: "";
}

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

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

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

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

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

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

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

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

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

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

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

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

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

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

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

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

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

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

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

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

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

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

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

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

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

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

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

.fa-octagon:before {
  content: "";
}

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

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

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

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

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

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

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

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

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

.fa-pager:before {
  content: "";
}

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

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

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

.fa-parachute-box:before {
  content: "";
}

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

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

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

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

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

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

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

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

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

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

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

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

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

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

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

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

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

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

.fa-pied-piper-hat:before {
  content: "";
}

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

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

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

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

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

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

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

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

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

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

.fa-playstation:before {
  content: "";
}

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

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

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

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

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

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

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

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

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

.fa-project-diagram:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

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

.fa-python:before {
  content: "";
}

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

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

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

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

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

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

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

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

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

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

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

.fa-red-river:before {
  content: "";
}

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

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

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

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

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

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

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

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

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

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

.fa-robot:before {
  content: "";
}

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

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

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

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

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

.fa-salad:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

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

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

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

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

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

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

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

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

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

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

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

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

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

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

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

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

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

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

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

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

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

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

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

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

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

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

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

.fa-sign-out-alt:before {
  content: "";
}

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

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

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

.fa-sistrix:before {
  content: "";
}

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

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

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

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

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

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

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

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

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

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

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

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

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

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

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

.fa-spade:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

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

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

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

.fa-spray-can:before {
  content: "";
}

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

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

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

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

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

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

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

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

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

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

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

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

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

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

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

.fa-sticker-mule:before {
  content: "";
}

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

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

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

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

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

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

.fa-stretcher:before {
  content: "";
}

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

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

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

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

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

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

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

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

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

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

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

.fa-table-tennis:before {
  content: "";
}

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

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

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

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

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

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

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

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

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

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

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

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

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

.fa-ticket-alt:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

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

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

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

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

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

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

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

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

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

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

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

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

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

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

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

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

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

.fa-triangle:before {
  content: "";
}

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

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

.fa-trophy-alt:before {
  content: "";
}

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

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

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

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

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

.fa-turkey:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

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

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

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

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

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

.fa-umbrella-beach:before {
  content: "";
}

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

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

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

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

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

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

.fa-untappd:before {
  content: "";
}

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

.fa-ups:before {
  content: "";
}

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

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

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

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

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

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

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

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

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

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

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

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

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

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

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

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

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

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-vimeo-v:before {
  content: "";
}

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

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

.fa-vnv:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

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

.fa-volume-mute:before {
  content: "";
}

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

.fa-volume-slash:before {
  content: "";
}

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

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

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

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

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

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

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

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

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

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

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

.fa-wind:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

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

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

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

.fa-wordpress-simple:before {
  content: "";
}

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

.fa-wpexplorer:before {
  content: "";
}

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

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

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

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

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

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

.fa-y-combinator:before {
  content: "";
}

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

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

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

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

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

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

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

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("fonts/fa-light-300.eot");
  src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("fonts/fa-light-300.woff2") format("woff2"), url("fonts/fa-light-300.woff") format("woff"), url("fonts/fa-light-300.ttf") format("truetype"), url("fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #f9f9f9;
  border-radius: 0px;
  background: #f9f9f9;
  color: #192633;
  font: normal normal 700 1em "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #192633;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  padding: 4px 25px;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #ffa402;
  background: #FFF;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.sf-field-submit {
  text-align: center;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #192633;
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 7px 14px;
  display: inline-block;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Styles from PixelsOnFire
--------------------------------------------------------------*/
@font-face {
  font-family: "Manrope Thin";
  src: url("fonts/manrope-thin-webfont.woff2") format("woff2"), url("fonts/manrope-thin-webfont.woff") format("woff"), url("fonts/manrope-thin-webfont.svg") format("svg"), url("fonts/manrope-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Manrope Light";
  src: url("fonts/manrope-light-webfont.woff2") format("woff2"), url("fonts/manrope-light-webfont.woff") format("woff"), url("fonts/manrope-light-webfont.svg") format("svg"), url("fonts/manrope-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Manrope Regular";
  src: url("fonts/manrope-regular-webfont.woff2") format("woff2"), url("fonts/manrope-regular-webfont.woff") format("woff"), url("fonts/manrope-regular-webfont.svg") format("svg"), url("fonts/manrope-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Manrope Medium";
  src: url("fonts/manrope-medium-webfont.woff2") format("woff2"), url("fonts/manrope-medium-webfont.woff") format("woff"), url("fonts/manrope-medium-webfont.svg") format("svg"), url("fonts/manrope-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Manrope Semibold";
  src: url("fonts/manrope-semibold-webfont.woff2") format("woff2"), url("fonts/manrope-semibold-webfont.woff") format("woff"), url("fonts/manrope-semibold-webfont.svg") format("svg"), url("fonts/manrope-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Manrope Bold";
  src: url("fonts/manrope-bold-webfont.woff2") format("woff2"), url("fonts/manrope-bold-webfont.woff") format("woff"), url("fonts/manrope-bold-webfont.svg") format("svg"), url("fonts/manrope-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Manrope Extrabold";
  src: url("fonts/manrope-extrabold-webfont.woff2") format("woff2"), url("fonts/manrope-extrabold-webfont.woff") format("woff"), url("fonts/manrope-extrabold-webfont.svg") format("svg"), url("fonts/manrope-extrabold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
body {
  background: #FFF;
  color: #192633;
  font-size: 16px;
  line-height: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font: normal normal 400 1em "Lato", sans-serif;
  overflow-x: hidden;
}
body.post, body.page {
  margin-bottom: 0;
}

* {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  outline: none;
}
* *::-moz-selection {
  background: #ffd90f;
  color: #FFF;
}
* *::selection {
  background: #ffd90f;
  color: #FFF;
}

strong, b {
  font: normal normal 700 1em "Lato", sans-serif;
}
strong i, strong em, b i, b em {
  font: italic normal 700 1em "Lato", sans-serif;
}

i, em {
  font: italic normal 400 1em "Lato", sans-serif;
}
i strong, i b, em strong, em b {
  font: italic normal 700 1em "Lato", sans-serif;
}

.skip-link {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#page {
  max-width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 800px) {
  #page {
    padding-top: 73px;
  }
}
#page .pattern-box-1 {
  position: absolute;
  z-index: -1;
  position: absolute;
  top: 80px;
  right: 0;
  width: 44vw;
  height: 400px;
  background: url(images/pattern.png) 0 0 repeat;
  pointer-events: none;
}
#page .pattern-box-2 {
  position: absolute;
  z-index: -1;
  position: absolute;
  top: 75vh;
  left: 0;
  width: 25vw;
  height: 400px;
  background: url(images/pattern.png) 0 0 repeat;
  pointer-events: none;
}

.wrapper {
  width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1281px) {
  .wrapper {
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 800px) {
  .wrapper {
    width: 90%;
  }
}
.wrapper .col-1 {
  width: 85px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-1 {
    width: 6.8548387097%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-1 {
    width: 100%;
  }
}
.wrapper .col-2 {
  width: 190px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-2 {
    width: 15.3225806452%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-2 {
    width: 100%;
  }
}
.wrapper .col-3 {
  width: 295px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-3 {
    width: 23.7903225806%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-3 {
    width: 100%;
  }
}
.wrapper .col-4 {
  width: 400px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-4 {
    width: 32.2580645161%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-4 {
    width: 100%;
  }
}
.wrapper .col-5 {
  width: 505px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-5 {
    width: 40.7258064516%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-5 {
    width: 100%;
  }
}
.wrapper .col-6 {
  width: 610px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-6 {
    width: 49.1935483871%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-6 {
    width: 100%;
  }
}
.wrapper .col-7 {
  width: 715px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-7 {
    width: 57.6612903226%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-7 {
    width: 100%;
  }
}
.wrapper .col-8 {
  width: 820px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-8 {
    width: 66.1290322581%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-8 {
    width: 100%;
  }
}
.wrapper .col-9 {
  width: 925px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-9 {
    width: 74.5967741935%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-9 {
    width: 100%;
  }
}
.wrapper .col-10 {
  width: 1030px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-10 {
    width: 83.064516129%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-10 {
    width: 100%;
  }
}
.wrapper .col-11 {
  width: 1135px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-11 {
    width: 91.5322580645%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-11 {
    width: 100%;
  }
}
.wrapper .col-12 {
  width: 1240px;
}
@media screen and (max-width: 1281px) {
  .wrapper .col-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper .col-12 {
    width: 100%;
  }
}
.wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1vh;
}
.wrapper .row > * {
  height: 2vh;
  background: #ffd90f;
}

.site-content {
  color: #000;
}

.site-content {
  position: relative;
  min-height: 618px;
  z-index: 10;
  padding: 0px 0 0;
}
@media screen and (max-width: 1025px) {
  .site-content {
    padding: 0px 0 0;
  }
}

body.admin-bar .site-content {
  padding: 0px 0 0;
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 1025px) {
  .mobile-only {
    display: block;
  }
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 1025px) {
  .desktop-only {
    display: block;
  }
}

.no-scroll {
  overflow: hidden;
  position: absolute;
  width: 100%;
}

a.link-as-gradient {
  display: inline-block;
  padding: 9px 40px;
  position: relative;
  border-radius: 25px;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  font: normal normal 700 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
a.link-as-gradient .gradient {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  opacity: 1;
}
a.link-as-gradient:hover .gradient {
  opacity: 0;
}
a.link-as-gradient.dark {
  background: -webkit-gradient(linear, right top, left top, from(#60484f), to(#3f2e33));
  background: -o-linear-gradient(right, #60484f 0%, #3f2e33 100%);
  background: linear-gradient(to left, #60484f 0%, #3f2e33 100%);
}
a.link-as-gradient.dark .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#60484f), to(#3f2e33));
  background: -o-linear-gradient(left, #60484f 0%, #3f2e33 100%);
  background: linear-gradient(to right, #60484f 0%, #3f2e33 100%);
}
a.link-as-gradient.red {
  background: -webkit-gradient(linear, right top, left top, from(#D32F2F), to(#962020));
  background: -o-linear-gradient(right, #D32F2F 0%, #962020 100%);
  background: linear-gradient(to left, #D32F2F 0%, #962020 100%);
}
a.link-as-gradient.red .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#D32F2F), to(#962020));
  background: -o-linear-gradient(left, #D32F2F 0%, #962020 100%);
  background: linear-gradient(to right, #D32F2F 0%, #962020 100%);
}
a.link-as-gradient.pink {
  background: -webkit-gradient(linear, right top, left top, from(#ffd90f), to(#ffa402));
  background: -o-linear-gradient(right, #ffd90f 0%, #ffa402 100%);
  background: linear-gradient(to left, #ffd90f 0%, #ffa402 100%);
}
a.link-as-gradient.pink .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ffd90f), to(#ffa402));
  background: -o-linear-gradient(left, #ffd90f 0%, #ffa402 100%);
  background: linear-gradient(to right, #ffd90f 0%, #ffa402 100%);
}
a.link-as-gradient.orange {
  background: -webkit-gradient(linear, right top, left top, from(#ffa402), color-stop(50%, #f2f5f6), to(#fff9db));
  background: -o-linear-gradient(right, #ffa402 0%, #f2f5f6 50%, #fff9db 100%);
  background: linear-gradient(to left, #ffa402 0%, #f2f5f6 50%, #fff9db 100%);
}
a.link-as-gradient.orange .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ffa402), color-stop(50%, #f2f5f6), to(#fff9db));
  background: -o-linear-gradient(left, #ffa402 0%, #f2f5f6 50%, #fff9db 100%);
  background: linear-gradient(to right, #ffa402 0%, #f2f5f6 50%, #fff9db 100%);
}
a.link-as-gradient.yellow {
  background: -webkit-gradient(linear, right top, left top, from(#fe9803), to(#fcac6a));
  background: -o-linear-gradient(right, #fe9803 0%, #fcac6a 100%);
  background: linear-gradient(to left, #fe9803 0%, #fcac6a 100%);
}
a.link-as-gradient.yellow .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#fe9803), to(#fcac6a));
  background: -o-linear-gradient(left, #fe9803 0%, #fcac6a 100%);
  background: linear-gradient(to right, #fe9803 0%, #fcac6a 100%);
}
a.link-as-gradient .text {
  position: relative;
  z-index: 2;
  text-align: center;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
/*
   * 	Default theme - Owl Carousel CSS File
   */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.long {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes upsideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes upsideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.upsideDown {
  -webkit-animation: upsideDown 3s infinite;
          animation: upsideDown 3s infinite;
}

.site-header {
  display: block;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 500;
  }
  .site-header.sticky {
    position: fixed;
  }
}
.site-header .wrapper .first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px;
}
@media screen and (max-width: 1367px) {
  .site-header .wrapper .first-row {
    padding: 15px 10px;
  }
}
.site-header .wrapper .first-row .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .wrapper .first-row .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .wrapper .first-row .right .site-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1240px) {
  .site-header .wrapper .first-row .right .site-contact {
    display: none;
  }
}
.site-header .wrapper .first-row .right .site-contact a {
  font: normal normal 300 1em "Raleway", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #6e787f;
  display: inline-block;
  padding: 5px;
}
@media screen and (min-width: 1240px) {
  .site-header .wrapper .first-row .right .mobile-trigger {
    display: none;
  }
}
.site-header .site-title {
  width: 284px;
  height: 41px;
  margin: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1367px) {
  .site-header .site-title {
    width: 200px;
    height: 32px;
    margin: 10px 40px 10px 0;
  }
}
.site-header .site-description {
  display: inline-block;
  background-color: #ffd90f;
  color: #131313;
  font: normal normal 700 1em "Raleway", sans-serif;
  line-height: 22px;
  font-size: 14px;
  padding: 11px 20px;
}
@media screen and (max-width: 1240px) {
  .site-header .site-description {
    display: none;
  }
}
.site-header .main-navigation {
  float: none;
  display: block;
}
@media screen and (max-width: 1240px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-header .main-navigation ul li {
  padding: 20px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ffd90f;
}
@media screen and (max-width: 1367px) {
  .site-header .main-navigation ul li {
    padding: 8px 12px;
  }
}
.site-header .main-navigation ul li:first-of-type {
  border-left: 0;
  padding-left: 0;
}
.site-header .main-navigation ul li a {
  font: normal normal 900 1em "Raleway", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 1367px) {
  .site-header .main-navigation ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}

#mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.96);
  padding-top: 90px;
  z-index: 499;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
#mobile-overlay.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
#mobile-overlay .site-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
#mobile-overlay .site-contact a {
  font: normal normal 300 1em "Raleway", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #6e787f;
  display: inline-block;
  padding: 15px 10px;
}
#mobile-overlay .wrapper {
  height: 100%;
  overflow-y: scroll;
}
#mobile-overlay .wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mobile-overlay .wrapper ul li {
  padding: 10px;
  border-bottom: 1px solid #c2c2c2;
}
#mobile-overlay .wrapper ul a {
  font: normal normal 700 1em "Raleway", sans-serif;
  color: #192633;
  font-size: 18px;
  line-height: 1.5em;
}
#mobile-overlay .wrapper ul a br {
  display: none;
}

#search-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: 0.25s ease-in-out all 0.1s;
  -o-transition: 0.25s ease-in-out all 0.1s;
  transition: 0.25s ease-in-out all 0.1s;
  opacity: 0;
  z-index: -1;
}
#search-container.active {
  opacity: 1;
  z-index: 999;
}
#search-container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: relative;
  font-size: 0;
}
#search-container input.search-field {
  font: normal normal 700 1em "Raleway", sans-serif;
  background: transparent;
  min-width: 320px;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 30px;
  color: #000;
  border: 1px solid #ffd90f;
  border-radius: 0;
  background: #FFF;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  border-color: #ffd90f;
  background: #ffd90f;
}
#search-container input.search-field::-webkit-input-placeholder {
  color: #FFF;
}
#search-container input.search-field::-moz-placeholder {
  color: #FFF;
}
#search-container input.search-field:-ms-input-placeholder {
  color: #FFF;
}
#search-container input.search-field::-ms-input-placeholder {
  color: #FFF;
}
#search-container input.search-field::placeholder {
  color: #FFF;
}
#search-container input.search-field:focus {
  border-color: #FFF;
  background: #FFF;
}
#search-container .search-submit {
  padding: 10px 30px;
  color: #000;
  display: inline-block;
  border-radius: 0;
  background: #ffd90f;
  border: 1px solid #ffd90f;
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
#search-container .search-submit:hover {
  background: #ffa402;
  border-color: #ffa402;
}
#search-container .search-close-trigger {
  margin-top: 20px;
}
#search-container .search-close-trigger button {
  background: transparent;
  width: 52px;
  height: 52px;
  color: #192633;
  font-size: 30px;
  padding: 0;
  border-color: #ffd90f;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  background: #ffd90f;
  cursor: pointer;
}
#search-container .search-close-trigger button:hover {
  color: #f2f5f6;
  background: #ffa402;
  border-color: #ffa402;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  opacity: 0;
  visibility: hidden;
}
#overlay.active {
  opacity: 0.85;
  visibility: visible;
}

#mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #FFF;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
#mobile-header.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
#mobile-header .mobile-wrapper {
  overflow-y: auto;
  margin: 0 auto;
  max-width: 640px;
  width: 90%;
  height: 100vh;
  padding-top: 165px;
  padding-bottom: 100px;
}
#mobile-header ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
  font-size: 30px;
}
#mobile-header ul li {
  display: block;
  text-align: center;
}
#mobile-header ul li a {
  color: #ffa402;
  display: block;
  padding: 10px 10px;
}
#mobile-header ul li a:hover {
  color: #ffd90f;
}
#mobile-header ul li.bttn-like {
  margin-bottom: 60px;
}
#mobile-header ul li.bttn-like a {
  border-radius: 5px;
  background: #ffd90f;
  color: #FFF;
  display: block;
  padding: 10px 10px;
}
#mobile-header ul li.bttn-like a:hover {
  background: #ffa402;
}
#mobile-header .social-media {
  text-align: center;
  font-size: 36px;
  margin-top: 75px;
}
#mobile-header .social-media a {
  color: #ffa402;
  display: inline-block;
  padding: 0px 5px;
}
#mobile-header .social-media a:hover {
  color: #ffd90f;
}

a.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #192633;
  border-radius: 40px;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.33);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.33);
  z-index: 1000;
  opacity: 0;
}
a.back-to-top.sticky {
  opacity: 0.6;
}
a.back-to-top:hover.sticky {
  opacity: 1;
}

.logotypes .wrapper {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logotypes .wrapper .single-partner {
  padding: 10px 20px;
}
@media screen and (max-width: 800px) {
  .logotypes .wrapper {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .logotypes .wrapper > div {
    width: 50%;
    padding: 10px;
  }
}

.site-footer {
  background: #000;
  padding: 30px 0 40px;
}
.site-footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .site-footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .partner-group {
  padding: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .site-footer .partner-group {
    padding: 10px;
    padding-bottom: 20px;
  }
}
.site-footer .partner-group .single-partner {
  padding: 10px;
  text-align: left;
  padding-left: 0;
}
.site-footer .partner-group .single-partner img {
  display: block;
  max-width: 190px;
  margin-right: auto;
}
.site-footer .partner-description {
  color: #c2c2c2;
  font: normal normal 700 1em "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 18px;
}
.site-footer .site-title {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding-right: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 800px) {
  .site-footer .site-title {
    padding: 1px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .site-title {
    max-width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .site-menu {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0px 30px;
}
@media screen and (max-width: 800px) {
  .site-footer .site-menu {
    display: none;
  }
}
.site-footer .site-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .site-menu ul li {
  max-width: 250px;
  width: 100%;
  margin-bottom: 12px;
}
.site-footer .site-menu ul li a {
  text-transform: uppercase;
  font: normal normal 700 1em "Raleway", sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #c2c2c2;
}
.site-footer .site-menu ul li a:hover {
  color: #FFF;
}
.site-footer .site-submenu {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: right;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .site-footer .site-submenu {
    text-align: center;
    padding: 10px;
  }
}
.site-footer .site-submenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .site-submenu ul li a {
  text-transform: uppercase;
  font: normal normal 700 1em "Raleway", sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #c2c2c2;
}
.site-footer .site-submenu ul li a:hover {
  color: #FFF;
}
.site-footer .site-social-creator {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: right;
  padding-left: 20px;
  font: normal normal 300 1em "Raleway", sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #626262;
}
@media screen and (max-width: 800px) {
  .site-footer .site-social-creator {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 10px;
  }
}
.site-footer .site-social-creator a {
  font: normal normal 300 1em "Raleway", sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #626262;
}
.site-footer .site-social-creator a:hover {
  color: #FF5722;
}

.error-404.not-found .page-title-2 {
  font-size: 16px;
  text-align: center;
  color: #105d31;
  font-weight: normal;
}

ul.ssb_list_wrapper li.fb2 {
  width: 210px !important;
}

.comments-container {
  margin-top: 50px;
}
.comments-container a {
  color: #ffd90f !important;
}

.related_posts_by_taxonomy {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #ffd90f;
  position: relative;
  padding: 30px;
}
.related_posts_by_taxonomy:before {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: -100%;
  width: 100%;
  background: #ffd90f;
  position: absolute;
}
.related_posts_by_taxonomy .related-title {
  margin: 10px 0 25px;
  text-align: left;
  font-size: 20px;
  margin: 0 0 15px;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #FFF;
}
.related_posts_by_taxonomy .related-title:before {
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  content: "";
  margin: 0 10px;
}
.related_posts_by_taxonomy .related-gallery.gallery {
  margin-bottom: 0;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item {
  margin: 0;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 5px 1%;
  max-width: 31.33%;
}
@media screen and (max-width: 640px) {
  .related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item {
    width: 100%;
    max-width: none;
    display: block;
  }
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon {
  width: auto;
  height: 300px;
  overflow: hidden;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon a {
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon a:hover {
  opacity: 0.7;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon img {
  height: 300px;
  width: auto;
  max-width: none;
  display: block;
  margin: 0 auto;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 .gallery-caption {
  font: normal normal 400 1em "Raleway", sans-serif;
  margin: 0 auto;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 10px;
  text-align: left;
  -webkit-box-shadow: 0 -5px 42px 24px rgba(0, 0, 0, 0.9);
          box-shadow: 0 -5px 42px 24px rgba(0, 0, 0, 0.9);
}
.related_posts_by_taxonomy .signature {
  text-align: right;
  padding: 10px 10px 35px;
}
.related_posts_by_taxonomy .signature > {
  display: inline-block;
  vertical-align: top;
}
.related_posts_by_taxonomy .signature .signature-text {
  font-family: "Source Sans Pro Light", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.related_posts_by_taxonomy .splitter {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 45px -40px;
  height: 3px;
  border-radius: 3px;
  background: rgba(242, 245, 246, 0.25);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .related_posts_by_taxonomy .splitter {
    margin: 50px 0;
  }
}
.related_posts_by_taxonomy .custom-frame {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  padding: 15px 25px 25px;
  margin: 30px -40px;
  border-radius: 4px;
  color: #192633;
  background-color: rgba(255, 217, 15, 0.05);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  border: 1px solid rgba(255, 217, 15, 0.5);
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .custom-frame {
    margin: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .related_posts_by_taxonomy .custom-frame {
    margin: 30px -40px;
  }
}
.related_posts_by_taxonomy .custom-frame p {
  padding: 0 15px;
  margin: 0;
}
.related_posts_by_taxonomy .custom-frame h2.frame-title {
  font: normal normal 400 1em "Raleway", sans-serif;
  letter-spacing: -0.0125em;
  margin: 0 0 12px;
  line-height: 32px;
  font-size: 24px;
  padding: 8px 16px 8px 0;
  border-bottom: 1px solid rgba(255, 217, 15, 0.5);
}
.related_posts_by_taxonomy .custom-frame h2.frame-title i {
  font-size: 36px;
  margin-right: 15px;
}
.related_posts_by_taxonomy .custom-frame.wyrownanie-lewa-strona {
  width: 50%;
  margin-right: 35px;
  float: left;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .custom-frame.wyrownanie-lewa-strona {
    width: 100%;
    margin: 15px 0;
    max-width: 640px;
    float: none;
  }
}
.related_posts_by_taxonomy .custom-frame.wyrownanie-prawa-strona {
  width: 50%;
  margin-left: 35px;
  float: right;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .custom-frame.wyrownanie-prawa-strona {
    width: 100%;
    margin: 15px -40px;
    max-width: 640px;
    float: none;
  }
}
.related_posts_by_taxonomy .single-info {
  position: relative;
  margin: 20px -40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 60px;
  overflow: hidden;
  min-height: 96px;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .single-info {
    margin: 20px 0;
  }
}
.related_posts_by_taxonomy .single-info .info-icon {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 80px;
  opacity: 0.1;
  z-index: 10;
}
.related_posts_by_taxonomy .single-info .info-number {
  font: normal normal 400 1em "Raleway", sans-serif;
  color: #ffa402;
  font-size: 48px;
  line-height: 96px;
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  z-index: 15;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .single-info .info-number {
    right: 0;
    text-align: right;
    width: 30%;
  }
}
.related_posts_by_taxonomy .single-info .info-name {
  font: normal normal 400 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .single-info .info-name {
    left: 0;
    width: 70%;
  }
}
.related_posts_by_taxonomy .columns-content {
  display: block;
  table-layout: fixed;
  vertical-align: top;
  position: relative;
  margin: 0 -40px;
  font-size: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .columns-content {
    display: block;
    margin: 0 auto;
  }
}
.related_posts_by_taxonomy .columns-content > br {
  display: none;
}
.related_posts_by_taxonomy .columns-content > p {
  display: none;
}
.related_posts_by_taxonomy .columns-content > div > p {
  display: block;
}
.related_posts_by_taxonomy .columns-content.columns-3 .single-column {
  width: 33.3333333%;
}
.related_posts_by_taxonomy .columns-content.columns-2 .single-column {
  width: 50%;
}
.related_posts_by_taxonomy .columns-content.columns-4 .single-column {
  width: 25%;
}
.related_posts_by_taxonomy .columns-content .single-column {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  font-size: 16px;
}
.related_posts_by_taxonomy .columns-content .single-column > br:first-of-type {
  display: none;
}
.related_posts_by_taxonomy .columns-content .single-column > i {
  font-size: 36px;
}
.related_posts_by_taxonomy .columns-content .single-column h4 {
  margin: 0 0 15px;
}
.related_posts_by_taxonomy .columns-content .single-column ol,
.related_posts_by_taxonomy .columns-content .single-column ul {
  margin: 0 0 0.5em 2em;
}
.related_posts_by_taxonomy .columns-content .single-column img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .columns-content .single-column {
    display: block;
    padding: 15px 0;
    width: 100% !important;
  }
}
.related_posts_by_taxonomy .cta-container {
  border: 1px solid rgba(255, 217, 15, 0.5);
  padding: 25px 0;
  border-radius: 4px;
  font-size: 0;
  text-align: center;
  position: relative;
  margin: 25px -40px;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .cta-container {
    margin: 25px 0;
  }
}
.related_posts_by_taxonomy .cta-container > * {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.related_posts_by_taxonomy .cta-container .cta-text {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 24px;
  line-height: 42px;
  padding-right: 30px;
  color: #ffd90f;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .cta-container .cta-text {
    display: block;
    padding: 0 15px 15px;
  }
}
.related_posts_by_taxonomy .fwp-container {
  width: 100vw;
  position: relative;
  height: 50vh;
  min-height: 450px;
  left: calc(-50vw + 50%);
  margin: 0 0 1.15em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
}
.related_posts_by_taxonomy .related-entries h4 {
  font: normal normal 400 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #ffa402;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.related_posts_by_taxonomy .addon-frame {
  margin-top: 20px;
}
.related_posts_by_taxonomy .addon-frame .single-column {
  padding: 20px 20px 30px;
  margin: 20px auto;
  border-top: 1px solid rgba(255, 217, 15, 0.05);
  border-bottom: 1px solid rgba(255, 217, 15, 0.05);
}
.related_posts_by_taxonomy .addon-frame .addon-title {
  text-align: center;
  color: #ffd90f;
  line-height: 1.35em;
  margin: 0 0 0.5em;
  position: relative;
  font-weight: normal;
  letter-spacing: -0.05em;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 1.5em;
}
@media screen and (max-width: 1025px) {
  .related_posts_by_taxonomy .addon-frame .addon-title {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  .related_posts_by_taxonomy .addon-frame .addon-title {
    line-height: 1.1;
  }
}
.related_posts_by_taxonomy .addon-frame .addon-subtitle {
  text-align: center;
}
.related_posts_by_taxonomy .addon-frame .facebook-likebox-container {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.related_posts_by_taxonomy .comments-link {
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  border: 1px solid rgba(255, 217, 15, 0.075);
  color: rgba(255, 217, 15, 0.5);
  padding: 10px 0;
  background: rgba(255, 217, 15, 0.075);
  position: relative;
}
.related_posts_by_taxonomy .comments-link i {
  font-size: 24px;
  line-height: 1;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  margin-right: 16px;
}
.related_posts_by_taxonomy .comments-link span.comments-info {
  display: inline-block;
  text-align: center;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.related_posts_by_taxonomy .comments-link span + i {
  margin-bottom: 10px;
}
.related_posts_by_taxonomy .comments-link:hover {
  border: 1px solid #ffd90f;
  background: 1px solid #ffd90f;
}
.related_posts_by_taxonomy .comments-link:hover i {
  color: rgba(255, 217, 15, 0.75);
}

article.single-post .entry-content {
  font: normal normal 300 1em "Lato", sans-serif;
  font-size: 21px;
  line-height: 1.6em;
}
article.single-post .entry-content > * {
  width: 100%;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content > * {
    margin-left: 0;
  }
}
article.single-post .entry-content .text-highlight {
  background: #ffd90f;
  color: #FFF;
}
article.single-post .entry-content .none {
  display: none;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content {
    font-size: 16px;
  }
}
article.single-post .entry-content em,
article.single-post .entry-content i {
  font-style: normal;
  font: italic normal 400 1em "Lato", sans-serif;
}
article.single-post .entry-content em.far,
article.single-post .entry-content i.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}
article.single-post .entry-content em.fas,
article.single-post .entry-content i.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
article.single-post .entry-content em.fal,
article.single-post .entry-content i.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
}
article.single-post .entry-content em.fab,
article.single-post .entry-content i.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
article.single-post .entry-content b,
article.single-post .entry-content strong {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
}
article.single-post .entry-content em strong,
article.single-post .entry-content strong em {
  font-style: normal;
  font-weight: normal;
  font: italic normal 700 1em "Lato", sans-serif;
}
article.single-post .entry-content h1,
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
  color: #192633;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}
article.single-post .entry-content h1:before,
article.single-post .entry-content h2:before,
article.single-post .entry-content h3:before,
article.single-post .entry-content h4:before,
article.single-post .entry-content h5:before,
article.single-post .entry-content h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ffd90f), color-stop(50%, #f2f5f6), to(#f2f5f6));
  background: -o-linear-gradient(right, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
  background: linear-gradient(to left, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content h1,
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content h1,
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
    line-height: 1.35;
  }
}
article.single-post .entry-content h1 a,
article.single-post .entry-content h2 a,
article.single-post .entry-content h3 a,
article.single-post .entry-content h4 a,
article.single-post .entry-content h5 a,
article.single-post .entry-content h6 a {
  color: #ffd90f;
  text-decoration: underline;
}
article.single-post .entry-content h1 a:hover,
article.single-post .entry-content h2 a:hover,
article.single-post .entry-content h3 a:hover,
article.single-post .entry-content h4 a:hover,
article.single-post .entry-content h5 a:hover,
article.single-post .entry-content h6 a:hover {
  color: rgba(255, 217, 15, 0.5);
}
article.single-post .entry-content ol,
article.single-post .entry-content ul {
  margin: 0 0 1.5em inherit;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content ol,
article.single-post .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-post .entry-content h1 {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h1 {
    font-size: 32px;
  }
}
article.single-post .entry-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h2 {
    font-size: 32px;
  }
}
article.single-post .entry-content h3 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h3 {
    font-size: 28px;
  }
}
article.single-post .entry-content h4 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h4 {
    font-size: 24px;
  }
}
article.single-post .entry-content h5 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h5 {
    font-size: 20px;
  }
}
article.single-post .entry-content h6 {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h6 {
    font-size: 18px;
  }
}
article.single-post .entry-content code {
  font-family: "DejaVu Sans Mono", "Courier New", monospaced;
}
article.single-post .entry-content p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
}
article.single-post .entry-content iframe {
  margin: 20px auto;
  display: block;
}
article.single-post .entry-content iframe.instagram-media {
  margin: 20px auto !important;
}
article.single-post .entry-content p > a {
  color: #ffa402;
  background: rgba(242, 245, 246, 0.2);
  border-radius: 3px;
}
article.single-post .entry-content p > a:hover {
  color: #ffa402;
}
article.single-post .entry-content a {
  color: #ffa402;
}
article.single-post .entry-content a:hover {
  color: #f2f5f6;
}
article.single-post .entry-content a img {
  border-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.single-post .entry-content a img:before {
  text-align: center;
  content: "";
  font-size: 150px;
  color: #ffa402;
  z-index: 50;
  font-family: "FontAwesome";
}
article.single-post .entry-content a img:hover {
  border-bottom: 0;
}
article.single-post .entry-content a.button {
  color: #f2f5f6;
}
article.single-post .entry-content a.button:hover {
  color: #ffa402;
}
article.single-post .entry-content a.button.light {
  background: rgba(255, 217, 15, 0.25);
  border: 1px solid rgba(255, 217, 15, 0.6);
  color: #ffd90f;
}
article.single-post .entry-content a.button.light:hover {
  background: rgba(255, 217, 15, 0.1);
  border: 1px solid rgba(255, 217, 15, 0.8);
  color: #ffa402;
}
article.single-post .entry-content figure {
  margin: 8px auto;
}
article.single-post .entry-content .image-content {
  position: relative;
  margin: 40px -40px;
}
article.single-post .entry-content .image-content a {
  display: block;
  position: relative;
  padding: 5px;
  border: 1px solid rgba(255, 217, 15, 0.1);
}
article.single-post .entry-content .image-content img {
  border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 20;
}
article.single-post .entry-content figure,
article.single-post .entry-content img {
  position: relative;
  height: auto;
  max-width: 100%;
}
article.single-post .entry-content figure.alignright,
article.single-post .entry-content img.alignright {
  margin: 10px 10px 10px 20px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content figure.alignright,
article.single-post .entry-content img.alignright {
    margin: 0;
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-post .entry-content figure.alignleft,
article.single-post .entry-content img.alignleft {
  margin: 10px 20px 10px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content figure.alignleft,
article.single-post .entry-content img.alignleft {
    margin: 0;
    display: block !important;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-post .entry-content figure.aligncenter, article.single-post .entry-content figure.alignnone,
article.single-post .entry-content img.aligncenter,
article.single-post .entry-content img.alignnone {
  display: block !important;
  margin: 2em auto;
}
article.single-post .entry-content figure.size-full,
article.single-post .entry-content img.size-full {
  max-width: 100%;
  height: auto;
  position: relative;
}
article.single-post .entry-content figure.size-full.alignright,
article.single-post .entry-content img.size-full.alignright {
  max-width: 540px;
}
article.single-post .entry-content figure.size-full.alignleft,
article.single-post .entry-content img.size-full.alignleft {
  max-width: 540px;
}
article.single-post .entry-content img {
  max-width: 640px;
  height: auto;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content img {
    max-width: 100%;
  }
}
article.single-post .entry-content .image-all-wrapper {
  position: relative;
  margin: 1.25em -40px;
}
article.single-post .entry-content .image-all-wrapper a {
  display: block;
}
article.single-post .entry-content .image-all-wrapper a img {
  width: 100%;
  height: auto;
}
article.single-post .entry-content .wp-caption-text {
  color: #888888;
  font: normal normal 400 1em "Lato", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0px 0 0;
  padding: 10px 20px;
  background: rgba(230, 210, 208, 0.5);
  margin-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
article.single-post .entry-content .gallery {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 960px;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content .gallery {
    margin: 0;
  }
}
article.single-post .entry-content .gallery .gallery-item {
  padding: 0 10px 10px;
  width: auto;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content .gallery .gallery-item {
    padding: 2px;
  }
}
article.single-post .entry-content .gallery .gallery-icon a {
  display: block;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content .gallery .gallery-icon a {
    padding: 1px;
  }
}
article.single-post .entry-content .gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  padding: 3px;
}
article.single-post .entry-content .gallery .gallery-caption {
  display: block;
  margin: 0 auto;
}
article.single-post .entry-content pre {
  background: #fff8f7;
  font-size: 16px;
  line-height: 20px;
  font-family: "Consolas", "Source Code Pro", "DejaVu Sans Mono", "Courier New", monospaced;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
article.single-post .entry-content ul {
  padding: 0;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-post .entry-content ul li {
  position: relative;
  padding-bottom: 8px;
}
article.single-post .entry-content ul.ssb_list_wrapper {
  list-style-type: none;
}
article.single-post .entry-content ul.ssb_list_wrapper li:before {
  display: none;
}
article.single-post .entry-content hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 217, 15, 0)), color-stop(10%, #ffd90f), color-stop(25%, #ffa402), color-stop(75%, #fff9db), color-stop(90%, #f2f5f6), to(rgba(242, 245, 246, 0)));
  background: -o-linear-gradient(left, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  background: linear-gradient(to right, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  height: 3px;
  max-width: 1100px;
}
article.single-post .entry-content blockquote {
  padding: 0;
  background: #f9f9f9;
  margin-bottom: 30px;
  max-width: 1100px;
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
article.single-post .entry-content blockquote:after {
  content: "";
  display: block;
  width: 10px;
  left: -5px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content blockquote {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-post .entry-content blockquote {
    padding-right: 10px;
  }
}
article.single-post .entry-content blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  color: #ffd90f;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding: 20px;
  padding-left: 0;
  padding-top: 6px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content blockquote:before {
    left: 20px;
    width: 47px;
  }
}
article.single-post .entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
article.single-post .entry-content blockquote p:last-of-type {
  margin-bottom: 0;
}
article.single-post .entry-content blockquote cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-post .entry-content .custom-frame {
  padding: 0;
  background: #fff8f7;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content .custom-frame {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-post .entry-content .custom-frame {
    padding-right: 10px;
  }
}
article.single-post .entry-content .custom-frame:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 30px;
  bottom: 30px;
  color: #fff9db;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content .custom-frame:before {
    left: 20px;
    width: 47px;
  }
}
article.single-post .entry-content .custom-frame p {
  margin-bottom: 1em;
}
article.single-post .entry-content .custom-frame p:last-of-type {
  margin-bottom: 0;
}
article.single-post .entry-content .custom-frame cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-post .entry-content .custom-frame.info:before {
  content: "";
}
article.single-post .entry-content .custom-frame.contact:before {
  content: "";
}
article.single-post .entry-content .custom-frame.law:before {
  content: "§";
}

#comments-container .wrapper > * {
  max-width: 978px;
  margin: 50px 0;
}

article.post-listed {
  margin: 0 0 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(110, 120, 127, 0.2);
  position: relative;
}
article.post-listed:first-of-type {
  border-top: 0;
}
article.post-listed .entry-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.post-listed .entry-meta {
  width: 105px;
}
article.post-listed .entry-time {
  font: normal normal 600 1em "Raleway", sans-serif;
  color: #6e787f;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  padding: 10px;
}
article.post-listed .entry-category {
  display: block;
  padding: 10px;
  border-top: 1px solid #ffd90f;
  width: 100%;
}
article.post-listed .entry-category a {
  font: normal normal 600 1em "Raleway", sans-serif;
  color: #6e787f;
  font-size: 13px;
  line-height: 20px;
}
article.post-listed .entry-category a:hover {
  color: #ffa402;
}
article.post-listed .entry-header {
  width: calc(100% - 105px);
  padding: 10px 30px;
}
@media screen and (max-width: 800px) {
  article.post-listed .entry-header {
    width: 92%;
    padding: 8px 20px;
  }
}
article.post-listed .entry-title {
  margin: 0;
  font: normal normal 700 1em "Raleway", sans-serif;
  font-size: 21px;
  line-height: 1.5em;
  color: #192633;
}
article.post-listed .entry-title a {
  color: #192633;
}
article.post-listed .entry-title a:hover {
  color: #ffa402;
}
article.post-listed.with-thumbnail {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
article.post-listed.with-thumbnail .entry-thumbnail-body {
  position: relative;
  z-index: 1;
}
article.post-listed.with-thumbnail .entry-thumbnail-body a.hidden-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: transparent;
}
article.post-listed.with-thumbnail .entry-thumbnail-body .entry-thumbnail {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
@media screen and (max-width: 800px) {
  article.post-listed.with-thumbnail .entry-thumbnail-body .entry-thumbnail {
    height: 25vh;
    max-height: 360px;
    min-height: 180px;
    background-size: 100% auto;
  }
}
article.post-listed.with-thumbnail .entry-thumbnail-body .entry-body {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 90%;
}
@media screen and (max-width: 800px) {
  article.post-listed.with-thumbnail .entry-thumbnail-body .entry-body {
    max-width: 100%;
  }
}
article.post-listed.with-thumbnail .entry-thumbnail-body .entry-body .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
}
article.post-listed.with-thumbnail .entry-thumbnail-body .entry-body .entry-meta > div {
  display: inline-block;
  background: #FFF;
  width: auto;
}
article.post-listed.with-thumbnail .entry-thumbnail-body .entry-body .entry-meta .entry-category {
  padding: 10px 20px;
  border-top: 0;
  border-left: 1px solid #ffa402;
}
article.post-listed.with-thumbnail .entry-thumbnail-body .entry-body .entry-header {
  background: #FFF;
  padding-left: 10px;
}
article.post-listed.with-thumbnail .entry-thumbnail-body .entry-body .entry-header small-game-card .entry-title {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  article.post-listed.with-thumbnail .entry-thumbnail-body .entry-body .entry-header small-game-card .entry-title {
    font-size: 21px;
  }
}

article.small-game-card {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  article.small-game-card {
    min-width: 100%;
  }
}
article.small-game-card .game-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
article.small-game-card .game-card-content .entry-title {
  font: normal normal 900 1em "Raleway", sans-serif;
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  padding-top: 15px;
}
article.small-game-card .game-card-content .entry-title a {
  color: #192633;
}
article.small-game-card .game-card-content .entry-title a:hover {
  color: #ffa402;
}
article.small-game-card .game-card-content .game-dev {
  color: #6e787f;
}
article.small-game-card .game-card-content .game-dev a {
  font: normal normal 300 1em "Lato", sans-serif;
  color: #6e787f;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}
article.small-game-card .game-card-content .entry-date {
  font: normal normal 900 1em "Raleway", sans-serif;
  color: #192633;
  text-align: center;
  width: 105px;
  padding-top: 42px;
  position: relative;
}
article.small-game-card .game-card-content .entry-date:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 113px;
  height: 43px;
  background: url("images/accent_down_vertical.png") 0 0 no-repeat;
}
article.small-game-card .game-card-content .entry-date .day {
  font-size: 40px;
  line-height: 1em;
}
article.small-game-card .game-card-content .entry-date .month {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
article.small-game-card .game-card-content .entry-platform {
  padding: 5px 0;
  width: 100%;
}
article.small-game-card .game-card-content .entry-platform i {
  font-size: 16px;
  width: 40px;
  line-height: 16px;
  padding: 2px 8px 2px 0;
  display: inline-block;
  color: #6e787f;
}
article.small-game-card .game-card-content .entry-platform span {
  display: inline-block;
  background: #969ea4;
  padding: 4px 8px;
  border-radius: 3px;
  font: normal normal 700 1em "Raleway", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 5px;
}
article.small-game-card .game-card-content .entry-body {
  width: calc(100% - 105px);
  padding-left: 15px;
  padding-right: 10px;
}
article.small-game-card .entry-footer {
  text-align: center;
  margin-top: 12px;
}
article.small-game-card .entry-footer a {
  display: inline-block;
  border-radius: 3px;
  background: #192633;
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 10px;
  color: #FFF;
}
article.small-game-card .entry-footer a:hover {
  background: #000;
}
article.small-game-card.with-thumbnail .game-image {
  display: block;
}
article.small-game-card.with-thumbnail .game-image a,
article.small-game-card.with-thumbnail .game-image img {
  display: block;
}
article.small-game-card.without-thumbnail .game-card-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.small-game-card.without-thumbnail .entry-title {
  padding-top: 0;
}
article.small-game-card.without-thumbnail .entry-date {
  padding-right: 30px;
  padding-top: 0;
}
article.small-game-card.without-thumbnail .entry-date:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  bottom: 0;
  width: 23px;
  height: 57px;
  background: url("images/accent_left_horiz.png") 0 0 no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
nav.navigation.posts-navigation {
  position: relative;
  display: block;
  background: rgba(194, 194, 194, 0.3);
  padding: 0;
  overflow: unset;
  margin-bottom: 50px;
}
nav.navigation.posts-navigation .nav-links {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.navigation.posts-navigation .nav-links .nav-next {
  -ms-flex-item-align: end;
      align-self: flex-end;
  float: none;
  width: auto;
  margin-left: auto;
  display: inline-block;
  text-align: center;
  width: 50%;
}
nav.navigation.posts-navigation .nav-links .nav-next a {
  display: block;
  width: 100%;
  text-align: center;
}
nav.navigation.posts-navigation .nav-links .nav-next a i {
  margin-right: 20px;
}
nav.navigation.posts-navigation .nav-links .nav-previous {
  -ms-flex-item-align: start;
      align-self: flex-start;
  float: none;
  width: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  width: 50%;
}
nav.navigation.posts-navigation .nav-links .nav-previous a {
  display: block;
  width: 100%;
  text-align: center;
}
nav.navigation.posts-navigation .nav-links .nav-previous a i {
  margin-left: 20px;
}
nav.navigation.posts-navigation a {
  color: #6e787f;
  font: normal normal 900 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #192633;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  padding: 9px 25px 7px;
  background: #ffd90f;
}
nav.navigation.posts-navigation a:hover {
  color: #192633;
}

article.single-game {
  padding-top: 30px;
  padding-bottom: 30px;
}
article.single-game .game-gallery-container .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
article.single-game .game-gallery-container .owl-carousel .owl-nav button.owl-next,
article.single-game .game-gallery-container .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  text-align: center;
  color: #ffa402;
  background: #FFF;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0;
  padding: 0;
}
article.single-game .game-gallery-container .owl-carousel .owl-nav button.owl-next span,
article.single-game .game-gallery-container .owl-carousel .owl-nav button.owl-prev span {
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
}
article.single-game .game-gallery-container .owl-carousel .owl-nav button.owl-next {
  right: -20px;
}
article.single-game .game-gallery-container .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
article.single-game .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
article.single-game .embed-container embed,
article.single-game .embed-container iframe,
article.single-game .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article.single-game .section {
  margin-bottom: 40px;
}
article.single-game .section .section-title {
  margin-top: 0;
  font: normal normal 900 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #192633;
  font-size: 21px;
  line-height: 1em;
  margin-bottom: 1em;
  padding-left: 30px;
  position: relative;
}
article.single-game .section .section-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background: #ffd90f;
}
article.single-game .entry-content {
  font: normal normal 300 1em "Lato", sans-serif;
  font-size: 21px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
article.single-game .entry-content > * {
  width: 100%;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1025px) {
  article.single-game .entry-content > * {
    margin-left: 0;
  }
}
article.single-game .entry-content .text-highlight {
  background: #ffd90f;
  color: #FFF;
}
article.single-game .entry-content .none {
  display: none;
}
@media screen and (max-width: 1025px) {
  article.single-game .entry-content {
    font-size: 16px;
  }
}
article.single-game .entry-content em,
article.single-game .entry-content i {
  font-style: normal;
  font: italic normal 400 1em "Lato", sans-serif;
}
article.single-game .entry-content em.far,
article.single-game .entry-content i.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}
article.single-game .entry-content em.fas,
article.single-game .entry-content i.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
article.single-game .entry-content em.fal,
article.single-game .entry-content i.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
}
article.single-game .entry-content em.fab,
article.single-game .entry-content i.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
article.single-game .entry-content b,
article.single-game .entry-content strong {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
}
article.single-game .entry-content em strong,
article.single-game .entry-content strong em {
  font-style: normal;
  font-weight: normal;
  font: italic normal 700 1em "Lato", sans-serif;
}
article.single-game .entry-content h1,
article.single-game .entry-content h2,
article.single-game .entry-content h3,
article.single-game .entry-content h4,
article.single-game .entry-content h5,
article.single-game .entry-content h6 {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
  color: #192633;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}
article.single-game .entry-content h1:before,
article.single-game .entry-content h2:before,
article.single-game .entry-content h3:before,
article.single-game .entry-content h4:before,
article.single-game .entry-content h5:before,
article.single-game .entry-content h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ffd90f), color-stop(50%, #f2f5f6), to(#f2f5f6));
  background: -o-linear-gradient(right, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
  background: linear-gradient(to left, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
}
@media screen and (max-width: 1025px) {
  article.single-game .entry-content h1,
article.single-game .entry-content h2,
article.single-game .entry-content h3,
article.single-game .entry-content h4,
article.single-game .entry-content h5,
article.single-game .entry-content h6 {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  article.single-game .entry-content h1,
article.single-game .entry-content h2,
article.single-game .entry-content h3,
article.single-game .entry-content h4,
article.single-game .entry-content h5,
article.single-game .entry-content h6 {
    line-height: 1.35;
  }
}
article.single-game .entry-content h1 a,
article.single-game .entry-content h2 a,
article.single-game .entry-content h3 a,
article.single-game .entry-content h4 a,
article.single-game .entry-content h5 a,
article.single-game .entry-content h6 a {
  color: #ffd90f;
  text-decoration: underline;
}
article.single-game .entry-content h1 a:hover,
article.single-game .entry-content h2 a:hover,
article.single-game .entry-content h3 a:hover,
article.single-game .entry-content h4 a:hover,
article.single-game .entry-content h5 a:hover,
article.single-game .entry-content h6 a:hover {
  color: rgba(255, 217, 15, 0.5);
}
article.single-game .entry-content ol,
article.single-game .entry-content ul {
  margin: 0 0 1.5em inherit;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  article.single-game .entry-content ol,
article.single-game .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-game .entry-content h1 {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content h1 {
    font-size: 32px;
  }
}
article.single-game .entry-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content h2 {
    font-size: 32px;
  }
}
article.single-game .entry-content h3 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content h3 {
    font-size: 28px;
  }
}
article.single-game .entry-content h4 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content h4 {
    font-size: 24px;
  }
}
article.single-game .entry-content h5 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content h5 {
    font-size: 20px;
  }
}
article.single-game .entry-content h6 {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content h6 {
    font-size: 18px;
  }
}
article.single-game .entry-content code {
  font-family: "DejaVu Sans Mono", "Courier New", monospaced;
}
article.single-game .entry-content p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
}
article.single-game .entry-content iframe {
  margin: 20px auto;
  display: block;
}
article.single-game .entry-content iframe.instagram-media {
  margin: 20px auto !important;
}
article.single-game .entry-content p > a {
  color: #ffa402;
  background: rgba(242, 245, 246, 0.2);
  border-radius: 3px;
}
article.single-game .entry-content p > a:hover {
  color: #ffa402;
}
article.single-game .entry-content a {
  color: #ffa402;
}
article.single-game .entry-content a:hover {
  color: #f2f5f6;
}
article.single-game .entry-content a img {
  border-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.single-game .entry-content a img:before {
  text-align: center;
  content: "";
  font-size: 150px;
  color: #ffa402;
  z-index: 50;
  font-family: "FontAwesome";
}
article.single-game .entry-content a img:hover {
  border-bottom: 0;
}
article.single-game .entry-content a.button {
  color: #f2f5f6;
}
article.single-game .entry-content a.button:hover {
  color: #ffa402;
}
article.single-game .entry-content a.button.light {
  background: rgba(255, 217, 15, 0.25);
  border: 1px solid rgba(255, 217, 15, 0.6);
  color: #ffd90f;
}
article.single-game .entry-content a.button.light:hover {
  background: rgba(255, 217, 15, 0.1);
  border: 1px solid rgba(255, 217, 15, 0.8);
  color: #ffa402;
}
article.single-game .entry-content figure {
  margin: 8px auto;
}
article.single-game .entry-content .image-content {
  position: relative;
  margin: 40px -40px;
}
article.single-game .entry-content .image-content a {
  display: block;
  position: relative;
  padding: 5px;
  border: 1px solid rgba(255, 217, 15, 0.1);
}
article.single-game .entry-content .image-content img {
  border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 20;
}
article.single-game .entry-content figure,
article.single-game .entry-content img {
  position: relative;
  height: auto;
  max-width: 100%;
}
article.single-game .entry-content figure.alignright,
article.single-game .entry-content img.alignright {
  margin: 10px 10px 10px 20px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-game .entry-content figure.alignright,
article.single-game .entry-content img.alignright {
    margin: 0;
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-game .entry-content figure.alignleft,
article.single-game .entry-content img.alignleft {
  margin: 10px 20px 10px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-game .entry-content figure.alignleft,
article.single-game .entry-content img.alignleft {
    margin: 0;
    display: block !important;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-game .entry-content figure.aligncenter, article.single-game .entry-content figure.alignnone,
article.single-game .entry-content img.aligncenter,
article.single-game .entry-content img.alignnone {
  display: block !important;
  margin: 2em auto;
}
article.single-game .entry-content figure.size-full,
article.single-game .entry-content img.size-full {
  max-width: 100%;
  height: auto;
  position: relative;
}
article.single-game .entry-content figure.size-full.alignright,
article.single-game .entry-content img.size-full.alignright {
  max-width: 540px;
}
article.single-game .entry-content figure.size-full.alignleft,
article.single-game .entry-content img.size-full.alignleft {
  max-width: 540px;
}
article.single-game .entry-content img {
  max-width: 640px;
  height: auto;
}
@media screen and (max-width: 640px) {
  article.single-game .entry-content img {
    max-width: 100%;
  }
}
article.single-game .entry-content .image-all-wrapper {
  position: relative;
  margin: 1.25em -40px;
}
article.single-game .entry-content .image-all-wrapper a {
  display: block;
}
article.single-game .entry-content .image-all-wrapper a img {
  width: 100%;
  height: auto;
}
article.single-game .entry-content .wp-caption-text {
  color: #888888;
  font: normal normal 400 1em "Lato", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0px 0 0;
  padding: 10px 20px;
  background: rgba(230, 210, 208, 0.5);
  margin-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
article.single-game .entry-content .gallery {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 960px;
}
@media screen and (max-width: 640px) {
  article.single-game .entry-content .gallery {
    margin: 0;
  }
}
article.single-game .entry-content .gallery .gallery-item {
  padding: 0 10px 10px;
  width: auto;
}
@media screen and (max-width: 640px) {
  article.single-game .entry-content .gallery .gallery-item {
    padding: 2px;
  }
}
article.single-game .entry-content .gallery .gallery-icon a {
  display: block;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  article.single-game .entry-content .gallery .gallery-icon a {
    padding: 1px;
  }
}
article.single-game .entry-content .gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  padding: 3px;
}
article.single-game .entry-content .gallery .gallery-caption {
  display: block;
  margin: 0 auto;
}
article.single-game .entry-content pre {
  background: #fff8f7;
  font-size: 16px;
  line-height: 20px;
  font-family: "Consolas", "Source Code Pro", "DejaVu Sans Mono", "Courier New", monospaced;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
article.single-game .entry-content ul {
  padding: 0;
}
@media screen and (max-width: 640px) {
  article.single-game .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-game .entry-content ul li {
  position: relative;
  padding-bottom: 8px;
}
article.single-game .entry-content ul.ssb_list_wrapper {
  list-style-type: none;
}
article.single-game .entry-content ul.ssb_list_wrapper li:before {
  display: none;
}
article.single-game .entry-content hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 217, 15, 0)), color-stop(10%, #ffd90f), color-stop(25%, #ffa402), color-stop(75%, #fff9db), color-stop(90%, #f2f5f6), to(rgba(242, 245, 246, 0)));
  background: -o-linear-gradient(left, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  background: linear-gradient(to right, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  height: 3px;
  max-width: 1100px;
}
article.single-game .entry-content blockquote {
  padding: 0;
  background: #f9f9f9;
  margin-bottom: 30px;
  max-width: 1100px;
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
article.single-game .entry-content blockquote:after {
  content: "";
  display: block;
  width: 10px;
  left: -5px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content blockquote {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-game .entry-content blockquote {
    padding-right: 10px;
  }
}
article.single-game .entry-content blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  color: #ffd90f;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding: 20px;
  padding-left: 0;
  padding-top: 6px;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content blockquote:before {
    left: 20px;
    width: 47px;
  }
}
article.single-game .entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
article.single-game .entry-content blockquote p:last-of-type {
  margin-bottom: 0;
}
article.single-game .entry-content blockquote cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-game .entry-content .custom-frame {
  padding: 0;
  background: #fff8f7;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content .custom-frame {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-game .entry-content .custom-frame {
    padding-right: 10px;
  }
}
article.single-game .entry-content .custom-frame:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 30px;
  bottom: 30px;
  color: #fff9db;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  article.single-game .entry-content .custom-frame:before {
    left: 20px;
    width: 47px;
  }
}
article.single-game .entry-content .custom-frame p {
  margin-bottom: 1em;
}
article.single-game .entry-content .custom-frame p:last-of-type {
  margin-bottom: 0;
}
article.single-game .entry-content .custom-frame cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-game .entry-content .custom-frame.info:before {
  content: "";
}
article.single-game .entry-content .custom-frame.contact:before {
  content: "";
}
article.single-game .entry-content .custom-frame.law:before {
  content: "§";
}
article.single-game .game-stores {
  padding: 10px;
  background: #f2f5f6;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
article.single-game .game-stores a {
  display: inline-block;
  padding: 5px 10px;
  color: #626262;
  font: normal normal 600 1em "Raleway", sans-serif;
  font-size: 14px;
}
article.single-game .game-stores a i {
  font-size: 20px;
  padding-right: 8px;
}
article.single-game .game-stores a:hover {
  color: #ffa402;
}
article.single-game .game-label-element {
  text-transform: uppercase;
  font: normal normal 700 1em "Raleway", sans-serif;
  color: #ffa402;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 5px;
}
article.single-game .game-header {
  margin-bottom: 10px;
}
article.single-game .game-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  article.single-game .game-header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
article.single-game .game-header .wrapper .game-image {
  width: 400px;
}
@media screen and (max-width: 768px) {
  article.single-game .game-header .wrapper .game-image {
    width: 100%;
  }
}
article.single-game .game-header .wrapper .game-meta-info {
  width: calc(100% - 440px);
}
@media screen and (max-width: 768px) {
  article.single-game .game-header .wrapper .game-meta-info {
    width: 100%;
  }
}
article.single-game .game-header .game-title {
  margin: 0;
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 28px;
  line-height: 1.5em;
  color: #192633;
  padding: 0 10px;
}
article.single-game .game-header .game-categories {
  padding: 10px;
}
article.single-game .game-header .game-categories a {
  color: #6e787f;
  font-size: 14px;
  line-height: 1.5em;
}
article.single-game .game-header .game-categories a:hover {
  color: #ffa402;
}
article.single-game .game-header .game-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.single-game .game-header .game-links a {
  color: #6e787f;
  font-size: 14px;
  line-height: 1.5em;
}
article.single-game .game-header .game-links a:hover {
  color: #ffa402;
}
article.single-game .game-header .game-links .game-social-media i {
  font-size: 24px;
  line-height: 24px;
  padding: 0 7px 14px;
  display: inline-block;
}
article.single-game .game-header .game-release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.single-game .game-header .game-release .release-platform {
  text-align: right;
}
article.single-game .game-header .game-release .game-release-date {
  color: #6e787f;
  font-size: 14px;
  line-height: 21px;
}
article.single-game .game-header .game-release .game-platform-list i {
  font-size: 24px;
  line-height: 24px;
  padding: 0 7px 14px;
  display: inline-block;
  color: #6e787f;
}
article.single-game .game-header .game-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f2f5f6;
  color: #6e787f;
}
article.single-game .game-header .game-authors a {
  color: #6e787f;
  font-size: 14px;
  line-height: 21px;
}
article.single-game .game-header .game-authors a:hover {
  color: #192633;
}
article.single-game .game-header .game-authors .element.publisher {
  text-align: right;
}
article.single-game .entry-footer a {
  display: inline-block;
  border-radius: 3px;
  background: #192633;
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 10px;
  color: #FFF;
}
article.single-game .entry-footer a:hover {
  background: #000;
}

article.event-list {
  position: relative;
  padding: 20px 20px 10px;
  margin-bottom: 10px;
  position: relative;
}
article.event-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 1px;
  background: #6e787f;
  opacity: 0.3;
}
article.event-list:first-of-type:after {
  display: none;
}
article.event-list.extended {
  padding: 0;
}
article.event-list.extended .entry-body {
  padding: 10px 20px 0;
}
article.event-list.extended .entry-footer {
  padding: 0 20px;
}
article.event-list .entry-meta {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
article.event-list .event-dates {
  font: normal normal 700 1em "Lato", sans-serif;
  color: #6e787f;
  font-size: 14px;
  line-height: 1.5em;
}
article.event-list .event-category a {
  display: none;
  font: normal normal 700 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #ab2424;
  font-size: 14px;
}
article.event-list .event-category a:first-of-type {
  display: inline-block;
}
article.event-list .event-category a:hover {
  color: #D32F2F;
}
article.event-list .entry-title {
  position: relative;
  padding-right: 40px;
  font: normal normal 900 1em "Raleway", sans-serif;
  color: #192633;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5em;
}
article.event-list .entry-title a {
  color: #192633;
}
article.event-list .entry-title a:hover {
  color: #6e787f;
}
article.event-list .show-if-ticket-needed {
  position: absolute;
  top: 0;
  right: 0;
  color: #6e787f;
  font-size: 24px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.6;
}

.calendar-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 3px solid #ffd90f;
  margin-bottom: 20px;
}
.calendar-page-header .icon {
  font-size: 48px;
  color: #ffd90f;
  line-height: 1;
  color: #ffd90f;
}
.calendar-page-header .site-title {
  font-size: 36px;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .calendar-page-header .site-title {
    font-size: 24px;
  }
}
.calendar-page-header .site-title h1 {
  font: normal normal 900 1em "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
.calendar-page-header .link-to-search a {
  display: inline-block;
  font: normal normal 700 1em "Raleway", sans-serif;
  color: #192633;
  background: #ffd90f;
  padding: 10px 25px;
}
.calendar-page-header .link-to-search a:hover {
  background: #131313;
  color: #FFF;
}

.game-list-container nav.navigation.posts-navigation {
  width: 100%;
}

.month-wrapper {
  padding-left: 300px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.month-wrapper.without-padding {
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 370px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.month-wrapper.without-padding article.event-list {
  border-right: 0;
}
@media screen and (max-width: 800px) {
  .month-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.month-wrapper:first-of-type {
  display: none;
}
@media screen and (max-width: 800px) {
  .month-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.month-wrapper:before {
  content: "";
  display: block;
  left: 250px;
  width: 5px;
  position: absolute;
  bottom: 0;
  top: 0;
  background: #6e787f;
  opacity: 0.1;
}
@media screen and (max-width: 800px) {
  .month-wrapper:before {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .month-wrapper .grid-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.month-wrapper article.event-list {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  margin-bottom: 0;
  border-right: 1px solid rgba(194, 194, 194, 0.35);
  border-bottom: 1px solid rgba(194, 194, 194, 0.35);
  background: #FFF;
}
.month-wrapper article.event-list:after {
  display: none;
}
.month-wrapper.with-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.game-grid .current-time {
  position: absolute;
  left: 0;
  top: 40px;
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 36px;
  line-height: 1em;
  text-align: right;
  width: 220px;
  text-transform: uppercase;
  color: #192633;
}
@media screen and (max-width: 800px) {
  .game-grid .current-time {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    text-align: center;
    background: #fff9db;
    padding: 10px 0;
  }
}
.game-grid .current-time span {
  display: block;
  font: normal normal 300 1em "Raleway", sans-serif;
  color: #6e787f;
  font-size: 18px;
  line-height: 1em;
}

.content-wrapper {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.entry-footer a {
  display: inline-block;
  border-radius: 3px;
  background: #192633;
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 10px;
  color: #FFF;
}
.entry-footer a:hover {
  background: #000;
}

.calendar-page .site-desc {
  padding-left: 80px;
  line-height: 1.5em;
}

.widget-content .grid-item {
  position: relative;
}
.widget-content .grid-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 1px;
  background: #6e787f;
  opacity: 0.3;
}
.widget-content .grid-item:first-of-type:before {
  display: none;
}

.filter-of-studies .filter-title {
  text-align: center;
}
.filter-of-studies .filter-title .label {
  font: normal normal 300 1em "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}
.filter-of-studies .filter-body {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-of-studies .filter-body .single-element {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 240px;
  width: 100%;
  margin: 8px;
}
.filter-of-studies .filter-body .single-element select {
  padding: 5px;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: block;
  width: 100%;
}

article.science-element {
  width: 100%;
  max-width: calc(50% - 40px);
  margin: 20px;
  padding: 20px;
  background: #f2f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  article.science-element {
    max-width: 100%;
    padding: 15px;
    margin: 0px 0px 20px 0;
  }
}
article.science-element .meta-part {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 3px 6px;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}
article.science-element .meta-part:nth-of-type(3n+1) {
  background: #e3e9ec;
}
@media screen and (max-width: 800px) {
  article.science-element .meta-part {
    width: 100%;
    padding: 6px 8px;
  }
  article.science-element .meta-part:nth-of-type(3n+1) {
    background: unset;
  }
  article.science-element .meta-part:nth-of-type(2n+1) {
    background: #e3e9ec;
  }
}
article.science-element .meta-part .icon {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #ffa402;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
article.science-element .meta-part .label {
  font: normal normal 300 1em "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  margin-right: 6px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
article.science-element .meta-part .value {
  font-size: 14px;
  line-height: 18px;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
article.science-element .element-title {
  margin-top: 0;
  margin-bottom: 15px;
  font: normal normal 700 1em "Raleway", sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: #000;
  width: 100%;
}
@media screen and (max-width: 800px) {
  article.science-element .element-title {
    font-size: 21px;
    line-height: 1.3334em;
  }
}
article.science-element .school-name {
  font: normal normal 600 1em "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #192633;
  margin-top: 0;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  article.science-element .school-name {
    font-size: 16px;
    line-height: 1.33334em;
  }
}
article.science-element .study-desc {
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.3334em;
}
article.science-element .study-desc p {
  margin-top: 0;
  margin-bottom: 1em;
}
article.science-element .study-desc p:last-of-type {
  margin-bottom: 0;
}
article.science-element .links-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  padding: 5px 15px 10px 15px;
  background: #e3e9ec;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5em;
}
article.science-element .links-container a {
  color: #6e787f;
  max-width: 50%;
}
article.science-element .links-container a .fas.fa-link {
  color: #000;
  margin-right: 5px;
}
article.science-element .links-container a:hover {
  color: #ffa402;
}
article.science-element .links-container a span {
  border-bottom: 1px solid #6e787f;
}
article.science-element .links-container a:hover span {
  border-bottom: 1px solid transparent;
}
article.science-element .links-container a .fas.fa-external-link-alt {
  font-size: 12px;
  color: #888888;
  margin-left: 5px;
}
article.science-element .links-container .label {
  font: normal normal 300 1em "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  margin-right: 6px;
  width: 100%;
  margin-bottom: 8px;
}
article.science-element .info-grade {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
article.science-element .info-grade .label {
  font: normal normal 300 1em "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  margin-right: 6px;
}
article.science-element .info-grade .stars {
  font-size: 18px;
  color: #ffa402;
  line-height: 30px;
}
article.science-element .entry-footer {
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
article.science-element .study-contact {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ffd90f;
}
article.science-element .study-contact p {
  margin-top: 0;
  margin-bottom: 1em;
}
article.science-element .study-contact p:last-of-type {
  margin-bottom: 0;
}
article.science-element .study-contact a {
  color: #6e787f;
  border-bottom: 1px solid #6e787f;
}
article.science-element .study-contact a:hover {
  color: #ffa402;
  border-bottom: 1px solid transparent;
}

.error-404.not-found .page-title-2 {
  font-size: 16px;
  text-align: center;
  color: #105d31;
  font-weight: normal;
}

ul.ssb_list_wrapper li.fb2 {
  width: 210px !important;
}

.comments-container {
  margin-top: 50px;
}
.comments-container a {
  color: #ffd90f !important;
}

.related_posts_by_taxonomy {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #ffd90f;
  position: relative;
  padding: 30px;
}
.related_posts_by_taxonomy:before {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: -100%;
  width: 100%;
  background: #ffd90f;
  position: absolute;
}
.related_posts_by_taxonomy .related-title {
  margin: 10px 0 25px;
  text-align: left;
  font-size: 20px;
  margin: 0 0 15px;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #FFF;
}
.related_posts_by_taxonomy .related-title:before {
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  content: "";
  margin: 0 10px;
}
.related_posts_by_taxonomy .related-gallery.gallery {
  margin-bottom: 0;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item {
  margin: 0;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 5px 1%;
  max-width: 31.33%;
}
@media screen and (max-width: 640px) {
  .related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item {
    width: 100%;
    max-width: none;
    display: block;
  }
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon {
  width: auto;
  height: 300px;
  overflow: hidden;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon a {
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon a:hover {
  opacity: 0.7;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon img {
  height: 300px;
  width: auto;
  max-width: none;
  display: block;
  margin: 0 auto;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 .gallery-caption {
  font: normal normal 400 1em "Raleway", sans-serif;
  margin: 0 auto;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 10px;
  text-align: left;
  -webkit-box-shadow: 0 -5px 42px 24px rgba(0, 0, 0, 0.9);
          box-shadow: 0 -5px 42px 24px rgba(0, 0, 0, 0.9);
}
.related_posts_by_taxonomy .signature {
  text-align: right;
  padding: 10px 10px 35px;
}
.related_posts_by_taxonomy .signature > {
  display: inline-block;
  vertical-align: top;
}
.related_posts_by_taxonomy .signature .signature-text {
  font-family: "Source Sans Pro Light", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.related_posts_by_taxonomy .splitter {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 45px -40px;
  height: 3px;
  border-radius: 3px;
  background: rgba(242, 245, 246, 0.25);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .related_posts_by_taxonomy .splitter {
    margin: 50px 0;
  }
}
.related_posts_by_taxonomy .custom-frame {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  padding: 15px 25px 25px;
  margin: 30px -40px;
  border-radius: 4px;
  color: #192633;
  background-color: rgba(255, 217, 15, 0.05);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  border: 1px solid rgba(255, 217, 15, 0.5);
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .custom-frame {
    margin: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .related_posts_by_taxonomy .custom-frame {
    margin: 30px -40px;
  }
}
.related_posts_by_taxonomy .custom-frame p {
  padding: 0 15px;
  margin: 0;
}
.related_posts_by_taxonomy .custom-frame h2.frame-title {
  font: normal normal 400 1em "Raleway", sans-serif;
  letter-spacing: -0.0125em;
  margin: 0 0 12px;
  line-height: 32px;
  font-size: 24px;
  padding: 8px 16px 8px 0;
  border-bottom: 1px solid rgba(255, 217, 15, 0.5);
}
.related_posts_by_taxonomy .custom-frame h2.frame-title i {
  font-size: 36px;
  margin-right: 15px;
}
.related_posts_by_taxonomy .custom-frame.wyrownanie-lewa-strona {
  width: 50%;
  margin-right: 35px;
  float: left;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .custom-frame.wyrownanie-lewa-strona {
    width: 100%;
    margin: 15px 0;
    max-width: 640px;
    float: none;
  }
}
.related_posts_by_taxonomy .custom-frame.wyrownanie-prawa-strona {
  width: 50%;
  margin-left: 35px;
  float: right;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .custom-frame.wyrownanie-prawa-strona {
    width: 100%;
    margin: 15px -40px;
    max-width: 640px;
    float: none;
  }
}
.related_posts_by_taxonomy .single-info {
  position: relative;
  margin: 20px -40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 60px;
  overflow: hidden;
  min-height: 96px;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .single-info {
    margin: 20px 0;
  }
}
.related_posts_by_taxonomy .single-info .info-icon {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 80px;
  opacity: 0.1;
  z-index: 10;
}
.related_posts_by_taxonomy .single-info .info-number {
  font: normal normal 400 1em "Raleway", sans-serif;
  color: #ffa402;
  font-size: 48px;
  line-height: 96px;
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  z-index: 15;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .single-info .info-number {
    right: 0;
    text-align: right;
    width: 30%;
  }
}
.related_posts_by_taxonomy .single-info .info-name {
  font: normal normal 400 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .single-info .info-name {
    left: 0;
    width: 70%;
  }
}
.related_posts_by_taxonomy .columns-content {
  display: block;
  table-layout: fixed;
  vertical-align: top;
  position: relative;
  margin: 0 -40px;
  font-size: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .columns-content {
    display: block;
    margin: 0 auto;
  }
}
.related_posts_by_taxonomy .columns-content > br {
  display: none;
}
.related_posts_by_taxonomy .columns-content > p {
  display: none;
}
.related_posts_by_taxonomy .columns-content > div > p {
  display: block;
}
.related_posts_by_taxonomy .columns-content.columns-3 .single-column {
  width: 33.3333333%;
}
.related_posts_by_taxonomy .columns-content.columns-2 .single-column {
  width: 50%;
}
.related_posts_by_taxonomy .columns-content.columns-4 .single-column {
  width: 25%;
}
.related_posts_by_taxonomy .columns-content .single-column {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  font-size: 16px;
}
.related_posts_by_taxonomy .columns-content .single-column > br:first-of-type {
  display: none;
}
.related_posts_by_taxonomy .columns-content .single-column > i {
  font-size: 36px;
}
.related_posts_by_taxonomy .columns-content .single-column h4 {
  margin: 0 0 15px;
}
.related_posts_by_taxonomy .columns-content .single-column ol,
.related_posts_by_taxonomy .columns-content .single-column ul {
  margin: 0 0 0.5em 2em;
}
.related_posts_by_taxonomy .columns-content .single-column img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .columns-content .single-column {
    display: block;
    padding: 15px 0;
    width: 100% !important;
  }
}
.related_posts_by_taxonomy .cta-container {
  border: 1px solid rgba(255, 217, 15, 0.5);
  padding: 25px 0;
  border-radius: 4px;
  font-size: 0;
  text-align: center;
  position: relative;
  margin: 25px -40px;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .cta-container {
    margin: 25px 0;
  }
}
.related_posts_by_taxonomy .cta-container > * {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.related_posts_by_taxonomy .cta-container .cta-text {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 24px;
  line-height: 42px;
  padding-right: 30px;
  color: #ffd90f;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .cta-container .cta-text {
    display: block;
    padding: 0 15px 15px;
  }
}
.related_posts_by_taxonomy .fwp-container {
  width: 100vw;
  position: relative;
  height: 50vh;
  min-height: 450px;
  left: calc(-50vw + 50%);
  margin: 0 0 1.15em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
}
.related_posts_by_taxonomy .related-entries h4 {
  font: normal normal 400 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #ffa402;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.related_posts_by_taxonomy .addon-frame {
  margin-top: 20px;
}
.related_posts_by_taxonomy .addon-frame .single-column {
  padding: 20px 20px 30px;
  margin: 20px auto;
  border-top: 1px solid rgba(255, 217, 15, 0.05);
  border-bottom: 1px solid rgba(255, 217, 15, 0.05);
}
.related_posts_by_taxonomy .addon-frame .addon-title {
  text-align: center;
  color: #ffd90f;
  line-height: 1.35em;
  margin: 0 0 0.5em;
  position: relative;
  font-weight: normal;
  letter-spacing: -0.05em;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 1.5em;
}
@media screen and (max-width: 1025px) {
  .related_posts_by_taxonomy .addon-frame .addon-title {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  .related_posts_by_taxonomy .addon-frame .addon-title {
    line-height: 1.1;
  }
}
.related_posts_by_taxonomy .addon-frame .addon-subtitle {
  text-align: center;
}
.related_posts_by_taxonomy .addon-frame .facebook-likebox-container {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.related_posts_by_taxonomy .comments-link {
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  border: 1px solid rgba(255, 217, 15, 0.075);
  color: rgba(255, 217, 15, 0.5);
  padding: 10px 0;
  background: rgba(255, 217, 15, 0.075);
  position: relative;
}
.related_posts_by_taxonomy .comments-link i {
  font-size: 24px;
  line-height: 1;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  margin-right: 16px;
}
.related_posts_by_taxonomy .comments-link span.comments-info {
  display: inline-block;
  text-align: center;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.related_posts_by_taxonomy .comments-link span + i {
  margin-bottom: 10px;
}
.related_posts_by_taxonomy .comments-link:hover {
  border: 1px solid #ffd90f;
  background: 1px solid #ffd90f;
}
.related_posts_by_taxonomy .comments-link:hover i {
  color: rgba(255, 217, 15, 0.75);
}

article.single-post .entry-content {
  font: normal normal 300 1em "Lato", sans-serif;
  font-size: 21px;
  line-height: 1.6em;
}
article.single-post .entry-content > * {
  width: 100%;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content > * {
    margin-left: 0;
  }
}
article.single-post .entry-content .text-highlight {
  background: #ffd90f;
  color: #FFF;
}
article.single-post .entry-content .none {
  display: none;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content {
    font-size: 16px;
  }
}
article.single-post .entry-content em,
article.single-post .entry-content i {
  font-style: normal;
  font: italic normal 400 1em "Lato", sans-serif;
}
article.single-post .entry-content em.far,
article.single-post .entry-content i.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}
article.single-post .entry-content em.fas,
article.single-post .entry-content i.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
article.single-post .entry-content em.fal,
article.single-post .entry-content i.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
}
article.single-post .entry-content em.fab,
article.single-post .entry-content i.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
article.single-post .entry-content b,
article.single-post .entry-content strong {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
}
article.single-post .entry-content em strong,
article.single-post .entry-content strong em {
  font-style: normal;
  font-weight: normal;
  font: italic normal 700 1em "Lato", sans-serif;
}
article.single-post .entry-content h1,
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
  color: #192633;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}
article.single-post .entry-content h1:before,
article.single-post .entry-content h2:before,
article.single-post .entry-content h3:before,
article.single-post .entry-content h4:before,
article.single-post .entry-content h5:before,
article.single-post .entry-content h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ffd90f), color-stop(50%, #f2f5f6), to(#f2f5f6));
  background: -o-linear-gradient(right, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
  background: linear-gradient(to left, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content h1,
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content h1,
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
    line-height: 1.35;
  }
}
article.single-post .entry-content h1 a,
article.single-post .entry-content h2 a,
article.single-post .entry-content h3 a,
article.single-post .entry-content h4 a,
article.single-post .entry-content h5 a,
article.single-post .entry-content h6 a {
  color: #ffd90f;
  text-decoration: underline;
}
article.single-post .entry-content h1 a:hover,
article.single-post .entry-content h2 a:hover,
article.single-post .entry-content h3 a:hover,
article.single-post .entry-content h4 a:hover,
article.single-post .entry-content h5 a:hover,
article.single-post .entry-content h6 a:hover {
  color: rgba(255, 217, 15, 0.5);
}
article.single-post .entry-content ol,
article.single-post .entry-content ul {
  margin: 0 0 1.5em inherit;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content ol,
article.single-post .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-post .entry-content h1 {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h1 {
    font-size: 32px;
  }
}
article.single-post .entry-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h2 {
    font-size: 32px;
  }
}
article.single-post .entry-content h3 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h3 {
    font-size: 28px;
  }
}
article.single-post .entry-content h4 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h4 {
    font-size: 24px;
  }
}
article.single-post .entry-content h5 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h5 {
    font-size: 20px;
  }
}
article.single-post .entry-content h6 {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h6 {
    font-size: 18px;
  }
}
article.single-post .entry-content code {
  font-family: "DejaVu Sans Mono", "Courier New", monospaced;
}
article.single-post .entry-content p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
}
article.single-post .entry-content iframe {
  margin: 20px auto;
  display: block;
}
article.single-post .entry-content iframe.instagram-media {
  margin: 20px auto !important;
}
article.single-post .entry-content p > a {
  color: #ffa402;
  background: rgba(242, 245, 246, 0.2);
  border-radius: 3px;
}
article.single-post .entry-content p > a:hover {
  color: #ffa402;
}
article.single-post .entry-content a {
  color: #ffa402;
}
article.single-post .entry-content a:hover {
  color: #f2f5f6;
}
article.single-post .entry-content a img {
  border-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.single-post .entry-content a img:before {
  text-align: center;
  content: "";
  font-size: 150px;
  color: #ffa402;
  z-index: 50;
  font-family: "FontAwesome";
}
article.single-post .entry-content a img:hover {
  border-bottom: 0;
}
article.single-post .entry-content a.button {
  color: #f2f5f6;
}
article.single-post .entry-content a.button:hover {
  color: #ffa402;
}
article.single-post .entry-content a.button.light {
  background: rgba(255, 217, 15, 0.25);
  border: 1px solid rgba(255, 217, 15, 0.6);
  color: #ffd90f;
}
article.single-post .entry-content a.button.light:hover {
  background: rgba(255, 217, 15, 0.1);
  border: 1px solid rgba(255, 217, 15, 0.8);
  color: #ffa402;
}
article.single-post .entry-content figure {
  margin: 8px auto;
}
article.single-post .entry-content .image-content {
  position: relative;
  margin: 40px -40px;
}
article.single-post .entry-content .image-content a {
  display: block;
  position: relative;
  padding: 5px;
  border: 1px solid rgba(255, 217, 15, 0.1);
}
article.single-post .entry-content .image-content img {
  border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 20;
}
article.single-post .entry-content figure,
article.single-post .entry-content img {
  position: relative;
  height: auto;
  max-width: 100%;
}
article.single-post .entry-content figure.alignright,
article.single-post .entry-content img.alignright {
  margin: 10px 10px 10px 20px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content figure.alignright,
article.single-post .entry-content img.alignright {
    margin: 0;
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-post .entry-content figure.alignleft,
article.single-post .entry-content img.alignleft {
  margin: 10px 20px 10px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content figure.alignleft,
article.single-post .entry-content img.alignleft {
    margin: 0;
    display: block !important;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-post .entry-content figure.aligncenter, article.single-post .entry-content figure.alignnone,
article.single-post .entry-content img.aligncenter,
article.single-post .entry-content img.alignnone {
  display: block !important;
  margin: 2em auto;
}
article.single-post .entry-content figure.size-full,
article.single-post .entry-content img.size-full {
  max-width: 100%;
  height: auto;
  position: relative;
}
article.single-post .entry-content figure.size-full.alignright,
article.single-post .entry-content img.size-full.alignright {
  max-width: 540px;
}
article.single-post .entry-content figure.size-full.alignleft,
article.single-post .entry-content img.size-full.alignleft {
  max-width: 540px;
}
article.single-post .entry-content img {
  max-width: 640px;
  height: auto;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content img {
    max-width: 100%;
  }
}
article.single-post .entry-content .image-all-wrapper {
  position: relative;
  margin: 1.25em -40px;
}
article.single-post .entry-content .image-all-wrapper a {
  display: block;
}
article.single-post .entry-content .image-all-wrapper a img {
  width: 100%;
  height: auto;
}
article.single-post .entry-content .wp-caption-text {
  color: #888888;
  font: normal normal 400 1em "Lato", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0px 0 0;
  padding: 10px 20px;
  background: rgba(230, 210, 208, 0.5);
  margin-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
article.single-post .entry-content .gallery {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 960px;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content .gallery {
    margin: 0;
  }
}
article.single-post .entry-content .gallery .gallery-item {
  padding: 0 10px 10px;
  width: auto;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content .gallery .gallery-item {
    padding: 2px;
  }
}
article.single-post .entry-content .gallery .gallery-icon a {
  display: block;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content .gallery .gallery-icon a {
    padding: 1px;
  }
}
article.single-post .entry-content .gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  padding: 3px;
}
article.single-post .entry-content .gallery .gallery-caption {
  display: block;
  margin: 0 auto;
}
article.single-post .entry-content pre {
  background: #fff8f7;
  font-size: 16px;
  line-height: 20px;
  font-family: "Consolas", "Source Code Pro", "DejaVu Sans Mono", "Courier New", monospaced;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
article.single-post .entry-content ul {
  padding: 0;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-post .entry-content ul li {
  position: relative;
  padding-bottom: 8px;
}
article.single-post .entry-content ul.ssb_list_wrapper {
  list-style-type: none;
}
article.single-post .entry-content ul.ssb_list_wrapper li:before {
  display: none;
}
article.single-post .entry-content hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 217, 15, 0)), color-stop(10%, #ffd90f), color-stop(25%, #ffa402), color-stop(75%, #fff9db), color-stop(90%, #f2f5f6), to(rgba(242, 245, 246, 0)));
  background: -o-linear-gradient(left, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  background: linear-gradient(to right, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  height: 3px;
  max-width: 1100px;
}
article.single-post .entry-content blockquote {
  padding: 0;
  background: #f9f9f9;
  margin-bottom: 30px;
  max-width: 1100px;
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
article.single-post .entry-content blockquote:after {
  content: "";
  display: block;
  width: 10px;
  left: -5px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content blockquote {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-post .entry-content blockquote {
    padding-right: 10px;
  }
}
article.single-post .entry-content blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  color: #ffd90f;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding: 20px;
  padding-left: 0;
  padding-top: 6px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content blockquote:before {
    left: 20px;
    width: 47px;
  }
}
article.single-post .entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
article.single-post .entry-content blockquote p:last-of-type {
  margin-bottom: 0;
}
article.single-post .entry-content blockquote cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-post .entry-content .custom-frame {
  padding: 0;
  background: #fff8f7;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content .custom-frame {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-post .entry-content .custom-frame {
    padding-right: 10px;
  }
}
article.single-post .entry-content .custom-frame:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 30px;
  bottom: 30px;
  color: #fff9db;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content .custom-frame:before {
    left: 20px;
    width: 47px;
  }
}
article.single-post .entry-content .custom-frame p {
  margin-bottom: 1em;
}
article.single-post .entry-content .custom-frame p:last-of-type {
  margin-bottom: 0;
}
article.single-post .entry-content .custom-frame cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-post .entry-content .custom-frame.info:before {
  content: "";
}
article.single-post .entry-content .custom-frame.contact:before {
  content: "";
}
article.single-post .entry-content .custom-frame.law:before {
  content: "§";
}

#comments-container .wrapper > * {
  max-width: 978px;
  margin: 50px 0;
}

article.single-news {
  position: relative;
}
article.single-news .entry-title-box {
  background: #FFF;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  text-align: center;
  padding: 20px 20px 0;
}
@media screen and (max-width: 768px) {
  article.single-news .entry-title-box {
    padding: 5px 5px 0;
  }
}
article.single-news .entry-title-box .entry-title {
  margin: 0;
  font: normal normal 700 1em "Raleway", sans-serif;
  color: #192633;
  font-size: 36px;
  line-height: 42px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  article.single-news .entry-title-box .entry-title {
    font-size: 20px;
    line-height: 1.5em;
  }
}
article.single-news .entry-header {
  position: relative;
  padding-top: 150px;
  background: -webkit-gradient(linear, left top, right top, from(#192633), to(#322934));
  background: -o-linear-gradient(left, #192633 0%, #322934 100%);
  background: linear-gradient(to right, #192633 0%, #322934 100%);
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  article.single-news .entry-header {
    padding-top: 0;
  }
}
article.single-news .entry-header.without-thumbnail {
  padding-top: 20px;
  background: #FFF;
}
article.single-news .entry-header .entry-meta {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  z-index: 2;
  border-bottom: 2px solid #ffa402;
}
@media screen and (max-width: 640px) {
  article.single-news .entry-header .entry-meta {
    left: 0;
    right: 0;
    position: relative;
  }
}
article.single-news .entry-header .entry-meta .entry-date {
  font: normal normal 400 1em "Raleway", sans-serif;
  color: #6e787f;
}
article.single-news .entry-header .entry-meta .entry-date > div {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  padding: 6px 20px;
  background: #FFF;
}
article.single-news .entry-header .entry-meta .entry-category > div {
  display: inline-block;
  padding: 12px 20px;
  background: #FFF;
  font: normal normal 700 1em "Raleway", sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  color: #6e787f;
}
article.single-news .entry-header .entry-meta .entry-category > div a {
  color: #6e787f;
}
article.single-news .entry-header .entry-meta .entry-category > div a:hover {
  color: #ffd90f;
}
article.single-news .entry-header .entry-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  article.single-news .entry-header .entry-thumbnail {
    background-size: cover;
    background-position: center top;
  }
}
article.single-news .entry-header .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}
article.single-news .entry-header.with-thumbnail {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-header.with-thumbnail {
    height: 340px;
  }
}
@media screen and (max-width: 640px) {
  article.single-news .entry-header.with-thumbnail {
    height: calc(28vh + 32px);
    margin-bottom: 8px;
    background: #FFF;
  }
  article.single-news .entry-header.with-thumbnail .entry-thumbnail {
    background-size: 100% auto;
  }
}
article.single-news .entry-content {
  font: normal normal 300 1em "Lato", sans-serif;
  font-size: 21px;
  line-height: 1.6em;
}
article.single-news .entry-content > * {
  width: 100%;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1025px) {
  article.single-news .entry-content > * {
    margin-left: 0;
  }
}
article.single-news .entry-content .text-highlight {
  background: #ffd90f;
  color: #FFF;
}
article.single-news .entry-content .none {
  display: none;
}
@media screen and (max-width: 1025px) {
  article.single-news .entry-content {
    font-size: 16px;
  }
}
article.single-news .entry-content em,
article.single-news .entry-content i {
  font-style: normal;
  font: italic normal 400 1em "Lato", sans-serif;
}
article.single-news .entry-content em.far,
article.single-news .entry-content i.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}
article.single-news .entry-content em.fas,
article.single-news .entry-content i.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
article.single-news .entry-content em.fal,
article.single-news .entry-content i.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
}
article.single-news .entry-content em.fab,
article.single-news .entry-content i.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
article.single-news .entry-content b,
article.single-news .entry-content strong {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
}
article.single-news .entry-content em strong,
article.single-news .entry-content strong em {
  font-style: normal;
  font-weight: normal;
  font: italic normal 700 1em "Lato", sans-serif;
}
article.single-news .entry-content h1,
article.single-news .entry-content h2,
article.single-news .entry-content h3,
article.single-news .entry-content h4,
article.single-news .entry-content h5,
article.single-news .entry-content h6 {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
  color: #192633;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}
article.single-news .entry-content h1:before,
article.single-news .entry-content h2:before,
article.single-news .entry-content h3:before,
article.single-news .entry-content h4:before,
article.single-news .entry-content h5:before,
article.single-news .entry-content h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ffd90f), color-stop(50%, #f2f5f6), to(#f2f5f6));
  background: -o-linear-gradient(right, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
  background: linear-gradient(to left, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
}
@media screen and (max-width: 1025px) {
  article.single-news .entry-content h1,
article.single-news .entry-content h2,
article.single-news .entry-content h3,
article.single-news .entry-content h4,
article.single-news .entry-content h5,
article.single-news .entry-content h6 {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  article.single-news .entry-content h1,
article.single-news .entry-content h2,
article.single-news .entry-content h3,
article.single-news .entry-content h4,
article.single-news .entry-content h5,
article.single-news .entry-content h6 {
    line-height: 1.35;
  }
}
article.single-news .entry-content h1 a,
article.single-news .entry-content h2 a,
article.single-news .entry-content h3 a,
article.single-news .entry-content h4 a,
article.single-news .entry-content h5 a,
article.single-news .entry-content h6 a {
  color: #ffd90f;
  text-decoration: underline;
}
article.single-news .entry-content h1 a:hover,
article.single-news .entry-content h2 a:hover,
article.single-news .entry-content h3 a:hover,
article.single-news .entry-content h4 a:hover,
article.single-news .entry-content h5 a:hover,
article.single-news .entry-content h6 a:hover {
  color: rgba(255, 217, 15, 0.5);
}
article.single-news .entry-content ol,
article.single-news .entry-content ul {
  margin: 0 0 1.5em inherit;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  article.single-news .entry-content ol,
article.single-news .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-news .entry-content h1 {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content h1 {
    font-size: 32px;
  }
}
article.single-news .entry-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content h2 {
    font-size: 32px;
  }
}
article.single-news .entry-content h3 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content h3 {
    font-size: 28px;
  }
}
article.single-news .entry-content h4 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content h4 {
    font-size: 24px;
  }
}
article.single-news .entry-content h5 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content h5 {
    font-size: 20px;
  }
}
article.single-news .entry-content h6 {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content h6 {
    font-size: 18px;
  }
}
article.single-news .entry-content code {
  font-family: "DejaVu Sans Mono", "Courier New", monospaced;
}
article.single-news .entry-content p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
}
article.single-news .entry-content iframe {
  margin: 20px auto;
  display: block;
}
article.single-news .entry-content iframe.instagram-media {
  margin: 20px auto !important;
}
article.single-news .entry-content p > a {
  color: #ffa402;
  background: rgba(242, 245, 246, 0.2);
  border-radius: 3px;
}
article.single-news .entry-content p > a:hover {
  color: #ffa402;
}
article.single-news .entry-content a {
  color: #ffa402;
}
article.single-news .entry-content a:hover {
  color: #f2f5f6;
}
article.single-news .entry-content a img {
  border-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.single-news .entry-content a img:before {
  text-align: center;
  content: "";
  font-size: 150px;
  color: #ffa402;
  z-index: 50;
  font-family: "FontAwesome";
}
article.single-news .entry-content a img:hover {
  border-bottom: 0;
}
article.single-news .entry-content a.button {
  color: #f2f5f6;
}
article.single-news .entry-content a.button:hover {
  color: #ffa402;
}
article.single-news .entry-content a.button.light {
  background: rgba(255, 217, 15, 0.25);
  border: 1px solid rgba(255, 217, 15, 0.6);
  color: #ffd90f;
}
article.single-news .entry-content a.button.light:hover {
  background: rgba(255, 217, 15, 0.1);
  border: 1px solid rgba(255, 217, 15, 0.8);
  color: #ffa402;
}
article.single-news .entry-content figure {
  margin: 8px auto;
}
article.single-news .entry-content .image-content {
  position: relative;
  margin: 40px -40px;
}
article.single-news .entry-content .image-content a {
  display: block;
  position: relative;
  padding: 5px;
  border: 1px solid rgba(255, 217, 15, 0.1);
}
article.single-news .entry-content .image-content img {
  border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 20;
}
article.single-news .entry-content figure,
article.single-news .entry-content img {
  position: relative;
  height: auto;
  max-width: 100%;
}
article.single-news .entry-content figure.alignright,
article.single-news .entry-content img.alignright {
  margin: 10px 10px 10px 20px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-news .entry-content figure.alignright,
article.single-news .entry-content img.alignright {
    margin: 0;
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-news .entry-content figure.alignleft,
article.single-news .entry-content img.alignleft {
  margin: 10px 20px 10px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-news .entry-content figure.alignleft,
article.single-news .entry-content img.alignleft {
    margin: 0;
    display: block !important;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-news .entry-content figure.aligncenter, article.single-news .entry-content figure.alignnone,
article.single-news .entry-content img.aligncenter,
article.single-news .entry-content img.alignnone {
  display: block !important;
  margin: 2em auto;
}
article.single-news .entry-content figure.size-full,
article.single-news .entry-content img.size-full {
  max-width: 100%;
  height: auto;
  position: relative;
}
article.single-news .entry-content figure.size-full.alignright,
article.single-news .entry-content img.size-full.alignright {
  max-width: 540px;
}
article.single-news .entry-content figure.size-full.alignleft,
article.single-news .entry-content img.size-full.alignleft {
  max-width: 540px;
}
article.single-news .entry-content img {
  max-width: 640px;
  height: auto;
}
@media screen and (max-width: 640px) {
  article.single-news .entry-content img {
    max-width: 100%;
  }
}
article.single-news .entry-content .image-all-wrapper {
  position: relative;
  margin: 1.25em -40px;
}
article.single-news .entry-content .image-all-wrapper a {
  display: block;
}
article.single-news .entry-content .image-all-wrapper a img {
  width: 100%;
  height: auto;
}
article.single-news .entry-content .wp-caption-text {
  color: #888888;
  font: normal normal 400 1em "Lato", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0px 0 0;
  padding: 10px 20px;
  background: rgba(230, 210, 208, 0.5);
  margin-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
article.single-news .entry-content .gallery {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 960px;
}
@media screen and (max-width: 640px) {
  article.single-news .entry-content .gallery {
    margin: 0;
  }
}
article.single-news .entry-content .gallery .gallery-item {
  padding: 0 10px 10px;
  width: auto;
}
@media screen and (max-width: 640px) {
  article.single-news .entry-content .gallery .gallery-item {
    padding: 2px;
  }
}
article.single-news .entry-content .gallery .gallery-icon a {
  display: block;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  article.single-news .entry-content .gallery .gallery-icon a {
    padding: 1px;
  }
}
article.single-news .entry-content .gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  padding: 3px;
}
article.single-news .entry-content .gallery .gallery-caption {
  display: block;
  margin: 0 auto;
}
article.single-news .entry-content pre {
  background: #fff8f7;
  font-size: 16px;
  line-height: 20px;
  font-family: "Consolas", "Source Code Pro", "DejaVu Sans Mono", "Courier New", monospaced;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
article.single-news .entry-content ul {
  padding: 0;
}
@media screen and (max-width: 640px) {
  article.single-news .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-news .entry-content ul li {
  position: relative;
  padding-bottom: 8px;
}
article.single-news .entry-content ul.ssb_list_wrapper {
  list-style-type: none;
}
article.single-news .entry-content ul.ssb_list_wrapper li:before {
  display: none;
}
article.single-news .entry-content hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 217, 15, 0)), color-stop(10%, #ffd90f), color-stop(25%, #ffa402), color-stop(75%, #fff9db), color-stop(90%, #f2f5f6), to(rgba(242, 245, 246, 0)));
  background: -o-linear-gradient(left, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  background: linear-gradient(to right, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  height: 3px;
  max-width: 1100px;
}
article.single-news .entry-content blockquote {
  padding: 0;
  background: #f9f9f9;
  margin-bottom: 30px;
  max-width: 1100px;
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
article.single-news .entry-content blockquote:after {
  content: "";
  display: block;
  width: 10px;
  left: -5px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content blockquote {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-news .entry-content blockquote {
    padding-right: 10px;
  }
}
article.single-news .entry-content blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  color: #ffd90f;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding: 20px;
  padding-left: 0;
  padding-top: 6px;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content blockquote:before {
    left: 20px;
    width: 47px;
  }
}
article.single-news .entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
article.single-news .entry-content blockquote p:last-of-type {
  margin-bottom: 0;
}
article.single-news .entry-content blockquote cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-news .entry-content .custom-frame {
  padding: 0;
  background: #fff8f7;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content .custom-frame {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-news .entry-content .custom-frame {
    padding-right: 10px;
  }
}
article.single-news .entry-content .custom-frame:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 30px;
  bottom: 30px;
  color: #fff9db;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  article.single-news .entry-content .custom-frame:before {
    left: 20px;
    width: 47px;
  }
}
article.single-news .entry-content .custom-frame p {
  margin-bottom: 1em;
}
article.single-news .entry-content .custom-frame p:last-of-type {
  margin-bottom: 0;
}
article.single-news .entry-content .custom-frame cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-news .entry-content .custom-frame.info:before {
  content: "";
}
article.single-news .entry-content .custom-frame.contact:before {
  content: "";
}
article.single-news .entry-content .custom-frame.law:before {
  content: "§";
}
@media screen and (max-width: 640px) {
  article.single-news .entry-content {
    margin-top: 12px;
  }
}
article.single-news .entry-footer {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}
article.single-news .entry-footer a {
  display: inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
  color: #FFF;
  background: #ffd90f;
}
article.single-news .entry-footer a:hover {
  background: #f2f5f6;
}

.custom-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .custom-post-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.custom-post-navigation .post-trigger {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 270px;
  position: relative;
  background: #192633;
}
.custom-post-navigation .post-trigger .post-icon {
  position: absolute;
  top: 0;
  padding: 8px 20px;
  background: #FFF;
  color: #192633;
  font: normal normal 900 1em "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.custom-post-navigation .post-trigger .post-icon i {
  color: #192633;
  line-height: 20px;
  font-size: 18px;
}
.custom-post-navigation .post-trigger .post-text {
  position: relative;
  z-index: 3;
  padding: 50px 30px 20px;
}
.custom-post-navigation .post-trigger .post-text .entry-header h2 {
  margin: 7px 0;
  font-size: 24px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .custom-post-navigation .post-trigger .post-text .entry-header h2 {
    font-size: 20px;
  }
}
.custom-post-navigation .post-trigger .post-text .entry-header h2 a {
  color: #FFF;
}
.custom-post-navigation .post-trigger .post-text .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
}
.custom-post-navigation .post-trigger .post-text .entry-meta a {
  font: normal normal 700 1em "Raleway", sans-serif;
  color: #FFF;
  text-transform: uppercase;
}
.custom-post-navigation .post-trigger .post-text .entry-meta a:hover {
  color: #f2f5f6;
}
.custom-post-navigation .post-trigger .post-text .entry-content {
  margin-top: 0;
  color: #fff8f7;
  font-size: 14px;
  line-height: 1.5em;
}
.custom-post-navigation .post-trigger .post-text .entry-content p {
  margin: 0;
}
.custom-post-navigation .post-trigger .post-link-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  color: transparent;
}
.custom-post-navigation .post-trigger .post-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.custom-post-navigation .post-trigger:hover .post-background {
  opacity: 0;
}
.custom-post-navigation .post-trigger.prev-post-trigger {
  background: #192633;
}
.custom-post-navigation .post-trigger.prev-post-trigger .post-icon {
  left: 0;
}
.custom-post-navigation .post-trigger.prev-post-trigger .post-icon i {
  margin-right: 14px;
}
.custom-post-navigation .post-trigger.prev-post-trigger:hover .post-icon {
  padding-left: 40px;
}
.custom-post-navigation .post-trigger.next-post-trigger {
  background: #000;
}
.custom-post-navigation .post-trigger.next-post-trigger .post-icon {
  right: 0;
}
.custom-post-navigation .post-trigger.next-post-trigger .post-icon i {
  margin-left: 14px;
}
.custom-post-navigation .post-trigger.next-post-trigger:hover .post-icon {
  padding-right: 40px;
}

#share {
  padding: 30px 0;
  position: relative;
}
#share .single-social-share-title {
  font: normal normal 300 1em "Raleway", sans-serif;
  color: #6e787f;
  line-height: 24px;
  font-size: 18px;
}
#share .single-social-share-title span {
  display: block;
  text-transform: uppercase;
  font: normal normal 900 1em "Raleway", sans-serif;
  color: #ffd90f;
}
#share:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  background: #6e787f;
  opacity: 0.1;
  height: 1px;
  position: absolute;
}
#share .entry-likes {
  width: 90%;
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #share .entry-likes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
#share .entry-likes .share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#share .entry-likes .single-social-media-share {
  display: inline-block;
}
#share .entry-likes .single-social-media-share a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  color: #131313;
  margin: 10px;
  border: 1px solid #c2c2c2;
}
#share .entry-likes .single-social-media-share.linkedin a:hover {
  color: #0077b5;
}
#share .entry-likes .single-social-media-share.facebook a:hover {
  color: #3b5998;
}
#share .entry-likes .single-social-media-share.twitter a:hover {
  color: #55acee;
}

article.single-page {
  position: relative;
}
article.single-page .entry-title-box {
  background: #FFF;
  width: 100%;
  max-width: 1035px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
}
article.single-page .entry-title-box .entry-title {
  margin: 0;
  font: normal normal 700 1em "Raleway", sans-serif;
  color: #192633;
  font-size: 36px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  article.single-page .entry-title-box .entry-title {
    font-size: 24px;
    line-height: 1.5em;
  }
}
article.single-page .entry-header {
  position: relative;
}
article.single-page .entry-header .entry-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
article.single-page .entry-header .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
article.single-page .entry-header.with-thumbnail {
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
article.single-page .entry-content {
  font: normal normal 300 1em "Lato", sans-serif;
  font-size: 21px;
  line-height: 1.6em;
}
article.single-page .entry-content > * {
  width: 100%;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1025px) {
  article.single-page .entry-content > * {
    margin-left: 0;
  }
}
article.single-page .entry-content .text-highlight {
  background: #ffd90f;
  color: #FFF;
}
article.single-page .entry-content .none {
  display: none;
}
@media screen and (max-width: 1025px) {
  article.single-page .entry-content {
    font-size: 16px;
  }
}
article.single-page .entry-content em,
article.single-page .entry-content i {
  font-style: normal;
  font: italic normal 400 1em "Lato", sans-serif;
}
article.single-page .entry-content em.far,
article.single-page .entry-content i.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}
article.single-page .entry-content em.fas,
article.single-page .entry-content i.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
article.single-page .entry-content em.fal,
article.single-page .entry-content i.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
}
article.single-page .entry-content em.fab,
article.single-page .entry-content i.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
article.single-page .entry-content b,
article.single-page .entry-content strong {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
}
article.single-page .entry-content em strong,
article.single-page .entry-content strong em {
  font-style: normal;
  font-weight: normal;
  font: italic normal 700 1em "Lato", sans-serif;
}
article.single-page .entry-content h1,
article.single-page .entry-content h2,
article.single-page .entry-content h3,
article.single-page .entry-content h4,
article.single-page .entry-content h5,
article.single-page .entry-content h6 {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
  color: #192633;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}
article.single-page .entry-content h1:before,
article.single-page .entry-content h2:before,
article.single-page .entry-content h3:before,
article.single-page .entry-content h4:before,
article.single-page .entry-content h5:before,
article.single-page .entry-content h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ffd90f), color-stop(50%, #f2f5f6), to(#f2f5f6));
  background: -o-linear-gradient(right, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
  background: linear-gradient(to left, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
}
@media screen and (max-width: 1025px) {
  article.single-page .entry-content h1,
article.single-page .entry-content h2,
article.single-page .entry-content h3,
article.single-page .entry-content h4,
article.single-page .entry-content h5,
article.single-page .entry-content h6 {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  article.single-page .entry-content h1,
article.single-page .entry-content h2,
article.single-page .entry-content h3,
article.single-page .entry-content h4,
article.single-page .entry-content h5,
article.single-page .entry-content h6 {
    line-height: 1.35;
  }
}
article.single-page .entry-content h1 a,
article.single-page .entry-content h2 a,
article.single-page .entry-content h3 a,
article.single-page .entry-content h4 a,
article.single-page .entry-content h5 a,
article.single-page .entry-content h6 a {
  color: #ffd90f;
  text-decoration: underline;
}
article.single-page .entry-content h1 a:hover,
article.single-page .entry-content h2 a:hover,
article.single-page .entry-content h3 a:hover,
article.single-page .entry-content h4 a:hover,
article.single-page .entry-content h5 a:hover,
article.single-page .entry-content h6 a:hover {
  color: rgba(255, 217, 15, 0.5);
}
article.single-page .entry-content ol,
article.single-page .entry-content ul {
  margin: 0 0 1.5em inherit;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  article.single-page .entry-content ol,
article.single-page .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-page .entry-content h1 {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content h1 {
    font-size: 32px;
  }
}
article.single-page .entry-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content h2 {
    font-size: 32px;
  }
}
article.single-page .entry-content h3 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content h3 {
    font-size: 28px;
  }
}
article.single-page .entry-content h4 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content h4 {
    font-size: 24px;
  }
}
article.single-page .entry-content h5 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content h5 {
    font-size: 20px;
  }
}
article.single-page .entry-content h6 {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content h6 {
    font-size: 18px;
  }
}
article.single-page .entry-content code {
  font-family: "DejaVu Sans Mono", "Courier New", monospaced;
}
article.single-page .entry-content p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
}
article.single-page .entry-content iframe {
  margin: 20px auto;
  display: block;
}
article.single-page .entry-content iframe.instagram-media {
  margin: 20px auto !important;
}
article.single-page .entry-content p > a {
  color: #ffa402;
  background: rgba(242, 245, 246, 0.2);
  border-radius: 3px;
}
article.single-page .entry-content p > a:hover {
  color: #ffa402;
}
article.single-page .entry-content a {
  color: #ffa402;
}
article.single-page .entry-content a:hover {
  color: #f2f5f6;
}
article.single-page .entry-content a img {
  border-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.single-page .entry-content a img:before {
  text-align: center;
  content: "";
  font-size: 150px;
  color: #ffa402;
  z-index: 50;
  font-family: "FontAwesome";
}
article.single-page .entry-content a img:hover {
  border-bottom: 0;
}
article.single-page .entry-content a.button {
  color: #f2f5f6;
}
article.single-page .entry-content a.button:hover {
  color: #ffa402;
}
article.single-page .entry-content a.button.light {
  background: rgba(255, 217, 15, 0.25);
  border: 1px solid rgba(255, 217, 15, 0.6);
  color: #ffd90f;
}
article.single-page .entry-content a.button.light:hover {
  background: rgba(255, 217, 15, 0.1);
  border: 1px solid rgba(255, 217, 15, 0.8);
  color: #ffa402;
}
article.single-page .entry-content figure {
  margin: 8px auto;
}
article.single-page .entry-content .image-content {
  position: relative;
  margin: 40px -40px;
}
article.single-page .entry-content .image-content a {
  display: block;
  position: relative;
  padding: 5px;
  border: 1px solid rgba(255, 217, 15, 0.1);
}
article.single-page .entry-content .image-content img {
  border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 20;
}
article.single-page .entry-content figure,
article.single-page .entry-content img {
  position: relative;
  height: auto;
  max-width: 100%;
}
article.single-page .entry-content figure.alignright,
article.single-page .entry-content img.alignright {
  margin: 10px 10px 10px 20px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-page .entry-content figure.alignright,
article.single-page .entry-content img.alignright {
    margin: 0;
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-page .entry-content figure.alignleft,
article.single-page .entry-content img.alignleft {
  margin: 10px 20px 10px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-page .entry-content figure.alignleft,
article.single-page .entry-content img.alignleft {
    margin: 0;
    display: block !important;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-page .entry-content figure.aligncenter, article.single-page .entry-content figure.alignnone,
article.single-page .entry-content img.aligncenter,
article.single-page .entry-content img.alignnone {
  display: block !important;
  margin: 2em auto;
}
article.single-page .entry-content figure.size-full,
article.single-page .entry-content img.size-full {
  max-width: 100%;
  height: auto;
  position: relative;
}
article.single-page .entry-content figure.size-full.alignright,
article.single-page .entry-content img.size-full.alignright {
  max-width: 540px;
}
article.single-page .entry-content figure.size-full.alignleft,
article.single-page .entry-content img.size-full.alignleft {
  max-width: 540px;
}
article.single-page .entry-content img {
  max-width: 640px;
  height: auto;
}
@media screen and (max-width: 640px) {
  article.single-page .entry-content img {
    max-width: 100%;
  }
}
article.single-page .entry-content .image-all-wrapper {
  position: relative;
  margin: 1.25em -40px;
}
article.single-page .entry-content .image-all-wrapper a {
  display: block;
}
article.single-page .entry-content .image-all-wrapper a img {
  width: 100%;
  height: auto;
}
article.single-page .entry-content .wp-caption-text {
  color: #888888;
  font: normal normal 400 1em "Lato", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0px 0 0;
  padding: 10px 20px;
  background: rgba(230, 210, 208, 0.5);
  margin-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
article.single-page .entry-content .gallery {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 960px;
}
@media screen and (max-width: 640px) {
  article.single-page .entry-content .gallery {
    margin: 0;
  }
}
article.single-page .entry-content .gallery .gallery-item {
  padding: 0 10px 10px;
  width: auto;
}
@media screen and (max-width: 640px) {
  article.single-page .entry-content .gallery .gallery-item {
    padding: 2px;
  }
}
article.single-page .entry-content .gallery .gallery-icon a {
  display: block;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  article.single-page .entry-content .gallery .gallery-icon a {
    padding: 1px;
  }
}
article.single-page .entry-content .gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  padding: 3px;
}
article.single-page .entry-content .gallery .gallery-caption {
  display: block;
  margin: 0 auto;
}
article.single-page .entry-content pre {
  background: #fff8f7;
  font-size: 16px;
  line-height: 20px;
  font-family: "Consolas", "Source Code Pro", "DejaVu Sans Mono", "Courier New", monospaced;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
article.single-page .entry-content ul {
  padding: 0;
}
@media screen and (max-width: 640px) {
  article.single-page .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-page .entry-content ul li {
  position: relative;
  padding-bottom: 8px;
}
article.single-page .entry-content ul.ssb_list_wrapper {
  list-style-type: none;
}
article.single-page .entry-content ul.ssb_list_wrapper li:before {
  display: none;
}
article.single-page .entry-content hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 217, 15, 0)), color-stop(10%, #ffd90f), color-stop(25%, #ffa402), color-stop(75%, #fff9db), color-stop(90%, #f2f5f6), to(rgba(242, 245, 246, 0)));
  background: -o-linear-gradient(left, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  background: linear-gradient(to right, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  height: 3px;
  max-width: 1100px;
}
article.single-page .entry-content blockquote {
  padding: 0;
  background: #f9f9f9;
  margin-bottom: 30px;
  max-width: 1100px;
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
article.single-page .entry-content blockquote:after {
  content: "";
  display: block;
  width: 10px;
  left: -5px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content blockquote {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-page .entry-content blockquote {
    padding-right: 10px;
  }
}
article.single-page .entry-content blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  color: #ffd90f;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding: 20px;
  padding-left: 0;
  padding-top: 6px;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content blockquote:before {
    left: 20px;
    width: 47px;
  }
}
article.single-page .entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
article.single-page .entry-content blockquote p:last-of-type {
  margin-bottom: 0;
}
article.single-page .entry-content blockquote cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-page .entry-content .custom-frame {
  padding: 0;
  background: #fff8f7;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content .custom-frame {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-page .entry-content .custom-frame {
    padding-right: 10px;
  }
}
article.single-page .entry-content .custom-frame:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 30px;
  bottom: 30px;
  color: #fff9db;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  article.single-page .entry-content .custom-frame:before {
    left: 20px;
    width: 47px;
  }
}
article.single-page .entry-content .custom-frame p {
  margin-bottom: 1em;
}
article.single-page .entry-content .custom-frame p:last-of-type {
  margin-bottom: 0;
}
article.single-page .entry-content .custom-frame cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-page .entry-content .custom-frame.info:before {
  content: "";
}
article.single-page .entry-content .custom-frame.contact:before {
  content: "";
}
article.single-page .entry-content .custom-frame.law:before {
  content: "§";
}
article.single-page .entry-content > * {
  width: auto;
  padding-left: 190px;
  padding-right: 190px;
}
article.single-page .entry-footer {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}
article.single-page .entry-footer a {
  display: inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
  color: #FFF;
  background: #ffd90f;
}
article.single-page .entry-footer a:hover {
  background: #f2f5f6;
}

article.single-news.type-event_calendar .entry-header.with-thumbnail {
  padding-top: 0;
}
article.single-news.type-event_calendar .entry-header.with-thumbnail .entry-thumbnail {
  position: relative;
  height: 540px;
}
article.single-news.type-event_calendar .entry-header.with-thumbnail .entry-title-box {
  max-width: 100%;
}

article.single-game-new .game-header {
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  article.single-game-new .game-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
article.single-game-new .game-header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffd90f;
}
article.single-game-new .game-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #f9f9f9;
  opacity: 0;
}
article.single-game-new .game-title {
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 30px;
  line-height: 1.5em;
  margin: 0;
  padding-right: 20px;
  color: #192633;
}
@media screen and (max-width: 600px) {
  article.single-game-new .game-title {
    font-size: 24px;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
article.single-game-new .game-categories {
  font: normal normal 300 1em "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #6e787f;
}
article.single-game-new .game-categories a {
  color: #6e787f;
}
article.single-game-new .game-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  article.single-game-new .game-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
article.single-game-new .game-wrapper .game-media {
  width: calc(100% - 430px);
}
@media screen and (max-width: 980px) {
  article.single-game-new .game-wrapper .game-media {
    width: 100%;
  }
}
article.single-game-new .release-date,
article.single-game-new .release-platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
  line-height: 24px;
}
article.single-game-new .game-info {
  max-width: 400px;
}
@media screen and (max-width: 980px) {
  article.single-game-new .game-info {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
article.single-game-new .game-thumbnail {
  margin-bottom: 12px;
}
article.single-game-new .game-thumbnail img {
  display: block;
}
article.single-game-new .game-website {
  text-align: center;
  padding: 5px 10px;
}
article.single-game-new .game-website a {
  font-size: 14px;
  line-height: 1.5em;
  color: #6e787f;
}
article.single-game-new .game-website a:hover {
  color: #ffa402;
}
article.single-game-new .game-label-element {
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 13px;
  color: #ffa402;
  line-height: 20px;
  text-transform: uppercase;
  padding-right: 20px;
  line-height: 24px;
}
article.single-game-new .game-release-date {
  text-align: right;
  font-size: 14px;
  line-height: 1.5em;
  color: #6e787f;
}
article.single-game-new .game-platform-list i {
  font-size: 20px;
  padding-left: 20px;
  color: #6e787f;
}
article.single-game-new .game-platform-list span {
  display: inline-block;
  background: #969ea4;
  padding: 4px 8px 4px;
  border-radius: 3px;
  font: normal normal 700 1em "Raleway", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 5px;
}
article.single-game-new .game-output-element {
  color: #6e787f;
  text-align: right;
}
article.single-game-new .game-output-element a {
  font-size: 14px;
  line-height: 1.5em;
  color: #6e787f;
}
article.single-game-new .game-authors .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
  line-height: 24px;
}
article.single-game-new .game-social-media {
  color: #6e787f;
  text-align: center;
}
article.single-game-new .game-social-media i {
  font-size: 24px;
  padding: 7px 14px;
  display: inline-block;
}
article.single-game-new .game-social-media a {
  font-size: 24px;
  padding: 7px 14px;
  color: #6e787f;
  display: inline-block;
}
article.single-game-new .game-social-media a:hover {
  color: #ffa402;
}
article.single-game-new .owl-carousel .owl-nav button.owl-next,
article.single-game-new .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  text-align: center;
  color: #ffa402;
  background: #FFF;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0;
  padding: 0;
}
article.single-game-new .owl-carousel .owl-nav button.owl-next span,
article.single-game-new .owl-carousel .owl-nav button.owl-prev span {
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
}
article.single-game-new .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
article.single-game-new .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
article.single-game-new .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 800px) {
  article.single-game-new .owl-dots {
    bottom: auto;
    top: 160px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
article.single-game-new .owl-dots .owl-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin: 6px;
  background: #6e787f;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media screen and (max-width: 800px) {
  article.single-game-new .owl-dots .owl-dot {
    display: inline-block;
  }
}
article.single-game-new .owl-dots .owl-dot.active {
  background: #ffd90f;
  width: 16px;
}
article.single-game-new .entry-content {
  font: normal normal 300 1em "Lato", sans-serif;
  font-size: 21px;
  line-height: 1.6em;
  font-size: 18px;
}
article.single-game-new .entry-content > * {
  width: 100%;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1025px) {
  article.single-game-new .entry-content > * {
    margin-left: 0;
  }
}
article.single-game-new .entry-content .text-highlight {
  background: #ffd90f;
  color: #FFF;
}
article.single-game-new .entry-content .none {
  display: none;
}
@media screen and (max-width: 1025px) {
  article.single-game-new .entry-content {
    font-size: 16px;
  }
}
article.single-game-new .entry-content em,
article.single-game-new .entry-content i {
  font-style: normal;
  font: italic normal 400 1em "Lato", sans-serif;
}
article.single-game-new .entry-content em.far,
article.single-game-new .entry-content i.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}
article.single-game-new .entry-content em.fas,
article.single-game-new .entry-content i.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
article.single-game-new .entry-content em.fal,
article.single-game-new .entry-content i.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
}
article.single-game-new .entry-content em.fab,
article.single-game-new .entry-content i.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
article.single-game-new .entry-content b,
article.single-game-new .entry-content strong {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
}
article.single-game-new .entry-content em strong,
article.single-game-new .entry-content strong em {
  font-style: normal;
  font-weight: normal;
  font: italic normal 700 1em "Lato", sans-serif;
}
article.single-game-new .entry-content h1,
article.single-game-new .entry-content h2,
article.single-game-new .entry-content h3,
article.single-game-new .entry-content h4,
article.single-game-new .entry-content h5,
article.single-game-new .entry-content h6 {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
  color: #192633;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}
article.single-game-new .entry-content h1:before,
article.single-game-new .entry-content h2:before,
article.single-game-new .entry-content h3:before,
article.single-game-new .entry-content h4:before,
article.single-game-new .entry-content h5:before,
article.single-game-new .entry-content h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ffd90f), color-stop(50%, #f2f5f6), to(#f2f5f6));
  background: -o-linear-gradient(right, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
  background: linear-gradient(to left, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
}
@media screen and (max-width: 1025px) {
  article.single-game-new .entry-content h1,
article.single-game-new .entry-content h2,
article.single-game-new .entry-content h3,
article.single-game-new .entry-content h4,
article.single-game-new .entry-content h5,
article.single-game-new .entry-content h6 {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  article.single-game-new .entry-content h1,
article.single-game-new .entry-content h2,
article.single-game-new .entry-content h3,
article.single-game-new .entry-content h4,
article.single-game-new .entry-content h5,
article.single-game-new .entry-content h6 {
    line-height: 1.35;
  }
}
article.single-game-new .entry-content h1 a,
article.single-game-new .entry-content h2 a,
article.single-game-new .entry-content h3 a,
article.single-game-new .entry-content h4 a,
article.single-game-new .entry-content h5 a,
article.single-game-new .entry-content h6 a {
  color: #ffd90f;
  text-decoration: underline;
}
article.single-game-new .entry-content h1 a:hover,
article.single-game-new .entry-content h2 a:hover,
article.single-game-new .entry-content h3 a:hover,
article.single-game-new .entry-content h4 a:hover,
article.single-game-new .entry-content h5 a:hover,
article.single-game-new .entry-content h6 a:hover {
  color: rgba(255, 217, 15, 0.5);
}
article.single-game-new .entry-content ol,
article.single-game-new .entry-content ul {
  margin: 0 0 1.5em inherit;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  article.single-game-new .entry-content ol,
article.single-game-new .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-game-new .entry-content h1 {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content h1 {
    font-size: 32px;
  }
}
article.single-game-new .entry-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content h2 {
    font-size: 32px;
  }
}
article.single-game-new .entry-content h3 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content h3 {
    font-size: 28px;
  }
}
article.single-game-new .entry-content h4 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content h4 {
    font-size: 24px;
  }
}
article.single-game-new .entry-content h5 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content h5 {
    font-size: 20px;
  }
}
article.single-game-new .entry-content h6 {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content h6 {
    font-size: 18px;
  }
}
article.single-game-new .entry-content code {
  font-family: "DejaVu Sans Mono", "Courier New", monospaced;
}
article.single-game-new .entry-content p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
}
article.single-game-new .entry-content iframe {
  margin: 20px auto;
  display: block;
}
article.single-game-new .entry-content iframe.instagram-media {
  margin: 20px auto !important;
}
article.single-game-new .entry-content p > a {
  color: #ffa402;
  background: rgba(242, 245, 246, 0.2);
  border-radius: 3px;
}
article.single-game-new .entry-content p > a:hover {
  color: #ffa402;
}
article.single-game-new .entry-content a {
  color: #ffa402;
}
article.single-game-new .entry-content a:hover {
  color: #f2f5f6;
}
article.single-game-new .entry-content a img {
  border-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.single-game-new .entry-content a img:before {
  text-align: center;
  content: "";
  font-size: 150px;
  color: #ffa402;
  z-index: 50;
  font-family: "FontAwesome";
}
article.single-game-new .entry-content a img:hover {
  border-bottom: 0;
}
article.single-game-new .entry-content a.button {
  color: #f2f5f6;
}
article.single-game-new .entry-content a.button:hover {
  color: #ffa402;
}
article.single-game-new .entry-content a.button.light {
  background: rgba(255, 217, 15, 0.25);
  border: 1px solid rgba(255, 217, 15, 0.6);
  color: #ffd90f;
}
article.single-game-new .entry-content a.button.light:hover {
  background: rgba(255, 217, 15, 0.1);
  border: 1px solid rgba(255, 217, 15, 0.8);
  color: #ffa402;
}
article.single-game-new .entry-content figure {
  margin: 8px auto;
}
article.single-game-new .entry-content .image-content {
  position: relative;
  margin: 40px -40px;
}
article.single-game-new .entry-content .image-content a {
  display: block;
  position: relative;
  padding: 5px;
  border: 1px solid rgba(255, 217, 15, 0.1);
}
article.single-game-new .entry-content .image-content img {
  border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 20;
}
article.single-game-new .entry-content figure,
article.single-game-new .entry-content img {
  position: relative;
  height: auto;
  max-width: 100%;
}
article.single-game-new .entry-content figure.alignright,
article.single-game-new .entry-content img.alignright {
  margin: 10px 10px 10px 20px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-game-new .entry-content figure.alignright,
article.single-game-new .entry-content img.alignright {
    margin: 0;
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-game-new .entry-content figure.alignleft,
article.single-game-new .entry-content img.alignleft {
  margin: 10px 20px 10px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-game-new .entry-content figure.alignleft,
article.single-game-new .entry-content img.alignleft {
    margin: 0;
    display: block !important;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-game-new .entry-content figure.aligncenter, article.single-game-new .entry-content figure.alignnone,
article.single-game-new .entry-content img.aligncenter,
article.single-game-new .entry-content img.alignnone {
  display: block !important;
  margin: 2em auto;
}
article.single-game-new .entry-content figure.size-full,
article.single-game-new .entry-content img.size-full {
  max-width: 100%;
  height: auto;
  position: relative;
}
article.single-game-new .entry-content figure.size-full.alignright,
article.single-game-new .entry-content img.size-full.alignright {
  max-width: 540px;
}
article.single-game-new .entry-content figure.size-full.alignleft,
article.single-game-new .entry-content img.size-full.alignleft {
  max-width: 540px;
}
article.single-game-new .entry-content img {
  max-width: 640px;
  height: auto;
}
@media screen and (max-width: 640px) {
  article.single-game-new .entry-content img {
    max-width: 100%;
  }
}
article.single-game-new .entry-content .image-all-wrapper {
  position: relative;
  margin: 1.25em -40px;
}
article.single-game-new .entry-content .image-all-wrapper a {
  display: block;
}
article.single-game-new .entry-content .image-all-wrapper a img {
  width: 100%;
  height: auto;
}
article.single-game-new .entry-content .wp-caption-text {
  color: #888888;
  font: normal normal 400 1em "Lato", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0px 0 0;
  padding: 10px 20px;
  background: rgba(230, 210, 208, 0.5);
  margin-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
article.single-game-new .entry-content .gallery {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 960px;
}
@media screen and (max-width: 640px) {
  article.single-game-new .entry-content .gallery {
    margin: 0;
  }
}
article.single-game-new .entry-content .gallery .gallery-item {
  padding: 0 10px 10px;
  width: auto;
}
@media screen and (max-width: 640px) {
  article.single-game-new .entry-content .gallery .gallery-item {
    padding: 2px;
  }
}
article.single-game-new .entry-content .gallery .gallery-icon a {
  display: block;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  article.single-game-new .entry-content .gallery .gallery-icon a {
    padding: 1px;
  }
}
article.single-game-new .entry-content .gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  padding: 3px;
}
article.single-game-new .entry-content .gallery .gallery-caption {
  display: block;
  margin: 0 auto;
}
article.single-game-new .entry-content pre {
  background: #fff8f7;
  font-size: 16px;
  line-height: 20px;
  font-family: "Consolas", "Source Code Pro", "DejaVu Sans Mono", "Courier New", monospaced;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
article.single-game-new .entry-content ul {
  padding: 0;
}
@media screen and (max-width: 640px) {
  article.single-game-new .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-game-new .entry-content ul li {
  position: relative;
  padding-bottom: 8px;
}
article.single-game-new .entry-content ul.ssb_list_wrapper {
  list-style-type: none;
}
article.single-game-new .entry-content ul.ssb_list_wrapper li:before {
  display: none;
}
article.single-game-new .entry-content hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 217, 15, 0)), color-stop(10%, #ffd90f), color-stop(25%, #ffa402), color-stop(75%, #fff9db), color-stop(90%, #f2f5f6), to(rgba(242, 245, 246, 0)));
  background: -o-linear-gradient(left, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  background: linear-gradient(to right, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  height: 3px;
  max-width: 1100px;
}
article.single-game-new .entry-content blockquote {
  padding: 0;
  background: #f9f9f9;
  margin-bottom: 30px;
  max-width: 1100px;
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
article.single-game-new .entry-content blockquote:after {
  content: "";
  display: block;
  width: 10px;
  left: -5px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content blockquote {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-game-new .entry-content blockquote {
    padding-right: 10px;
  }
}
article.single-game-new .entry-content blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  color: #ffd90f;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding: 20px;
  padding-left: 0;
  padding-top: 6px;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content blockquote:before {
    left: 20px;
    width: 47px;
  }
}
article.single-game-new .entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
article.single-game-new .entry-content blockquote p:last-of-type {
  margin-bottom: 0;
}
article.single-game-new .entry-content blockquote cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-game-new .entry-content .custom-frame {
  padding: 0;
  background: #fff8f7;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content .custom-frame {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-game-new .entry-content .custom-frame {
    padding-right: 10px;
  }
}
article.single-game-new .entry-content .custom-frame:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 30px;
  bottom: 30px;
  color: #fff9db;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  article.single-game-new .entry-content .custom-frame:before {
    left: 20px;
    width: 47px;
  }
}
article.single-game-new .entry-content .custom-frame p {
  margin-bottom: 1em;
}
article.single-game-new .entry-content .custom-frame p:last-of-type {
  margin-bottom: 0;
}
article.single-game-new .entry-content .custom-frame cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-game-new .entry-content .custom-frame.info:before {
  content: "";
}
article.single-game-new .entry-content .custom-frame.contact:before {
  content: "";
}
article.single-game-new .entry-content .custom-frame.law:before {
  content: "§";
}
article.single-game-new .entry-content p:first-of-type {
  font-size: 18px;
  line-height: 1.5em;
}
article.single-game-new .entry-content > * {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1025px) {
  article.single-game-new .entry-content > * {
    margin-left: 0;
  }
}
article.single-game-new .entry-footer {
  text-align: center;
}
article.single-game-new .game-stores {
  padding: 10px;
  background: #f2f5f6;
  text-align: center;
  margin: 10px auto 20px;
  max-width: 100%;
}
article.single-game-new .game-stores .game-label-element {
  padding: 5px 0 15px;
}
article.single-game-new .game-stores a {
  display: inline-block;
  padding: 5px 10px;
  color: #626262;
  font: normal normal 600 1em "Raleway", sans-serif;
  font-size: 14px;
}
article.single-game-new .game-stores a i {
  font-size: 20px;
  padding-right: 8px;
}
article.single-game-new .game-stores a:hover {
  color: #ffa402;
}
article.single-game-new .game-trailer {
  display: block;
  width: 100%;
  height: 100%;
}
article.single-game-new .game-trailer .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
article.single-game-new .game-trailer .embed-container embed,
article.single-game-new .game-trailer .embed-container iframe,
article.single-game-new .game-trailer .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article.single-game-new .game-assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
  line-height: 24px;
}
article.single-game-new .game-assets .game-output-element a {
  font-size: 20px;
  padding-left: 20px;
  color: #6e787f;
  display: inline-block;
}
article.single-game-new .game-assets .game-output-element a:hover {
  color: #ffa402;
}
article.single-game-new .game-assets .game-output-element {
  font-size: 18px;
}
article.single-game-new .game-description {
  padding: 5px 10px;
}
article.single-game-new .game-description .entry-content {
  margin-top: 10px;
  font-size: 18px;
}
article.single-game-new .release-date,
article.single-game-new .game-authors .developer,
article.single-game-new .game-assets {
  background: #f9f9f9;
}

.games-attached-to-entry__heading {
  text-transform: uppercase;
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 14px;
  padding: 20px 0;
  border-bottom: 3px solid #ffd90f;
  margin-bottom: 20px;
}

.games-attached-to-entry__container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .games-attached-to-entry__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .games-attached-to-entry__container article:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 920px) {
  .games-attached-to-entry__container article.small-game-card {
    padding-top: 0;
    margin-top: 0;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
    width: 50%;
  }
  .games-attached-to-entry__container article.small-game-card .game-image {
    -webkit-box-flex: 460;
        -ms-flex: 460;
            flex: 460;
  }
  .games-attached-to-entry__container article.small-game-card .game-card-content {
    padding-left: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
    -webkit-box-flex: 390;
        -ms-flex: 390;
            flex: 390;
  }
  .games-attached-to-entry__container article.small-game-card .game-card-content .entry-body {
    padding-left: 0;
  }
  .games-attached-to-entry__container article.small-game-card .game-card-content .entry-title {
    padding-top: 0;
  }
  .games-attached-to-entry__container article.small-game-card .game-card-content .entry-date {
    padding-top: 0;
    position: relative;
  }
  .games-attached-to-entry__container article.small-game-card .game-card-content .entry-date > div {
    position: relative;
    z-index: 2;
  }
  .games-attached-to-entry__container article.small-game-card .game-card-content .entry-date:before {
    content: "";
    display: block;
    top: 12.5%;
    left: -41px;
    -webkit-transform: rotate(-90deg) translateY(-50%);
        -ms-transform: rotate(-90deg) translateY(-50%);
            transform: rotate(-90deg) translateY(-50%);
    z-index: 1;
  }
  .games-attached-to-entry__container article.small-game-card .entry-footer {
    display: none;
  }
}

.post-author {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.post-author .label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  color: #888888;
  margin-bottom: 5px;
}
.post-author .post-author-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-author .post-author-bar .avatar {
  margin-right: 20px;
  max-width: 100px;
  display: block;
}
.post-author .post-author-bar .avatar img {
  max-width: 100%;
  display: block;
}
.post-author .post-author-bar .data {
  width: calc(100% - 100px);
}
.post-author .post-author-bar .name {
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.post-author .post-author-bar .desc {
  font: normal normal 300 1em "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

#homepage-slider .homepage-slider-container {
  position: relative;
  background: #192633;
  margin-bottom: 30px;
  height: 422px;
}
@media screen and (max-width: 1367px) {
  #homepage-slider .homepage-slider-container {
    height: 420px;
  }
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container {
    height: auto;
  }
}
#homepage-slider .homepage-slider-container .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container .owl-dots {
    bottom: auto;
    top: 160px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
#homepage-slider .homepage-slider-container .owl-dots .owl-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin: 6px;
  background: #6e787f;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container .owl-dots .owl-dot {
    display: inline-block;
  }
}
#homepage-slider .homepage-slider-container .owl-dots .owl-dot.active {
  background: #ffd90f;
  width: 16px;
}
#homepage-slider .homepage-slider-container:before {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  z-index: 25;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd90f), to(#ffa402));
  background: -o-linear-gradient(top, #ffd90f 0%, #ffa402 100%);
  background: linear-gradient(to bottom, #ffd90f 0%, #ffa402 100%);
}
#homepage-slider .homepage-slider-container .single-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 422px;
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container .single-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
#homepage-slider .homepage-slider-container .single-slide .image-part {
  width: 800px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  #homepage-slider .homepage-slider-container .single-slide .image-part {
    width: 60%;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container .single-slide .image-part {
    width: 100%;
    height: 180px;
  }
}
#homepage-slider .homepage-slider-container .single-slide .image-part a.hidden-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  color: transparent;
}
#homepage-slider .homepage-slider-container .single-slide .text-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 800px);
  padding: 22px 0;
  background: -webkit-gradient(linear, left top, right top, from(#192633), to(#322934));
  background: -o-linear-gradient(left, #192633 0%, #322934 100%);
  background: linear-gradient(to right, #192633 0%, #322934 100%);
}
@media screen and (max-width: 1240px) {
  #homepage-slider .homepage-slider-container .single-slide .text-part {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container .single-slide .text-part {
    width: 100%;
    padding: 0px 20px 0px 30px;
    height: calc(100% - 180px);
  }
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-category {
  text-align: right;
  padding: 40px;
  padding-top: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container .single-slide .text-part .slide-category {
    display: none;
  }
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-category a {
  color: #ffd90f;
  text-transform: uppercase;
  font: normal normal 900 1em "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-category a:hover {
  color: #FFF;
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-heading {
  text-transform: uppercase;
  color: #FFF;
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 26px;
  line-height: 1.4em;
  padding: 40px;
  padding-top: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container .single-slide .text-part .slide-heading {
    font-size: 20px;
    padding: 15px 0;
  }
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-desc {
  font: normal normal 300 1em "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 40px;
  padding-top: 0;
  padding-bottom: 25px;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container .single-slide .text-part .slide-desc {
    font-size: 13px;
    line-height: 1.5em;
    padding: 0;
  }
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-desc p:first-of-type {
  margin-top: 0;
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-desc p:last-of-type {
  margin-bottom: 0;
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-link {
  text-align: right;
  padding: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  #homepage-slider .homepage-slider-container .single-slide .text-part .slide-link {
    padding: 20px 0;
  }
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-link a {
  color: #ffd90f;
  text-transform: uppercase;
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
#homepage-slider .homepage-slider-container .single-slide .text-part .slide-link a:hover {
  color: #FFF;
}

.index-heading {
  margin-bottom: 15px;
  position: relative;
  padding: 21px 10px 22px 30px;
}
.index-heading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #ffd90f;
}
.index-heading .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #192633;
}
.index-heading h2 {
  color: #192633;
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 36px;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .index-heading h2 {
    font-size: 28px;
  }
}
.index-heading h2 span {
  display: block;
  font: normal normal 600 1em "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .index-heading h2 span {
    font-size: 14px;
  }
}

.master-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .master-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.master-content .content-area {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .master-content .content-area {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding-bottom: 20px;
    opacity: 1;
  }
}
.master-content .widget-area {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding-left: 10px;
  max-width: 400px;
}
@media screen and (max-width: 800px) {
  .master-content .widget-area {
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding-bottom: 20px;
    opacity: 1;
    margin: 0 auto;
  }
}

.grid .grid-item {
  margin-left: 40px;
  margin-right: 40px;
}

.page-header .page-title {
  font: normal normal 900 1em "Raleway", sans-serif;
  color: #192633;
  font-size: 36px;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  text-transform: uppercase;
  border-bottom: 3px solid #ffd90f;
}
.page-header .page-title span {
  display: block;
  font-size: 14px;
  color: #D32F2F;
  line-height: 1.5em;
}
.page-header .page-title a.link-to-search {
  display: inline-block;
  display: inline-block;
  font: normal normal 700 1em "Raleway", sans-serif;
  color: #192633;
  background: #ffd90f;
  padding: 10px 25px;
  font-size: 16px;
  text-transform: none;
  vertical-align: middle;
}
.page-header .page-title a.link-to-search:hover {
  color: #FFF;
  background: #192633;
}

.game-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.game-list-container .game-list-filters {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 370px;
}
.game-list-container .game-list-filters form {
  width: 100%;
  height: auto;
  display: inline-block;
  background: rgba(242, 245, 246, 0.5);
}
.game-list-container .game-list-filters select {
  border: 1px solid #c2c2c2;
  padding: 4px 10px;
  font: normal normal 400 1em "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #192633;
  display: block;
  width: 100%;
}
.game-list-container .game-list-filters select option {
  display: block;
  border-top: 1px solid #f9f9f9;
  padding: 5px 10px;
}
.game-list-container .game-list-filters select option:first-of-type {
  border-top: 0;
}
.game-list-container .game-list-filters ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.game-list-container .game-list-filters ul > li {
  position: relative;
  position: relative;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}
.game-list-container .game-list-filters ul > li label {
  display: block;
}
.game-list-container .game-list-filters ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.game-list-container .game-list-filters ul > li > h4 {
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #192633;
  position: relative;
}
.game-list-container .game-list-filters ul > li > h4:before {
  content: "";
  display: block;
  width: 6px;
  height: 36px;
  background: #ffd90f;
  position: absolute;
  top: 0;
  left: -30px;
}
.game-list-container .game-list-content {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 840px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.game-list-container .game-list-content .navigation.posts-navigation {
  display: block;
  width: 100%;
  margin-top: 30px;
}

ul.sf_date_field {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  text-align: center;
}
ul.sf_date_field span.sf-date-prefix {
  text-transform: uppercase;
  font: normal normal 700 1em "Raleway", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}
ul.sf_date_field input {
  background: #f9f9f9;
}

.list-of-elements {
  padding: 20px 40px;
  margin-bottom: 10px;
  text-align: center;
  background: #f2f5f6;
}
.list-of-elements select {
  display: inline-block;
  width: 250px;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 20px;
}

.game-gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .game-gallery-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.game-gallery-container .single-gallery-item {
  width: calc(50% - 10px);
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .game-gallery-container .single-gallery-item {
    width: 100%;
  }
}
.game-gallery-container .single-gallery-item a.gallery {
  display: block;
  margin-bottom: 0;
}
.game-gallery-container .single-gallery-item img {
  display: block;
}

.study-wrap {
  padding-bottom: 50px;
}
.study-wrap .single-row {
  position: relative;
  padding: 20px 40px 20px 40px;
  border-bottom: 1px solid #c2c2c2;
  width: 100%;
}
@media screen and (max-width: 1367px) {
  .study-wrap .single-row {
    padding: 20px 30px 20px 30px;
  }
}
@media screen and (max-width: 800px) {
  .study-wrap .single-row {
    padding: 20px 10px 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .study-wrap .single-row {
    padding: 20px 0px 20px 0px;
  }
}
.study-wrap .single-row .name {
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  padding-bottom: 20px;
  width: 100%;
}
.study-wrap .single-row .description {
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 800px) {
  .study-wrap .single-row .description {
    font-size: 16px;
  }
}
.study-wrap .single-row .description p:first-of-type {
  margin-top: 0px;
}
.study-wrap .single-row .description p:last-of-type {
  margin-bottom: 0px;
}
.study-wrap .single-row .study-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 18px;
  color: #192633;
  line-height: 24px;
  margin-bottom: 20px;
}
.study-wrap .single-row .study-meta .city {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 18px;
  color: #ffa402;
  line-height: 24px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.study-wrap .single-row .contact {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 10px;
}
.study-wrap .single-row .contact p:first-of-type {
  margin-top: 0;
}
.study-wrap .single-row .contact p:last-of-type {
  margin-bottom: 0;
}
.study-wrap .single-row .url {
  margin-top: 10px;
}
.study-wrap .single-row .url a {
  color: #ffa402;
  font-size: 14px;
}
.study-wrap .single-row .url a:hover {
  color: #192633;
}
.study-wrap .single-row .url i {
  margin-right: 10px;
}
.study-wrap .single-row .study-body {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .study-wrap .single-row .study-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.study-wrap .single-row .study-body .study-info {
  width: 400px;
  background: #f2f5f6;
  padding: 20px;
  margin-right: 30px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .study-wrap .single-row .study-body .study-info {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.study-wrap .single-row .study-body .study-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.study-wrap .single-row .study-body .description {
  width: calc(100% - 450px);
}
@media screen and (max-width: 800px) {
  .study-wrap .single-row .study-body .description {
    width: 100%;
  }
}

.custom-search-none-box {
  padding: 10px;
  border: 1px solid #f9f9f9;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .custom-search-none-box {
    margin-bottom: 20px;
  }
}
.custom-search-none-box input[type=search] {
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font: normal normal 400 1em "Raleway", sans-serif;
  color: #192633;
  height: 40px;
}
.custom-search-none-box input[type=submit] {
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font: normal normal 900 1em "Raleway", sans-serif;
  color: #192633;
  height: 40px;
  background: #c2c2c2;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.custom-search-none-box input[type=submit]:hover {
  background: #192633;
  color: #FFF;
}

.search-header.page-header .wrapper {
  border-bottom: 3px solid #ffd90f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .search-header.page-header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search-header.page-header .wrapper h1.page-title {
  border-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .search-header.page-header .wrapper h1.page-title {
    text-align: center;
  }
}
.search-header.page-header .wrapper .search-form {
  padding: 10px;
  border: 1px solid #f9f9f9;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .search-header.page-header .wrapper .search-form {
    margin-bottom: 20px;
  }
}
.search-header.page-header .wrapper .search-form input[type=search] {
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font: normal normal 400 1em "Raleway", sans-serif;
  color: #192633;
  height: 40px;
}
.search-header.page-header .wrapper .search-form input[type=submit] {
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font: normal normal 900 1em "Raleway", sans-serif;
  color: #192633;
  height: 40px;
  background: #c2c2c2;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.search-header.page-header .wrapper .search-form input[type=submit]:hover {
  background: #192633;
  color: #FFF;
}

.search-list-content {
  padding-bottom: 60px;
}
.search-list-content .post-type-search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .search-list-content .post-type-search-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-list-content .post-type-search-result .post-type-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-right: 3px solid #f2f5f6;
  font: normal normal 900 1em "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #192633;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .search-list-content .post-type-search-result .post-type-name {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
    padding: 20px;
    border-right: 0;
    border-bottom: 3px solid #f2f5f6;
  }
}
.search-list-content .post-type-search-result .post-type-results {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  padding-top: 0;
}
.search-list-content .post-type-search-result .post-type-results article.post-listed {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .search-list-content .post-type-search-result .post-type-results {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px;
  }
}

.automatic-prom-code-element {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.automatic-prom-code-element .automatic-prom-gfx {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.automatic-prom-code-element .automatic-prom-gfx img {
  margin: auto;
  display: block;
}
.automatic-prom-code-element .automatic-prom-game-text {
  font: normal normal 700 1em "Raleway", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}
.automatic-prom-code-element code {
  background: #fff8f7;
  font-size: 16px;
  line-height: 20px;
  font-family: "Consolas", "Source Code Pro", "DejaVu Sans Mono", "Courier New", monospaced;
  padding: 20px;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

header.page-header.developer-header {
  width: 100%;
}
header.page-header.developer-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #ffd90f;
  margin-top: 20px;
}
header.page-header.developer-header .developer-logo {
  width: 110px;
  height: 110px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
header.page-header.developer-header .developer-logo img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
}
header.page-header.developer-header .developer-title {
  border-bottom: 0;
  margin: 0px 15px;
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  color: #192633;
}
header.page-header.developer-header .developer-desc {
  font: normal normal 300 1em "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0px 15px;
  max-width: 860px;
}
header.page-header.developer-header .developer-desc p:first-of-type {
  margin-top: 0;
}
header.page-header.developer-header .developer-desc p:last-of-type {
  margin-bottom: 0;
}
header.page-header.developer-header .developer-url a {
  display: inline-block;
  padding: 10px 20px;
  background: #ffd90f;
  font: normal normal 700 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #000;
}
header.page-header.developer-header .developer-url a i {
  margin-right: 20px;
  color: #c2c2c2;
}
header.page-header.developer-header .developer-url a:hover {
  color: #626262;
  background: #dbb800;
}

.error-404.not-found .page-title-2 {
  font-size: 16px;
  text-align: center;
  color: #105d31;
  font-weight: normal;
}

ul.ssb_list_wrapper li.fb2 {
  width: 210px !important;
}

.comments-container {
  margin-top: 50px;
}
.comments-container a {
  color: #ffd90f !important;
}

.related_posts_by_taxonomy {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #ffd90f;
  position: relative;
  padding: 30px;
}
.related_posts_by_taxonomy:before {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: -100%;
  width: 100%;
  background: #ffd90f;
  position: absolute;
}
.related_posts_by_taxonomy .related-title {
  margin: 10px 0 25px;
  text-align: left;
  font-size: 20px;
  margin: 0 0 15px;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #FFF;
}
.related_posts_by_taxonomy .related-title:before {
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  content: "";
  margin: 0 10px;
}
.related_posts_by_taxonomy .related-gallery.gallery {
  margin-bottom: 0;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item {
  margin: 0;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 5px 1%;
  max-width: 31.33%;
}
@media screen and (max-width: 640px) {
  .related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item {
    width: 100%;
    max-width: none;
    display: block;
  }
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon {
  width: auto;
  height: 300px;
  overflow: hidden;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon a {
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon a:hover {
  opacity: 0.7;
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 figure.gallery-item .gallery-icon img {
  height: 300px;
  width: auto;
  max-width: none;
  display: block;
  margin: 0 auto;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.related_posts_by_taxonomy .related-gallery.gallery-columns-3 .gallery-caption {
  font: normal normal 400 1em "Raleway", sans-serif;
  margin: 0 auto;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 10px;
  text-align: left;
  -webkit-box-shadow: 0 -5px 42px 24px rgba(0, 0, 0, 0.9);
          box-shadow: 0 -5px 42px 24px rgba(0, 0, 0, 0.9);
}
.related_posts_by_taxonomy .signature {
  text-align: right;
  padding: 10px 10px 35px;
}
.related_posts_by_taxonomy .signature > {
  display: inline-block;
  vertical-align: top;
}
.related_posts_by_taxonomy .signature .signature-text {
  font-family: "Source Sans Pro Light", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.related_posts_by_taxonomy .splitter {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 45px -40px;
  height: 3px;
  border-radius: 3px;
  background: rgba(242, 245, 246, 0.25);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .related_posts_by_taxonomy .splitter {
    margin: 50px 0;
  }
}
.related_posts_by_taxonomy .custom-frame {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  padding: 15px 25px 25px;
  margin: 30px -40px;
  border-radius: 4px;
  color: #192633;
  background-color: rgba(255, 217, 15, 0.05);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  border: 1px solid rgba(255, 217, 15, 0.5);
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .custom-frame {
    margin: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .related_posts_by_taxonomy .custom-frame {
    margin: 30px -40px;
  }
}
.related_posts_by_taxonomy .custom-frame p {
  padding: 0 15px;
  margin: 0;
}
.related_posts_by_taxonomy .custom-frame h2.frame-title {
  font: normal normal 400 1em "Raleway", sans-serif;
  letter-spacing: -0.0125em;
  margin: 0 0 12px;
  line-height: 32px;
  font-size: 24px;
  padding: 8px 16px 8px 0;
  border-bottom: 1px solid rgba(255, 217, 15, 0.5);
}
.related_posts_by_taxonomy .custom-frame h2.frame-title i {
  font-size: 36px;
  margin-right: 15px;
}
.related_posts_by_taxonomy .custom-frame.wyrownanie-lewa-strona {
  width: 50%;
  margin-right: 35px;
  float: left;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .custom-frame.wyrownanie-lewa-strona {
    width: 100%;
    margin: 15px 0;
    max-width: 640px;
    float: none;
  }
}
.related_posts_by_taxonomy .custom-frame.wyrownanie-prawa-strona {
  width: 50%;
  margin-left: 35px;
  float: right;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .custom-frame.wyrownanie-prawa-strona {
    width: 100%;
    margin: 15px -40px;
    max-width: 640px;
    float: none;
  }
}
.related_posts_by_taxonomy .single-info {
  position: relative;
  margin: 20px -40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 60px;
  overflow: hidden;
  min-height: 96px;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .single-info {
    margin: 20px 0;
  }
}
.related_posts_by_taxonomy .single-info .info-icon {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 80px;
  opacity: 0.1;
  z-index: 10;
}
.related_posts_by_taxonomy .single-info .info-number {
  font: normal normal 400 1em "Raleway", sans-serif;
  color: #ffa402;
  font-size: 48px;
  line-height: 96px;
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  z-index: 15;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .single-info .info-number {
    right: 0;
    text-align: right;
    width: 30%;
  }
}
.related_posts_by_taxonomy .single-info .info-name {
  font: normal normal 400 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .single-info .info-name {
    left: 0;
    width: 70%;
  }
}
.related_posts_by_taxonomy .columns-content {
  display: block;
  table-layout: fixed;
  vertical-align: top;
  position: relative;
  margin: 0 -40px;
  font-size: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .columns-content {
    display: block;
    margin: 0 auto;
  }
}
.related_posts_by_taxonomy .columns-content > br {
  display: none;
}
.related_posts_by_taxonomy .columns-content > p {
  display: none;
}
.related_posts_by_taxonomy .columns-content > div > p {
  display: block;
}
.related_posts_by_taxonomy .columns-content.columns-3 .single-column {
  width: 33.3333333%;
}
.related_posts_by_taxonomy .columns-content.columns-2 .single-column {
  width: 50%;
}
.related_posts_by_taxonomy .columns-content.columns-4 .single-column {
  width: 25%;
}
.related_posts_by_taxonomy .columns-content .single-column {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  font-size: 16px;
}
.related_posts_by_taxonomy .columns-content .single-column > br:first-of-type {
  display: none;
}
.related_posts_by_taxonomy .columns-content .single-column > i {
  font-size: 36px;
}
.related_posts_by_taxonomy .columns-content .single-column h4 {
  margin: 0 0 15px;
}
.related_posts_by_taxonomy .columns-content .single-column ol,
.related_posts_by_taxonomy .columns-content .single-column ul {
  margin: 0 0 0.5em 2em;
}
.related_posts_by_taxonomy .columns-content .single-column img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .columns-content .single-column {
    display: block;
    padding: 15px 0;
    width: 100% !important;
  }
}
.related_posts_by_taxonomy .cta-container {
  border: 1px solid rgba(255, 217, 15, 0.5);
  padding: 25px 0;
  border-radius: 4px;
  font-size: 0;
  text-align: center;
  position: relative;
  margin: 25px -40px;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .cta-container {
    margin: 25px 0;
  }
}
.related_posts_by_taxonomy .cta-container > * {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.related_posts_by_taxonomy .cta-container .cta-text {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 24px;
  line-height: 42px;
  padding-right: 30px;
  color: #ffd90f;
}
@media screen and (max-width: 800px) {
  .related_posts_by_taxonomy .cta-container .cta-text {
    display: block;
    padding: 0 15px 15px;
  }
}
.related_posts_by_taxonomy .fwp-container {
  width: 100vw;
  position: relative;
  height: 50vh;
  min-height: 450px;
  left: calc(-50vw + 50%);
  margin: 0 0 1.15em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
}
.related_posts_by_taxonomy .related-entries h4 {
  font: normal normal 400 1em "Raleway", sans-serif;
  text-transform: uppercase;
  color: #ffa402;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.related_posts_by_taxonomy .addon-frame {
  margin-top: 20px;
}
.related_posts_by_taxonomy .addon-frame .single-column {
  padding: 20px 20px 30px;
  margin: 20px auto;
  border-top: 1px solid rgba(255, 217, 15, 0.05);
  border-bottom: 1px solid rgba(255, 217, 15, 0.05);
}
.related_posts_by_taxonomy .addon-frame .addon-title {
  text-align: center;
  color: #ffd90f;
  line-height: 1.35em;
  margin: 0 0 0.5em;
  position: relative;
  font-weight: normal;
  letter-spacing: -0.05em;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 1.5em;
}
@media screen and (max-width: 1025px) {
  .related_posts_by_taxonomy .addon-frame .addon-title {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  .related_posts_by_taxonomy .addon-frame .addon-title {
    line-height: 1.1;
  }
}
.related_posts_by_taxonomy .addon-frame .addon-subtitle {
  text-align: center;
}
.related_posts_by_taxonomy .addon-frame .facebook-likebox-container {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.related_posts_by_taxonomy .comments-link {
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  border: 1px solid rgba(255, 217, 15, 0.075);
  color: rgba(255, 217, 15, 0.5);
  padding: 10px 0;
  background: rgba(255, 217, 15, 0.075);
  position: relative;
}
.related_posts_by_taxonomy .comments-link i {
  font-size: 24px;
  line-height: 1;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  margin-right: 16px;
}
.related_posts_by_taxonomy .comments-link span.comments-info {
  display: inline-block;
  text-align: center;
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.related_posts_by_taxonomy .comments-link span + i {
  margin-bottom: 10px;
}
.related_posts_by_taxonomy .comments-link:hover {
  border: 1px solid #ffd90f;
  background: 1px solid #ffd90f;
}
.related_posts_by_taxonomy .comments-link:hover i {
  color: rgba(255, 217, 15, 0.75);
}

article.single-post .entry-content {
  font: normal normal 300 1em "Lato", sans-serif;
  font-size: 21px;
  line-height: 1.6em;
}
article.single-post .entry-content > * {
  width: 100%;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content > * {
    margin-left: 0;
  }
}
article.single-post .entry-content .text-highlight {
  background: #ffd90f;
  color: #FFF;
}
article.single-post .entry-content .none {
  display: none;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content {
    font-size: 16px;
  }
}
article.single-post .entry-content em,
article.single-post .entry-content i {
  font-style: normal;
  font: italic normal 400 1em "Lato", sans-serif;
}
article.single-post .entry-content em.far,
article.single-post .entry-content i.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}
article.single-post .entry-content em.fas,
article.single-post .entry-content i.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
article.single-post .entry-content em.fal,
article.single-post .entry-content i.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
}
article.single-post .entry-content em.fab,
article.single-post .entry-content i.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
article.single-post .entry-content b,
article.single-post .entry-content strong {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
}
article.single-post .entry-content em strong,
article.single-post .entry-content strong em {
  font-style: normal;
  font-weight: normal;
  font: italic normal 700 1em "Lato", sans-serif;
}
article.single-post .entry-content h1,
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
  font-weight: normal;
  font: normal normal 700 1em "Lato", sans-serif;
  color: #192633;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 50px;
}
article.single-post .entry-content h1:before,
article.single-post .entry-content h2:before,
article.single-post .entry-content h3:before,
article.single-post .entry-content h4:before,
article.single-post .entry-content h5:before,
article.single-post .entry-content h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ffd90f), color-stop(50%, #f2f5f6), to(#f2f5f6));
  background: -o-linear-gradient(right, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
  background: linear-gradient(to left, #ffd90f 0%, #f2f5f6 50%, #f2f5f6 100%);
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content h1,
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content h1,
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
    line-height: 1.35;
  }
}
article.single-post .entry-content h1 a,
article.single-post .entry-content h2 a,
article.single-post .entry-content h3 a,
article.single-post .entry-content h4 a,
article.single-post .entry-content h5 a,
article.single-post .entry-content h6 a {
  color: #ffd90f;
  text-decoration: underline;
}
article.single-post .entry-content h1 a:hover,
article.single-post .entry-content h2 a:hover,
article.single-post .entry-content h3 a:hover,
article.single-post .entry-content h4 a:hover,
article.single-post .entry-content h5 a:hover,
article.single-post .entry-content h6 a:hover {
  color: rgba(255, 217, 15, 0.5);
}
article.single-post .entry-content ol,
article.single-post .entry-content ul {
  margin: 0 0 1.5em inherit;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content ol,
article.single-post .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-post .entry-content h1 {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h1 {
    font-size: 32px;
  }
}
article.single-post .entry-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h2 {
    font-size: 32px;
  }
}
article.single-post .entry-content h3 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h3 {
    font-size: 28px;
  }
}
article.single-post .entry-content h4 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h4 {
    font-size: 24px;
  }
}
article.single-post .entry-content h5 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h5 {
    font-size: 20px;
  }
}
article.single-post .entry-content h6 {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content h6 {
    font-size: 18px;
  }
}
article.single-post .entry-content code {
  font-family: "DejaVu Sans Mono", "Courier New", monospaced;
}
article.single-post .entry-content p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
}
article.single-post .entry-content iframe {
  margin: 20px auto;
  display: block;
}
article.single-post .entry-content iframe.instagram-media {
  margin: 20px auto !important;
}
article.single-post .entry-content p > a {
  color: #ffa402;
  background: rgba(242, 245, 246, 0.2);
  border-radius: 3px;
}
article.single-post .entry-content p > a:hover {
  color: #ffa402;
}
article.single-post .entry-content a {
  color: #ffa402;
}
article.single-post .entry-content a:hover {
  color: #f2f5f6;
}
article.single-post .entry-content a img {
  border-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.single-post .entry-content a img:before {
  text-align: center;
  content: "";
  font-size: 150px;
  color: #ffa402;
  z-index: 50;
  font-family: "FontAwesome";
}
article.single-post .entry-content a img:hover {
  border-bottom: 0;
}
article.single-post .entry-content a.button {
  color: #f2f5f6;
}
article.single-post .entry-content a.button:hover {
  color: #ffa402;
}
article.single-post .entry-content a.button.light {
  background: rgba(255, 217, 15, 0.25);
  border: 1px solid rgba(255, 217, 15, 0.6);
  color: #ffd90f;
}
article.single-post .entry-content a.button.light:hover {
  background: rgba(255, 217, 15, 0.1);
  border: 1px solid rgba(255, 217, 15, 0.8);
  color: #ffa402;
}
article.single-post .entry-content figure {
  margin: 8px auto;
}
article.single-post .entry-content .image-content {
  position: relative;
  margin: 40px -40px;
}
article.single-post .entry-content .image-content a {
  display: block;
  position: relative;
  padding: 5px;
  border: 1px solid rgba(255, 217, 15, 0.1);
}
article.single-post .entry-content .image-content img {
  border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 20;
}
article.single-post .entry-content figure,
article.single-post .entry-content img {
  position: relative;
  height: auto;
  max-width: 100%;
}
article.single-post .entry-content figure.alignright,
article.single-post .entry-content img.alignright {
  margin: 10px 10px 10px 20px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content figure.alignright,
article.single-post .entry-content img.alignright {
    margin: 0;
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-post .entry-content figure.alignleft,
article.single-post .entry-content img.alignleft {
  margin: 10px 20px 10px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 1025px) {
  article.single-post .entry-content figure.alignleft,
article.single-post .entry-content img.alignleft {
    margin: 0;
    display: block !important;
    float: none;
    margin: 0 auto 1.5em;
  }
}
article.single-post .entry-content figure.aligncenter, article.single-post .entry-content figure.alignnone,
article.single-post .entry-content img.aligncenter,
article.single-post .entry-content img.alignnone {
  display: block !important;
  margin: 2em auto;
}
article.single-post .entry-content figure.size-full,
article.single-post .entry-content img.size-full {
  max-width: 100%;
  height: auto;
  position: relative;
}
article.single-post .entry-content figure.size-full.alignright,
article.single-post .entry-content img.size-full.alignright {
  max-width: 540px;
}
article.single-post .entry-content figure.size-full.alignleft,
article.single-post .entry-content img.size-full.alignleft {
  max-width: 540px;
}
article.single-post .entry-content img {
  max-width: 640px;
  height: auto;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content img {
    max-width: 100%;
  }
}
article.single-post .entry-content .image-all-wrapper {
  position: relative;
  margin: 1.25em -40px;
}
article.single-post .entry-content .image-all-wrapper a {
  display: block;
}
article.single-post .entry-content .image-all-wrapper a img {
  width: 100%;
  height: auto;
}
article.single-post .entry-content .wp-caption-text {
  color: #888888;
  font: normal normal 400 1em "Lato", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0px 0 0;
  padding: 10px 20px;
  background: rgba(230, 210, 208, 0.5);
  margin-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
article.single-post .entry-content .gallery {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 960px;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content .gallery {
    margin: 0;
  }
}
article.single-post .entry-content .gallery .gallery-item {
  padding: 0 10px 10px;
  width: auto;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content .gallery .gallery-item {
    padding: 2px;
  }
}
article.single-post .entry-content .gallery .gallery-icon a {
  display: block;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content .gallery .gallery-icon a {
    padding: 1px;
  }
}
article.single-post .entry-content .gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  padding: 3px;
}
article.single-post .entry-content .gallery .gallery-caption {
  display: block;
  margin: 0 auto;
}
article.single-post .entry-content pre {
  background: #fff8f7;
  font-size: 16px;
  line-height: 20px;
  font-family: "Consolas", "Source Code Pro", "DejaVu Sans Mono", "Courier New", monospaced;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
article.single-post .entry-content ul {
  padding: 0;
}
@media screen and (max-width: 640px) {
  article.single-post .entry-content ul {
    margin: 0 0 20px 10px;
  }
}
article.single-post .entry-content ul li {
  position: relative;
  padding-bottom: 8px;
}
article.single-post .entry-content ul.ssb_list_wrapper {
  list-style-type: none;
}
article.single-post .entry-content ul.ssb_list_wrapper li:before {
  display: none;
}
article.single-post .entry-content hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 217, 15, 0)), color-stop(10%, #ffd90f), color-stop(25%, #ffa402), color-stop(75%, #fff9db), color-stop(90%, #f2f5f6), to(rgba(242, 245, 246, 0)));
  background: -o-linear-gradient(left, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  background: linear-gradient(to right, rgba(255, 217, 15, 0) 0%, #ffd90f 10%, #ffa402 25% #f2f5f6 50%, #fff9db 75%, #f2f5f6 90%, rgba(242, 245, 246, 0) 100%);
  height: 3px;
  max-width: 1100px;
}
article.single-post .entry-content blockquote {
  padding: 0;
  background: #f9f9f9;
  margin-bottom: 30px;
  max-width: 1100px;
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
article.single-post .entry-content blockquote:after {
  content: "";
  display: block;
  width: 10px;
  left: -5px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content blockquote {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-post .entry-content blockquote {
    padding-right: 10px;
  }
}
article.single-post .entry-content blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  color: #ffd90f;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding: 20px;
  padding-left: 0;
  padding-top: 6px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content blockquote:before {
    left: 20px;
    width: 47px;
  }
}
article.single-post .entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
article.single-post .entry-content blockquote p:last-of-type {
  margin-bottom: 0;
}
article.single-post .entry-content blockquote cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-post .entry-content .custom-frame {
  padding: 0;
  background: #fff8f7;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content .custom-frame {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  article.single-post .entry-content .custom-frame {
    padding-right: 10px;
  }
}
article.single-post .entry-content .custom-frame:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 30px;
  bottom: 30px;
  color: #fff9db;
  border-right: 1px solid rgba(255, 249, 219, 0.25);
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  article.single-post .entry-content .custom-frame:before {
    left: 20px;
    width: 47px;
  }
}
article.single-post .entry-content .custom-frame p {
  margin-bottom: 1em;
}
article.single-post .entry-content .custom-frame p:last-of-type {
  margin-bottom: 0;
}
article.single-post .entry-content .custom-frame cite {
  font: normal normal 400 1em "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  display: block;
  margin: 1em 0;
}
article.single-post .entry-content .custom-frame.info:before {
  content: "";
}
article.single-post .entry-content .custom-frame.contact:before {
  content: "";
}
article.single-post .entry-content .custom-frame.law:before {
  content: "§";
}

#comments-container .wrapper > * {
  max-width: 978px;
  margin: 50px 0;
}

.widget-area .widget {
  margin-bottom: 60px;
}
.widget-area .custom-widget-wrapper {
  background: #f9f9f9;
}
.widget-area .custom-widget-wrapper .widget-content article.small-game-card:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.widget-area .custom-widget-wrapper .intel {
  margin: 0;
  padding: 20px;
  font-size: 12px;
  color: #6e787f;
  line-height: 1.5em;
}
.widget-area .custom-widget-wrapper .see-more-games {
  display: block;
  position: relative;
  text-align: right;
  padding-top: 20px;
}
.widget-area .custom-widget-wrapper .see-more-games a {
  display: inline-block;
  text-align: center;
  background: #ffd90f;
  position: relative;
  line-height: 20px;
  padding: 10px 25px 10px 20px;
  color: #192633;
  text-transform: uppercase;
  font: normal normal 900 1em "Raleway", sans-serif;
  height: 40px;
  z-index: 14;
}
.widget-area .custom-widget-wrapper .see-more-games a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  background: #ffd90f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
}
.widget-area .custom-widget-wrapper .widget-title {
  margin-bottom: 15px;
  position: relative;
  padding: 10px 10px 10px 30px;
}
.widget-area .custom-widget-wrapper .widget-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #ffd90f;
}
.widget-area .custom-widget-wrapper .widget-title .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #192633;
}
.widget-area .custom-widget-wrapper .widget-title h3 {
  color: #192633;
  font: normal normal 900 1em "Raleway", sans-serif;
  font-size: 36px;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .widget-area .custom-widget-wrapper .widget-title h3 {
    font-size: 28px;
  }
}
.widget-area .custom-widget-wrapper .widget-title h3 span {
  display: block;
  font: normal normal 600 1em "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .widget-area .custom-widget-wrapper .widget-title h3 span {
    font-size: 14px;
  }
}
.widget-area .custom-widget-wrapper.events .icon {
  text-align: center;
  color: #6e787f;
  width: 104px;
}
.widget-area .custom-widget-wrapper.events .icon span {
  display: block;
  text-align: center;
  color: #6e787f;
  text-transform: uppercase;
  font: normal normal 700 1em "Raleway", sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.widget-area .custom-widget-wrapper.events .see-more-games {
  position: relative;
  z-index: 2;
}
.widget-area .custom-widget-wrapper.events .see-more-games:before {
  display: none;
}
.widget-area .custom-widget-wrapper.gamejams .see-more-games {
  position: relative;
  z-index: 2;
}
.widget-area .custom-widget-wrapper.gamejams .see-more-games:before {
  display: none;
}
.widget-area .custom-widget-wrapper.gamejams .icon {
  text-align: center;
  color: #6e787f;
  width: 104px;
}
.widget-area .custom-widget-wrapper.gamejams .icon span {
  display: block;
  text-align: center;
  color: #6e787f;
  text-transform: uppercase;
  font: normal normal 700 1em "Raleway", sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.widget-content #mc_embed_signup form {
  padding: 25px;
  padding-top: 0;
  padding-bottom: 20px;
}
.widget-content #mc_embed_signup div#mce-responses {
  top: 0;
  float: none;
  padding: 10px 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0;
}
.widget-content #mc_embed_signup div.response {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.widget-content #mc_embed_signup .mc-field-group {
  width: 100%;
  padding-bottom: 0;
  text-align: center;
}
.widget-content #mc_embed_signup .mc-field-group input {
  border-radius: 0;
  padding: 6px 10px;
  font-size: 16px;
}
.widget-content #mc_embed_signup .newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.widget-content #mc_embed_signup .newsletter > span {
  padding-right: 20px;
  display: inline-block;
  width: 40px;
  padding-top: 12px;
}
.widget-content #mc_embed_signup .newsletter label {
  font-size: 13px;
  color: #6e787f;
  line-height: 21px;
  width: calc(100% - 40px);
  text-align: left;
  padding-bottom: 12px;
}
.widget-content #mc_embed_signup .newsletter div.mce_inline_error {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.widget-content #mc_embed_signup #mc_embed_signup_button {
  text-align: center;
}
.widget-content #mc_embed_signup #mc_embed_signup_button input[type=submit] {
  border-radius: 0;
  background: #192633;
  font: normal normal 900 1em "Raleway", sans-serif;
  text-transform: uppercase;
  padding: 5px 25px;
  color: #FFF;
  font-size: 16px;
  line-height: 1em;
  margin: 0;
}

.custom-widget-wrapper.gamejams .entry-meta .event-category {
  display: none;
}

.widget-content .newsletter-text {
  font-size: 14px;
  line-height: 21px;
  color: #192633;
  margin: 0;
  margin: 10px 25px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
button.hamburger {
  padding: 0px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
button.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 32px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 4px;
  background-color: #ffd90f;
  border-radius: 5px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}
.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}
.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}
.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}
.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}
.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}
.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
          transform: translate3d(0, -8px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
          transform: translate3d(0, -16px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
          transform: translate3d(0, 8px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
          transform: translate3d(0, -16px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -64px;
  top: -64px;
  -webkit-transform: translate3d(64px, 64px, 0) rotate(45deg);
          transform: translate3d(64px, 64px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -64px;
  top: -64px;
  -webkit-transform: translate3d(-64px, 64px, 0) rotate(-45deg);
          transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -64px;
  top: 64px;
  -webkit-transform: translate3d(64px, -64px, 0) rotate(-45deg);
          transform: translate3d(64px, -64px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -64px;
  top: 64px;
  -webkit-transform: translate3d(-64px, -64px, 0) rotate(45deg);
          transform: translate3d(-64px, -64px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.5714285714px, -4px, 0);
          transform: rotate(-45deg) translate3d(-4.5714285714px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.5714285714px, -4px, 0);
          transform: rotate(45deg) translate3d(4.5714285714px, -4px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
          transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
      -ms-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
      -ms-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}