@charset "UTF-8";
/*
Theme Name: Absolutte
Theme URI: https://www.quemalabs.com/theme/absolutte/
Description: Absolutte is a beautiful One page free WordPress theme, perfect for small business. Full support for Gutenberg blocks and easy customizations. Also includes support for Quema Labs Blocks plugin which makes this theme look amazing. Please refer to our demo to see the full preview: http://demo.quemalabs.com/absolutte/
Version: 1.0.9
Author: Quema Labs
Author URI: https://www.quemalabs.com/
License: GNU General Public License v3 or later
License URI: LICENSE
Tags: two-columns, custom-background, threaded-comments, custom-menu, custom-logo, custom-colors, footer-widgets, theme-options, featured-images, sticky-post, translation-ready, full-width-template
Text Domain: absolutte
*/
/*
----------------------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------------------
0. Imports
1. Global Styles
2. Header
3. Pages
4. Comments
5. Sidebar
6. WP Default
7. Flickity
8. Photoswipe
9. Footer
10. Animate
11. Menu
12. Gutenberg
----------------------------------------------------------------
*/
/*
==========================================
0. Imports
==========================================
*/
.table, #main table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }

.table th, #main table th, .table td, #main table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

.table thead th, #main table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

.table tbody + tbody, #main table tbody + tbody { border-top: 2px solid #dee2e6; }

.table .table, #main table .table, .table #main table, #main .table table, #main table table { background-color: #fff; }

.table-sm th, .table-sm td { padding: 0.3rem; }

.table-bordered { border: 1px solid #dee2e6; }

.table-bordered th, .table-bordered td { border: 1px solid #dee2e6; }

.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { border: 0; }

.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > th, .table-primary > td { background-color: #cbd3fb; }

.table-hover .table-primary:hover { background-color: #b3bff9; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #b3bff9; }

.table-secondary, .table-secondary > th, .table-secondary > td { background-color: #c5efda; }

.table-hover .table-secondary:hover { background-color: #b1e9cd; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #b1e9cd; }

.table-success, .table-success > th, .table-success > td { background-color: #c3e6cb; }

.table-hover .table-success:hover { background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b1dfbb; }

.table-info, .table-info > th, .table-info > td { background-color: #bee5eb; }

.table-hover .table-info:hover { background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; }

.table-warning, .table-warning > th, .table-warning > td { background-color: #ffeeba; }

.table-hover .table-warning:hover { background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; }

.table-danger, .table-danger > th, .table-danger > td { background-color: #f5c6cb; }

.table-hover .table-danger:hover { background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; }

.table-light, .table-light > th, .table-light > td { background-color: #fdfdfe; }

.table-hover .table-light:hover { background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ececf6; }

.table-dark, .table-dark > th, .table-dark > td { background-color: #c6c8ca; }

.table-hover .table-dark:hover { background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b9bbbe; }

.table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, #main table .thead-dark th { color: #fff; background-color: #212529; border-color: #32383e; }

.table .thead-light th, #main table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; }

.table-dark { color: #fff; background-color: #212529; }

.table-dark th, .table-dark td, .table-dark thead th { border-color: #32383e; }

.table-dark.table-bordered { border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered { border: 0; } }

@media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered { border: 0; } }

@media (max-width: 991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered { border: 0; } }

@media (max-width: 1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered { border: 0; } }

.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered { border: 0; }

/*! Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa, .fas, .post-image a::after, .search-form label::before, .far, .comment-list .comment .comment-body .reply .comment-reply-link::before, .fal, .fab, .absolutte-app-store-button::before, .nav_social li a::before, .widget #menu-social li a::before { -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: -.0667em; }

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

.fa-sm { font-size: .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: .1em; padding: .2em .25em .15em; }

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

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

.fa.fa-pull-left, .fas.fa-pull-left, .post-image a.fa-pull-left::after, .search-form label.fa-pull-left::before, .far.fa-pull-left, .comment-list .comment .comment-body .reply .fa-pull-left.comment-reply-link::before, .fal.fa-pull-left, .fab.fa-pull-left, .fa-pull-left.absolutte-app-store-button::before, .nav_social li a.fa-pull-left::before, .widget #menu-social li a.fa-pull-left::before { margin-right: .3em; }

.fa.fa-pull-right, .fas.fa-pull-right, .post-image a.fa-pull-right::after, .search-form label.fa-pull-right::before, .far.fa-pull-right, .comment-list .comment .comment-body .reply .fa-pull-right.comment-reply-link::before, .fal.fa-pull-right, .fab.fa-pull-right, .fa-pull-right.absolutte-app-store-button::before, .nav_social li a.fa-pull-right::before, .widget #menu-social li a.fa-pull-right::before { margin-left: .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); transform: rotate(90deg); }

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

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

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-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); transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-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 { -webkit-filter: none; filter: none; }

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

.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: "\f26e"; }

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

.fa-accusoft:before { content: "\f369"; }

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

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

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

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

.fa-adversal:before { content: "\f36a"; }

.fa-affiliatetheme:before { content: "\f36b"; }

.fa-algolia:before { content: "\f36c"; }

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

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

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

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

.fa-allergies:before { content: "\f461"; }

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

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

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

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

.fa-amilia:before { content: "\f36d"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before { content: "\f556"; }

.fa-angrycreative:before { content: "\f36e"; }

.fa-angular:before { content: "\f420"; }

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

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

.fa-apper:before { content: "\f371"; }

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

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

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

.fa-archway:before { content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-asymmetrik:before { content: "\f372"; }

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

.fa-atlas:before { content: "\f558"; }

.fa-audible:before { content: "\f373"; }

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

.fa-autoprefixer:before { content: "\f41c"; }

.fa-avianex:before { content: "\f374"; }

.fa-aviato:before { content: "\f421"; }

.fa-award:before { content: "\f559"; }

.fa-aws:before { content: "\f375"; }

.fa-backspace:before { content: "\f55a"; }

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

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

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

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

.fa-bandcamp:before { content: "\f2d5"; }

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

.fa-bars:before { content: "\f0c9"; }

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

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

.fa-bath:before { content: "\f2cd"; }

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

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

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

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

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

.fa-bed:before { content: "\f236"; }

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

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

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

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

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

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

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

.fa-bimobject:before { content: "\f378"; }

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

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

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

.fa-bitcoin:before { content: "\f379"; }

.fa-bity:before { content: "\f37a"; }

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

.fa-blackberry:before { content: "\f37b"; }

.fa-blender:before { content: "\f517"; }

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

.fa-blogger:before { content: "\f37c"; }

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

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

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

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

.fa-bolt:before { content: "\f0e7"; }

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

.fa-bong:before { content: "\f55c"; }

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

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

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

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

.fa-box:before { content: "\f466"; }

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

.fa-boxes:before { content: "\f468"; }

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

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

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

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

.fa-broom:before { content: "\f51a"; }

.fa-brush:before { content: "\f55d"; }

.fa-btc:before { content: "\f15a"; }

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

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

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

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

.fa-burn:before { content: "\f46a"; }

.fa-buromobelexperte:before { content: "\f37f"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cannabis:before { content: "\f55f"; }

.fa-capsules:before { content: "\f46b"; }

.fa-car:before { content: "\f1b9"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-centercode:before { content: "\f380"; }

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

.fa-chalkboard:before { content: "\f51b"; }

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

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

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

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

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

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

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

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

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

.fa-chess:before { content: "\f439"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-church:before { content: "\f51d"; }

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

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

.fa-clipboard:before { content: "\f328"; }

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

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

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

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

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

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

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

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

.fa-cloudscale:before { content: "\f383"; }

.fa-cloudsmith:before { content: "\f384"; }

.fa-cloudversify:before { content: "\f385"; }

.fa-cocktail:before { content: "\f561"; }

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

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

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

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

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

.fa-cog:before { content: "\f013"; }

.fa-cogs:before { content: "\f085"; }

.fa-coins:before { content: "\f51e"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cookie:before { content: "\f563"; }

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

.fa-copy:before { content: "\f0c5"; }

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

.fa-couch:before { content: "\f4b8"; }

.fa-cpanel:before { content: "\f388"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-crow:before { content: "\f520"; }

.fa-crown:before { content: "\f521"; }

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

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

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

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

.fa-cut:before { content: "\f0c4"; }

.fa-cuttlefish:before { content: "\f38c"; }

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

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

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

.fa-deaf:before { content: "\f2a4"; }

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

.fa-deploydog:before { content: "\f38e"; }

.fa-deskpro:before { content: "\f38f"; }

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

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

.fa-diagnoses:before { content: "\f470"; }

.fa-dice:before { content: "\f522"; }

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

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

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

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

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

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

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

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

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

.fa-discord:before { content: "\f392"; }

.fa-discourse:before { content: "\f393"; }

.fa-divide:before { content: "\f529"; }

.fa-dizzy:before { content: "\f567"; }

.fa-dna:before { content: "\f471"; }

.fa-dochub:before { content: "\f394"; }

.fa-docker:before { content: "\f395"; }

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

.fa-dolly:before { content: "\f472"; }

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

.fa-donate:before { content: "\f4b9"; }

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

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

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

.fa-dove:before { content: "\f4ba"; }

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

.fa-draft2digital:before { content: "\f396"; }

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

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

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

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

.fa-drum:before { content: "\f569"; }

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

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

.fa-dumbbell:before { content: "\f44b"; }

.fa-dyalog:before { content: "\f399"; }

.fa-earlybirds:before { content: "\f39a"; }

.fa-ebay:before { content: "\f4f4"; }

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

.fa-edit:before { content: "\f044"; }

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

.fa-elementor:before { content: "\f430"; }

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

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

.fa-ember:before { content: "\f423"; }

.fa-empire:before { content: "\f1d1"; }

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

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

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

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

.fa-equals:before { content: "\f52c"; }

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

.fa-erlang:before { content: "\f39d"; }

.fa-ethereum:before { content: "\f42e"; }

.fa-etsy:before { content: "\f2d7"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-feather:before { content: "\f52d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fill:before { content: "\f575"; }

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

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

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

.fa-fingerprint:before { content: "\f577"; }

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

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

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

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

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

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

.fa-firstdraft:before { content: "\f3a1"; }

.fa-fish:before { content: "\f578"; }

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

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

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

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

.fa-flipboard:before { content: "\f44d"; }

.fa-flushed:before { content: "\f579"; }

.fa-fly:before { content: "\f417"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-freebsd:before { content: "\f3a4"; }

.fa-frog:before { content: "\f52e"; }

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

.fa-frown-open:before { content: "\f57a"; }

.fa-fulcrum:before { content: "\f50b"; }

.fa-futbol:before { content: "\f1e3"; }

.fa-galactic-republic:before { content: "\f50c"; }

.fa-galactic-senate:before { content: "\f50d"; }

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

.fa-gas-pump:before { content: "\f52f"; }

.fa-gavel:before { content: "\f0e3"; }

.fa-gem:before { content: "\f3a5"; }

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

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

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

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

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

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

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

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

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

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

.fa-gitkraken:before { content: "\f3a6"; }

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

.fa-gitter:before { content: "\f426"; }

.fa-glass-martini:before { content: "\f000"; }

.fa-glass-martini-alt:before { content: "\f57b"; }

.fa-glasses:before { content: "\f530"; }

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

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

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

.fa-globe-africa:before { content: "\f57c"; }

.fa-globe-americas:before { content: "\f57d"; }

.fa-globe-asia:before { content: "\f57e"; }

.fa-gofore:before { content: "\f3a7"; }

.fa-golf-ball:before { content: "\f450"; }

.fa-goodreads:before { content: "\f3a8"; }

.fa-goodreads-g:before { content: "\f3a9"; }

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

.fa-google-drive:before { content: "\f3aa"; }

.fa-google-play:before { content: "\f3ab"; }

.fa-google-plus:before { content: "\f2b3"; }

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

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

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

.fa-graduation-cap:before { content: "\f19d"; }

.fa-gratipay:before { content: "\f184"; }

.fa-grav:before { content: "\f2d6"; }

.fa-greater-than:before { content: "\f531"; }

.fa-greater-than-equal:before { content: "\f532"; }

.fa-grimace:before { content: "\f57f"; }

.fa-grin:before { content: "\f580"; }

.fa-grin-alt:before { content: "\f581"; }

.fa-grin-beam:before { content: "\f582"; }

.fa-grin-beam-sweat:before { content: "\f583"; }

.fa-grin-hearts:before { content: "\f584"; }

.fa-grin-squint:before { content: "\f585"; }

.fa-grin-squint-tears:before { content: "\f586"; }

.fa-grin-stars:before { content: "\f587"; }

.fa-grin-tears:before { content: "\f588"; }

.fa-grin-tongue:before { content: "\f589"; }

.fa-grin-tongue-squint:before { content: "\f58a"; }

.fa-grin-tongue-wink:before { content: "\f58b"; }

.fa-grin-wink:before { content: "\f58c"; }

.fa-grip-horizontal:before { content: "\f58d"; }

.fa-grip-vertical:before { content: "\f58e"; }

.fa-gripfire:before { content: "\f3ac"; }

.fa-grunt:before { content: "\f3ad"; }

.fa-gulp:before { content: "\f3ae"; }

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

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

.fa-hacker-news-square:before { content: "\f3af"; }

.fa-hand-holding:before { content: "\f4bd"; }

.fa-hand-holding-heart:before { content: "\f4be"; }

.fa-hand-holding-usd:before { content: "\f4c0"; }

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

.fa-hand-paper:before { content: "\f256"; }

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

.fa-hand-point-down:before { content: "\f0a7"; }

.fa-hand-point-left:before { content: "\f0a5"; }

.fa-hand-point-right:before { content: "\f0a4"; }

.fa-hand-point-up:before { content: "\f0a6"; }

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

.fa-hand-rock:before { content: "\f255"; }

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

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

.fa-hands:before { content: "\f4c2"; }

.fa-hands-helping:before { content: "\f4c4"; }

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

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

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

.fa-heading:before { content: "\f1dc"; }

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

.fa-headphones-alt:before { content: "\f58f"; }

.fa-headset:before { content: "\f590"; }

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

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

.fa-helicopter:before { content: "\f533"; }

.fa-highlighter:before { content: "\f591"; }

.fa-hips:before { content: "\f452"; }

.fa-hire-a-helper:before { content: "\f3b0"; }

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

.fa-hockey-puck:before { content: "\f453"; }

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

.fa-hooli:before { content: "\f427"; }

.fa-hornbill:before { content: "\f592"; }

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

.fa-hospital-alt:before { content: "\f47d"; }

.fa-hospital-symbol:before { content: "\f47e"; }

.fa-hot-tub:before { content: "\f593"; }

.fa-hotel:before { content: "\f594"; }

.fa-hotjar:before { content: "\f3b1"; }

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

.fa-hourglass-end:before { content: "\f253"; }

.fa-hourglass-half:before { content: "\f252"; }

.fa-hourglass-start:before { content: "\f251"; }

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

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

.fa-hubspot:before { content: "\f3b2"; }

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

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

.fa-id-card:before { content: "\f2c2"; }

.fa-id-card-alt:before { content: "\f47f"; }

.fa-image:before { content: "\f03e"; }

.fa-images:before { content: "\f302"; }

.fa-imdb:before { content: "\f2d8"; }

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

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

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

.fa-infinity:before { content: "\f534"; }

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

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

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

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

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

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

.fa-itunes:before { content: "\f3b4"; }

.fa-itunes-note:before { content: "\f3b5"; }

.fa-java:before { content: "\f4e4"; }

.fa-jedi-order:before { content: "\f50e"; }

.fa-jenkins:before { content: "\f3b6"; }

.fa-joget:before { content: "\f3b7"; }

.fa-joint:before { content: "\f595"; }

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

.fa-js:before { content: "\f3b8"; }

.fa-js-square:before { content: "\f3b9"; }

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

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

.fa-keybase:before { content: "\f4f5"; }

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

.fa-keycdn:before { content: "\f3ba"; }

.fa-kickstarter:before { content: "\f3bb"; }

.fa-kickstarter-k:before { content: "\f3bc"; }

.fa-kiss:before { content: "\f596"; }

.fa-kiss-beam:before { content: "\f597"; }

.fa-kiss-wink-heart:before { content: "\f598"; }

.fa-kiwi-bird:before { content: "\f535"; }

.fa-korvue:before { content: "\f42f"; }

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

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

.fa-laravel:before { content: "\f3bd"; }

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

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

.fa-laugh:before { content: "\f599"; }

.fa-laugh-beam:before { content: "\f59a"; }

.fa-laugh-squint:before { content: "\f59b"; }

.fa-laugh-wink:before { content: "\f59c"; }

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

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

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

.fa-less:before { content: "\f41d"; }

.fa-less-than:before { content: "\f536"; }

.fa-less-than-equal:before { content: "\f537"; }

.fa-level-down-alt:before { content: "\f3be"; }

.fa-level-up-alt:before { content: "\f3bf"; }

.fa-life-ring:before { content: "\f1cd"; }

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

.fa-line:before { content: "\f3c0"; }

.fa-link:before { content: "\f0c1"; }

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

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

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

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

.fa-lira-sign:before { content: "\f195"; }

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

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

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

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

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

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

.fa-lock-open:before { content: "\f3c1"; }

.fa-long-arrow-alt-down:before { content: "\f309"; }

.fa-long-arrow-alt-left:before { content: "\f30a"; }

.fa-long-arrow-alt-right:before { content: "\f30b"; }

.fa-long-arrow-alt-up:before { content: "\f30c"; }

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

.fa-luggage-cart:before { content: "\f59d"; }

.fa-lyft:before { content: "\f3c3"; }

.fa-magento:before { content: "\f3c4"; }

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

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

.fa-mailchimp:before { content: "\f59e"; }

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

.fa-mandalorian:before { content: "\f50f"; }

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

.fa-map-marked:before { content: "\f59f"; }

.fa-map-marked-alt:before { content: "\f5a0"; }

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

.fa-map-marker-alt:before { content: "\f3c5"; }

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

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

.fa-marker:before { content: "\f5a1"; }

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

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

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

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

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

.fa-mastodon:before { content: "\f4f6"; }

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

.fa-medal:before { content: "\f5a2"; }

.fa-medapps:before { content: "\f3c6"; }

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

.fa-medium-m:before { content: "\f3c7"; }

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

.fa-medrt:before { content: "\f3c8"; }

.fa-meetup:before { content: "\f2e0"; }

.fa-megaport:before { content: "\f5a3"; }

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

.fa-meh-blank:before { content: "\f5a4"; }

.fa-meh-rolling-eyes:before { content: "\f5a5"; }

.fa-memory:before { content: "\f538"; }

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

.fa-microchip:before { content: "\f2db"; }

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

.fa-microphone-alt:before { content: "\f3c9"; }

.fa-microphone-alt-slash:before { content: "\f539"; }

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

.fa-microsoft:before { content: "\f3ca"; }

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

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

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

.fa-mix:before { content: "\f3cb"; }

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

.fa-mizuni:before { content: "\f3cc"; }

.fa-mobile:before { content: "\f10b"; }

.fa-mobile-alt:before { content: "\f3cd"; }

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

.fa-monero:before { content: "\f3d0"; }

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

.fa-money-bill-alt:before { content: "\f3d1"; }

.fa-money-bill-wave:before { content: "\f53a"; }

.fa-money-bill-wave-alt:before { content: "\f53b"; }

.fa-money-check:before { content: "\f53c"; }

.fa-money-check-alt:before { content: "\f53d"; }

.fa-monument:before { content: "\f5a6"; }

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

.fa-mortar-pestle:before { content: "\f5a7"; }

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

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

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

.fa-napster:before { content: "\f3d2"; }

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

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

.fa-nimblr:before { content: "\f5a8"; }

.fa-nintendo-switch:before { content: "\f418"; }

.fa-node:before { content: "\f419"; }

.fa-node-js:before { content: "\f3d3"; }

.fa-not-equal:before { content: "\f53e"; }

.fa-notes-medical:before { content: "\f481"; }

.fa-npm:before { content: "\f3d4"; }

.fa-ns8:before { content: "\f3d5"; }

.fa-nutritionix:before { content: "\f3d6"; }

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

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

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

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

.fa-old-republic:before { content: "\f510"; }

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

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

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

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

.fa-osi:before { content: "\f41a"; }

.fa-outdent:before { content: "\f03b"; }

.fa-page4:before { content: "\f3d7"; }

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

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

.fa-paint-roller:before { content: "\f5aa"; }

.fa-palette:before { content: "\f53f"; }

.fa-palfed:before { content: "\f3d8"; }

.fa-pallet:before { content: "\f482"; }

.fa-paper-plane:before { content: "\f1d8"; }

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

.fa-parachute-box:before { content: "\f4cd"; }

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

.fa-parking:before { content: "\f540"; }

.fa-passport:before { content: "\f5ab"; }

.fa-paste:before { content: "\f0ea"; }

.fa-patreon:before { content: "\f3d9"; }

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

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

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

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

.fa-pen:before { content: "\f304"; }

.fa-pen-alt:before { content: "\f305"; }

.fa-pen-fancy:before { content: "\f5ac"; }

.fa-pen-nib:before { content: "\f5ad"; }

.fa-pen-square:before { content: "\f14b"; }

.fa-pencil-alt:before { content: "\f303"; }

.fa-pencil-ruler:before { content: "\f5ae"; }

.fa-people-carry:before { content: "\f4ce"; }

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

.fa-percentage:before { content: "\f541"; }

.fa-periscope:before { content: "\f3da"; }

.fa-phabricator:before { content: "\f3db"; }

.fa-phoenix-framework:before { content: "\f3dc"; }

.fa-phoenix-squadron:before { content: "\f511"; }

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

.fa-phone-slash:before { content: "\f3dd"; }

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

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

.fa-php:before { content: "\f457"; }

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

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

.fa-pied-piper-hat:before { content: "\f4e5"; }

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

.fa-piggy-bank:before { content: "\f4d3"; }

.fa-pills:before { content: "\f484"; }

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

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

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

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

.fa-plane-arrival:before { content: "\f5af"; }

.fa-plane-departure:before { content: "\f5b0"; }

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

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

.fa-playstation:before { content: "\f3df"; }

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

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

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

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

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

.fa-poo:before { content: "\f2fe"; }

.fa-portrait:before { content: "\f3e0"; }

.fa-pound-sign:before { content: "\f154"; }

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

.fa-prescription:before { content: "\f5b1"; }

.fa-prescription-bottle:before { content: "\f485"; }

.fa-prescription-bottle-alt:before { content: "\f486"; }

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

.fa-procedures:before { content: "\f487"; }

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

.fa-project-diagram:before { content: "\f542"; }

.fa-pushed:before { content: "\f3e1"; }

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

.fa-python:before { content: "\f3e2"; }

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

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

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

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

.fa-quidditch:before { content: "\f458"; }

.fa-quinscape:before { content: "\f459"; }

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

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

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

.fa-r-project:before { content: "\f4f7"; }

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

.fa-ravelry:before { content: "\f2d9"; }

.fa-react:before { content: "\f41b"; }

.fa-readme:before { content: "\f4d5"; }

.fa-rebel:before { content: "\f1d0"; }

.fa-receipt:before { content: "\f543"; }

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

.fa-red-river:before { content: "\f3e3"; }

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

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

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

.fa-redo:before { content: "\f01e"; }

.fa-redo-alt:before { content: "\f2f9"; }

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

.fa-rendact:before { content: "\f3e4"; }

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

.fa-reply:before { content: "\f3e5"; }

.fa-reply-all:before { content: "\f122"; }

.fa-replyd:before { content: "\f3e6"; }

.fa-researchgate:before { content: "\f4f8"; }

.fa-resolving:before { content: "\f3e7"; }

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

.fa-ribbon:before { content: "\f4d6"; }

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

.fa-robot:before { content: "\f544"; }

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

.fa-rocketchat:before { content: "\f3e8"; }

.fa-rockrms:before { content: "\f3e9"; }

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

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

.fa-ruble-sign:before { content: "\f158"; }

.fa-ruler:before { content: "\f545"; }

.fa-ruler-combined:before { content: "\f546"; }

.fa-ruler-horizontal:before { content: "\f547"; }

.fa-ruler-vertical:before { content: "\f548"; }

.fa-rupee-sign:before { content: "\f156"; }

.fa-sad-cry:before { content: "\f5b3"; }

.fa-sad-tear:before { content: "\f5b4"; }

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

.fa-sass:before { content: "\f41e"; }

.fa-save:before { content: "\f0c7"; }

.fa-schlix:before { content: "\f3ea"; }

.fa-school:before { content: "\f549"; }

.fa-screwdriver:before { content: "\f54a"; }

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

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

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

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

.fa-searchengin:before { content: "\f3eb"; }

.fa-seedling:before { content: "\f4d8"; }

.fa-sellcast:before { content: "\f2da"; }

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

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

.fa-servicestack:before { content: "\f3ec"; }

.fa-share:before { content: "\f064"; }

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

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

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

.fa-shekel-sign:before { content: "\f20b"; }

.fa-shield-alt:before { content: "\f3ed"; }

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

.fa-shipping-fast:before { content: "\f48b"; }

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

.fa-shoe-prints:before { content: "\f54b"; }

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

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

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

.fa-shopware:before { content: "\f5b5"; }

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

.fa-shuttle-van:before { content: "\f5b6"; }

.fa-sign:before { content: "\f4d9"; }

.fa-sign-in-alt:before { content: "\f2f6"; }

.fa-sign-language:before { content: "\f2a7"; }

.fa-sign-out-alt:before { content: "\f2f5"; }

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

.fa-signature:before { content: "\f5b7"; }

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

.fa-sistrix:before { content: "\f3ee"; }

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

.fa-sith:before { content: "\f512"; }

.fa-skull:before { content: "\f54c"; }

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

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

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

.fa-slack-hash:before { content: "\f3ef"; }

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

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

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

.fa-smile-beam:before { content: "\f5b8"; }

.fa-smile-wink:before { content: "\f4da"; }

.fa-smoking:before { content: "\f48d"; }

.fa-smoking-ban:before { content: "\f54d"; }

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

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

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

.fa-snowflake:before { content: "\f2dc"; }

.fa-solar-panel:before { content: "\f5ba"; }

.fa-sort:before { content: "\f0dc"; }

.fa-sort-alpha-down:before { content: "\f15d"; }

.fa-sort-alpha-up:before { content: "\f15e"; }

.fa-sort-amount-down:before { content: "\f160"; }

.fa-sort-amount-up:before { content: "\f161"; }

.fa-sort-down:before { content: "\f0dd"; }

.fa-sort-numeric-down:before { content: "\f162"; }

.fa-sort-numeric-up:before { content: "\f163"; }

.fa-sort-up:before { content: "\f0de"; }

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

.fa-spa:before { content: "\f5bb"; }

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

.fa-speakap:before { content: "\f3f3"; }

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

.fa-splotch:before { content: "\f5bc"; }

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

.fa-spray-can:before { content: "\f5bd"; }

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

.fa-square-full:before { content: "\f45c"; }

.fa-squarespace:before { content: "\f5be"; }

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

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

.fa-stamp:before { content: "\f5bf"; }

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

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

.fa-star-half-alt:before { content: "\f5c0"; }

.fa-staylinked:before { content: "\f3f5"; }

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

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

.fa-steam-symbol:before { content: "\f3f6"; }

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

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

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

.fa-sticker-mule:before { content: "\f3f7"; }

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

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

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

.fa-stopwatch:before { content: "\f2f2"; }

.fa-store:before { content: "\f54e"; }

.fa-store-alt:before { content: "\f54f"; }

.fa-strava:before { content: "\f428"; }

.fa-stream:before { content: "\f550"; }

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

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

.fa-stripe:before { content: "\f429"; }

.fa-stripe-s:before { content: "\f42a"; }

.fa-stroopwafel:before { content: "\f551"; }

.fa-studiovinari:before { content: "\f3f8"; }

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

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

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

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

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

.fa-suitcase-rolling:before { content: "\f5c1"; }

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

.fa-superpowers:before { content: "\f2dd"; }

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

.fa-supple:before { content: "\f3f9"; }

.fa-surprise:before { content: "\f5c2"; }

.fa-swatchbook:before { content: "\f5c3"; }

.fa-swimmer:before { content: "\f5c4"; }

.fa-swimming-pool:before { content: "\f5c5"; }

.fa-sync:before { content: "\f021"; }

.fa-sync-alt:before { content: "\f2f1"; }

.fa-syringe:before { content: "\f48e"; }

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

.fa-table-tennis:before { content: "\f45d"; }

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

.fa-tablet-alt:before { content: "\f3fa"; }

.fa-tablets:before { content: "\f490"; }

.fa-tachometer-alt:before { content: "\f3fd"; }

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

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

.fa-tape:before { content: "\f4db"; }

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

.fa-taxi:before { content: "\f1ba"; }

.fa-teamspeak:before { content: "\f4f9"; }

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

.fa-telegram-plane:before { content: "\f3fe"; }

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

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

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

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

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

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

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

.fa-themeco:before { content: "\f5c6"; }

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

.fa-thermometer:before { content: "\f491"; }

.fa-thermometer-empty:before { content: "\f2cb"; }

.fa-thermometer-full:before { content: "\f2c7"; }

.fa-thermometer-half:before { content: "\f2c9"; }

.fa-thermometer-quarter:before { content: "\f2ca"; }

.fa-thermometer-three-quarters:before { content: "\f2c8"; }

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

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

.fa-thumbtack:before { content: "\f08d"; }

.fa-ticket-alt:before { content: "\f3ff"; }

.fa-times:before { content: "\f00d"; }

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

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

.fa-tint-slash:before { content: "\f5c7"; }

.fa-tired:before { content: "\f5c8"; }

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

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

.fa-toolbox:before { content: "\f552"; }

.fa-tooth:before { content: "\f5c9"; }

.fa-trade-federation:before { content: "\f513"; }

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

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

.fa-transgender:before { content: "\f224"; }

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

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

.fa-trash-alt:before { content: "\f2ed"; }

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

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

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

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

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

.fa-truck-loading:before { content: "\f4de"; }

.fa-truck-moving:before { content: "\f4df"; }

.fa-tshirt:before { content: "\f553"; }

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

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

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

.fa-tv:before { content: "\f26c"; }

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

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

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

.fa-typo3:before { content: "\f42b"; }

.fa-uber:before { content: "\f402"; }

.fa-uikit:before { content: "\f403"; }

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

.fa-umbrella-beach:before { content: "\f5ca"; }

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

.fa-undo:before { content: "\f0e2"; }

.fa-undo-alt:before { content: "\f2ea"; }

.fa-uniregistry:before { content: "\f404"; }

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

.fa-university:before { content: "\f19c"; }

.fa-unlink:before { content: "\f127"; }

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

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

.fa-untappd:before { content: "\f405"; }

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

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

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

.fa-user-alt:before { content: "\f406"; }

.fa-user-alt-slash:before { content: "\f4fa"; }

.fa-user-astronaut:before { content: "\f4fb"; }

.fa-user-check:before { content: "\f4fc"; }

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

.fa-user-clock:before { content: "\f4fd"; }

.fa-user-cog:before { content: "\f4fe"; }

.fa-user-edit:before { content: "\f4ff"; }

.fa-user-friends:before { content: "\f500"; }

.fa-user-graduate:before { content: "\f501"; }

.fa-user-lock:before { content: "\f502"; }

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

.fa-user-minus:before { content: "\f503"; }

.fa-user-ninja:before { content: "\f504"; }

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

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

.fa-user-shield:before { content: "\f505"; }

.fa-user-slash:before { content: "\f506"; }

.fa-user-tag:before { content: "\f507"; }

.fa-user-tie:before { content: "\f508"; }

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

.fa-users:before { content: "\f0c0"; }

.fa-users-cog:before { content: "\f509"; }

.fa-ussunnah:before { content: "\f407"; }

.fa-utensil-spoon:before { content: "\f2e5"; }

.fa-utensils:before { content: "\f2e7"; }

.fa-vaadin:before { content: "\f408"; }

.fa-vector-square:before { content: "\f5cb"; }

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

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

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

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

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

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

.fa-vial:before { content: "\f492"; }

.fa-vials:before { content: "\f493"; }

.fa-viber:before { content: "\f409"; }

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

.fa-video-slash:before { content: "\f4e2"; }

.fa-vimeo:before { content: "\f40a"; }

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

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

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

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

.fa-vnv:before { content: "\f40b"; }

.fa-volleyball-ball:before { content: "\f45f"; }

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

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

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

.fa-vuejs:before { content: "\f41f"; }

.fa-walking:before { content: "\f554"; }

.fa-wallet:before { content: "\f555"; }

.fa-warehouse:before { content: "\f494"; }

.fa-weebly:before { content: "\f5cc"; }

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

.fa-weight:before { content: "\f496"; }

.fa-weight-hanging:before { content: "\f5cd"; }

.fa-weixin:before { content: "\f1d7"; }

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

.fa-whatsapp-square:before { content: "\f40c"; }

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

.fa-whmcs:before { content: "\f40d"; }

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

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

.fa-window-close:before { content: "\f410"; }

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

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

.fa-window-restore:before { content: "\f2d2"; }

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

.fa-wine-glass:before { content: "\f4e3"; }

.fa-wine-glass-alt:before { content: "\f5ce"; }

.fa-wix:before { content: "\f5cf"; }

.fa-wolf-pack-battalion:before { content: "\f514"; }

.fa-won-sign:before { content: "\f159"; }

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

.fa-wordpress-simple:before { content: "\f411"; }

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

.fa-wpexplorer:before { content: "\f2de"; }

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

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

.fa-x-ray:before { content: "\f497"; }

.fa-xbox:before { content: "\f412"; }

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

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

.fa-y-combinator:before { content: "\f23b"; }

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

.fa-yandex:before { content: "\f413"; }

.fa-yandex-international:before { content: "\f414"; }

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

.fa-yen-sign:before { content: "\f157"; }

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

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

.fa-youtube-square:before { content: "\f431"; }

.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 Free'; font-style: normal; font-weight: 900; src: url("theme-scss/fontawesome/webfonts/fa-solid-900.eot"); src: url("theme-scss/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("theme-scss/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("theme-scss/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("theme-scss/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("theme-scss/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa, .fas, .post-image a::after, .search-form label::before { font-family: 'Font Awesome 5 Free'; font-weight: 900; }

@font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 400; src: url("theme-scss/fontawesome/webfonts/fa-regular-400.eot"); src: url("theme-scss/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("theme-scss/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("theme-scss/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("theme-scss/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("theme-scss/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far, .comment-list .comment .comment-body .reply .comment-reply-link::before { font-family: 'Font Awesome 5 Free'; font-weight: 400; }

@font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: normal; src: url("theme-scss/fontawesome/webfonts/fa-brands-400.eot"); src: url("theme-scss/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("theme-scss/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("theme-scss/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("theme-scss/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("theme-scss/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab, .absolutte-app-store-button::before, .nav_social li a::before, .widget #menu-social li a::before { font-family: 'Font Awesome 5 Brands'; }

@font-face { font-family: 'absolutte'; src: url("theme-scss/absolutte-font/fonts/absolutte.ttf?e1w708") format("truetype"), url("theme-scss/absolutte-font/fonts/absolutte.woff?e1w708") format("woff"), url("theme-scss/absolutte-font/fonts/absolutte.svg?e1w708#absolutte") format("svg"); font-weight: normal; font-style: normal; }

[class^="absolutte-icon-"], [class*=" absolutte-icon-"], .absolutte-icon-, .absolutte-button-arrow::after { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'absolutte' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.absolutte-icon-advance:before { content: "\e92d"; }

.absolutte-icon-arrows_long_right:before { content: "\e92e"; }

.absolutte-icon-enter-left2:before { content: "\e92c"; }

.absolutte-icon-checkmark-circle:before { content: "\e927"; }

.absolutte-icon-cross-circle:before { content: "\e928"; }

.absolutte-icon-notification-circle:before { content: "\e929"; }

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

.absolutte-icon-enter-down2:before { content: "\e92b"; }

.absolutte-icon-bag:before { content: "\e925"; }

.absolutte-icon-magnifier:before { content: "\e926"; }

.absolutte-icon-launch:before { content: "\e924"; }

.absolutte-icon-enter-up2:before { content: "\e923"; }

.absolutte-icon-paint-roller:before { content: "\e922"; }

.absolutte-icon-bag2-empty:before { content: "\e91c"; }

.absolutte-icon-bag2:before { content: "\e91d"; }

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

.absolutte-icon-link2:before { content: "\e91f"; }

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

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

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

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

.absolutte-icon-eye-crossed:before { content: "\e91a"; }

.absolutte-icon-cross2:before { content: "\e918"; }

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

.absolutte-icon-bubble:before { content: "\e90f"; }

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

.absolutte-icon-calendar-31:before { content: "\e911"; }

.absolutte-icon-volume:before { content: "\e912"; }

.absolutte-icon-volume-high:before { content: "\e913"; }

.absolutte-icon-pictures:before { content: "\e914"; }

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

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

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

.absolutte-icon-home5:before { content: "\e909"; }

.absolutte-icon-pen2:before { content: "\e90a"; }

.absolutte-icon-at-sign:before { content: "\e90b"; }

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

.absolutte-icon-text-size:before { content: "\e90d"; }

.absolutte-icon-clipboard-text:before { content: "\e906"; }

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

.absolutte-icon-feather2:before { content: "\e908"; }

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

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

.absolutte-icon-cart:before { content: "\e900"; }

.absolutte-icon-cart-empty:before { content: "\e901"; }

.absolutte-icon-cart-full:before { content: "\e902"; }

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

/*
==========================================
1. Global Styles
==========================================
*/
body { font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

img, iframe, video { max-width: 100%; }

.absolutte-button, .absolutte-button-secondary, .absolutte-app-store-button, .comment-form .form-submit input[type="submit"] { display: inline-block; font-weight: bold; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; background-color: #2fc77c; color: #fff; text-transform: uppercase; min-width: 9.6875rem; box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08); -webkit-transform: translateY(0); transform: translateY(0); transition: all 0.2s ease-in-out; -moz-osx-font-smoothing: grayscale; /* Firefox */ -webkit-font-smoothing: antialiased; /* WebKit  */ padding: 0.625rem 1.875rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; }

@media screen and (prefers-reduced-motion: reduce) { .absolutte-button, .absolutte-button-secondary, .absolutte-app-store-button, .comment-form .form-submit input[type="submit"] { transition: none; } }

.absolutte-button:hover, .absolutte-button-secondary:hover, .absolutte-app-store-button:hover, .comment-form .form-submit input:hover[type="submit"], .absolutte-button:focus, .absolutte-button-secondary:focus, .absolutte-app-store-button:focus, .comment-form .form-submit input:focus[type="submit"] { text-decoration: none; background-color: #2ab26f; box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.15); -webkit-transform: translateY(-3px); transform: translateY(-3px); color: #fff; }

.absolutte-button:focus, .absolutte-button-secondary:focus, .absolutte-app-store-button:focus, .comment-form .form-submit input:focus[type="submit"], .absolutte-button.focus, .focus.absolutte-button-secondary, .focus.absolutte-app-store-button, .comment-form .form-submit input.focus[type="submit"] { outline: 0; box-shadow: 0 0 0 0.2rem rgba(70, 98, 239, 0.25); }

.absolutte-button.disabled, .disabled.absolutte-button-secondary, .disabled.absolutte-app-store-button, .comment-form .form-submit input.disabled[type="submit"], .absolutte-button:disabled, .absolutte-button-secondary:disabled, .absolutte-app-store-button:disabled, .comment-form .form-submit input:disabled[type="submit"] { opacity: 0.65; }

.absolutte-button:not(:disabled):not(.disabled), .absolutte-button-secondary:not(:disabled):not(.disabled), .absolutte-app-store-button:not(:disabled):not(.disabled), .comment-form .form-submit input:not(:disabled):not(.disabled)[type="submit"] { cursor: pointer; }

.absolutte-button:not(:disabled):not(.disabled):active, .absolutte-button-secondary:not(:disabled):not(.disabled):active, .absolutte-app-store-button:not(:disabled):not(.disabled):active, .comment-form .form-submit input:not(:disabled):not(.disabled):active[type="submit"], .absolutte-button:not(:disabled):not(.disabled).active, .absolutte-button-secondary:not(:disabled):not(.disabled).active, .absolutte-app-store-button:not(:disabled):not(.disabled).active, .comment-form .form-submit input:not(:disabled):not(.disabled).active[type="submit"] { background-image: none; }

.absolutte-button-secondary { background-color: #f8f8f8; color: #6c757d; }

.absolutte-button-secondary:hover, .absolutte-button-secondary:focus { background-color: #f0f0f0; color: #495057; }

/* Button Arrow														
/*----------------------------------------------------------------------*/
.absolutte-button-arrow { position: relative; padding-right: 28px; }

.absolutte-button-arrow::after { content: "\e92e"; transition: all 0.2s ease-in-out; position: absolute; top: 50%; right: 0; width: 20px; height: 20px; line-height: 20px; display: block; font-size: 20px; -webkit-transform: translate(-10px, -50%); transform: translate(-10px, -50%); opacity: 0; }

@media screen and (prefers-reduced-motion: reduce) { .absolutte-button-arrow::after { transition: none; } }

.absolutte-button-arrow:hover, .absolutte-button-arrow:focus { text-decoration: none; }

.absolutte-button-arrow:hover::after, .absolutte-button-arrow:focus::after { -webkit-transform: translate(0, -50%); transform: translate(0, -50%); opacity: 1; }

/* Modal Popup															
/*----------------------------------------------------------------------*/
.absolutte-modal-wrap { position: fixed; opacity: 0; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: scale(0); transform: scale(0); background-color: rgba(0, 0, 0, 0.7); z-index: -998; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; box-sizing: border-box; transition: opacity 300ms, -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: opacity 300ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: opacity 300ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1); }

.absolutte-modal-open .absolutte-modal-wrap { display: block; opacity: 1; -webkit-transform: scale(1); transform: scale(1); z-index: 998; }

.absolutte-modal-wrap .absolutte-modal { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -40%); transform: translate(-50%, -40%); z-index: 999; opacity: 0; transition: opacity 300ms, -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: opacity 300ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: opacity 300ms, transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1); transition-delay: 100ms; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 15px 30px rgba(0, 0, 0, 0.5); border-radius: 5px; overflow: hidden; }

.absolutte-modal-open .absolutte-modal-wrap .absolutte-modal { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 1; }

.absolutte-modal-wrap .absolutte-modal .absolutte-responsive-video { width: 70vw; }

.absolutte-diagonal-bottom, .absolutte-diagonal-top { position: absolute; bottom: -1px; left: 0; right: 0; display: flex; align-items: flex-end; justify-content: center; z-index: 0; overflow: hidden; }

.absolutte-diagonal-bottom svg, .absolutte-diagonal-top svg { width: 101%; }

.absolutte-diagonal-top { bottom: auto; top: 0; }

/* Shadow Big														
/*----------------------------------------------------------------------*/
.absolutte-shadow-big, .absolutte-phone-mockup { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07), 0 15px 35px rgba(0, 0, 0, 0.1); }

.absolutte-shadow-big-hover { box-shadow: 0 9px 20px rgba(0, 0, 0, 0.07), 0 20px 45px rgba(0, 0, 0, 0.1); }

/* Section Title
/*----------------------------------------------------------------------*/
.absolutte-section-title { font-size: 1.875rem; color: #4662ef; font-weight: bold; position: relative; padding-bottom: 1.5625rem; margin-bottom: 1.875rem; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

.absolutte-section-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 50px; height: 2px; background-color: #4662ef; }

.no-touch .absolutte-section-title a:hover { text-decoration: none; }

/* Section Title Small
/*----------------------------------------------------------------------*/
.absolutte-section-title-small { font-size: 1.875rem; color: #4662ef; font-weight: bold; position: relative; padding-bottom: 1.5625rem; margin-bottom: 1.875rem; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

.absolutte-section-title-small::after { content: ""; position: absolute; left: 0; bottom: 0; width: 50px; height: 2px; background-color: #4662ef; }

.no-touch .absolutte-section-title-small a:hover { text-decoration: none; }

/* Phone Mockup
/*----------------------------------------------------------------------*/
.absolutte-phone-mockup { border: 6px solid #fff; width: 60%; margin: 0 auto; border-radius: 30px; overflow: hidden; position: relative; top: 0; z-index: 1; margin-bottom: 10%; }

.absolutte-phone-mockup .absolutte-phone-mockup-image { width: 100%; padding-bottom: 217.7%; background-size: cover; background-position: center; position: relative; z-index: 1; }

.absolutte-phone-mockup::before { position: absolute; content: ""; width: 50%; margin: 0 auto; height: 3.2%; background-color: #fff; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; border-radius: 0 0 10px 10px; }

.absolutte-phone-mockup::after { position: absolute; content: ""; width: 20%; margin: 0 auto; height: 0.8%; background-color: #000; top: 1%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; border-radius: 15px; opacity: 0.08; }

.absolutte-phone-mockup.absolutte-dark-mode { border-color: #000; }

.absolutte-phone-mockup.absolutte-dark-mode::before { background-color: #000; }

.absolutte-phone-mockup.absolutte-dark-mode::after { background-color: #fff; }

/* App Store Buttons
/*----------------------------------------------------------------------*/
.absolutte-app-store-button { background-color: #1a1919; text-transform: none; text-align: left; position: relative; padding-left: 65px; padding-right: 25px; }

.absolutte-app-store-button:hover, .absolutte-app-store-button:focus { background-color: #000000; }

.absolutte-app-store-button::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; vertical-align: -.125em; content: "\f179"; font-weight: 900; position: absolute; top: 50%; left: 25px; width: 25px; height: 25px; display: flex; align-items: center; font-size: 25px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.absolutte-app-store-button span { display: block; font-size: 0.75rem; opacity: 0.8; font-weight: normal; line-height: 1em; }

.absolutte-app-store-button.absolutte-play-store::before { content: "\f3ab"; }

/* Read More Button
-------------------------------------------------- */
.read-more { font-weight: bold; clear: both; margin: 1.875em 0; text-decoration: none; position: relative; margin-right: 20px; }

.read-more:hover { text-decoration: none; }

.read-more:hover i { -webkit-transform: translate(30px, -50%); transform: translate(30px, -50%); opacity: 1; }

.read-more:hover::before { width: 0; }

.read-more i { font-size: 1rem; height: 21px; width: 21px; position: absolute; right: 0; top: 50%; transition: opacity 200ms, -webkit-transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: opacity 200ms, transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 700ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transform: translate(5px, -50%); transform: translate(5px, -50%); opacity: 0; }

/* Absolutte Track													
/*----------------------------------------------------------------------*/
.absolutte-animations .absolutte-track { opacity: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Inputs																*/
/*----------------------------------------------------------------------*/
input, textarea { display: block; width: 100%; height: 42px; border-radius: 3px; margin-bottom: 0.71428571428571em; border: 1px solid #dee2e6; transition: all 300ms; box-shadow: none; color: #6c757d; }

input:focus, textarea:focus { box-shadow: none; border: 1px solid #495057; }

textarea { min-height: 100px; }

/* Small and Up
/*----------------------------------------------------------------------*/
@media (min-width: 576px) { .absolutte-section-title { font-size: 1.875rem; }
  /* Phone Mockup /*----------------------------------------------------------------------*/
  .absolutte-phone-mockup { border-width: 7px; border-radius: 25px; }
  .absolutte-phone-mockup::before { border-radius: 0 0 10px 10px; }
  /* App Store Buttons /*----------------------------------------------------------------------*/
  .absolutte-app-store-button { font-size: 0.875rem; padding-left: 50px; padding-right: 20px; }
  .absolutte-app-store-button::before { left: 20px; width: 20px; height: 20px; font-size: 20px; } }

/* Large and Up
/*----------------------------------------------------------------------*/
@media (min-width: 992px) { .absolutte-section-title { font-size: 2.6875rem; }
  /* Phone Mockup /*----------------------------------------------------------------------*/
  .absolutte-phone-mockup { border-width: 10px; border-radius: 40px; }
  .absolutte-phone-mockup::before { border-radius: 0 0 15px 15px; }
  /* App Store Buttons /*----------------------------------------------------------------------*/
  .absolutte-app-store-button { font-size: 1rem; padding-left: 65px; padding-right: 25px; }
  .absolutte-app-store-button::before { left: 25px; width: 25px; height: 25px; font-size: 25px; } }

/*
==========================================
2. Header
==========================================
*/
/*
==========================================
Header
==========================================
*/
#header { position: relative; z-index: 10; transition: padding 200ms; padding: 0 5%; background-position: center; background-size: cover; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; width: 100%; align-items: center; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; margin-bottom: 3.125rem; }

.absolutte-header-absolute #header { position: absolute; margin-bottom: 0; }

#header .absolutte-logo-wrap { margin: 7px 0; line-height: 0; flex-grow: 1; flex-basis: 100%; }

#header .absolutte-logo-wrap .site-title { margin: 0; display: inline-block; font-size: 22px; line-height: 0; }

#header .absolutte-logo-wrap .site-title .ql_logo { font-size: 22px; line-height: 22px; font-weight: bold; transition: all 400ms ease-in-out; display: inline-block; padding: 7px 0; position: relative; z-index: 4; }

#header .absolutte-logo-wrap .site-title .ql_logo:hover { text-decoration: none; }

#header .absolutte-logo-wrap .site-title .absolutte-logo-small { display: none; }

#header .absolutte-logo-wrap .site-description { font-size: 13px; margin-top: 5px; }

#header .absolutte-logo-wrap #absolutte-nav-btn { position: absolute; top: 0; right: 5%; }

#header .absolutte-header-side-btn-wrap { display: none; }

#header .absolutte-main-nav-wrap { flex-grow: 2; }

#header .absolutte-main-nav-wrap .navbar-collapse { padding: 0; }

#header .absolutte-second-nav-wrap { display: none; }

#header .absolutte-second-nav-wrap .navbar-collapse { padding: 0; }

#header .absolutte-icons-nav-wrap { flex-basis: fit-content; position: relative; margin-left: 10px; padding-left: 10px; }

#header .absolutte-icons-nav-wrap::before { position: absolute; content: ""; top: 50%; left: 0; translate: 0, -50%; background-color: rgba(0, 0, 0, 0.1); width: 1px; height: 25px; }

#header .absolutte-icons-nav-wrap ul { list-style: none; margin: 0; padding: 0; }

#header .absolutte-icons-nav-wrap ul li { display: inline-block; }

#header .absolutte-icons-nav-wrap ul li a { padding: 14px 18px; display: block; }

.no-touch #header .absolutte-icons-nav-wrap ul li a:hover { text-decoration: none; }

#header .absolutte-icons-nav-wrap ul li a i { font-size: 20px; }

#header .absolutte-social-icons-nav-wrap { display: none; }

#header .absolutte-nav-btn-wrap { display: none; }

#header .absolutte-nav-btn-wrap .absolutte-nav-btn { background-color: transparent; border: none; padding: 15px 19px; display: block; }

#header .absolutte-nav-btn-wrap .absolutte-nav-btn i { font-size: 20px; }

#header.absolutte-fixed-header { position: fixed; top: 0; left: 0; width: 100%; }

.absolutte-with-top-bar #header.absolutte-fixed-header { top: 34px; }

#header.absolutte-header-style-2 .absolutte-logo-wrap { order: 2; text-align: center; flex-grow: 2; flex-basis: 20%; }

#header.absolutte-header-style-2 .absolutte-main-nav-wrap { flex-grow: 1; text-align: left; flex-basis: 40%; }

#header.absolutte-header-style-2 .absolutte-second-nav-wrap { flex-grow: 2; display: block; order: 3; flex-basis: 40%; text-align: right; }

#header.absolutte-header-style-2 .absolutte-icons-nav-wrap { display: none; }

#header.absolutte-header-style-3 .absolutte-logo-wrap { flex-grow: 1; }

#header.absolutte-header-style-3 .absolutte-main-nav-wrap { display: none; }

#header.absolutte-header-style-3 .absolutte-second-nav-wrap { display: none; }

#header.absolutte-header-style-3 .absolutte-icons-nav-wrap { flex-grow: 1; text-align: right; }

#header.absolutte-header-style-3 .absolutte-icons-nav-wrap::before { display: none; }

#header.absolutte-header-style-4 .absolutte-logo-wrap { flex-grow: 1; }

#header.absolutte-header-style-4 .absolutte-main-nav-wrap { flex-grow: 5; text-align: left; }

#header.absolutte-header-style-4 .absolutte-second-nav-wrap { display: none; }

#header.absolutte-header-style-4 .absolutte-icons-nav-wrap { flex-grow: 1; text-align: right; }

#header.absolutte-header-style-4 .absolutte-icons-nav-wrap::before { display: none; }

#header.absolutte-header-style-5 .absolutte-logo-wrap { flex-grow: 1; }

#header.absolutte-header-style-5 .absolutte-main-nav-wrap { flex-grow: 5; text-align: left; }

#header.absolutte-header-style-5 .absolutte-second-nav-wrap { display: none; }

#header.absolutte-header-style-5 .absolutte-icons-nav-wrap { display: none; }

#header.absolutte-header-style-5 .absolutte-social-icons-nav-wrap { flex-grow: 1; display: block; }

#header.absolutte-header-style-6 .absolutte-nav-btn-wrap { display: block; flex-grow: 1; }

#header.absolutte-header-style-6 .absolutte-logo-wrap { flex-grow: 12; }

#header.absolutte-header-style-6 .absolutte-main-nav-wrap { display: none; }

#header.absolutte-header-style-6 .absolutte-second-nav-wrap { display: none; }

#header.absolutte-header-style-6 .absolutte-icons-nav-wrap { display: block; flex-grow: 2; text-align: right; }

#header.absolutte-header-style-6 .absolutte-icons-nav-wrap::before { display: none; }

#header.absolutte-header-style-6 .absolutte-social-icons-nav-wrap { display: none; }

#header.absolutte-header-style-7 .absolutte-nav-btn-wrap { display: block; flex-grow: 2; flex-basis: 10%; }

#header.absolutte-header-style-7 .absolutte-logo-wrap { flex-grow: 4; text-align: center; }

#header.absolutte-header-style-7 .absolutte-main-nav-wrap { display: none; }

#header.absolutte-header-style-7 .absolutte-second-nav-wrap { display: none; }

#header.absolutte-header-style-7 .absolutte-icons-nav-wrap { display: block; flex-grow: 2; flex-basis: 10%; text-align: right; }

#header.absolutte-header-style-7 .absolutte-icons-nav-wrap::before { display: none; }

#header.absolutte-header-style-7 .absolutte-social-icons-nav-wrap { display: none; }

#header.absolutte-header-style-8 .absolutte-nav-btn-wrap { display: none; }

#header.absolutte-header-style-8 .absolutte-logo-wrap { flex-basis: 40%; }

#header.absolutte-header-style-8 .absolutte-main-nav-wrap { display: block; order: 4; text-align: left; border-top: 1px solid rgba(0, 0, 0, 0.1); }

#header.absolutte-header-style-8 .absolutte-second-nav-wrap { display: none; }

#header.absolutte-header-style-8 .absolutte-icons-nav-wrap { display: block; flex-basis: 60%; margin-left: 0; text-align: right; }

#header.absolutte-header-style-8 .absolutte-icons-nav-wrap::before { display: none; }

#header.absolutte-header-style-8 .absolutte-social-icons-nav-wrap { display: none; }

#header.absolutte-header-style-9 .absolutte-icons-nav-wrap { display: none; }

@media (min-width: 576px) { #header .absolutte-logo-wrap { flex-basis: auto; }
  #header .absolutte-main-nav-wrap { flex-basis: auto; text-align: right; }
  #header.absolutte-header-absolute { position: absolute; top: 0; width: 100%; left: 0; z-index: 5; }
  #header.absolutte-header-absolute .absolutte-logo-wrap .site-title .ql_logo { color: #fff; } }

/*
==========================================
3. Pages
==========================================
*/
.post-type-archive-product .absolutte-site-wrap { overflow-x: hidden; }

.animations-enable #main { opacity: 0; -webkit-transform: translate(0, 50px); transform: translate(0, 50px); transition: "opacity 500ms, transform 500ms"; }

.pace-done.animations-enable #main, .no-js #main { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

/*Page Content								*/
/*------------------------------------------*/
.page-content { margin-bottom: 4.375em; }

/*Post Content								*/
/*------------------------------------------*/
.post-content { line-height: 24px; }

/*Post Title 								*/
/*------------------------------------------*/
.post-title { margin-bottom: 0.88235294117647em; margin-top: 0; color: #212529; }

.post-title a { color: inherit; text-align: left; text-decoration: none; }

.no-touch .post-title a:hover { color: #4662ef; }

.post-header { padding-bottom: 10px; position: relative; margin: 0 0 1.11111111111111em 0; border-bottom: none; display: block; }

.post-header .post-title { position: relative; display: inline-block; margin-bottom: 0; background-color: #fff; padding-right: 20px; }

/*Page Title 								*/
/*------------------------------------------*/
.page-title { margin-bottom: 0; margin-top: 0; background-color: #fff; padding-right: 20px; position: relative; display: inline-block; }

.post-title a { color: inherit; }

.entry-header, .page-header, .woocommerce-products-header { position: relative; margin: 0 0 2.8125em 0; border-bottom: none; display: block; padding-bottom: 10px; }

.page-header::before, .post-header::before, .woocommerce-products-header::before { content: ""; position: absolute; bottom: 12px; right: 0; left: 0; height: 1px; border-bottom: 3px solid rgba(0, 0, 0, 0.08); z-index: 0; }

.search .entry-header { margin-top: 0; }

.search .post { margin-bottom: 80px; }

/*Post										*/
/*------------------------------------------*/
.blog #content.col-md-12 .post { width: 29%; display: inline-block; vertical-align: top; margin: 0 4% 4% 0; }

.blog #content.col-md-12 .post .entry-header { margin: 0.9375em 0; }

.blog #content.col-md-12 .post .entry-header .post-title { font-size: 28px; margin-bottom: 0; }

.blog #content .post, .archive #content .post, .search #content .post { width: 44.5%; display: inline-block; vertical-align: top; margin: 0 2.5% 8% 2.5%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

.blog #content .post .entry-header, .archive #content .post .entry-header, .search #content .post .entry-header { margin: 0.625em 0; }

.blog #content .post .entry-header .post-title, .archive #content .post .entry-header .post-title, .search #content .post .entry-header .post-title { font-size: 1.25rem; margin-bottom: 0; }

.blog #content .post .entry-content, .archive #content .post .entry-content, .search #content .post .entry-content { font-size: 16px; }

.blog #content .post .entry-footer, .archive #content .post .entry-footer, .search #content .post .entry-footer { border-top: 1px solid rgba(0, 0, 0, 0.1); margin-top: 1.25rem; }

.blog #content .post .entry-footer .metadata ul li a, .archive #content .post .entry-footer .metadata ul li a, .search #content .post .entry-footer .metadata ul li a { border-top: 1px solid transparent; margin-top: -1px; transition: border 200ms; }

.no-touch .blog #content .post .entry-footer .metadata ul li a:hover, .no-touch .archive #content .post .entry-footer .metadata ul li a:hover, .no-touch .search #content .post .entry-footer .metadata ul li a:hover { border-top-color: #4662ef; }

.no-touch .blog #content .post .entry-footer .metadata ul li.meta_categories a:hover, .no-touch .blog #content .post .entry-footer .metadata ul li.meta_tags a:hover, .no-touch .archive #content .post .entry-footer .metadata ul li.meta_categories a:hover, .no-touch .archive #content .post .entry-footer .metadata ul li.meta_tags a:hover, .no-touch .search #content .post .entry-footer .metadata ul li.meta_categories a:hover, .no-touch .search #content .post .entry-footer .metadata ul li.meta_tags a:hover { border-top-color: transparent; color: #4662ef; }

.blog #content .post .entry-footer .meta_author, .archive #content .post .entry-footer .meta_author, .search #content .post .entry-footer .meta_author { display: none; }

.absolutte-blog-layout-2.blog #content .post, .absolutte-blog-layout-2.archive #content .post, .absolutte-blog-layout-2.search #content .post { width: 100%; display: block; vertical-align: top; margin: 0 0 7% 0; }

.absolutte-blog-layout-2.blog #content .post .post-image, .absolutte-blog-layout-2.archive #content .post .post-image, .absolutte-blog-layout-2.search #content .post .post-image { width: 45%; display: inline-block; vertical-align: top; margin-right: 5%; }

.absolutte-blog-layout-2.blog #content .post .post-content, .absolutte-blog-layout-2.archive #content .post .post-content, .absolutte-blog-layout-2.search #content .post .post-content { width: 49%; display: inline-block; }

.absolutte-blog-layout-2.blog #content .post .post-content .entry-header, .absolutte-blog-layout-2.archive #content .post .post-content .entry-header, .absolutte-blog-layout-2.search #content .post .post-content .entry-header { margin-top: 0; }

.absolutte-blog-layout-2.blog #content .post .post-content .entry-footer, .absolutte-blog-layout-2.archive #content .post .post-content .entry-footer, .absolutte-blog-layout-2.search #content .post .post-content .entry-footer { display: none; }

.absolutte-blog-layout-3.blog #content .post, .absolutte-blog-layout-3.archive #content .post, .absolutte-blog-layout-3.search #content .post { width: 100%; display: block; vertical-align: top; margin: 0 0 14% 0; }

.absolutte-blog-layout-3.blog #content .post .post-image, .absolutte-blog-layout-3.archive #content .post .post-image, .absolutte-blog-layout-3.search #content .post .post-image { display: none; }

.absolutte-blog-layout-3.blog #content .post .post-content, .absolutte-blog-layout-3.archive #content .post .post-content, .absolutte-blog-layout-3.search #content .post .post-content { width: 100%; display: block; }

.absolutte-blog-layout-3.blog #content .post .post-content .entry-header, .absolutte-blog-layout-3.archive #content .post .post-content .entry-header, .absolutte-blog-layout-3.search #content .post .post-content .entry-header { margin-top: 0; }

.absolutte-blog-layout-3.blog #content .post .post-content .entry-header .post-title, .absolutte-blog-layout-3.archive #content .post .post-content .entry-header .post-title, .absolutte-blog-layout-3.search #content .post .post-content .entry-header .post-title { font-size: 30px; }

.absolutte-blog-layout-3.blog #content .post .post-content .entry-footer, .absolutte-blog-layout-3.archive #content .post .post-content .entry-footer, .absolutte-blog-layout-3.search #content .post .post-content .entry-footer { display: block; }

.absolutte-blog-layout-3.blog #content .post .post-content .entry-footer .metadata ul li.meta_author, .absolutte-blog-layout-3.archive #content .post .post-content .entry-footer .metadata ul li.meta_author, .absolutte-blog-layout-3.search #content .post .post-content .entry-footer .metadata ul li.meta_author { display: inline-block; }

.absolutte-blog-layout-4.blog #content .post, .absolutte-blog-layout-4.archive #content .post, .absolutte-blog-layout-4.search #content .post { width: 100%; display: block; vertical-align: top; margin: 0 0 14% 0; }

.absolutte-blog-layout-4.blog #content .post .post-image, .absolutte-blog-layout-4.archive #content .post .post-image, .absolutte-blog-layout-4.search #content .post .post-image { display: block; margin-bottom: 20px; }

.absolutte-blog-layout-4.blog #content .post .post-content, .absolutte-blog-layout-4.archive #content .post .post-content, .absolutte-blog-layout-4.search #content .post .post-content { width: 100%; display: block; }

.absolutte-blog-layout-4.blog #content .post .post-content .entry-header, .absolutte-blog-layout-4.archive #content .post .post-content .entry-header, .absolutte-blog-layout-4.search #content .post .post-content .entry-header { margin-top: 0; }

.absolutte-blog-layout-4.blog #content .post .post-content .entry-header .post-title, .absolutte-blog-layout-4.archive #content .post .post-content .entry-header .post-title, .absolutte-blog-layout-4.search #content .post .post-content .entry-header .post-title { font-size: 30px; }

.absolutte-blog-layout-4.blog #content .post .post-content .entry-footer, .absolutte-blog-layout-4.archive #content .post .post-content .entry-footer, .absolutte-blog-layout-4.search #content .post .post-content .entry-footer { display: block; }

.absolutte-blog-layout-4.blog #content .post .post-content .entry-footer .metadata ul li.meta_author, .absolutte-blog-layout-4.archive #content .post .post-content .entry-footer .metadata ul li.meta_author, .absolutte-blog-layout-4.search #content .post .post-content .entry-footer .metadata ul li.meta_author { display: inline-block; }

.single article { margin-bottom: 3.75em; padding-bottom: 0; }

/*Image Post								*/
/*------------------------------------------*/
.post-image { position: relative; margin-bottom: 1.25rem; overflow: hidden; border-radius: 3px; }

.post-image a { display: block; text-align: center; }

.post-image a::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; opacity: 0; z-index: 2; transition: opacity 300ms; }

.post-image a::after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; vertical-align: -.125em; content: "\f30b"; color: #343a40; font-weight: 900; position: absolute; width: 35px; height: 35px; line-height: 35px; font-size: 35px; display: block; top: 50%; left: 50%; opacity: 0; -webkit-transform: translate(-80%, -50%); transform: translate(-80%, -50%); z-index: 3; transition: all 300ms; }



.post-image a:hover::after { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.post-image img { width: 100%; vertical-align: bottom; height: auto; transition: all 300ms; }

/*Metadata 									*/
/*------------------------------------------*/
.metadata { font-size: 0.75rem; display: block; padding: 0; }

.metadata ul { margin: 0; padding: 0; }

.metadata ul li { list-style: none; line-height: 1em; margin-bottom: 1.78571428571429em; margin-right: 1.78571428571429em; display: inline-block; position: relative; color: #adb5bd; }

.metadata ul li strong { font-style: normal; }

.metadata ul li i { margin-right: 0.35714285714286em; font-size: 14px; text-align: center; }

.metadata ul li a { text-decoration: none; color: inherit; padding: 1em 0; display: inline-block; color: #6c757d; }

.metadata ul li a:hover { color: #343a40; }

.metadata ul li.meta_comments { float: right; margin-right: 0; text-align: right; }

.metadata ul li hr { margin: 0; }

.updated:not(.published) { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

/*Pagination															*/
/*----------------------------------------------------------------------*/
.pagination_wrap { text-align: center; }

.pagination_wrap .pagination { margin: 2.5rem 0; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

.pagination_wrap .pagination a, .pagination_wrap .pagination span { background-color: transparent; color: #adb5bd; float: left; font-size: 14px; line-height: 1.42857; padding: 9px 15px; position: relative; z-index: 1; text-decoration: none; border-radius: 3px; margin-right: 5px; transition: background 200ms, color 200ms; }

.pagination_wrap .pagination a.current, .pagination_wrap .pagination span.current { background-color: #4662ef; color: #fff; }

.pagination_wrap .pagination a:hover { background-color: #dee2e6; color: #495057; cursor: pointer; }

.pagination_wrap .pagination.active a { background-color: #4662ef; color: #fff; border-color: #4662ef; }

.pagination_wrap .pagination.active a:hover { background-color: #fff; color: #4662ef; border-color: #4662ef; cursor: pointer; }

/* Fullwidth Template													*/
/*----------------------------------------------------------------------*/
.page-template-template-full-width .entry-content > *:not(img):not(video):not(.alignwide):not(.alignfull) { margin-left: auto; margin-right: auto; }

.page-template-template-full-width .entry-content > *.alignwide { max-width: 90vw; margin-left: auto; margin-right: auto; }

/*Single															*/
/*----------------------------------------------------------------------*/
.single .post .post-image { margin-bottom: 20px; }

.single .post .entry-header { margin-top: 0; }

@media (min-width: 576px) { /* Fullwidth Template													*/
  /*----------------------------------------------------------------------*/
  .page-template-template-full-width .entry-content > *:not(img):not(video):not(.alignwide):not(.alignfull) { max-width: 540px; } }

@media (min-width: 768px) { /* Fullwidth Template													*/
  /*----------------------------------------------------------------------*/
  .page-template-template-full-width .entry-content > *:not(img):not(video):not(.alignwide):not(.alignfull) { max-width: 720px; } }

@media (min-width: 992px) { /* Fullwidth Template													*/
  /*----------------------------------------------------------------------*/
  .page-template-template-full-width .entry-content > *:not(img):not(video):not(.alignwide):not(.alignfull) { max-width: 960px; } }

@media (min-width: 1200px) { /* Fullwidth Template													*/
  /*----------------------------------------------------------------------*/
  .page-template-template-full-width .entry-content > *:not(img):not(video):not(.alignwide):not(.alignfull) { max-width: 1140px; } }

/*
==========================================
4. Comments
==========================================
*/
/*===========================================================================*/
/*Comments																	 */
/*===========================================================================*/
#content.col-md-12 #comments { width: 70%; margin-left: auto; margin-right: auto; }

#comments { margin-bottom: 4.375em; margin-top: 4.375em; }

#comments .comments-title { color: #343a40; font-size: 1.375rem; }

.comment-list { margin-left: 0; margin-top: 1.875em; padding: 0; list-style: none; border-top: 1px solid rgba(0, 0, 0, 0.1); }

.comment-list .comment { list-style-type: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

.comment-list .comment .comment-body { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 2.5rem 0; font-size: 14px; display: flex; flex-wrap: wrap; position: relative; }

.comment-list .comment .comment-body .comment-content { flex-basis: 100%; display: inline-block; vertical-align: top; color: #495057; }

.comment-list .comment .comment-body .comment-meta { flex-basis: 100%; display: inline-block; margin-bottom: 15px; display: flex; align-items: center; }

.comment-list .comment .comment-body .comment-meta .comment-author { flex-basis: 50%; }

.comment-list .comment .comment-body .comment-meta .comment-author img { border-radius: 50px; width: 32px; height: 32px; margin-right: 15px; }

.comment-list .comment .comment-body .comment-meta .comment-author .fn { color: #343a40; }

.comment-list .comment .comment-body .comment-meta .comment-author .says { display: none; }

.comment-list .comment .comment-body .comment-meta .comment-metadata { font-size: 11px; flex-basis: 50%; text-align: right; }

.comment-list .comment .comment-body .comment-meta .comment-metadata a { color: #adb5bd; display: block; }

.comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link { display: block; }

.comment-list .comment .comment-body .reply { flex-basis: 100%; text-align: right; position: absolute; bottom: 15px; width: 100%; }

.comment-list .comment .comment-body .reply .comment-reply-link { padding: 5px; font-size: 13px; color: #adb5bd; text-decoration: none; position: relative; padding-left: 20px; }

.no-touch .comment-list .comment .comment-body .reply .comment-reply-link:hover { color: #495057; }

.comment-list .comment .comment-body .reply .comment-reply-link::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; vertical-align: -.125em; content: "\f086"; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 14px; }

.comment-list .comment.bypostauthor .comment-body { color: #495057; border-bottom-color: #4662ef; }

#comments .comment-list .pingback .comment-body { margin-bottom: 15px; }

#comments .comment-list .pingback .comment-body .edit-link a { font-size: 14px; color: #ced4da; text-decoration: underline; }

#comments .comment-list .pingback .comment-body .edit-link a:hover { text-decoration: none; }

/*===========================================================================*/
/*Comments	Form															 */
/*===========================================================================*/
#respond { margin: 5rem 0; }

#respond .comment-reply-title { color: #343a40; font-size: 1.375rem; }

.comment-form { margin-top: 30px; display: flex; flex-wrap: wrap; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; justify-content: space-between; }

.comment-form .input-wrap { flex-basis: 100%; }

.comment-form .input-wrap.textarea { flex-basis: 100%; margin-left: 0; margin-right: 0; }

.comment-form .input-wrap .control-label { font-size: 13px; font-weight: bold; text-transform: uppercase; color: #495057; }

.comment-form .input-wrap .controls-wrap { position: relative; }

.comment-form .input-wrap .controls-wrap input { padding-left: 42px; width: 100%; }

.comment-form .input-wrap .controls-wrap input:focus { outline: none; }

.comment-form .input-wrap .controls-wrap textarea { width: 100%; height: 150px; margin-bottom: 1.42857142857143em; padding: 10px 20px; }

.comment-form .input-wrap .controls-wrap textarea:focus { outline: none; }

.comment-form .input-wrap .controls-wrap i { position: absolute; left: 15px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); color: #ced4da; font-size: 16px; }

.comment-form .form-submit { margin-top: 20px; }

.comment-form .form-submit input[type="submit"] { height: auto; }

@media (min-width: 576px) { /* Comment List										 /*-------------------*/
  .comment-list .comment .comment-body .comment-content { flex-basis: 75%; }
  .comment-list .comment .comment-body .comment-meta { flex-basis: 20%; margin-right: 5%; margin-bottom: 0; flex-wrap: wrap; }
  .comment-list .comment .comment-body .comment-meta .comment-author { flex-basis: 100%; }
  .comment-list .comment .comment-body .comment-meta .comment-metadata { flex-basis: 100%; text-align: left; margin-top: 10px; }
  .comment-list .comment .comment-body .comment-meta .comment-metadata a { color: #adb5bd; display: block; }
  .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link { display: block; }
  .comment-list .comment .comment-body .comment-metadata .edit-link { display: block; }
  /* Comment Form													 /*-------------------*/
  .comment-form .input-wrap { flex-basis: 30%; } }

/*
==========================================
5. Sidebar
==========================================
*/
.page #sidebar { margin-top: 2.8125em; }

.animations-enable #sidebar .widget { opacity: 0; -webkit-transform: translate(0, 50px); transform: translate(0, 50px); transition: opacity 500ms 400ms, -webkit-transform 500ms 400ms; transition: opacity 500ms 400ms, transform 500ms 400ms; transition: opacity 500ms 400ms, transform 500ms 400ms, -webkit-transform 500ms 400ms; }

.pace-done.animations-enable #sidebar .widget, .no-js #sidebar .widget { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

/*
Widgets
--------------------------------
*/
#sidebar .widget { margin-bottom: 4.28571428571429em; position: relative; padding: 0; font-size: 0.875rem; }

#sidebar .widget .widget-title { font-size: 16px; font-weight: bold; text-transform: uppercase; color: #adb5bd; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; margin-bottom: 0.625rem; }

#sidebar .widget ul, #sidebar .widget ol { margin-left: 0px; margin-bottom: 0; padding-left: 0; }

#sidebar .widget ul li, #sidebar .widget ol li { list-style: none; border-bottom: rgba(255, 255, 255, 0.15) 1px solid; }

#sidebar .widget ul li:first-child, #sidebar .widget ol li:first-child { border-top: none; }

#sidebar .widget ul li a, #sidebar .widget ol li a { display: inline-block; color: inherit; }

#sidebar .widget ul li ul, #sidebar .widget ol li ul { margin-left: 15px; margin-bottom: 0; margin-top: 0 !important; font-size: inherit; }

#sidebar .widget ul li ul li:last-child, #sidebar .widget ol li ul li:last-child { border-bottom: none; }

#sidebar .widget > ul li > a { padding: 0.63636363636364em 0; font-weight: normal; transition: all 200ms; }

#sidebar .widget > ul li > a:hover { text-indent: 10px; text-decoration: none; }

#sidebar .widget img { max-width: 100%; }

#sidebar .widget .pagenav, #sidebar .widget .linkcat { list-style: none; }

#sidebar.col-md-pull-9 .widget { margin-right: 10px; margin-left: 0; }

#sidebar select { color: #495057; }

/*
Recent Comments Widget
--------------------------------
*/
#sidebar .widget_recent_comments ul#recentcomments { margin-top: 17px; }

#sidebar .widget_recent_comments ul li { padding-left: 35px; margin-bottom: 20px; border: none; position: relative; display: block; width: 100%; }

#sidebar .widget_recent_comments ul li::before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; content: ""; position: absolute; left: 0; top: 0; font-size: 14px; }

#sidebar .widget_recent_comments ul li i { position: absolute; color: #adb5bd; left: 0; top: 20%; font-size: 1.45454545454545em; }

#sidebar .widget_recent_comments ul li a { display: inline; background: none; padding: 0; }

#sidebar .widget_recent_comments ul li a:hover { background: none; }

/*
Recent Posts Widget
--------------------------------
*/
#sidebar .widget_recent_entries ul li { display: block; width: 100%; }

#sidebar .widget_recent_entries ul li a { color: inherit; }

#sidebar .widget_recent_entries ul li a:hover { color: #495057; }

/*
Tag Widget
--------------------------------
*/
#sidebar .widget_tag ul.wp-tag-cloud { margin-top: 20px; }

#sidebar .widget_tag ul li { display: inline-block; margin: 0 0.90909090909091em 0.90909090909091em 0; border: none; }

#sidebar .widget_tag ul li a { background-color: #ced4da; display: inline-block; padding: 3px 6px; font-weight: bold; border-radius: 3px; outline: none; }

#sidebar .widget_tag ul li a:hover { color: #adb5bd; text-decoration: none; text-indent: 0; }

#sidebar .widget_tag ul li a:active { position: relative; top: 1px; }

@media (min-width: 992px) { #sidebar { padding-left: 60px; } }

/*
==========================================
6. WP Default
==========================================
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }

.alignright { float: right; margin: 5px 0 20px 20px; }

.alignleft { float: left; margin: 5px 20px 20px 0; }

.aligncenter { display: block; margin: 5px auto 5px auto; }

a img.alignright { float: right; margin: 5px 0 20px 20px; }

a img.alignnone { margin: 5px 20px 20px 0; }

a img.alignleft { float: left; margin: 5px 20px 20px 0; }

a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }

.wp-caption.alignnone { margin: 5px 20px 20px 0; }

.wp-caption.alignleft { margin: 5px 20px 20px 0; }

.wp-caption.alignright { margin: 5px 0 20px 20px; }

.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }

.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

.sticky .post-title { position: relative; }

.sticky .post-title::before { position: absolute; content: "\f005"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; left: -25px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); color: #d7b748; }

.gallery .gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.gallery { margin-bottom: 1.6em; }

.gallery-item { display: inline-block; padding: 1.79104477%; 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-icon img { margin: 0 auto; }

.gallery-caption { color: #707070; color: rgba(51, 51, 51, 0.7); display: block; font-size: 12px; font-size: 1.2rem; line-height: 1.5; padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }

.password_p { margin-bottom: 40px; }

.password_p input { background: #272727; height: 30px; border: none; width: 210px; height: 30px; display: block; padding: 0 10px; line-height: 30px; color: #858585; }

.password_p input:focus { background: #333333; }

.password_p input[type="submit"] { display: inline-block; color: #7a7a7a; text-shadow: 0 1px 0 #000; margin-top: 0px; font-size: 13px; line-height: 20px; background: #3b3a3a; padding: 5px 7px; width: 70px; }

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

/*------------------------------------------------------------ Defaul Widgets -------------------------------------------------------------- */
/* Archive List Widget
-------------------------------------- */
.widget_archive ul li a { display: inline-block !important; }

.widget_archive ul li a:hover { background-color: transparent !important; }

.widget select { font-size: 14px; max-width: 100%; }

/* Calendar Widget
-------------------------------------- */
#wp-calendar { width: 100%; }

#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }

#wp-calendar thead { font-size: 10px; }

#wp-calendar thead th { padding-bottom: 10px; }

#wp-calendar tbody { color: #aaa; }

#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding: 8px; }

#wp-calendar tbody td:hover { background: #fff; }

#wp-calendar tbody .pad { background: none; }

#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }

#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#wp-calendar #today { font-weight: bold; color: #222; }

#footer #wp-calendar tbody td { background: #495057; border: 1px solid #adb5bd; }

#footer #wp-calendar tbody td:hover { background: #6c757d; }

#footer #wp-calendar #today { color: #fff; }

#footer #wp-calendar caption { color: #adb5bd; }

/* Categories Widget
-------------------------------------- */
.widget_categories ul li a { display: inline-block !important; }

.widget_categories ul li a:hover { background-color: transparent !important; }

/* Recent Comments Widget
-------------------------------------- */
.widget_recent_comments ul li { margin-bottom: 15px; }

.comment-author-link { border-bottom: 1px dotted #adb5bd; }

#footer .widget_recent_comments ul li { width: 100%; display: block; margin-right: 0; }

#footer .comment-author-link { border-bottom: 1px dotted #adb5bd; }

/* Recent Entries Widget
-------------------------------------- */
.widget_recent_entries ul li a:hover { text-indent: 0 !important; background-color: transparent !important; }

/* RSS Widget
-------------------------------------- */
.widget_rss ul li { margin-bottom: 15px; }

.widget_rss .rsswidget { font-weight: bold; }

.widget_rss .rssSummary { font-size: 12px; }

/* Search Widget
-------------------------------------- */
.widget_search { position: relative; }

.widget_search #s { width: 100%; display: block; padding-right: 32px; }

.widget_search #s:focus { border-color: #adb5bd; box-shadow: none; }

.widget_search #searchsubmit { background: none; border: none; width: 17px; height: 17px; display: block; text-indent: -9999px; position: absolute; right: 15px; top: 7px; cursor: pointer; line-height: 0; box-shadow: none; }

.widget_search i { width: 17px; height: 17px; display: block; position: absolute; right: 15px; top: 12px; cursor: pointer; font-size: 1em; color: #adb5bd; }

.widget_search #searchform { position: relative; }

/* Tag Cloud Widget
-------------------------------------- */
.widget_tag_cloud a { padding: 2px; }

/* Nav Menu Widget
-------------------------------------- */
.widget_nav_menu .menu-navigation-container > ul { padding: 0; list-style: none; }

.widget_nav_menu .menu-navigation-container > ul > li > a { font-weight: bold; padding: 5px 0; display: inline-block; }

.widget_nav_menu .menu-navigation-container .sub-menu { padding-left: 20px; }

/* Search Form
-------------------------------------- */
.search-form { position: relative; }

.search-form label { display: block; position: relative; }

.search-form label::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; vertical-align: -.125em; content: "\f002"; font-weight: 900; position: absolute; right: 20px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); color: #adb5bd; font-size: 14px; z-index: 1; }

.search-form .search-field { width: 100%; position: relative; font-weight: normal; padding-right: 50px; padding: 10px 50px 10px 20px; border-radius: 30px; background-color: #f8f9fa; box-shadow: none; border: none; color: #6c757d; }

.search-form .search-field:focus { background-color: #e9ecef; box-shadow: none; outline: none; color: #495057; }

.search-form .search-submit { width: auto; }

.widget_search .search-form .search-submit { background: none; border: none; width: 52px; height: 52px; display: block; text-indent: -9999px; position: absolute; z-index: 2; right: 0; top: 0; cursor: pointer; line-height: 0; box-shadow: none; margin-bottom: 0; }

.widget_search .search-form .search-submit:hover { background: none; box-shadow: none; }

#footer .search-form .search-field { background-color: transparent; border-color: #adb5bd; color: #ced4da; }

#footer .widget_search .search-field:focus { border-color: #adb5bd; box-shadow: none; }

/* Post Navigation
-------------------------------------- */
.post-navigation { margin: 40px 0; }

.post-navigation .nav-next, .post-navigation .nav-previous { margin-bottom: 1.25em; background-position: center; background-size: cover; background-color: #f8f9fa; position: relative; width: 47.6%; display: inline-block; }

.post-navigation .nav-next::before, .post-navigation .nav-previous::before { content: ""; opacity: 0.9; background-color: #e9ecef; top: 0; left: 0; bottom: 0; right: 0; position: absolute; }

.post-navigation .nav-next a, .post-navigation .nav-previous a { padding: 18px 23px; background-color: #f8f9fa; position: relative; display: block; color: #4662ef; text-decoration: none; font-size: 18px; overflow: hidden; transition: background 300ms; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-radius: 3px; }

.post-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover { background-color: transparent; }

.post-navigation .nav-next a:hover::before, .post-navigation .nav-previous a:hover::before { background-color: #4662ef; color: #fff; -webkit-transform: translate(0, 0); transform: translate(0, 0); text-indent: 0; }

.post-navigation .nav-next a:hover span, .post-navigation .nav-previous a:hover span { color: #6c757d; }

.post-navigation .nav-next a::before, .post-navigation .nav-previous a::before { display: block; font-family: 'absolutte' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; position: absolute; top: 0; bottom: 0; text-align: center; color: #ced4da; font-size: 36px; z-index: 1; text-decoration: none; line-height: 84px; width: 84px; transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1); -webkit-transform: translate(-20px, 0); transform: translate(-20px, 0); text-indent: 50px; }

.post-navigation .nav-next a span, .post-navigation .nav-previous a span { font-size: 14px; color: #adb5bd; display: block; }

.post-navigation .nav-next { margin-left: 2%; }

.post-navigation .nav-previous { margin-right: 2%; }

.post-navigation .nav-next a::before { -webkit-transform: translate(20px, 0); transform: translate(20px, 0); text-indent: -50px; }

.post-navigation .nav-previous a { padding-left: 100px; }

.post-navigation .nav-next a { padding-right: 100px; text-align: right; }

.post-navigation .nav-previous a::before { content: "\e904"; left: 0; }

.post-navigation .nav-next a::before { content: "\e905"; right: 0; }

/* Nav Menu
-------------------------------------- */
.widget_nav_menu ul li { padding: 0 !important; }

.widget_nav_menu ul li a { display: block; padding: 10px 0 !important; }

/* Post Password Form
-------------------------------------- */
.post-password-form input[type='submit'] { width: auto; clear: both; display: block; }

/*------------------------------------------------------------
404
-------------------------------------------------------------- */
.error-404 .page-header { text-align: center; }

.error-404 .page-header::before { bottom: 28px; }

.error-404 .page-header .page-title { padding-bottom: 0; padding-left: 30px; padding-right: 30px; }

.error-404 .page-header i { font-size: 140px; display: block; margin-bottom: 1.875rem; color: #000; opacity: 0.2; }

.error-404 .page-content { text-align: center; }

.error-404 .page-content .search-form { width: 50%; margin: 0 auto; }

.widgets-404 { margin-top: 50px; }

.widgets-404 .col-md-3 { margin-bottom: 30px; }

.widgets-404 .widget { text-align: left; }

.widgets-404 .widget ul { list-style: none; padding-left: 0; }

.widgets-404 .widget ul li { margin-bottom: 10px; }

.widgets-404 .widget ul li a { color: inherit; }

.widgets-404 .widget .widgettitle, .widgets-404 .widget .widget-title { font-size: 18px; text-transform: uppercase; }

/*------------------------------------------------------------
Emojis
-------------------------------------------------------------- */
.emoji { width: 1.125em; }

/*
==========================================
7. Flickity
==========================================
*/
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled { position: relative; }

.flickity-enabled:focus { outline: none; }

.flickity-viewport { overflow: hidden; position: relative; height: 100%; }

.flickity-slider { position: absolute; width: 100%; height: 100%; }

/* draggable */
.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button { position: absolute; background: rgba(255, 255, 255, 0.75); border: none; color: #333; }

.flickity-button:hover { background: white; cursor: pointer; }

.flickity-button:focus { outline: none; box-shadow: 0 0 0 5px #19F; }

.flickity-button:active { opacity: 0.6; }

.flickity-button:disabled { opacity: 0.3; cursor: auto; /* prevent disabled button from capturing pointer up event. #716 */ pointer-events: none; }

.flickity-button-icon { fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button { top: 50%; width: 44px; height: 44px; border-radius: 50%; /* vertically center */ -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.flickity-prev-next-button.previous { left: 10px; }

.flickity-prev-next-button.next { right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px; }

.flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px; }

.flickity-prev-next-button .flickity-button-icon { position: absolute; left: 20%; top: 20%; width: 60%; height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1; }

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot { display: inline-block; width: 10px; height: 10px; margin: 0 8px; background: #333; border-radius: 50%; opacity: 0.25; cursor: pointer; }

.flickity-page-dots .dot.is-selected { opacity: 1; }

/*
==========================================
8. Photoswipe
==========================================
*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) */
/* pswp = photoswipe */
.pswp { display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; touch-action: none; z-index: 1500; -webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ -webkit-backface-visibility: hidden; outline: none; }

.pswp * { box-sizing: border-box; }

.pswp img { max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ opacity: 0.001; will-change: opacity; /* for open/close transition */ transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open { display: block; }

.pswp--zoom-allowed .pswp__img { /* autoprefixer: off */ cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.pswp--zoomed-in .pswp__img { /* autoprefixer: off */ cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }

.pswp--dragging .pswp__img { /* autoprefixer: off */ cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }

/* Background is added as a separate element. As animating opacity is much faster than animating rgba() background-color. */
.pswp__bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; -webkit-backface-visibility: hidden; will-change: opacity; }

.pswp__scroll-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-backface-visibility: hidden; will-change: transform; }

.pswp__container, .pswp__zoom-wrap { touch-action: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; }

.pswp__zoom-wrap { position: absolute; width: 100%; -webkit-transform-origin: left top; transform-origin: left top; /* for open/close transition */ transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg { will-change: opacity; /* for open/close transition */ transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap { transition: none; }

.pswp__container, .pswp__zoom-wrap { -webkit-backface-visibility: hidden; will-change: transform; }

.pswp__item { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; }

.pswp__img { position: absolute; width: auto; height: auto; top: 0; left: 0; transition: opacity 0.15s; }

/* stretched thumbnail or div placeholder element (see below) style is added to avoid flickering in webkit/blink when layers overlap */
.pswp__img--placeholder { -webkit-backface-visibility: hidden; }

/* div element that matches size of large image large image loads on top of it */
.pswp__img--placeholder--blank { background: #222; }

.pswp--ie .pswp__img { width: 100%; height: auto; left: 0; top: 0; }

/* Error message appears when image is not loaded (JS option errorMsg controls markup) */
.pswp__error-msg { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; font-size: 14px; line-height: 16px; margin-top: -8px; color: #CCC; }

.pswp__error-msg a { color: #CCC; text-decoration: underline; }

/*
==========================================
9. Footer
==========================================
*/
/*
Footer
------------------------
*/
.footer-wrap { overflow: hidden; background-color: #f8f9fa; position: relative; }

#footer { background-color: transparent; padding: 3.57142857142857em 15px 1.42857142857143em 15px; color: #6c757d; font-size: 0.875rem; position: relative; display: flex; flex-wrap: wrap; justify-content: space-around; }

#footer .footer-column { flex-grow: 1; margin: 0 4.7%; vertical-align: top; flex-basis: 100%; width: 0; }

#footer .footer-column .widget-title { font-size: 1rem; }

#footer select { color: #6c757d; margin-left: 5px; }

#footer img { max-width: 100%; }

#footer .widget { margin-bottom: 1.875rem; }

#footer .widget h4 { font-size: 1.125rem; text-transform: uppercase; margin-bottom: 1.25em; }

#footer ul, footer ol { list-style: none; margin-left: 0; padding-left: 0; }

#footer ul li, footer ol li { display: inline-block; vertical-align: top; width: 46%; margin-right: 2%; }

#footer ul li > a, footer ol li > a { display: block; padding: 8px 0; color: inherit; transition: text-indent 200ms; position: relative; }

#footer ul li > a:hover, footer ol li > a:hover { text-decoration: none; }

#footer ul li > a:after, footer ol li > a:after { position: absolute; left: 0; bottom: 0; transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1); content: " "; display: block; width: 0; height: 1px; background-color: rgba(255, 255, 255, 0.2); }

#footer ul li > a:hover:after, footer ol li > a:hover:after { width: 100%; }

#footer .widget ul li:first-child { border-top: none; }

#footer .widget ul li ul li:last-child { border: none; }

#footer .widget ul li ul { margin-left: 30px; margin-bottom: 0; margin-top: 0 !important; }

#footer .widget ul li ul, #sidebar .widget ul li ul li ul { display: none; }

#footer .hasChildren { position: relative; }

#footer .hasChildren i { position: absolute; top: 12px; right: 5px; font-size: 1.16666666666667em; }

/*-----------Contact Info Widget-----------------*/
#footer .widget_contact_info li { display: block; width: 100%; margin-bottom: 12px; }

#footer .widget_contact_info li i { margin-right: 10px; text-align: center; }

#footer .widget_contact_info li a { display: inline; }

/*-----------Recent Posts-----------------*/
.widget_recent_entries a { text-decoration: none; }

.widget_recent_entries a:hover { text-decoration: none !important; }

/*-----------Social Widget-----------------*/
footer .social a { margin: 7px 7px 7px 0; }

/*
==========================================
Subfooter
==========================================
*/
.sub-footer { background-color: #f8f9fa; padding: 20px 0; color: #6c757d; font-size: 0.875rem; position: relative; z-index: 3; font-size: 0.8125rem; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

.sub-footer p { margin-bottom: 0;  line-height: 35px; }

.sub-footer a { color: inherit; text-decoration: underline; }

/*
==========================================
Social Nav
==========================================
*/
.nav_social { position: relative; text-align: center; float: right; }

.widget #menu-social { padding-left: 0; list-style: none; }

.nav_social li, .widget #menu-social li { text-align: center; position: relative; display: inline-block; margin-left: 10px; }

.nav_social li a, .widget #menu-social li a { padding: 0; overflow: hidden; display: block; position: relative; width: 35px; height: 35px; line-height: 35px; color: #adb5bd; transition: background 200ms; text-decoration: none; text-align: center; font-weight: normal; border-radius: 3px; }

.nav_social li a:hover, .widget #menu-social li a:hover { color: #fff; }

.nav_social li a:hover::before, .widget #menu-social li a:hover::before { color: #fff; -webkit-animation: social_icons_anim 500ms ease; animation: social_icons_anim 500ms ease; }

.nav_social li a::before, .widget #menu-social li a::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; vertical-align: -.125em; font-size: 1.125rem; width: 18px; height: 18px; color: #fff; color: inherit; text-decoration: none; }

.widget #menu-social li a { width: 50px; height: 50px; line-height: 58px; padding: 0 !important; vertical-align: middle; }

.widget #menu-social li a a::before { font-size: 1.75rem; width: 28px; height: 28px; }

@-webkit-keyframes social_icons_anim { 0% { -webkit-transform: translate(0, -30px); transform: translate(0, -30px);
    opacity: 0; }
  60% { -webkit-transform: translate(0, 2px); transform: translate(0, 2px);
    opacity: 1; }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes social_icons_anim { 0% { -webkit-transform: translate(0, -30px); transform: translate(0, -30px);
    opacity: 0; }
  60% { -webkit-transform: translate(0, 2px); transform: translate(0, 2px);
    opacity: 1; }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

.nav_social li a[href*="facebook.com"]::before, #menu-social li a[href*="facebook.com"]::before { content: "\f09a"; }

.nav_social li a[href*="facebook.com"]:hover, #menu-social li a[href*="facebook.com"]:hover { background-color: #3B5998; }

.nav_social li a[href*="twitter.com"]::before, #menu-social li a[href*="twitter.com"]::before { content: "\f099"; }

.nav_social li a[href*="twitter.com"]:hover, #menu-social li a[href*="twitter.com"]:hover { background-color: #33CCFF; }

.nav_social li a[href*="dribbble.com"]::before, #menu-social li a[href*="dribbble.com"]::before { content: "\f17d"; }

.nav_social li a[href*="dribbble.com"]:hover, #menu-social li a[href*="dribbble.com"]:hover { background-color: #C5376D; }

.nav_social li a[href*="instagram.com"]::before, #menu-social li a[href*="instagram.com"]::before { content: "\f16d"; }

.nav_social li a[href*="instagram.com"]:hover, #menu-social li a[href*="instagram.com"]:hover { background-color: #e33567; }

.nav_social li a[href*="flickr.com"]::before, #menu-social li a[href*="flickr.com"]::before { content: "\f16e"; }

.nav_social li a[href*="flickr.com"]:hover, #menu-social li a[href*="flickr.com"]:hover { background-color: #FF0084; }

.nav_social li a[href*="youtube.com"]::before, #menu-social li a[href*="youtube.com"]::before { content: "\f167"; }

.nav_social li a[href*="youtube.com"]:hover, #menu-social li a[href*="youtube.com"]:hover { background-color: #C1302A; }

.nav_social li a[href*="github.com"]::before, #menu-social li a[href*="github.com"]::before { content: "\f09b"; }

.nav_social li a[href*="github.com"]:hover, #menu-social li a[href*="github.com"]:hover { background-color: #2f2f2f; }

.nav_social li a[href*="vimeo.com"]::before, #menu-social li a[href*="vimeo.com"]::before { content: "\f194"; }

.nav_social li a[href*="vimeo.com"]:hover, #menu-social li a[href*="vimeo.com"]:hover { background-color: #1AB7EA; }

.nav_social li a[href*="foursquare.com"]::before, #menu-social li a[href*="foursquare.com"]::before { content: "\f180"; }

.nav_social li a[href*="foursquare.com"]:hover, #menu-social li a[href*="foursquare.com"]:hover { background-color: #1DAFEC; }

.nav_social li a[href*="skype.com"]::before, #menu-social li a[href*="skype.com"]::before { content: "\f17e"; }

.nav_social li a[href*="skype.com"]:hover, #menu-social li a[href*="skype.com"]:hover { background-color: #00AFF0; }

.nav_social li a[href*="plus.google.com"]::before, #menu-social li a[href*="plus.google.com"]::before { content: "\f0d5"; }

.nav_social li a[href*="plus.google.com"]:hover, #menu-social li a[href*="plus.google.com"]:hover { background-color: #D5402B; }

.nav_social li a[href*="tumblr.com"]::before, #menu-social li a[href*="tumblr.com"]::before { content: "\f173"; }

.nav_social li a[href*="tumblr.com"]:hover, #menu-social li a[href*="tumblr.com"]:hover { background-color: #343B4A; }

.nav_social li a[href*="linkedin.com"]::before, #menu-social li a[href*="linkedin.com"]::before { content: "\f0e1"; }

.nav_social li a[href*="linkedin.com"]:hover, #menu-social li a[href*="linkedin.com"]:hover { background-color: #0073B2; }

.nav_social li a[href*="pinterest.com"]::before, #menu-social li a[href*="pinterest.com"]::before { content: "\f231"; }

.nav_social li a[href*="pinterest.com"]:hover, #menu-social li a[href*="pinterest.com"]:hover { background-color: #CB2027; }

.nav_social li a[href*="/feed/"]::before, #menu-social li a[href*="/feed/"]::before { content: "\f09e"; }

.nav_social li a[href*="/feed/"]:hover, #menu-social li a[href*="/feed/"]:hover { background-color: #FF6600; }

.nav_social li a[href*="wordpress.com"]::before, #menu-social li a[href*="wordpress.com"]::before { content: "\f19a"; }

.nav_social li a[href*="wordpress.com"]:hover, #menu-social li a[href*="wordpress.com"]:hover { background-color: #21759b; }

.nav_social li a[href*="wordpress.org"]::before, #menu-social li a[href*="wordpress.org"]::before { content: "\f19a"; }

.nav_social li a[href*="wordpress.org"]:hover, #menu-social li a[href*="wordpress.org"]:hover { background-color: #21759b; }

.nav_social li a[href*="tripadvisor.com"]::before, #menu-social li a[href*="tripadvisor.com"]::before { content: "\f262"; }

.nav_social li a[href*="tripadvisor.com"]:hover, #menu-social li a[href*="tripadvisor.com"]:hover { background-color: #1d973c; }

.nav_social li a[href*="yelp.com"]::before, #menu-social li a[href*="yelp.com"]::before { content: "\f1e9"; }

.nav_social li a[href*="yelp.com"]:hover, #menu-social li a[href*="yelp.com"]:hover { background-color: #db000b; }

.nav_social li a[href*="tel:"]::before, #menu-social li a[href*="tel:"]::before { content: "\f095"; }

.nav_social li a[href*="tel:"]:hover, #menu-social li a[href*="tel:"]:hover { background-color: #0073e5; }

.nav_social li a[href*="whatsapp:"]::before, #menu-social li a[href*="whatsapp:"]::before { content: "\f232"; }

.nav_social li a[href*="whatsapp:"]:hover, #menu-social li a[href*="whatsapp:"]:hover { background-color: #00c547; }

.nav_social li a[href*="vk.com"]::before, #menu-social li a[href*="vk.com"]::before { content: "\f189"; }

.nav_social li a[href*="vk.com"]:hover, #menu-social li a[href*="vk.com"]:hover { background-color: #39739b; }

.nav_social li a[href*="500px.com"]::before, #menu-social li a[href*="500px.com"]::before { content: "\f26e"; }

.nav_social li a[href*="500px.com"]:hover, #menu-social li a[href*="500px.com"]:hover { background-color: #0098e7; }

.nav_social li a[href*="snapchat.com"]::before, #menu-social li a[href*="napchat.com"]::before { content: "\f2ac"; }

.nav_social li a[href*="snapchat.com"]:hover, #menu-social li a[href*="napchat.com"]:hover { background-color: #f4ed1d; }

.nav_social li a[href*="behance.net"]::before, #menu-social li a[href*="behance.net"]::before { content: "\f1b4"; }

.nav_social li a[href*="behance.net"]:hover, #menu-social li a[href*="behance.net"]:hover { background-color: #0077ff; }

.nav_social li a[href*="amazon."]::before, #menu-social li a[href*="amazon."]::before { content: "\f270"; }

.nav_social li a[href*="amazon."]:hover, #menu-social li a[href*="amazon."]:hover { background-color: #ff9900; }

.nav_social li a[href*="mailto:"]::before, #menu-social li a[href*="mailto:"]::before { content: "\f003"; }

.nav_social li a[href*="mailto:"]:hover, #menu-social li a[href*="mailto:"]:hover { background-color: #ff9900; }

.nav_social li a[href*="t.me"]::before, #menu-social li a[href*="t.me"]::before { content: "\f2c6"; }

.nav_social li a[href*="t.me"]:hover, #menu-social li a[href*="t.me"]:hover { background-color: #609dd7; }

.nav_social li a[href*="telegram.me"]::before, #menu-social li a[href*="telegram.me"]::before { content: "\f2c6"; }

.nav_social li a[href*="telegram.me"]:hover, #menu-social li a[href*="telegram.me"]:hover { background-color: #609dd7; }

/*
==========================================
Footer Menu
==========================================
*/
#menu-footer { border-left: 1px solid rgba(0, 0, 0, 0.1); display: inline-block; margin-left: 20px; padding-left: 8px; }

#menu-footer li { display: inline-block; }

#menu-footer li a { padding: 8px 12px; }

#menu-footer li a:hover { background-color: transparent; }

/*
==========================================
Go Up Button
==========================================
*/
.absolutte-up-button { position: absolute; right: 10px; bottom: 50%; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); display: block; width: 40px; height: 40px; line-height: 40px; z-index: 3; text-align: center; border-radius: 3px; background-color: rgba(255, 255, 255, 0.05); color: #adb5bd; text-decoration: none; }

.absolutte-up-button:hover { text-decoration: none; background-color: rgba(255, 255, 255, 0.1); color: #fff; }

.absolutte-up-button:focus, .absolutte-up-button:active { text-decoration: none; color: #fff; }

@media (min-width: 576px) { #footer .footer-column { flex-basis: 0; max-width: 50%; }
  #footer .footer-column:first-child { margin-left: 0; }
  #footer .footer-column:last-child { margin-right: 0; } }

/*
==========================================
10. Animate
==========================================
*/
/*! animate.css -http://daneden.me/animate Version - 3.6.0 Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2018 Daniel Eden */
.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; }

@-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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 { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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; transform-origin: center bottom; }

@-webkit-keyframes flash { from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

@keyframes flash { from, 50%, to { 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 { from { -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); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse { from { -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); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes rubberBand { from { -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); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand { from { -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); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

@-webkit-keyframes shake { from, to { -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 { from, to { -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 headShake { 0% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake { 0% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; }

@-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); }
  to { -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); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }

@-webkit-keyframes tada { from { -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); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada { from { -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); }
  to { -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 { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble { -webkit-animation-name: wobble; animation-name: wobble; }

@-webkit-keyframes jello { from, 11.1%, to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello { from, 11.1%, to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center; }

@-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to { opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to { opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceIn; animation-name: bounceIn; }

@-webkit-keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { 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); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { 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); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { 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); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { 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); }
  to { -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); }
  to { 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); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceOut; animation-name: bounceOut; }

@-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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig { from { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig { from { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig { from { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig { from { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig { from { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig { from { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig { from { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig { from { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }

@-webkit-keyframes flip { from { -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; }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip { from { -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; }
  to { -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 { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to { -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 { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to { -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 { from { -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; }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX { from { -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; }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes flipOutY { from { -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; }
  to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY { from { -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; }
  to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn { from { -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; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn { from { -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; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut { from { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut { from { opacity: 1; }
  to { -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 { from { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn { from { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut { from { -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut { from { -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to { -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 { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to { -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 { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to { -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 { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to { -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 { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to { -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 { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to { -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 { from { -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to { -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 { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to { -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 { from { -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to { -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; }
  to { -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; }
  to { -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-name: hinge; animation-name: hinge; }

@-webkit-keyframes jackInTheBox { from { opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% { -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% { -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox { from { opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% { -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% { -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox { -webkit-animation-name: jackInTheBox; animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut { from { opacity: 1; }
  to { 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 { from { opacity: 1; }
  to { 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 { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { 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 { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

@keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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); }
  to { 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 { from { -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

@-webkit-keyframes absoluteFadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes absoluteFadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.absoluteFadeInUp { -webkit-animation-name: absoluteFadeInUp; animation-name: absoluteFadeInUp; }

/*
==========================================
11. Menu
==========================================
*/
.main-navigation { clear: both; display: block; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

.main-navigation ul { background: #fff; list-style: none; margin: 0; padding: 0 1.5em; }

.main-navigation ul ul { padding: 0 0 0.71428571428571em 1.5em; text-align: left; }

.main-navigation ul ul.toggled-on { display: block; }

.main-navigation ul ul a { letter-spacing: 0; padding: 0.4em 0; position: relative; text-transform: none; }

.main-navigation li { border-bottom: 1px solid #eee; position: relative; }

.main-navigation li li, .main-navigation li:last-child { border: 0; }

.main-navigation li.menu-item-has-children { padding-right: 30px; }

.main-navigation li.toggled-on > a { color: #4662ef; }

.main-navigation a { display: block; padding: 0.71428571428571em 0; text-decoration: none; color: inherit; }

.main-navigation a:hover { color: #767676; }

.main-navigation > div > ul { border-top: 1px solid #eee; padding: 0.75em 0; }

.main-navigation.toggled-on ul.nav-menu { display: block; }

.main-navigation .animated { -webkit-animation-duration: 300ms; animation-duration: 300ms; }

/* Hide the menu on small screens when JavaScript is available. It only works with JavaScript. */
.js .main-navigation ul, .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon, .main-navigation ul a > .icon { display: none; }

.js .main-navigation.toggled-on > div > ul { display: block; }

/* Menu toggle */
.menu-toggle { background-color: transparent; border: 0; box-shadow: none; color: #222; display: none; font-size: 14px; font-size: 0.875rem; font-weight: 800; line-height: 1.5; margin: 1px auto 2px; padding: 1em; text-shadow: none; /* Display the menu toggle when JavaScript is available. */ }

.js .menu-toggle { display: block; }

.menu-toggle:hover, .menu-toggle:focus { background-color: transparent; box-shadow: none; }

.menu-toggle:focus { outline: thin solid; }

.menu-toggle .icon { margin-right: 0.5em; top: -2px; }

.menu-toggle .icon-close { display: none; }

.toggled-on .menu-toggle .icon-bars { display: none; }

.toggled-on .menu-toggle .icon-close { display: inline-block; }

/* Dropdown Toggle */
.dropdown-toggle { background-color: transparent; border: 0; box-shadow: none; color: rgba(0, 0, 0, 0.3); display: block; font-size: 16px; right: 0; line-height: 1.5; margin: 0 auto; padding: 0.5em 0.75em; position: absolute; text-shadow: none; top: 0; }

.dropdown-toggle:hover, .dropdown-toggle:focus { background: transparent; }

.dropdown-toggle:focus { outline: thin dotted; }

.dropdown-toggle.toggled-on .icon { /* IE 9 */ -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */ transform: rotate(-180deg); }

.dropdown-toggle::after { display: none; }

@media (min-width: 576px) { .js .menu-toggle, .js .dropdown-toggle { display: none; }
  .main-navigation { width: auto; }
  .js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul { display: block; }
  .main-navigation ul { background: transparent; padding: 0; }
  .main-navigation ul ul { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07), 0 15px 35px rgba(0, 0, 0, 0.1); border-radius: 0 0 4px 4px; background: #fff; left: -999em; padding: 1.07142857142857em 0; position: absolute; top: 100%; z-index: 99999; font-size: 0.875rem; border-top: 3px solid #4662ef; }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; right: auto; }
  .main-navigation ul ul a { padding: 0.57142857142857em 2em; width: 16em; color: inherit; position: relative; overflow: hidden; }
  .main-navigation ul ul a::before { position: absolute; top: 50%; left: 9px; width: 6px; height: 6px; border-radius: 6px; display: block; content: ""; background-color: #4662ef; -webkit-transform: translate(-15px, -50%); transform: translate(-15px, -50%); transition: -webkit-transform 150ms ease-in-out; transition: transform 150ms ease-in-out; transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out; }
  .main-navigation ul ul a:hover::before { -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
  .main-navigation ul ul .menu-item-has-children > a > .icon, .main-navigation ul ul .page_item_has_children > a > .icon { margin-top: -9px; left: auto; position: absolute; right: 1em; top: 50%; -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */ /* IE 9 */ transform: rotate(-90deg); }
  .main-navigation ul ul ul { left: -999em; margin-top: -1px; top: 0; border-radius: 0 4px 4px 0; }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: 0; right: auto; }
  .main-navigation > div > ul { border: 0; margin-bottom: 0; padding: 0; }
  .main-navigation > div > ul > li > a { color: inherit; }
  .no-touch .absolutte-header-absolute .main-navigation > div > ul > li:hover a, .no-touch .absolutte-header-absolute .main-navigation > div > ul > li:focus a { background-color: rgba(255, 255, 255, 0.06); }
  .main-navigation > div > ul > li.edge:hover > ul, .main-navigation > div > ul > li.edge.focus > ul { left: auto; right: 0; }
  .main-navigation > div > ul > li.edge:hover > ul > li.edge:hover > ul, .main-navigation > div > ul > li.edge:hover > ul > li.edge.focus > ul, .main-navigation > div > ul > li.edge.focus > ul > li.edge:hover > ul, .main-navigation > div > ul > li.edge.focus > ul > li.edge.focus > ul { left: -100%; right: auto; }
  .main-navigation li { border: 0; display: inline-block; }
  .main-navigation li.menu-item-has-children { padding-right: 0; }
  .main-navigation li li { display: block; transition: background-color 0.2s ease-in-out; }
  .main-navigation li li.focus > a, .main-navigation li li:focus > a, .main-navigation li li:hover > a, .main-navigation li li a:hover, .main-navigation li li a:focus, .main-navigation li li.current_page_item a:hover, .main-navigation li li.current-menu-item a:hover, .main-navigation li li.current_page_item a:focus, .main-navigation li li.current-menu-item a:focus { color: #4662ef; }
  .main-navigation li:hover > a { color: #4662ef; }
  .main-navigation a { padding: 1.25em 1.25em; transition: background 200ms; }
  .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon { display: inline; left: 5px; position: relative; font-size: 0.75rem; opacity: 0.6; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  #header.absolutte-header-absolute .main-navigation > div > ul > li > a { color: #fff; } }

/*
==========================================
12. Gutenberg
==========================================
*/
/** Fullwide CSS */
/* Unconstrained main colum */
.single .entry-content > *:not(.alignwide):not(.alignfull), .page .entry-content > *:not(.alignwide):not(.alignfull) { max-width: 80%; /* Could be a pixel value too: this is the one that decides the width of the text */ margin-left: auto; margin-right: auto; }

.alignfull { display: block; text-align: center; }

.alignfull.wp-block-gallery { display: flex; }

.alignwide { max-width: 90%; margin-left: auto; margin-right: auto; }

/* We float the img inside the figure that has .alignleft applied. This makes the .alignleft element have the same main column width as text. What makes the float work is that the figure collapses into a zero height element */
.wp-block-image figure.alignleft { display: block; float: left; margin-right: 2em; }

.wp-block-image figure.alignright { display: block; float: right; margin-left: 2em; }

/* For captions, we display the figure itself as a table. This ensures the figcaption will retain the same width as the image, which is important when the caption is long. */
.wp-block-image figure.alignleft, .wp-block-image figure.alignright { display: table; }

.wp-block-image figure.alignleft figcaption, .wp-block-image figure.alignright figcaption { display: table-caption; caption-side: bottom; }

.wp-block-image figure.alignright figcaption, .wp-block-image figure.alignleft figcaption { font-size: 75%; color: gray; margin-bottom: 1em; }

.wp-block-columns.has-3-columns .wp-block-column, .wp-block-columns.has-3-columns .editor-block-list__block { flex-basis: 28%; }

@media (max-width: 575.98px) { /* Unconstrained main colum */
  .entry-content > *:not(.alignwide):not(.alignfull) { max-width: 85%; } }

  .footer-link {
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
}

.link-item {
  max-width: 1200px;
  margin: 0 auto;
}

.friend-title {
  margin-bottom: 15px;
  text-align: center;
}

.friend-title-text {
  font-size: 18px;
 
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: inline-block;
}

.friend-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center; 
}

.friend-link-item {
  margin: 0;
}

.friend-link {
 
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  padding: 5px 10px;
  border-radius: 4px;
 
}

.friend-link:hover {
  /* color: #007bff; */
  background: #2fc77c;
}

.copy-right {
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.copy-right p {
  margin: 0;
  padding: 0 15px;
  font-size: 14px; 
 
  line-height: 1.6;
}

.copy-right .nav-link {
  display: inline-block;
 
  text-decoration: none;
  margin: 5px 8px;
  font-size: 14px;
  transition: color 0.3s ease;
}
.wp-block-image img,.wp-post-image,.entry-content img,.article__content img,.post-article img,.box-content img,.post-content img,.content-part img{
    display:block;
    margin:10px auto;
    width: auto;
}
.all-posts-list{
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.all-posts-list li{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.all-posts-list li a{
        overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}
.all-posts-list li span{
        float: right;
    padding-left: 10px;
    font-size: 16px;
}