/*!
Theme Name: Wander Child
Theme URI: http://underscores.me/
Author: Alex
Author URI: http://hialexreynolds.com
Description: Child theme for wanderings on Lost With Purpose because yes.
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wandering
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*$nav_height: 46px;*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

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

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

/*@import "bootstrap/scaffolding";*/
/*@import "bootstrap/type";*/
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

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

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

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

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/*@import "bootstrap/breadcrumbs";*/
/*@import "bootstrap/pagination";
@import "bootstrap/pager";*/
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/*@import "bootstrap/badges";*/
/*@import "bootstrap/jumbotron";*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/*@import "bootstrap/alerts";
@import "bootstrap/progress-bars";*/
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/*@import "bootstrap/panels";*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*@import "bootstrap/wells";*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Work Sans", Helvetica, Arial, sans-serif, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

/* Typography of post text */
.entry-content {
  font-size: 1em;
}

ul {
  margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Work Sans", Helvetica, Arial, sans-serif, Helvetica, Arial, serif !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border-bottom: none;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
  color: #aaa;
}

h5 {
  font-size: 1.2em;
  color: #aaa;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  /*margin: 1em 1.5em;*/
  max-width: 650px;
  margin: 1em auto;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Work Sans", Helvetica, Arial, sans-serif, "Lora", Georgia, serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

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

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

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

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-a::before {
  content: "A";
}

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

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

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

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

.fa-vcard::before {
  content: "";
}

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

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

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

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

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

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

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

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

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

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

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

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

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

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

.fa-arrow-pointer::before {
  content: "";
}

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

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

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

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

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

.fa-sign-out::before {
  content: "";
}

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

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

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

.fa-sign-in::before {
  content: "";
}

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

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

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

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

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

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

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

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

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

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

.fa-level-down::before {
  content: "";
}

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

.fa-level-up::before {
  content: "";
}

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

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

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

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

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

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

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

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

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

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

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

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

.fa-arrows-up-down-left-right::before {
  content: "";
}

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

.fa-arrows-up-to-line::before {
  content: "";
}

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

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

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

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

.fa-austral-sign::before {
  content: "";
}

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

.fa-b::before {
  content: "B";
}

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

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

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

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

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

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

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

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

.fa-bacteria::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

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

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

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

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

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

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

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

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

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

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

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

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-bitcoin-sign::before {
  content: "";
}

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

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

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

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

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

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

.fa-bolt-lightning::before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-book-bookmark::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

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

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

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

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

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

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

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

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

.fa-border-all::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

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

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

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

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

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

.fa-box-tissue::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

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

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

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

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

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

.fa-brazilian-real-sign::before {
  content: "";
}

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

.fa-bridge::before {
  content: "";
}

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

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

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

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

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

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

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

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

.fa-bucket::before {
  content: "";
}

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

.fa-bug-slash::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

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

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

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

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

.fa-building-circle-xmark::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

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

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

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

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

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

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

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

.fa-briefcase-clock::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-camera-rotate::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-car-on::before {
  content: "";
}

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

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

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

.fa-car-tunnel::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-cart-flatbed-suitcase::before {
  content: "";
}

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

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

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

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

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

.fa-cedi-sign::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

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

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

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

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

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

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

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

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

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

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

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

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

.fa-chart-column::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

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

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

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

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

.fa-chart-simple::before {
  content: "";
}

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

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

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-child-dress::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-children::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-dollar-to-slot::before {
  content: "";
}

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

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

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

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

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

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

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

.fa-circle-h::before {
  content: "";
}

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

.fa-circle-half-stroke::before {
  content: "";
}

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

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

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

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

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

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

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

.fa-circle-nodes::before {
  content: "";
}

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

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

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

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

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

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

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

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

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

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

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

.fa-clapperboard::before {
  content: "";
}

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

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

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

.fa-clipboard-question::before {
  content: "";
}

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

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

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

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-clover::before {
  content: "";
}

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

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

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

.fa-code-compare::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

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

.fa-code-pull-request::before {
  content: "";
}

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

.fa-colon-sign::before {
  content: "";
}

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

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

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

.fa-commenting::before {
  content: "";
}

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

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

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

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

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

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

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

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

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

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

.fa-computer::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cruzeiro-sign::before {
  content: "";
}

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

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

.fa-cubes-stacked::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

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

.fa-delete-left::before {
  content: "";
}

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

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

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

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

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

.fa-diagram-next::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

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

.fa-diamond-turn-right::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-display::before {
  content: "";
}

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

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

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

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

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

.fa-usd::before {
  content: "\$";
}

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

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

.fa-dong-sign::before {
  content: "";
}

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

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

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

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

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

.fa-down-long::before {
  content: "";
}

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

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

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

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

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

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

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

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

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

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

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

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

.fa-e::before {
  content: "E";
}

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

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

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

.fa-hard-of-hearing::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

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

.fa-earth-africa::before {
  content: "";
}

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

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

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

.fa-earth-asia::before {
  content: "";
}

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

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

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

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

.fa-elevator::before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

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

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

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

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

.fa-eur::before {
  content: "";
}

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

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

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

.fa-explosion::before {
  content: "";
}

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

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

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

.fa-eyedropper::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

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

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

.fa-f::before {
  content: "F";
}

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

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

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

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

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

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

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

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

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

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

.fa-face-grin-beam-sweat::before {
  content: "";
}

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

.fa-face-grin-hearts::before {
  content: "";
}

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

.fa-face-grin-squint::before {
  content: "";
}

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

.fa-face-grin-squint-tears::before {
  content: "";
}

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

.fa-face-grin-stars::before {
  content: "";
}

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

.fa-face-grin-tears::before {
  content: "";
}

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

.fa-face-grin-tongue::before {
  content: "";
}

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

.fa-face-grin-tongue-squint::before {
  content: "";
}

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

.fa-face-grin-tongue-wink::before {
  content: "";
}

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

.fa-face-grin-wide::before {
  content: "";
}

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

.fa-face-grin-wink::before {
  content: "";
}

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

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

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

.fa-face-kiss-wink-heart::before {
  content: "";
}

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

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

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

.fa-face-laugh-squint::before {
  content: "";
}

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

.fa-face-laugh-wink::before {
  content: "";
}

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

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

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

.fa-face-rolling-eyes::before {
  content: "";
}

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

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

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

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

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

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

.fa-ferry::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-file-circle-question::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-shield::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

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

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

.fa-fire-burner::before {
  content: "";
}

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

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

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

.fa-fire-flame-simple::before {
  content: "";
}

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

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

.fa-fish-fins::before {
  content: "";
}

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

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

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

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

.fa-flask-vial::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

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

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

.fa-folder-closed::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-g::before {
  content: "G";
}

.fa-gamepad::before {
  content: "";
}

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

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

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

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

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

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

.fa-gem::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

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

.fa-gopuram::before {
  content: "";
}

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

.fa-mortar-board::before {
  content: "";
}

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

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

.fa-grip::before {
  content: "";
}

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

.fa-grip-lines::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

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

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-hammer::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

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

.fa-hand-back-fist::before {
  content: "";
}

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

.fa-hand-dots::before {
  content: "";
}

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

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

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

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

.fa-hand-holding-dollar::before {
  content: "";
}

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

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

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

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

.fa-hand-holding-medical::before {
  content: "";
}

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

.fa-hand-middle-finger::before {
  content: "";
}

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

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

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

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

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

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

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

.fa-hand-sparkles::before {
  content: "";
}

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

.fa-handcuffs::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

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

.fa-asl-interpreting::before {
  content: "";
}

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

.fa-hands-bound::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-handshake-angle::before {
  content: "";
}

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

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

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

.fa-hat-cowboy::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

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

.fa-headset::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

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

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

.fa-heart-circle-minus::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-hippo::before {
  content: "";
}

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

.fa-holly-berry::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

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

.fa-hospital-wide::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

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

.fa-hotdog::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

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

.fa-hourglass-empty::before {
  content: "";
}

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

.fa-hourglass-3::before {
  content: "";
}

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

.fa-hourglass-1::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

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

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

.fa-house-chimney-user::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

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

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

.fa-house-circle-xmark::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

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

.fa-ice-cream::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

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

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

.fa-drivers-license::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

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

.fa-igloo::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-jar::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-jedi::before {
  content: "";
}

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

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

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

.fa-joint::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-kaaba::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

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

.fa-kitchen-set::before {
  content: "";
}

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

.fa-l::before {
  content: "L";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-leaf::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

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

.fa-left-right::before {
  content: "";
}

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

.fa-lemon::before {
  content: "";
}

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

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

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

.fa-lightbulb::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

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

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

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

.fa-tasks::before {
  content: "";
}

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

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

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

.fa-list-dots::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

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

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

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

.fa-location-pin::before {
  content: "";
}

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

.fa-location-pin-lock::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

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

.fa-locust::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-magnet::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

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

.fa-map-location-dot::before {
  content: "";
}

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

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

.fa-marker::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

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

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

.fa-mars-stroke-right::before {
  content: "";
}

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

.fa-mars-stroke-up::before {
  content: "";
}

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

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

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

.fa-martini-glass-citrus::before {
  content: "";
}

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

.fa-martini-glass-empty::before {
  content: "";
}

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

.fa-mask::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

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

.fa-medal::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-message::before {
  content: "";
}

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

.fa-meteor::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

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

.fa-microphone-lines-slash::before {
  content: "";
}

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

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

.fa-microscope::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

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

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

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

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

.fa-money-bill-1::before {
  content: "";
}

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

.fa-money-bill-1-wave::before {
  content: "";
}

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

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

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

.fa-money-bill-wheat::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

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

.fa-money-check-dollar::before {
  content: "";
}

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

.fa-monument::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

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

.fa-mosque::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

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

.fa-music::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-naira-sign::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

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

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

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

.fa-o::before {
  content: "O";
}

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

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

.fa-oil-can::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-pager::before {
  content: "";
}

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

.fa-paintbrush::before {
  content: "";
}

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

.fa-palette::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

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

.fa-paperclip::before {
  content: "";
}

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

.fa-paragraph::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-pen-clip::before {
  content: "";
}

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

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

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

.fa-pen-ruler::before {
  content: "";
}

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

.fa-pen-to-square::before {
  content: "";
}

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

.fa-pencil::before {
  content: "";
}

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

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

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

.fa-people-group::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

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

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

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

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

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

.fa-person-circle-minus::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

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

.fa-person-dress::before {
  content: "";
}

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

.fa-person-dress-burst::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

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

.fa-peseta-sign::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

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

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

.fa-volume-control-phone::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

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

.fa-pills::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

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

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

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

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

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

.fa-plug-circle-minus::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

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

.fa-add::before {
  content: "\+";
}

.fa-plus-minus::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-qrcode::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-radiation::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

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

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

.fa-rectangle-list::before {
  content: "";
}

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

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

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

.fa-right-long::before {
  content: "";
}

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

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

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

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

.fa-road-circle-xmark::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

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

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

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

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

.fa-scale-unbalanced-flip::before {
  content: "";
}

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

.fa-school::before {
  content: "";
}

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

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

.fa-school-circle-xmark::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

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

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

.fa-screwdriver::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-share::before {
  content: "";
}

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

.fa-mail-forward::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

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

.fa-sim-card::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-snowflake::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-spider::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

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

.fa-square::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-square-full::before {
  content: "";
}

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

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

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

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

.fa-square-nfi::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

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

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

.fa-pencil-square::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

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

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

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

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

.fa-square-virus::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-table::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

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

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

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-tablet-button::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

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

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

.fa-tag::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-tarp::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

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

.fa-temperature-down::before {
  content: "";
}

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

.fa-temperature-up::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-timeline::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

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

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

.fa-tower-cell::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

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

.fa-trash-restore::before {
  content: "";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

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

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

.fa-warning::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

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

.fa-truck-droplet::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

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

.fa-truck-monster::before {
  content: "";
}

.fa-truck-moving::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

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

.fa-turn-up::before {
  content: "";
}

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

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-umbrella::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

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

.fa-up-down-left-right::before {
  content: "";
}

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

.fa-up-long::before {
  content: "";
}

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

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

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

.fa-up-right-from-square::before {
  content: "";
}

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

.fa-upload::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

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

.fa-vial-virus::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-x::before {
  content: "X";
}

.fa-x-ray::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

@media screen only and (max-width: 600) {
  ul, ol {
    padding: 0 0 1em 0;
  }
}
ul, ol {
  /*margin: 0 0 1.5em 3em;*/
  margin: 0 0 1em 0;
}
ul li, ol li {
  margin-bottom: 0.25em;
}

ul {
  list-style: disc;
}
ul li::marker {
  color: #aaa;
}

ol {
  list-style: decimal;
  line-height: 1.8em;
}

li > ul,
li > ol {
  margin: 0.5em auto;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.dropdown-menu {
  padding: 0.75em 1.5em;
  border-radius: 3px;
  border: 1px solid #f8f8f8;
}
ul.dropdown-menu li > a {
  padding: 0.25em 0;
}
ul.dropdown-menu li > a:hover {
  background-color: transparent;
  color: #555;
}

.link-list {
  padding: 1em;
  border-top: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  list-style-type: none;
}
.link-list a {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  border-bottom: none;
}

.table-of-contents {
  list-style-type: none;
  padding: 0;
}
.table-of-contents li {
  padding: 0;
}
.table-of-contents li a {
  color: #aaa;
  font-size: 0.9em;
}
.table-of-contents li a:hover {
  color: #333;
}
.table-of-contents li.current a {
  color: #4c4ccf;
  font-weight: 600;
  border-left: 3px solid #4c4ccf;
  padding: 0 0 0 0.5em;
}
.table-of-contents li.current a:hover {
  color: #5C5CFF;
  border-left-color: #5C5CFF;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

a {
  cursor: pointer;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-footer a {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  border-bottom: none;
}

.vertical-center {
  position: absolute;
  margin: 0 auto;
}

.row-eq-height {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
.lwp-button {
  border: none;
  border-color: #4c4ccf;
  border-radius: 3px;
  background: #4c4ccf;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  padding: 1em;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.lwp-button:hover {
  border-color: #5C5CFF;
  background-color: #5C5CFF;
  color: #fff;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.lwp-button:active,
.lwp-button:focus {
  border-color: #5C5CFF;
  color: #5C5CFF;
}
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited,
.lwp-button:visited {
  color: #5C5CFF;
}
button:visited:hover,
input[type=button]:visited:hover,
input[type=reset]:visited:hover,
input[type=submit]:visited:hover,
.lwp-button:visited:hover {
  color: #fff;
}

.lwp-button-purple {
  background: #4c4ccf;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  padding: 1em;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
}
.lwp-button-purple:hover, .lwp-button-purple:active, .lwp-button-purple:focus, .lwp-button-purple:visited {
  background: #5C5CFF;
  color: #fff;
}

.lwp-button-white {
  background: #fff;
  color: #4c4ccf;
  border-radius: 3px;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  padding: 1em;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
}
.lwp-button-white:hover, .lwp-button-white:active, .lwp-button-white:focus {
  background: #f8f8f8;
  color: #5C5CFF;
}

.lwp-button-block {
  display: block;
  text-align: center;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #555;
  border: 1px solid #aaa;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #aaa;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

input :focus, button :focus {
  outline: 0;
}

.wpforms-field-label {
  font-family: "Work Sans", Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
}

.wpforms-submit {
  border: none !important;
  border-radius: 3px !important;
  background: #4c4ccf !important;
  color: #fff !important;
  font-size: 1em !important;
  line-height: 1;
  font-family: "Work Sans", Helvetica, Arial, sans-serif !important;
  padding: 1em !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}
.wpforms-submit:hover {
  border-color: #5C5CFF !important;
  background-color: #5C5CFF !important;
  color: #f8f8f8 !important;
  border: none !important;
}
.wpforms-submit:active, .wpforms-submit:focus {
  border-color: #5C5CFF !important;
  color: #fff !important;
}
.wpforms-submit:visited {
  color: #fff !important;
}

.wpforms-container input:not([type=submit]) {
  padding: 0.75em !important;
  min-height: 50px !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.wpforms-container input[type=text] {
  height: 50px !important;
}
.wpforms-container select {
  height: 50px !important;
}
.wpforms-container textarea {
  padding: 0.75em !important;
}
.wpforms-container .wpforms-error {
  font-family: "Work Sans", Helvetica, Arial, sans-serif !important;
}

.entry-content form {
  max-width: 650px;
  margin: 0 auto;
  /*button[type="submit"] {
  	background-color: $mogador;
  	color: $white;
  	border: none;
  	border-radius: 3px;
  }*/
}
.entry-content form p {
  padding: 0;
  color: #555;
  font-weight: 700;
  font-size: 1em;
}
.entry-content form input:not([type=submit]) {
  width: 100%;
  margin: 0.25em 0;
  padding: 0.5em;
  border-radius: 3px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* navigation.scss */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4c4ccf;
  text-decoration: none;
}
a:visited {
  color: #4c4ccf;
}
a:hover, a:focus, a:active {
  color: #5C5CFF;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a .screen-reader-text {
  border-bottom: none !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  /* Mobile version */
  /* Hide wordmark on certain breakpoint */
  clear: both;
  float: left;
  width: 100%;
  padding: 10px;
}
@media only screen and (max-width: 1080px) {
  .main-navigation .nav-wordmark {
    display: none !important;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: fixed;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  border-bottom: none;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  border-bottom: none;
}

/* Upper nav bar */
#upper-navigation {
  background: #333;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}
#upper-navigation ul {
  list-style: none;
  margin-bottom: 0;
}
#upper-navigation ul li {
  margin: 0.25em 0.5em;
  float: left;
}
#upper-navigation ul a {
  text-transform: uppercase;
  color: #ddd;
}
#upper-navigation ul a:hover {
  color: #f8f8f8;
}

/* Main (white) site nav */
#site-navigation {
  background: #fff;
  border-bottom: 1px solid #f8f8f8;
  padding: 10px;
  z-index: 1000;
  /* Show only dark wordmark normally */
  /* Button for mobile menu */
  /* Sub menus */
  /* Search form */
}
@media only screen and (max-width: 768px) {
  #site-navigation {
    background-color: transparent;
    border: none;
  }
  #site-navigation .wordmark {
    opacity: 0;
    pointer-events: none;
  }
}
#site-navigation a.wordmark-link {
  border-bottom: none !important;
}
#site-navigation .nav-wordmark {
  float: left;
  width: 250px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 2px;
}
#site-navigation .nav-wordmark:hover {
  opacity: 0.9;
}
#site-navigation #lwp-nav-wordmark-light {
  display: none;
}
#site-navigation #lwp-nav-wordmark-dark {
  display: block;
}
#site-navigation #mega-menu-wrap-header-menu {
  margin: 5px;
}
#site-navigation .menu-toggle {
  border: 0;
  font-size: 1em;
  box-shadow: none;
  padding: 0;
  float: left;
  margin-right: 1.5em;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background: #4c4ccf;
  border-radius: 0;
  display: none;
}
#site-navigation .menu-toggle i {
  color: #fff !important;
}
#site-navigation .menu-toggle:hover, #site-navigation .menu-toggle:focus, #site-navigation .menu-toggle:active {
  background-color: #5C5CFF;
  color: #fff;
  outline: 0;
}
#site-navigation ul.menu {
  height: 100%;
  margin-top: 10px;
}
#site-navigation ul.menu li.menu-item {
  /* Mobile list items */
  /* Fixed padding for medium screens */
  letter-spacing: 0.5px;
  /*padding: 10px 20px;*/
  padding: 10px;
}
@media only screen and (max-width: 600px) {
  #site-navigation ul.menu li.menu-item {
    display: block;
    float: none;
    padding: 5px 0;
  }
  #site-navigation ul.menu li.menu-item a {
    color: #333 !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  #site-navigation ul.menu li.menu-item {
    padding: 10px;
  }
}
#site-navigation ul.menu li.menu-item a {
  color: #333;
  text-transform: uppercase;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-bottom: none;
}
#site-navigation ul.menu li.menu-item a:hover {
  color: #555;
}
#site-navigation ul.menu .current-menu-item {
  /* Mobile list items */
}
@media only screen and (max-width: 600px) {
  #site-navigation ul.menu .current-menu-item {
    border-bottom: none !important;
    background-color: transparent !important;
  }
  #site-navigation ul.menu .current-menu-item a {
    color: #4c4ccf !important;
  }
}
#site-navigation ul.menu .current-menu-item a {
  font-weight: 700;
  border-bottom: 2px solid #4c4ccf !important;
}
#site-navigation ul.children {
  display: block;
  float: none;
  clear: both;
  left: 0;
  position: relative;
  background-color: #fff;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#site-navigation ul.children li {
  margin: 0 !important;
  padding: 0;
  padding: 10px;
}
#site-navigation ul.children li:hover {
  background-color: #4c4ccf;
}
#site-navigation ul.children li:hover a {
  color: #fff;
}
#site-navigation ul.children ul {
  left: 100%;
  top: 0;
}
#site-navigation #search_form {
  float: right;
  margin-top: -5px;
}
#site-navigation #search_form input[type=text] {
  border-radius: 50px;
  padding: 0.25em 0.75em;
  border: 1px solid #ddd;
}
#site-navigation #search_form button.submit {
  border-radius: 100px;
  border: 1px solid #ddd;
  font-size: 0.8em;
  background-color: #fff;
  box-shadow: none;
  text-shadow: none;
  color: #aaa;
  padding: 0.5em;
  width: 34px;
  height: 34px;
  margin-top: -5px;
  position: relative;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
#site-navigation #search_form button.submit i {
  top: -1px;
  position: relative;
}
#site-navigation #search_form button.submit:hover {
  color: #4c4ccf;
}

#site-navigation.transparent {
  background-color: transparent;
  border-bottom: none;
  border-color: #f8f8f8;
  /* Show only light wordmark*/
  /* Gradient background for clarity */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
  box-shadow: none;
}
#site-navigation.transparent #lwp-nav-wordmark-dark {
  display: none;
}
#site-navigation.transparent #lwp-nav-wordmark-light {
  display: block;
}
#site-navigation.transparent .current-menu-item {
  border-bottom: none;
}
#site-navigation.transparent li.menu-item a {
  color: #fff !important;
  /*text-shadow: 0px 0px 10px $dark_grey;*/
}
#site-navigation.transparent li.menu-item a:hover {
  color: #ddd !important;
  cursor: pointer;
}
#site-navigation.transparent #social-header a {
  color: #fff;
  text-shadow: 0px 0px 10px #969696;
}
#site-navigation.transparent #social-header a:hover {
  color: #f8f8f8;
}
#site-navigation.transparent .lwp-submenu {
  top: -3px !important;
}

#site-navigation.scrolled {
  background: #fff;
  border-bottom: 1px solid #f8f8f8;
  /* Show only dark wordmark*/
}
#site-navigation.scrolled #lwp-nav-wordmark-dark {
  display: block !important;
}
#site-navigation.scrolled #lwp-nav-wordmark-light {
  display: none !important;
}
#site-navigation.scrolled li.menu-item a {
  color: #333 !important;
}
#site-navigation.scrolled li.menu-item a:hover {
  color: #aaa !important;
}
#site-navigation.scrolled .mega-menu-link {
  color: #333 !important;
}
#site-navigation.scrolled .mega-menu-link:hover {
  color: #aaa !important;
}

#site-navigation.no-transparent .mega-menu-link {
  color: #333 !important;
}
#site-navigation.no-transparent .mega-menu-link:hover {
  color: #aaa !important;
}

.lwp-submenu {
  /* Mobile version */
  color: #fff;
  position: fixed;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: -1.25em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1000;
  /*display: none;*/
  /* To animate appearance */
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
@media only screen and (max-width: 600px) {
  .lwp-submenu {
    display: none;
  }
}
.lwp-submenu div.region {
  /* Tablet version */
  padding: 2em 1em;
  display: inline-block;
  text-align: left;
  max-width: 150px;
}
@media only screen and (max-width: 900px) {
  .lwp-submenu div.region {
    padding: 2em 1em;
  }
}
.lwp-submenu div.region h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  border-bottom: 2px solid #4c4ccf;
  padding-bottom: 0.5em;
  letter-spacing: 1px;
}
.lwp-submenu div.region ul.ti-sub-menu, .lwp-submenu div.region ul.places-sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
  top: 0;
  left: 0;
  right: 0;
}
.lwp-submenu div.region ul.ti-sub-menu a, .lwp-submenu div.region ul.places-sub-menu a {
  border-bottom: none !important;
}
.lwp-submenu div.region ul.ti-sub-menu li.ti-sub-menu-item, .lwp-submenu div.region ul.ti-sub-menu li.places-sub-menu-item, .lwp-submenu div.region ul.places-sub-menu li.ti-sub-menu-item, .lwp-submenu div.region ul.places-sub-menu li.places-sub-menu-item {
  padding: 0.25em;
  display: block;
  float: none;
}
.lwp-submenu div.region ul.ti-sub-menu li.ti-sub-menu-item a.ti-sub-link, .lwp-submenu div.region ul.ti-sub-menu li.ti-sub-menu-item a.places-sub-link, .lwp-submenu div.region ul.ti-sub-menu li.places-sub-menu-item a.ti-sub-link, .lwp-submenu div.region ul.ti-sub-menu li.places-sub-menu-item a.places-sub-link, .lwp-submenu div.region ul.places-sub-menu li.ti-sub-menu-item a.ti-sub-link, .lwp-submenu div.region ul.places-sub-menu li.ti-sub-menu-item a.places-sub-link, .lwp-submenu div.region ul.places-sub-menu li.places-sub-menu-item a.ti-sub-link, .lwp-submenu div.region ul.places-sub-menu li.places-sub-menu-item a.places-sub-link {
  border-bottom: none;
  text-decoration: none;
  color: #fff !important;
  text-transform: none !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}
.lwp-submenu div.region ul.ti-sub-menu li.ti-sub-menu-item a.ti-sub-link:visited, .lwp-submenu div.region ul.ti-sub-menu li.ti-sub-menu-item a.places-sub-link:visited, .lwp-submenu div.region ul.ti-sub-menu li.places-sub-menu-item a.ti-sub-link:visited, .lwp-submenu div.region ul.ti-sub-menu li.places-sub-menu-item a.places-sub-link:visited, .lwp-submenu div.region ul.places-sub-menu li.ti-sub-menu-item a.ti-sub-link:visited, .lwp-submenu div.region ul.places-sub-menu li.ti-sub-menu-item a.places-sub-link:visited, .lwp-submenu div.region ul.places-sub-menu li.places-sub-menu-item a.ti-sub-link:visited, .lwp-submenu div.region ul.places-sub-menu li.places-sub-menu-item a.places-sub-link:visited {
  color: #fff;
}
.lwp-submenu div.region ul.ti-sub-menu li.ti-sub-menu-item a.ti-sub-link:hover, .lwp-submenu div.region ul.ti-sub-menu li.ti-sub-menu-item a.places-sub-link:hover, .lwp-submenu div.region ul.ti-sub-menu li.places-sub-menu-item a.ti-sub-link:hover, .lwp-submenu div.region ul.ti-sub-menu li.places-sub-menu-item a.places-sub-link:hover, .lwp-submenu div.region ul.places-sub-menu li.ti-sub-menu-item a.ti-sub-link:hover, .lwp-submenu div.region ul.places-sub-menu li.ti-sub-menu-item a.places-sub-link:hover, .lwp-submenu div.region ul.places-sub-menu li.places-sub-menu-item a.ti-sub-link:hover, .lwp-submenu div.region ul.places-sub-menu li.places-sub-menu-item a.places-sub-link:hover {
  color: #ddd !important;
}

.submenu-inner {
  background-color: #333;
  padding: 0 1em;
  /* If not transparent*/
  margin-top: 29px;
}

nav.transparent {
  /* Extra padding if dropdown */
}
nav.transparent .lwp-submenu {
  pointer-events: none;
}
nav.transparent .submenu-inner {
  margin-top: 70px;
  pointer-events: all;
}
nav.transparent #menu-item-13131 {
  /*padding-bottom: 2em !important;*/
}

@media (max-width: 600px) {
  #mailchimp-top-bar {
    display: none !important;
  }

  .menu-main-container {
    background-color: #fff;
    position: absolute;
    z-index: -1;
    left: 48px;
    top: 0;
    padding: 0;
    /*display: none;*/
    -webkit-box-shadow: 1px 1px 44px 1px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 1px 1px 44px 1px rgba(51, 51, 51, 0.2);
    box-shadow: 1px 1px 44px 1px rgba(51, 51, 51, 0.2);
  }
  .menu-main-container ul#primary-menu {
    padding: 0.5em;
    font-size: 1.6em;
  }

  .nav-margin {
    margin-top: 0 !important;
  }
}
/* Account for nav bar height with page content */
.nav-margin {
  margin-top: 70px;
}

.mctb {
  z-index: 0 !important;
  pointer-events: none !important;
}

.mctb-bar {
  padding: 6.75px 7.5px !important;
  pointer-events: all !important;
}

.mctb-close {
  pointer-events: all !important;
  padding: 9px 15px !important;
  font-size: 18px !important;
  margin-right: 0px !important;
  top: 2px !important;
}

/* Hide previous/next post links */
.post-navigation {
  display: none;
}

/* Posts navigation (until load more) */
.posts-navigation {
  margin: 0 !important;
  padding: 1em;
  background-color: #4c4ccf;
}
.posts-navigation a {
  border-bottom: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.5px;
}
.posts-navigation a:hover {
  color: #ddd;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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: #333;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 2em 0 1.5em 0;
  padding: 0;
  /* Make last widget (long ad) sticky */
  /* Make sure select elements fit in widgets. */
}
.widget:first-of-type {
  margin-top: 0;
}
.widget:last-of-type {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.widget select {
  max-width: 100%;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #aaa;
  font-size: 0.9em;
}
.widget input {
  width: 100%;
  margin: 0.25em 0;
  padding: 0.5em;
}
.widget input[type=submit] {
  margin-top: 0.25em;
  padding: 0.75em;
}
.widget .sbi_load_btn, .widget .sbi_follow_btn {
  padding: 0.75em 1em !important;
  font-size: 1em !important;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

.to-pin-widget {
  text-align: center;
}
.to-pin-widget h1, .to-pin-widget h2, .to-pin-widget h3, .to-pin-widget h4, .to-pin-widget h5, .to-pin-widget h6 {
  text-align: left;
}
.to-pin-widget .travel-info-pin {
  /*max-height: 275px;*/
}

/* Google Ads */
.adsbygoogle {
  background-color: transparent;
  max-height: 250px;
}

/* Mailchimp signup form widget */
.mc4wp-form-fields p {
  margin: 0 !important;
}

/* Related posts widget */
.rpwwt-widget a {
  font-size: 1em;
  color: #555 !important;
  border-bottom: none !important;
}

/* Easy social share follow */
.essbfc-followers-count {
  font-size: 1.2em !important;
  margin-top: 0.5em !important;
}

/* Get your guide */
.lwp-gyg-widget {
  max-width: 650px !important;
  margin: 0 auto 2em auto !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blog post previews
--------------------------------------------------------------*/
/* Forces columns to be the same height */
/*.blog-previews {
    display: table;
}*/
.cat-content {
  background-color: #f8f8f8;
}

.blog-previews {
  /* Mobile */
  background-color: #f8f8f8;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 6em 4em 2em 4em;
}
@media only screen and (max-width: 600px) {
  .blog-previews {
    padding: 2em 1em 1em 1em;
  }
}

div.preview-header {
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 61.8%;
  min-height: 400px;
  transition: all 0.3s ease-in-out;
}
div.preview-header:hover {
  opacity: 0.9;
  transform: scale3d(1.03, 1.03, 1.03);
}

.post-preview {
  margin-bottom: 1.75em;
  /* Mobile */
}
.post-preview article {
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .post-preview {
    border-right: none;
  }
}
.post-preview .entry-meta {
  pointer-events: none;
  /*So whole article element is clickable*/
  color: #aaa;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 8em 1.5em 1.5em 1.5em;
  margin-bottom: 0;
  text-align: left;
  background: -moz-linear-gradient(0deg, rgba(51, 51, 51, 0.9290091036) 22%, rgba(51, 51, 51, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(51, 51, 51, 0.9290091036) 22%, rgba(51, 51, 51, 0) 100%);
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.9290091036) 22%, rgba(51, 51, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
}
.post-preview .entry-meta h1, .post-preview .entry-meta h2, .post-preview .entry-meta h3 {
  color: #fff;
  line-height: 1.1em;
  font-size: 1.6em;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
.post-preview .entry-meta h1:hover, .post-preview .entry-meta h2:hover, .post-preview .entry-meta h3:hover {
  color: #ddd;
}
.post-preview .entry-meta i {
  color: #aaa;
  position: relative;
  top: -1px;
  font-size: 0.9em;
}
.post-preview .entry-meta a {
  color: #aaa;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
.post-preview .entry-meta a:hover {
  color: #555;
}

.recent-post-preview h1 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  color: #333;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  /*margin: 0 0 1.5em;*/
  margin: 0 auto;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* ==== Blog page post previews */
.more-link {
  padding: 10px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: none;
  font-size: 0.7em;
  border-radius: 2px;
  background-color: #4c4ccf;
  color: #fff;
  float: right;
}
.more-link:visited {
  color: #fff;
}

.blog-content .entry-title {
  font-size: 1.6em;
}
.blog-content .blog-posts-divider {
  width: 61.8%;
  border-bottom: 2px dotted #ddd;
  margin: 2.5em auto;
  text-align: center;
}

/* ==== Single posts ==== */
.post-header-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #333;
  text-align: center;
  color: #fff;
  position: relative;
  /* Vertical/horizontal centering of content */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: -100;
  /* Header image for post */
}
@media screen and (max-width: 600px) {
  .post-header-wrapper .post-header {
    padding: 0 2em;
  }
  .post-header-wrapper .entry-title {
    font-size: 2em;
  }
}
.post-header-wrapper picture {
  width: 100vw;
  height: 100vh;
  position: absolute;
}
.post-header-wrapper img {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.post-header-wrapper .post-header {
  max-width: 750px;
  z-index: 100;
  min-height: 200px;
  height: fit-content;
}
.post-header-wrapper .post-header h1 {
  font-size: 2.5em;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.5);
}
.post-header-wrapper .post-meta {
  text-transform: uppercase;
  margin-top: 5em;
  font-size: 0.9em;
  color: #f8f8f8;
  letter-spacing: 0.5px;
}

.post-header-wrapper-mobile {
  background: #4c4ccf;
  text-align: center;
  padding: 4em 0 0em 0;
  color: #fff;
  min-height: 600px;
}
.post-header-wrapper-mobile .entry-title {
  font-size: 1.8em;
  padding: 0.5em;
}
.post-header-wrapper-mobile .post-meta {
  text-transform: uppercase;
  margin: 1em auto 2em auto;
  font-size: 0.8em;
  color: #f8f8f8;
  letter-spacing: 0.5px;
}
.post-header-wrapper-mobile img {
  position: relative;
  top: 0.5em;
  height: 350px;
  object-fit: cover;
  background: #333;
}

.lwp-content {
  background-color: #fff;
}

/* Modifications for posts with sidebars */
.main-sidebar {
  /* Post content */
}
.main-sidebar .post-header {
  margin-bottom: 0 !important;
}
.main-sidebar .sidebar-post-content-wrapper {
  display: table;
  width: 100%;
  background-color: #fff;
}
.main-sidebar .lwp-content {
  display: table-cell;
  vertical-align: top;
}
.main-sidebar .lwp-post-sidebar {
  display: table-cell;
  max-width: 350px;
  padding: 1.5em;
  border-left: 1px solid #ddd;
}

/* Single post content */
article.single-post {
  /*width: $post_width;
  margin: 0 auto;*/
  position: relative;
  z-index: 100;
  background: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
  /* Post title */
  /* Posted on */
}
@media only screen and (max-width: 650px) {
  article.single-post {
    padding: 2em 1em 2em 1em;
    /* Pin images */
  }
  article.single-post h1 {
    font-size: 1.8em !important;
  }
  article.single-post h2 {
    font-size: 1.6em !important;
  }
  article.single-post h3 {
    font-size: 1.5em !important;
  }
  article.single-post h4 {
    font-size: 1.4em !important;
  }
  article.single-post h1, article.single-post h2, article.single-post h3, article.single-post h4, article.single-post h5, article.single-post h6, article.single-post figcaption {
    /*padding: 0 0.5em !important;*/
  }
  article.single-post p {
    /*padding: 0 0.5em 0.5em 0.5em !important;*/
  }
  article.single-post blockquote {
    margin: 1em !important;
  }
  article.single-post .lwp-pinthis {
    max-width: 62%;
  }
  article.single-post .wp-caption-text {
    text-align: left;
  }
  article.single-post .intro {
    text-align: left;
  }
}
article.single-post h1, article.single-post h2, article.single-post h3, article.single-post h4, article.single-post h5, article.single-post h6 {
  max-width: 650px;
  margin: 1em auto;
  line-height: 1.3em;
}
article.single-post h4, article.single-post h5, article.single-post h6 {
  color: #555;
  /*font-family: $sans;*/
  font-family: "Lora", Georgia, serif;
}
article.single-post p {
  padding-bottom: 0.5em;
  max-width: 650px;
  margin: 0 auto 1em auto;
  line-height: 1.8em;
  /*padding-left: 32px;
  padding-right: 32px;*/
  font-family: "Lora", Georgia, serif;
  letter-spacing: 0;
}
article.single-post blockquote p {
  padding: 1.5em;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  /*border-left: 0.5em solid $mogador;*/
  background: #ffdc522b;
}
article.single-post blockquote p:hover {
  background-color: #ffdc5236;
}
article.single-post h1 {
  font-weight: 700;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 0.5em;
  color: #333;
  line-height: 1em;
}
article.single-post ul, article.single-post ol {
  max-width: 650px;
  margin: 1em auto;
  line-height: 1.8em;
  font-family: "Lora", Georgia, serif;
  letter-spacing: 0;
}
article.single-post li ul {
  margin: 0 auto;
}
article.single-post img {
  margin: 1em auto;
  background-color: #f8f8f8;
}
article.single-post .entry-meta {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 0.25em;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
}
article.single-post .entry-meta a {
  color: #aaa;
}
article.single-post .entry-meta a :hover {
  color: #4c4ccf;
}
article.single-post .entry-content {
  position: relative;
  /* For any use of columns within post */
  /* Columns of photos width of post */
  /* For affiliate product mentions */
}
article.single-post .entry-content h1, article.single-post .entry-content h2, article.single-post .entry-content h3 {
  font-family: "Lora", Georgia, serif !important;
}
article.single-post .entry-content a {
  border-bottom: 2px solid #eee;
}
article.single-post .entry-content a:hover {
  border-bottom: 2px solid #f8f8f8;
}
article.single-post .entry-content .intro {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.6em;
  color: #555;
}
article.single-post .entry-content .post-img {
  /*max-width: none !important;
  width: 100vw;*/
  margin-top: 1.5em;
}
article.single-post .entry-content picture {
  text-align: center;
}
article.single-post .entry-content .wp-caption {
  width: 100% !important;
  max-width: 1024px !important;
  text-align: center;
  position: relative;
}
article.single-post .entry-content .wp-caption img {
  margin-bottom: 0em !important;
}
article.single-post .entry-content .wp-caption-text {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 0.9em;
  margin: 1em auto 3em auto;
  text-align: center;
}
article.single-post .entry-content .wp-caption-text a {
  color: #aaa;
  font-weight: bold;
}
article.single-post .entry-content .wp-caption-text a:hover {
  color: #4c4ccf;
}
article.single-post .entry-content .post-row, article.single-post .entry-content .photo-row, article.single-post .entry-content .pinterest-row {
  max-width: 650px;
  margin: 0 auto;
}
article.single-post .entry-content .photo-row div:first-child {
  padding-left: 0;
}
article.single-post .entry-content .photo-row div:last-child {
  padding-right: 0;
}
article.single-post .entry-content .pinterest-row a {
  border-bottom: none;
}
article.single-post .entry-content .pinterest-row img {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
article.single-post .entry-content .pinterest-row img:hover {
  opacity: 0.9;
}
article.single-post .entry-content .product-row {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  /* Col with image */
}
article.single-post .entry-content .product-row .product-img a {
  border-bottom: none !important;
}
article.single-post .entry-content .product-row .product-img a:hover {
  opacity: 0.9;
}
article.single-post .entry-content .product-row .product-img img {
  margin: 0 auto !important;
}
article.single-post .entry-content .product-row .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 1.5em;
}
article.single-post .entry-content .product-row .product-info h1, article.single-post .entry-content .product-row .product-info h2, article.single-post .entry-content .product-row .product-info h3, article.single-post .entry-content .product-row .product-info h4, article.single-post .entry-content .product-row .product-info h5, article.single-post .entry-content .product-row .product-info h6, article.single-post .entry-content .product-row .product-info p {
  font-family: "Work Sans", Helvetica, Arial, sans-serif !important;
}
article.single-post .entry-content .product-row .product-info p {
  font-size: 0.9em;
  margin: 0.25em 0;
}
article.single-post .entry-content .product-row .product-info h5, article.single-post .entry-content .product-row .product-info h6 {
  font-size: 1.1em;
  margin: 0 0 0.25em 0;
}
article.single-post .entry-content .product-row .product-info a {
  border-bottom: none !important;
}
article.single-post .entry-content .product-row .product-info .lwp-button {
  margin-top: 1em;
}
article.single-post .entry-content form {
  max-width: 650px;
  margin: 0 auto 2em auto;
}
article.single-post .entry-content form p {
  padding: 0;
  color: #555;
  font-weight: 700;
  font-size: 1em;
}
article.single-post .entry-content form input:not([type=submit]) {
  width: 100%;
  margin: 0.25em 0;
  padding: 0.5em;
}
article.single-post .entry-content form button[type=submit] {
  background-color: #4c4ccf;
  color: #fff;
  border: none;
  border-radius: 3px;
}
article.single-post ul.post-tags {
  list-style: none;
  text-align: center;
  max-width: 650px;
  margin: 1em auto;
  padding: 0 !important;
}
article.single-post .post-tags li {
  display: inline;
  margin-right: 5px;
  background-color: #f8f8f8;
  padding: 0.5em;
  border-radius: 2px;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}
article.single-post .post-tags li :hover {
  color: #ddd;
}
article.single-post .post-tags li a {
  color: #aaa;
  border-bottom: none;
}

/* Extra post content */
.lwp-comments-wrapper {
  position: relative;
  margin: -2em auto;
  padding: 2em 0;
  background: #fff;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.lazyloading {
  background-color: #f8f8f8;
}

/* Modifications for eVision Responsive column layout shortcodes plugin
	https://wordpress.org/plugins/wens-responsive-column-layout-shortcodes/installation/*/
.one_third {
  margin-left: 2% !important;
  margin-right: 0 !important;
}

.one_third_last {
  margin-left: 2% !important;
}

/* Styling for link tree in linktree.php */
.lwp-linktree {
  min-height: 97vh;
  padding-bottom: 2em;
  background: #4c4ccf;
}
.lwp-linktree .linktree-header {
  padding: 4em 1em 0 1em;
  max-width: 300px;
  margin: 0 auto;
}
.lwp-linktree .linktree-header a {
  border: none;
}
.lwp-linktree .lwp-content {
  width: 100vw;
  background: transparent !important;
}
.lwp-linktree h1, .lwp-linktree h2, .lwp-linktree h3, .lwp-linktree h4, .lwp-linktree h5, .lwp-linktree h6 {
  color: #fff;
  text-align: center;
}
.lwp-linktree p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}
.lwp-linktree p a {
  border-bottom: 2px solid #5C5CFF;
  font-weight: bold;
  color: #fff;
}
.lwp-linktree p a:hover {
  color: #fff !important;
}
.lwp-linktree p a:visited {
  background-color: #f8f8f8;
  color: #5C5CFF !important;
}
.lwp-linktree p a.outside-tree {
  color: #fff;
}
.lwp-linktree .lwp-button {
  width: 100%;
  padding: 0.75em 1em;
  color: #4c4ccf;
  background: #fff;
  white-space: normal;
  line-height: 1.3em;
  border: none;
  max-width: 650px;
}
.lwp-linktree .lwp-button:hover {
  background-color: #5C5CFF;
  color: #f8f8f8;
}
.lwp-linktree .lwp-button:visited {
  background-color: #f8f8f8;
  color: #4c4ccf;
}

.front-page {
  /* Top destinations */
}
.front-page h3 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaa;
  font-weight: 400;
  margin-bottom: 1.5em;
  font-size: 1em;
}
.front-page .front-header-wrapper {
  /* Mobile */
  /* iPad Portrait */
  background-color: #333;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* The background image */
  /* The SVG wordmark */
}
@media only screen and (max-width: 600px) {
  .front-page .front-header-wrapper {
    /*height: 62vh !important;*/
  }
  .front-page .front-header-wrapper .front-header-image {
    background: url(https://www.lostwithpurpose.com/wp-content/uploads/2018/02/DSC_5979.jpg) no-repeat 25% center top fixed !important;
    /*height: 62vh !important;*/
  }
  .front-page .front-header-wrapper .header-wordmark {
    display: none !important;
  }
  .front-page .front-header-wrapper .header-wordmark-mobile {
    display: flex !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .front-page .front-header-wrapper .header-wordmark {
    display: none !important;
  }
  .front-page .front-header-wrapper .header-wordmark-mobile {
    display: flex !important;
  }
}
.front-page .front-header-wrapper .front-header-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  text-align: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  /*opacity: 0.65;*/
}
.front-page .front-header-wrapper .header-wordmark, .front-page .front-header-wrapper .header-wordmark-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 61.8%;
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#333')";
  -webkit-filter: drop-shadow(0px 0px 10px rgba(50, 50, 50, 0.3));
  filter: drop-shadow(0px 0px 10px rgba(50, 50, 50, 0.3));
}
.front-page .front-header-wrapper .header-wordmark-mobile {
  display: none;
}
.front-page .front-header-wrapper .lwp-tagline {
  position: relative;
  color: #fff;
  font-weight: 400;
  padding-bottom: 2em;
  font-size: 1.5em;
}
.front-page .front-header-wrapper .header-overlay {
  width: 100%;
  height: 250px;
  background-color: #333;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.front-page .front-header-wrapper a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.5px;
  font-size: 1.5em;
  z-index: 100;
}
.front-page .site-title {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.front-page .front-email-signup {
  background-color: #4c4ccf;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 1.5em;
  color: #fff;
}
.front-page .front-email-signup h2 {
  display: inline-block;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  position: relative;
  top: 5px;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .front-page .front-email-signup h2 {
    top: 0;
    margin-bottom: 0.5em;
  }
}
.front-page .front-email-signup i {
  margin: 0 0.5em;
}
@media only screen and (max-width: 600px) {
  .front-page .front-email-signup i {
    display: none;
  }
}
.front-page .front-email-signup div {
  display: inline-block;
}
.front-page .front-email-signup input[type=email] {
  padding: 0.3em 0.75em;
  margin-bottom: 0.25em;
}
.front-page .front-email-signup input[type=submit] {
  background-color: #333;
  padding: 0.5em 1em;
  margin-left: 0.5em;
}
.front-page .front-email-signup input[type=submit]:hover {
  background-color: #aaa;
}
.front-page .front-about {
  padding: 2em;
  text-align: center;
}
.front-page .front-about button {
  background-color: #333;
}
.front-page .front-about a {
  border-bottom: none;
  font-weight: 700;
}
.front-page .front-about img {
  padding: 1em;
}
.front-page .front-featured {
  padding: 1.5em 0;
  margin-bottom: 2em;
  text-align: center;
  background-color: #fff;
}
.front-page .front-featured h3 {
  text-align: center !important;
}
.front-page .front-featured img {
  width: 100%;
  max-width: 750px;
}
.front-page .front-recent {
  background-color: #f8f8f8;
  text-align: center;
  padding: 3em 0;
}
@media only screen and (max-width: 600px) {
  .front-page .front-recent .col-xs-12 {
    padding: 0;
  }
  .front-page .front-recent h1 {
    padding: 0 0.25em;
  }
}
.front-page .front-recent .entry-header {
  position: relative;
}
.front-page .front-recent .entry-title {
  line-height: 1.3em;
  font-size: 1.6em;
}
.front-page .front-map {
  text-align: center;
  padding: 1.5em 0;
}
.front-page .top-destinations {
  text-align: center;
  padding: 1.5em 0 1em 0;
}
@media screen and (max-width: 600px) {
  .front-page .top-destinations {
    padding: 0.75em !important;
  }
  .front-page .top-destinations .to-country-preview {
    margin-bottom: 1em;
  }
  .front-page .top-destinations .to-preview-image {
    margin: 0 !important;
  }
}
.front-page .top-destinations .to-country-preview {
  min-height: 400px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.front-page .top-destinations .to-country-preview a {
  color: #fff;
  text-shadow: 0 1px 15px rgba(50, 50, 50, 0.8);
}
.front-page .top-destinations .to-country-preview a:visited {
  color: #fff;
}
.front-page .top-destinations .to-country-preview a:hover {
  /*color: $light-grey;*/
}
.front-page .top-destinations .to-country-preview div.name {
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1em;
  font-size: 2.2em;
  pointer-events: none;
}
.front-page .top-destinations .to-country-preview:first-of-type .to-preview-image {
  margin-left: 0 !important;
}
.front-page .top-destinations .to-preview-wrapper {
  background: #333;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  margin: 0 5px;
}
.front-page .top-destinations .to-preview-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  /*margin-top: 10px;
  margin-left: 10px;*/
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.front-page .top-destinations .to-preview-image:hover {
  opacity: 1;
  transform: scale3d(1.02, 1.02, 1.02);
}
.front-page .front-top-posts {
  background-color: #f8f8f8;
  text-align: center;
  padding: 1.5em 0;
}
@media screen and (max-width: 600px) {
  .front-page .front-top-posts h3 {
    margin-top: 1em !important;
  }
  .front-page .front-top-posts .top-post-wrapper {
    height: auto !important;
    padding: 1.5em 1.5em 2.5em 1.5em;
  }
  .front-page .front-top-posts .top-post {
    margin-bottom: 3em !important;
  }
}
.front-page .front-top-posts .top-post {
  margin-bottom: 1.5em;
}
.front-page .front-top-posts .top-post .top-post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 300px;
  transition: all 0.3s ease-in-out;
}
.front-page .front-top-posts .top-post .top-post-image:hover {
  opacity: 0.9;
  transform: scale3d(1.03, 1.03, 1.03);
}
.front-page .front-top-posts .top-post .top-post-wrapper {
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* stack flex items vertically */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
  /* center items horizontally, in this case */
  height: 300px;
  background: #fff;
  padding: 1.5em;
}
.front-page .front-top-posts .top-post .top-post-content {
  text-align: left;
}
.front-page .front-top-posts .top-post .top-post-content h3 {
  font-size: 1.6em;
  color: #333;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3em;
  margin-top: 0;
}
.front-page .front-top-posts .top-post .top-post-content h3:hover {
  color: #555;
}
.front-page .front-top-posts .top-post .top-post-content p {
  text-align: left !important;
  color: #555;
}
.front-page .front-top-posts .top-post .top-post-content p:last-of-type {
  margin-bottom: 0;
}
.front-page .front-top-posts .top-post .top-post-content em {
  font-style: normal !important;
  color: #555;
}
.front-page .front-top-posts .top-post .top-post-content span {
  color: #555 !important;
}
.front-page .front-top-posts .top-post .top-post-content .lwp-read-more {
  font-weight: 600 !important;
  border-bottom: none !important;
}
.front-page .front-top-posts .top-post .top-post-content i {
  margin-left: 0.35em;
  color: #aaa;
  font-size: 0.9em;
}
/* Style for a single country archive/category */
.country {
  /* Posts for planning, inspo */
}
@media only screen and (max-width: 600px) {
  .country .top-post-text:hover {
    opacity: 0.9;
    margin-top: 0;
  }
  .country .country-name {
    font-size: 2.5em !important;
    margin-top: 0;
  }
  .country #planning-posts {
    padding: 0 1em;
  }
  .country .blog-previews {
    padding: 2em 1em 1em 1em !important;
  }
  .country .header-image {
    background-size: cover !important;
    height: 100vh !important;
  }
}
.country .country-archive-header {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: #aaa;
  font-weight: 400;
  padding: 1em;
  font-size: 1.1em;
  margin-top: 3em;
}
.country .country-ti {
  background-color: #4c4ccf;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 1em;
  color: #fff;
  font-size: 1em;
}
.country .country-ti a {
  color: #fff;
  font-weight: 600;
  border-bottom: none;
}
.country .country-ti a:hover {
  color: #ddd;
}
.country .country-ti i {
  margin: 0 0.5em;
}
@media only screen and (max-width: 600px) {
  .country .country-ti i {
    display: none;
  }
}
.country .header-wrapper {
  background-color: #6d522b;
  width: 100%;
  height: 100vh;
  position: relative;
  text-shadow: 0px 1px 1px #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*z-index: -1000;*/
  /* The background image */
}
@media only screen and (min-width: 601px) {
  .country .header-wrapper .header-image {
    background-size: 100% !important;
  }
}
.country .header-wrapper .header-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  /*background-size: 100%;*/
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
}
.country .header-wrapper .land {
  fill: #fff !important;
  fill-opacity: 0.8;
  stroke: none;
  /*stroke-opacity: 1;
  stroke-width:0.5;*/
}
.country .header-wrapper .country-name {
  color: #fff;
  font-size: 3.5em;
  letter-spacing: 1px;
  /*margin-top: 1.7em;*/
  font-family: "Lora", Georgia, serif !important;
  margin-bottom: 0;
}
.country .header-wrapper .country-content {
  position: relative;
  /*top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;*/
  text-align: center;
  max-height: 300px;
  color: #fff;
  letter-spacing: 0.1px;
}
.country .header-wrapper .country-content p {
  font-size: 1.1em;
}
.country .header-wrapper a.country-archive-btn {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  /*text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5em;
  z-index: 100;*/
  font-weight: 700;
}
.country .header-wrapper a.country-archive-btn:hover {
  /*color: $light_grey;*/
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.country .country-top-posts {
  /*max-width: 750px;
  margin: 0 auto;*/
  padding-bottom: 2em;
}
.country .country-top-posts a {
  color: #fff;
}
.country .country-top-posts a:hover {
  color: #fff;
}
.country .country-top-posts a:visited {
  color: #fff;
}
.country #planning-posts {
  padding: 0 4em;
}
.country #inspo-posts {
  padding: 0;
}
.country .top-post-text h3 {
  font-family: "Lora", Georgia, serif !important;
  font-size: 2em;
  line-height: 1.3em;
  color: #333;
}
.country .top-post-text a:hover {
  color: #ddd;
}
.country .top-post-text:hover {
  margin-top: -0.25em;
  opacity: 0.95;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.country .top-post-visual {
  min-height: 500px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #333;
}
.country .top-post-visual .top-post-image {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.9;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.country .top-post-visual .top-post-image:hover {
  opacity: 1;
}
.country .top-post-visual .top-post-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 6em 4em 1em 4em;
  pointer-events: none;
  background: -moz-linear-gradient(0deg, rgba(51, 51, 51, 0.9290091036) 22%, rgba(51, 51, 51, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(51, 51, 51, 0.9290091036) 22%, rgba(51, 51, 51, 0) 100%);
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.9290091036) 22%, rgba(51, 51, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
}
.country .top-post-visual .top-post-content h3 {
  font-size: 1.8em;
  line-height: 1.3em;
}
.country .blog-previews {
  padding: 2em 4em;
}
.country .front-about {
  padding: 2em 0;
  text-align: center;
}
.country .front-about button {
  background-color: #333;
}
.country .front-about a {
  border-bottom: none;
  font-weight: 700;
}
.country .front-recent {
  background-color: #f8f8f8;
  text-align: center;
  padding: 1.5em 0;
}

.about {
  margin-top: 0 !important;
  /*.about-side {
  	margin-top: 2em;
  }*/
  /* Contact form */
}
@media only screen and (max-width: 600px) {
  .about .entry-content {
    padding: 0 1em !important;
  }
  .about h2 {
    margin: 1em auto !important;
  }
}
.about .entry-header h1 {
  z-index: 100;
}
.about .about-content-wrapper {
  background-color: #fff;
}
.about .about-content {
  max-width: 650px;
  margin: 0 auto;
}
.about .entry-content {
  padding: 4em 0;
  margin: 0;
  background: #fff;
}
.about .entry-content h1, .about .entry-content h2, .about .entry-content h3, .about .entry-content h4, .about .entry-content h5, .about .entry-content h6 {
  max-width: 650px;
  margin: 1.5em auto 1em auto;
}
.about .entry-content p {
  max-width: 650px;
  margin: 0 auto 1em auto;
  line-height: 1.8em;
  font-family: "Lora", Georgia, serif;
}
.about .entry-content ul, .about .entry-content ol {
  max-width: 650px;
  margin: 0 auto 1em auto;
  line-height: 1.8em;
  font-family: "Lora", Georgia, serif;
}
.about .entry-content .wp-caption {
  width: 100% !important;
  max-width: 1024px;
  padding: 0 1em;
}
.about .entry-content .wp-caption img {
  margin-bottom: 1em !important;
}
.about .entry-content .wp-caption-text {
  color: #aaa;
  font-size: 0.8em;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
  margin: 0.873em auto;
}
.about .header-image {
  height: 70vh;
}
.about .wpcf7 {
  max-width: 650px;
  margin: 0 auto;
}
.about .wpcf7 .wpcf7-submit {
  margin-top: 1em;
}

.contact h2 {
  font-size: 3em;
  font-family: "Lora", Georgia, serif !important;
}
.contact .entry-content {
  padding: 4em 0 2.5em;
}
@media only screen and (max-width: 600px) {
  .contact .entry-content {
    padding: 1em 2em 2.5em 1em;
  }
}
.contact .entry-content p {
  padding-bottom: 0.5em;
  max-width: 650px;
  margin: 0 auto 1em auto;
  line-height: 1.8em;
  font-family: "Lora", Georgia, serif;
}
.contact .entry-content h1, .contact .entry-content h2, .contact .entry-content h3, .contact .entry-content h4, .contact .entry-content h5, .contact .entry-content h6 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.contact .entry-content ul {
  margin: 0;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Lora", Georgia, serif;
}
.contact .entry-content form {
  max-width: 650px;
  margin: 0 auto;
}
.contact .entry-content form p {
  padding: 0;
  color: #555;
  font-weight: 700;
  font-size: 1em;
}
.contact .entry-content form input:not([type=submit]) {
  width: 100%;
  margin: 0.25em 0;
  padding: 0.5em;
}
.contact .contact-side {
  margin-top: 2em;
}

.error-header-image {
  position: absolute;
  z-index: -1;
  background-size: cover !important;
}
@media screen and (max-width: 600px) {
  .error-header-image {
    height: 100vh !important;
  }
}

.error-404 {
  height: 100vh;
}
@media screen and (max-width: 600px) {
  .error-404 .page-content {
    width: 350px !important;
    right: 0 !important;
    left: 0 !important;
    top: auto !important;
    margin: 1em !important;
    bottom: 1em !important;
  }
  .error-404 h1 {
    left: 0 !important;
    font-size: 2em !important;
  }
}
.error-404 .page-content {
  position: absolute;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  max-width: 500px;
  color: #fff;
  text-shadow: 1px 1px 1px #333, 0 0 15px rgba(0, 0, 0, 0.3);
}
.error-404 .page-content h1 {
  text-shadow: 0 1px 10px #323232;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 3.5em;
  margin-bottom: 0;
  position: relative;
  left: -13px;
}
.error-404 .page-content input[type=search] {
  padding: 0.6em 0.75em;
  font-weight: 400;
  position: relative;
  top: -1px;
}
.error-404 .right {
  right: 5em;
  bottom: 10em;
}
.error-404 .left {
  left: 5em;
  top: 8em;
  text-shadow: 1px 1px 1px #333, 0 0 15px rgba(0, 0, 0, 0.8);
}

.legal-content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ddd;
  font-family: "Lora", Georgia, serif;
  color: #333;
  font-size: 0.9em;
}
.legal-content main {
  max-width: 650px;
  margin: 0 auto;
  padding-top: 5em;
  padding-bottom: 2em;
}
.legal-content main h1, .legal-content main h2, .legal-content main h3 {
  color: #333;
}

@media screen and (max-width: 600px) {
  .places-archive div.name {
    font-size: 0.9em;
  }
  .places-archive .places-country-preview {
    margin-bottom: 0.5em;
  }
  .places-archive h1, .places-archive h2, .places-archive h3 {
    text-align: center;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .places-archive #iwm_map_canvas {
    margin-top: 6em;
  }
}
.places-archive .region-title {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaa;
  font-weight: 400;
  margin: 2em 0 1em 0;
  text-align: center;
  font-size: 1.5em;
}
.places-archive .places-country-preview {
  background-color: #333;
  min-height: 250px;
  position: relative;
  font-size: 1.8em;
  padding: 0;
}
.places-archive .places-country-preview:hover {
  background-color: #555;
}
.places-archive .places-country-preview a {
  color: #fff;
  text-shadow: 0px 1px 7px rgba(50, 50, 50, 0.4);
}
.places-archive .places-country-preview a:visited {
  color: #fff;
}
.places-archive .places-country-preview a:hover {
  color: #ddd;
}
.places-archive .places-country-preview div.name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1em;
}
.places-archive .places-preview-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
}

.tag-content {
  background-color: #f8f8f8;
}
.tag-content .tag-header {
  /*background-color: $mogador;*/
  text-align: center;
  padding: 70px 1em 1em 1em;
}
.tag-content .tag-header .hashtag {
  color: #4c4ccf;
  font-size: 0.8em;
}
.tag-content .tag-header h1 {
  /*color: $white;
  text-transform: uppercase;*/
  font-size: 3em;
  font-family: "Lora", Georgia, serif;
  text-transform: lowercase;
}

.tour-page h1, .tour-page h2 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.5em;
  z-index: 100;
  text-shadow: 1px 1px 30px rgba(10, 10, 10, 0.6);
}
.tour-page .tour-tagline {
  position: absolute;
  top: 3em;
}
.tour-page .tour-date {
  opacity: 0.9;
  position: absolute;
  top: 6em;
  font-weight: 400;
}
.tour-page .front-header-wrapper {
  /* Mobile */
  /* iPad Portrait */
  /*background-color: $dark-grey;*/
  background: black;
  background: linear-gradient(0deg, black 0%, #333333 100%);
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  position: relative;
  /* The background image */
}
@media only screen and (max-width: 600px) {
  .tour-page .front-header-wrapper {
    height: 100vh !important;
  }
  .tour-page .front-header-wrapper .front-header-image {
    /*background: "../img/home-bkg-mobile.jpg" no-repeat center top fixed !important;*/
    height: 100vh !important;
  }
  .tour-page .front-header-wrapper h1 {
    top: 2em !important;
    padding: 0 1em !important;
    line-height: 1em !important;
    text-align: center !important;
  }
  .tour-page .front-header-wrapper .tour-date {
    top: 13em !important;
    font-size: 1em !important;
  }
  .tour-page .front-header-wrapper .tour-email-signup {
    padding: 2em !important;
    bottom: 1em !important;
  }
  .tour-page .front-header-wrapper .tour-email-signup .button {
    margin-left: 0px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .tour-page .front-header-wrapper {
    height: 100vh !important;
  }
  .tour-page .front-header-wrapper .front-header-image {
    /*background: "../img/home-bkg-mobile.jpg" no-repeat center top fixed !important;*/
    height: 100vh !important;
  }
}
.tour-page .front-header-wrapper .front-header-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  text-align: center;
  width: 100%;
  height: 90vh;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.85;
}
.tour-page .front-header-wrapper a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.5px;
  font-size: 1.5em;
  z-index: 100;
}
.tour-page .front-header-wrapper .tour-email-signup {
  position: absolute;
  margin: 3em auto;
  bottom: 3em;
  text-shadow: 1px 1px 10px rgba(10, 10, 10, 0.3);
}
.tour-page .tour-email-signup {
  z-index: 101;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}
.tour-page .tour-email-signup label {
  font-family: "Work Sans", Helvetica, Arial, sans-serif !important;
  font-size: 1.2em !important;
}
.tour-page .tour-email-signup .button {
  background-color: #4c4ccf !important;
  color: #fff;
  text-align: center;
  font-size: 1.1em !important;
  margin-left: 3px !important;
}
.tour-page .front-email-signup {
  background-color: #4c4ccf;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 1.5em;
  color: #fff;
  font-family: "Work Sans", Helvetica, Arial, sans-serif !important;
}
.tour-page .front-email-signup h2 {
  display: inline-block;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  position: relative;
  top: 5px;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .tour-page .front-email-signup h2 {
    top: 0;
    margin-bottom: 0.5em;
  }
}
.tour-page .front-email-signup i {
  margin: 0 0.5em;
}
@media only screen and (max-width: 600px) {
  .tour-page .front-email-signup i {
    display: none;
  }
}
.tour-page .front-email-signup div {
  display: inline-block;
}
.tour-page .front-email-signup input[type=email] {
  padding: 0.3em 0.75em;
  margin-bottom: 0.25em;
}
.tour-page .front-about {
  /* Mobile */
  padding: 2em 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .tour-page .front-about button {
    margin-left: 0 !important;
  }
}
.tour-page .front-about label {
  color: #333;
}
.tour-page .front-about button {
  /*background-color: $dark-grey;*/
  background-color: #4c4ccf !important;
  font-size: 1em;
  margin-left: 3px !important;
}
.tour-page .front-about a {
  border-bottom: none;
  font-weight: 700;
}

.tour-archive {
  padding: 70px 0;
  /*.to-preview-row:nth-child(3n+1) .to-preview-image {
  	margin-left: 0 !important;
  }*/
}
.tour-archive .content {
  margin-top: 2em;
}
@media screen and (max-width: 600px) {
  .tour-archive {
    padding: 2em;
  }
  .tour-archive div.name {
    font-size: 0.9em;
  }
  .tour-archive .to-country-preview {
    margin-bottom: 0.5em;
  }
  .tour-archive h1, .tour-archive h2, .tour-archive h3 {
    text-align: center;
  }
}
.tour-archive h1.tour-archive-title {
  font-size: 3em;
  text-align: center;
}
.tour-archive .tours-description {
  margin-bottom: 2em;
}
.tour-archive .tours-description p {
  max-width: 700px;
  margin: 0 auto 1em;
  text-align: center;
}
.tour-archive .tour-preview-row {
  margin: 0 2em;
}
.tour-archive .tour-details {
  padding: 0 1em;
}
.tour-archive .tour-details .fa-li {
  top: 0 !important;
}
.tour-archive .tour-complete {
  opacity: 0.7;
  pointer-events: none;
}
.tour-archive .tour-preview {
  position: relative;
  /*padding: 0;*/
  text-align: left;
}
.tour-archive .tour-preview .tour-preview-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  min-height: 250px;
}
.tour-archive .tour-preview .tour-preview-image:hover {
  opacity: 0.85;
}
@media screen and (max-width: 600px) {
  .tour-archive .tour-preview .tour-preview-image {
    margin: 0;
  }
}
.tour-archive .tour-preview .tour-name {
  font-size: 1.8em;
  line-height: 1em;
  margin: 0.5em 0 0.25em 0;
}
.tour-archive .tour-preview a:visited {
  color: #5C5CFF;
}
.tour-archive .tour-preview a:hover {
  color: #5C5CFF;
}
.tour-archive .tour-preview ul {
  margin-bottom: 0;
}
.tour-archive .tour-preview ul i {
  font-size: 1em;
  color: #aaa;
}
.tour-archive .tour-preview .tour-country {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #aaa;
}

/* Styling for the travel category archive (general travel tips) */
@media only screen and (max-width: 740px) {
  .cat-travel .category-header, .cat-general .category-header {
    padding: 2em !important;
    text-align: left !important;
  }
  .cat-travel .category-header h1, .cat-general .category-header h1 {
    margin-top: 2em;
    margin-bottom: 0.67em !important;
  }
  .cat-travel .category-header .desc, .cat-general .category-header .desc {
    margin: 2em;
    font-size: 1.1em !important;
  }
  .cat-travel .category-header #mobile-category-nav, .cat-general .category-header #mobile-category-nav {
    display: block !important;
  }
  .cat-travel .category-header #category-nav, .cat-general .category-header #category-nav {
    display: none !important;
  }
  .cat-travel .category-row, .cat-general .category-row {
    padding: 0 !important;
  }
  .cat-travel .category-row .post-preview, .cat-general .category-row .post-preview {
    padding: 0 0 1.5em 0 !important;
    margin-bottom: 0 !important;
  }
  .cat-travel .subcategory-header, .cat-general .subcategory-header {
    padding-top: 1em;
    padding-bottom: 0;
    text-align: left !important;
  }
  .cat-travel .subcategory-header .category-title, .cat-general .subcategory-header .category-title {
    font-size: 2em;
  }
  .cat-travel a.more-posts, .cat-general a.more-posts {
    display: none;
  }
  .cat-travel a.mobile-more-posts, .cat-general a.mobile-more-posts {
    display: inline-block;
  }
}
.cat-travel .category-header, .cat-general .category-header {
  padding: 4em;
  text-align: center;
}
.cat-travel .category-header h1, .cat-general .category-header h1 {
  font-size: 3em;
  line-height: 1.3em;
  font-family: "Lora", Georgia, serif !important;
  margin-bottom: 0.25em;
  margin-top: 2em;
}
.cat-travel .category-header .desc, .cat-general .category-header .desc {
  font-size: 1.2em;
  margin: 2em auto;
  max-width: 750px;
}
.cat-travel #category-nav a, .cat-general #category-nav a {
  text-transform: uppercase;
  padding: 0 0.75em;
  font-size: 0.9em;
  position: relative;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.cat-travel #category-nav a:hover, .cat-general #category-nav a:hover {
  bottom: 2px;
}
.cat-travel #mobile-category-nav, .cat-general #mobile-category-nav {
  display: none;
  margin: 2em auto;
}
.cat-travel #mobile-category-nav a, .cat-general #mobile-category-nav a {
  font-size: 1.2em;
  padding: 0.5em 0;
}
.cat-travel .category-title, .cat-general .category-title {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}
.cat-travel .category-row, .cat-general .category-row {
  padding: 2em;
}
.cat-travel .subcategory-header, .cat-general .subcategory-header {
  text-align: center;
  margin-bottom: 1em;
}
.cat-travel .subcategory-posts, .cat-general .subcategory-posts {
  text-align: center;
}
.cat-travel a.more-posts, .cat-general a.more-posts {
  display: inline-block;
  margin: 1em auto 2em auto;
}

/* Work with me page */
@media (max-width: 780px) {
  .work-sidebar .carousel-control {
    display: none;
  }
  .work-sidebar #testimonials {
    height: 400px;
    padding: 0 1em;
    margin-top: -5em;
  }
  .work-sidebar #testimonials p {
    font-size: 1em !important;
  }
  .work-sidebar .carousel-indicators {
    bottom: -4em !important;
  }
}
@media (max-width: 600px) {
  .work-sidebar .sidebar-content {
    padding: 2em 1em !important;
  }
}
.work-sidebar .post-header-wrapper {
  z-index: 0 !important;
}
.work-sidebar .post-header-wrapper .post-header {
  background-position: 50% 100%;
  padding: 0;
}
.work-sidebar .post-header-wrapper .post-header img {
  object-position: bottom;
}
.work-sidebar #testimonials {
  max-width: 650px;
  margin-top: -3em;
}
.work-sidebar #testimonials .test-name {
  margin: 0;
  font-family: "Lora", Georgia, serif !important;
}
.work-sidebar #testimonials .test-org {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: 400;
  color: #f8f8f8;
  margin: 0;
}
.work-sidebar #testimonials p {
  font-size: 1.2em;
}
.work-sidebar #testimonials .item {
  height: 350px;
}
.work-sidebar #testimonials .carousel-indicators {
  bottom: -2em;
}
.work-sidebar #testimonials .carousel-control {
  top: 25%;
}
.work-sidebar #testimonials .carousel-control.left {
  left: -4em;
}
.work-sidebar #testimonials .carousel-control.right {
  right: -5em;
}
.work-sidebar .sticky-sidebar-wrapper {
  background: #f8f8f8;
  padding: 0;
}
.work-sidebar .sidebar-main-wrapper {
  background: #fff;
}
.work-sidebar .sticky-sidebar {
  top: 4em;
  padding: 3em;
  margin: 0 auto;
}
.work-sidebar .sticky-sidebar ul {
  padding-left: 1em;
  margin: 0 0 1em 0;
}
.work-sidebar .sticky-sidebar .sidebar-title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  color: #555;
  margin-bottom: 0.5em;
}
.work-sidebar .sticky-sidebar p.contact {
  margin-bottom: 0;
  color: #aaa;
}
.work-sidebar .sticky-sidebar .sidebar-socials {
  padding-right: 1em;
}
.work-sidebar .sticky-sidebar .sidebar-socials img {
  opacity: 1;
}
.work-sidebar .sticky-sidebar .sidebar-socials img:hover {
  opacity: 0.8;
}
.work-sidebar .sticky-sidebar .social-stat {
  padding-top: 0.5em;
  padding-left: 0;
}
.work-sidebar .sticky-sidebar .social-stat i {
  font-size: 2em;
}
.work-sidebar .sticky-sidebar .social-stat span {
  font-size: 0.9em;
}
.work-sidebar .sticky-sidebar .lwp-button {
  display: inline-block;
  margin-top: 2em;
}
.work-sidebar .sticky-sidebar .fa-download {
  margin-right: 0.5em;
}

/*--------------------------------------------------------------
## Travel info pages
--------------------------------------------------------------*/
.travel-info-archive {
  padding: 70px 0;
  background-color: #f8f8f8;
}
.travel-info-archive .content-area {
  margin-top: 2em;
  display: none;
  padding: 0 2em;
}
@media screen and (max-width: 600px) {
  .travel-info-archive {
    /*padding:2em;*/
  }
  .travel-info-archive div.name {
    font-size: 0.9em;
  }
  .travel-info-archive #where-to {
    height: auto !important;
    padding: 0 !important;
  }
  .travel-info-archive .intro-text {
    padding: 0 2em 2em 2em;
    text-align: center;
  }
  .travel-info-archive .to-country-preview {
    margin-bottom: 0.5em;
  }
  .travel-info-archive h1, .travel-info-archive h2, .travel-info-archive h3 {
    text-align: center;
  }
  .travel-info-archive .to-country-preview, .travel-info-archive .to-preview-wrapper {
    min-height: 200px;
  }
}
.travel-info-archive #where-to {
  height: 80vh;
  padding: 2em;
}
.travel-info-archive #where-to .intro-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.travel-info-archive #countries-archive-header {
  font-family: "Lora", Georgia, serif !important;
}
.travel-info-archive #countries-archive-desc {
  /*font-size: 1.2em;
  line-height: 1.3em;*/
}
.travel-info-archive .countries-map {
  /*max-width: 750px;*/
  margin: 1em auto;
  min-height: 100%;
}
.travel-info-archive .region-title {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaa;
  font-weight: 400;
  font-size: 1em;
  padding: 2em 0 0 0;
  text-align: center;
}
.travel-info-archive .to-preview-row {
  padding: 0 1em;
}
.travel-info-archive .to-country-preview {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  padding: 0.5em;
}
.travel-info-archive .to-country-preview a {
  color: #fff;
  text-shadow: 0 1px 15px rgba(50, 50, 50, 0.8);
}
.travel-info-archive .to-country-preview a:visited {
  color: #fff;
}
.travel-info-archive .to-country-preview .info-wrapper {
  position: relative;
}
.travel-info-archive .to-country-preview .info-wrapper div.name {
  /*position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%);*/
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1em;
  font-size: 2.2em;
  pointer-events: none;
}
.travel-info-archive .to-country-preview .info-wrapper .post-count {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  padding-top: 0.5em;
  opacity: 0.9;
}
.travel-info-archive .to-country-preview:first-of-type .to-preview-image {
  margin-left: 0 !important;
}
.travel-info-archive .to-preview-wrapper {
  background: #333;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.travel-info-archive .to-preview-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.travel-info-archive .to-preview-image:hover {
  opacity: 1;
  transform: scale3d(1.03, 1.03, 1.03);
}

.travel-info {
  margin-top: 0 !important;
  z-index: 10;
  /* Mods for sidebar */
  /* Post content */
  /* Jumping links */
  /* Paragraphs with ads in them */
}
.travel-info .header-wrapper {
  position: relative;
  padding: 0;
  background-color: #333;
  height: 300px;
  /*margin-bottom: 1.5em;*/
  color: #fff;
  z-index: 0;
  padding-top: 1em;
  text-align: center;
  z-index: -1000;
}
.travel-info .header-wrapper h3 {
  margin-bottom: 0;
  margin-top: 0.75em;
  color: #ddd;
  font-weight: 400;
}
.travel-info .header-wrapper h1 {
  font-family: "Work Sans";
  color: #fff;
  margin-bottom: 0;
  font-size: 5em;
  margin-top: 0.75em;
}
@media screen and (max-width: 600px) {
  .travel-info .header-wrapper h1 {
    font-size: 3em;
    margin-top: 25%;
  }
}
.travel-info .header-wrapper .subtitle {
  margin: 0;
  margin-top: -0.25em;
  font-size: 1.3em;
}
.travel-info .travel-info-content-wrapper {
  display: table;
  width: 100%;
}
.travel-info .travel-info-content {
  display: table-cell;
  vertical-align: top;
}
.travel-info .lwp-sidebar {
  display: table-cell;
  max-width: 340px;
  padding: 1em;
  border-left: 1px solid #ddd;
}
.travel-info .travel-info-post-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  min-height: 300px;
  background-color: #4c4ccf;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}
.travel-info .travel-info-content {
  padding: 0;
  padding-top: 0;
  font-family: "Lora", Georgia, serif;
  line-height: 1.8em;
}
.travel-info .travel-info-content h1, .travel-info .travel-info-content h2, .travel-info .travel-info-content h3, .travel-info .travel-info-content h4, .travel-info .travel-info-content h5, .travel-info .travel-info-content h6 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.travel-info .travel-info-content ul, .travel-info .travel-info-content ol {
  margin-left: 1em;
  margin-right: 1em;
}
.travel-info .travel-info-content li > ul {
  margin-left: 0;
}
.travel-info .travel-info-content .wp-caption-text {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}
.travel-info .travel-info-content .panel-body {
  padding: 0.5em 2em;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  border-top: none;
  line-height: 1.8em;
  /*padding-left: 32px;
  padding-right: 32px;*/
  font-family: "Lora", Georgia, serif;
  letter-spacing: 0;
}
.travel-info .travel-info-content .panel-group {
  margin-bottom: 0 !important;
}
.travel-info .travel-info-content .ti-divider {
  background-color: #ddd;
}
.travel-info #jump-to-bar {
  background-color: #4c4ccf;
  padding: 0.75em;
  color: #fff;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 0.9em;
}
.travel-info #jump-to-bar a {
  text-decoration: none;
  border-bottom: none;
  color: #fff;
  margin-left: 1em;
}
.travel-info #jump-to-bar a:visited {
  color: #fff;
}
.travel-info #jump-to-bar a:hover {
  color: #ddd;
}
.travel-info #jump-to {
  margin-bottom: 0.5em;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}
.travel-info #jump-to a {
  margin-left: 0.5em;
  cursor: pointer;
}
.travel-info .panel-default {
  border: none;
}
.travel-info .panel-heading {
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 1em 1em 1em 2em;
}
.travel-info .ti-section-heading {
  text-align: center;
  font-weight: bold;
  margin-top: 2em;
}
.travel-info .panel-title {
  /*cursor: pointer;*/
  width: 100%;
  max-width: 100% !important;
}
.travel-info .panel-title a {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 1.2em;
  /* Font Awesome icon */
}
.travel-info .panel-title a i {
  margin-right: 0.5em;
  color: #4c4ccf;
}
.travel-info .panel-title a:hover {
  color: #aaa;
}
.travel-info .travel-info-ads {
  padding: 0 2em 2em 2em;
  background-color: #f8f8f8;
}
.travel-info .ti-ad {
  text-align: center;
}
.travel-info .blog-previews {
  background-color: #f8f8f8 !important;
  /*margin-bottom: 1em;*/
}
.travel-info .blog-previews .ti-post-preview {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 420px;
}
@media screen and (max-width: 900px) {
  .travel-info .blog-previews .ti-post-preview {
    height: 450px;
  }
}
.travel-info .blog-previews .ti-post-preview article .preview-header {
  min-height: 250px !important;
}
.travel-info .blog-previews .ti-post-preview article h1 {
  font-size: 1.5em !important;
  line-height: 1.2em !important;
  padding-left: 0.7em;
}
.travel-info .blog-previews .ti-post-preview article .entry-content {
  padding: 0 1em !important;
  font-size: 1em;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}
.travel-info .comments {
  max-width: none !important;
  margin: 0 1.5em !important;
}

.single-tour {
  /* Hide Mailchimp signup bar on this page */
  /* Reviews */
}
.single-tour #mc_embed_signup {
  display: none;
}
.single-tour .glsr-reviews-wrap {
  margin: 0 auto 2em auto !important;
  max-width: 650px !important;
}
.single-tour .glsr-reviews-wrap p {
  line-height: 1.8 !important;
}
.single-tour .glsr-reviews-wrap .glsr-label {
  font-size: 1em !important;
}

@media screen and (max-width: 576px) {
  .lwp-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
span.currency-superscript {
  font-size: 16px;
  vertical-align: super;
  margin-right: 6px;
}

.tour-offering {
  /* Title of page */
}
@media screen and (max-width: 576px) {
  .tour-offering {
    padding: 0;
  }
}
.tour-offering .tour-header-wrapper {
  height: 68vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .tour-offering .tour-header-wrapper {
    height: 60vh;
  }
}
.tour-offering .tour-header {
  position: absolute;
  z-index: -1;
  height: 100%;
  display: flex;
  align-items: center;
}
.tour-offering .tour-gradient-overlay {
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9290091036) 22%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9290091036) 22%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9290091036) 22%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 60vh;
  bottom: 0;
}
.tour-offering .tour-gradient-overlay-light {
  background: -moz-linear-gradient(0deg, black 1%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(0deg, black 1%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, black 1%, rgba(0, 0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 60%;
  bottom: 0;
}
.tour-offering .tour-title, .tour-offering .entry-title {
  text-shadow: 0px 0px 20px rgba(51, 51, 51, 0.5);
  color: #fff;
  font-size: 3em;
  max-width: 750px;
  margin: auto 1em 1em 2em;
}
@media screen and (max-width: 576px) {
  .tour-offering .tour-title, .tour-offering .entry-title {
    font-size: 2.5em;
    margin: auto 0.75em 0.75em;
  }
}
.tour-offering .tour-detail-bar {
  background: #333;
  color: #fff;
  padding: 1.25em;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.1em;
}
.tour-offering .tour-detail-bar ul {
  margin: 0 0 0 6em;
}
.tour-offering .tour-detail-bar ul li {
  display: inline;
  padding-top: 6px;
  margin-right: 3em;
}
.tour-offering .tour-detail-bar i {
  color: #ddd;
}
.tour-offering #mobile-tour-signup-box {
  padding: 1em;
  background: #333;
  color: #fff;
  border: none;
}
.tour-offering #mobile-tour-signup-box .tour-cost {
  font-size: 1.8em !important;
  color: #fff;
}
.tour-offering #mobile-tour-signup-box .mobile-details {
  padding-left: 0;
}
.tour-offering #mobile-tour-signup-box .mobile-signup-call {
  padding-right: 0;
}
.tour-offering #mobile-tour-signup-box .cost-per-person {
  margin: 0.5em 0;
}
.tour-offering #mobile-tour-signup-box ul {
  margin-top: 1em;
}
.tour-offering #mobile-tour-signup-button {
  margin-top: -1px;
}
.tour-offering #mobile-tour-signup-button a {
  display: block;
  border-radius: 0;
  text-align: center;
  padding: 1.5em;
}
.tour-offering .entry-content {
  margin-top: 2em;
}
.tour-offering article {
  padding-top: 2em;
  margin: 0;
  max-width: none;
}
.tour-offering article p, .tour-offering article h1, .tour-offering article h2, .tour-offering article h3, .tour-offering article h4, .tour-offering article h5, .tour-offering article h6 {
  max-width: none;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}
.tour-offering article p {
  font-size: 18px;
}
.tour-offering article ul {
  max-width: none;
}
.tour-offering article li {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}
.tour-offering section {
  margin-bottom: 3em;
}
.tour-offering .tour-name {
  margin: 0.5em auto;
}
.tour-offering .sidebar-post-content-wrapper {
  padding: 0 3.5em;
}
@media screen and (max-width: 576px) {
  .tour-offering .sidebar-post-content-wrapper {
    padding: 0;
  }
}
.tour-offering .tour-sidebar-wrapper {
  position: absolute;
  height: 100%;
  left: 0;
  top: 2em;
  margin-right: 2em;
}
.tour-offering .carousel .carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-offering .carousel .carousel-indicators {
  width: 100%;
  left: 0;
  right: 0;
}
.tour-offering .carousel .carousel-indicators li.active {
  border: none;
}
.tour-offering .carousel .carousel-caption {
  bottom: 50px;
}
.tour-offering .carousel img {
  margin: 0 auto;
}
.tour-offering #testimonials {
  min-height: 500px;
  background: #333;
}
@media screen and (max-width: 576px) {
  .tour-offering #testimonials {
    display: flex;
    justify-content: center;
    margin: auto -2em 4em -2em;
  }
}
.tour-offering #testimonials .background-image {
  background-size: cover !important;
  height: 500px;
  width: 100%;
  position: absolute;
  opacity: 0.3;
}
@media screen and (max-width: 576px) {
  .tour-offering #testimonials .background-image {
    width: 100vw;
  }
}
.tour-offering #testimonials #tour-testimonials {
  min-height: 500px;
  display: flex;
  align-items: center;
  color: #fff;
}
.tour-offering #testimonials #tour-testimonials .item {
  max-width: 650px;
  margin: 0 auto;
}
.tour-offering #testimonials #tour-testimonials .item p {
  font-size: 1.2em;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  padding: 0 2em;
}
.tour-offering #testimonials #tour-testimonials .item p.test-name {
  font-size: 1em;
}
.tour-offering #testimonials #tour-testimonials .carousel-control {
  color: #fff;
}
.tour-offering #testimonials #tour-testimonials .carousel-indicators li {
  border: 2px solid #fff;
}
@media screen and (max-width: 576px) {
  .tour-offering #gallery #tour-gallery {
    margin: auto -2em;
  }
}
.tour-offering .tour-accordion {
  margin-top: 1em;
}
.tour-offering .tour-accordion .panel-heading, .tour-offering .tour-accordion .panel-body {
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
.tour-offering .tour-accordion .panel-heading {
  padding: 0;
}
.tour-offering .tour-accordion .panel-heading:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}
.tour-offering .tour-accordion .panel-body {
  padding: 1em;
  background: #f8f8f8;
}
.tour-offering .tour-accordion .tour-accordion-toggle {
  float: right;
  margin-top: 5px;
}
.tour-offering .tour-accordion .panel-title {
  padding: 1em;
  margin: 0;
  font-weight: 600;
}
.tour-offering #inclusions h3 {
  margin: 0;
}
.tour-offering #inclusions .col-xs-12 {
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  .tour-offering #inclusions .col-xs-12 {
    padding-right: 0;
  }
}
.tour-offering #inclusions #included, .tour-offering #inclusions #not-included {
  font-family: inherit;
  margin-left: 1.5em;
}
.tour-offering #inclusions #included {
  margin-right: 2em;
}
@media screen and (max-width: 576px) {
  .tour-offering #inclusions #included {
    border-right: none;
    margin-right: 0;
  }
}
.tour-offering #inclusions #included i {
  color: #B9DE6B;
}
.tour-offering #inclusions #not-included i {
  color: #aaa;
}
@media screen and (max-width: 576px) {
  .tour-offering #who .col-xs-12 {
    padding: 0;
  }
  .tour-offering #who .who-icon {
    text-align: center;
  }
}
.tour-offering #who i {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.tour-offering #who .row {
  margin-bottom: 1.5em;
}
.tour-offering #who #tour-for i {
  color: #B9DE6B;
}
.tour-offering #who #tour-not-for i {
  color: #DE806B;
}
.tour-offering #leaders .tour-leaders {
  margin-bottom: 1.5em;
}
.tour-offering #leaders .tour-leader-name {
  margin: 0 auto 1em;
}
@media screen and (max-width: 576px) {
  .tour-offering #leaders .tour-leader-name {
    margin: 1em auto;
  }
}
.tour-offering #leaders .tour-leader-image {
  padding-left: 0;
}
.tour-offering #leaders .tour-leader-image img {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .tour-offering #leaders .tour-leader-bio {
    padding: 0;
  }
}
.tour-offering #pricing .pricing-row {
  border: 1px solid #ddd;
  padding: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .tour-offering #pricing .pricing-row {
    display: inherit;
  }
}
.tour-offering #pricing p {
  margin: 0;
  padding: 0;
}
.tour-offering #pricing .price-details {
  text-align: center;
  padding: 0 0 0 14px;
}
@media screen and (max-width: 576px) {
  .tour-offering #pricing .price-details {
    padding: 0;
    margin-bottom: 0.5em;
  }
}
.tour-offering #pricing i {
  color: #aaa;
  margin-right: 6px;
}
.tour-offering #pricing .tour-price {
  font-size: 3em;
  font-weight: 600;
  margin: -16px auto -16px -28px;
}
.tour-offering #pricing .tour-per {
  font-size: 0.8em;
  color: #aaa;
  text-align: center;
}
.tour-offering .tour-signup-box {
  background: #fff;
  padding: 2em;
}
@media screen and (max-width: 576px) {
  .tour-offering .tour-signup-box {
    border-right: none;
    margin-right: 0;
  }
}
.tour-offering .tour-signup-box .fa-ul {
  font-size: 0.9em;
}
.tour-offering .tour-signup-box .lwp-button-purple {
  display: inline-block;
}
.tour-offering .tour-signup-box p {
  margin: 0.5em 0 2em 0;
  padding: 0;
}
.tour-offering .tour-signup-box i {
  color: #aaa;
  margin-right: 0.25em;
}
.tour-offering .tour-signup-box .fa-ul {
  margin-left: 30px;
}
.tour-offering .tour-signup-box ul li {
  padding-top: 3px;
}
.tour-offering .tour-sidebar {
  padding: 1em;
  top: 0;
  min-width: 300px;
}
.tour-offering .ask-question {
  font-size: 0.8em;
  color: #aaa;
  text-align: center;
  margin-bottom: 2em !important;
}

#mobile-bottom-tour-signup {
  height: 65px;
  padding: 0.25em 0;
  text-align: center;
  position: fixed;
  bottom: -65px;
  color: #fff;
  background-color: #333;
  width: 100vw;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  transition: bottom 0.3s;
  display: flex;
  align-items: center;
}
#mobile-bottom-tour-signup #mobile-bottom-signup-price {
  font-size: 2.5em;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  background-color: #333;
  color: #aaa;
  /*text-align: right;*/
  /*font-size: 0.7em;*/
  padding: 2em 1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #colophon #social-footer {
    display: none;
  }
  #colophon #site-by {
    display: none;
  }
}
#colophon #social-footer {
  text-align: left;
}
#colophon #social-footer i {
  font-size: 1.2em;
}
#colophon #social-footer a {
  color: #aaa;
  margin-right: 0.5em;
}
#colophon .lwp-footer-nav h4 {
  text-transform: uppercase;
  color: #ddd;
  font-size: 0.9em;
}
#colophon .lwp-footer-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#colophon .lwp-footer-nav ul a {
  font-weight: 400;
  font-size: 0.9em;
  color: #aaa;
}
#colophon .lwp-footer-nav ul a:hover {
  color: #ddd;
}
#colophon .site-disclaimer {
  text-align: center;
  font-size: 0.8em;
  color: #555;
}
#colophon .site-disclaimer p {
  max-width: 650px;
  margin: 2em auto;
}
#colophon .footer-wordmark {
  text-align: center;
}
#colophon .footer-wordmark img {
  max-width: 250px;
  opacity: 0.5;
}
#colophon .site-info {
  text-align: center !important;
  font-size: 0.7em;
}
#colophon .site-info a {
  color: #ddd;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}
#colophon .site-info a:hover {
  color: #f8f8f8;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.lwp-sidebar {
  padding: 0 2em 2em 2em;
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 70%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8f8f8 70%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f8f8 70%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$lightest_grey", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
  /* Make sidebar sticky */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.lwp-sidebar div.text-widget {
  font-size: 0.9em;
}

@media screen and (max-width: 600px) {
  .blurb {
    text-align: center;
  }

  .author-image {
    margin: 0 auto 1em auto;
  }
}
.blurb {
  max-width: 650px;
  margin: 2em auto !important;
  min-height: 150px;
}

.author-desc {
  padding-left: 2em;
  font-size: 0.9em;
  letter-spacing: -0.1px;
}
.author-desc h3 {
  margin: 0.5em 0 0.5em 0 !important;
}

@media only screen and (max-width: 600px) {
  .sidebar-content {
    padding: 2em 1em;
  }
}
.flexy {
  display: flex;
}

.sticky-sidebar-wrapper {
  display: flex;
  min-height: 100%;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: flex-start;
}

.stick-me {
  position: -webkit-sticky;
  position: sticky;
  top: 6em;
  padding: 0 1em;
  margin-bottom: 2em;
}

.sidebar-content {
  max-width: 650px;
  margin: 0 auto;
  padding: 3em;
  font-family: "Lora", Georgia, serif;
}
.sidebar-content p {
  line-height: 1.8em;
}

.sidebar-post-content-wrapper, .sidebar-page-content-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* Post content */
.lwp-content {
  display: table-cell;
  vertical-align: top;
}

.lwp-sidebar, .lwp-post-sidebar, .lwp-page-sidebar {
  display: table-cell;
  max-width: 350px;
  padding: 1.5em;
  text-align: center;
  font-size: 0.9em;
  color: #555;
  width: 350px;
  /* Fade to white background */
  background: -moz-linear-gradient(top, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.lwp-sidebar a, .lwp-post-sidebar a, .lwp-page-sidebar a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments {
  max-width: 650px;
  margin: 0 auto;
}

/* Standard Wordpress comments */
#comments {
  max-width: 650px;
  margin: 2em auto;
  /* Comment form */
}
@media screen and (max-width: 601px) {
  #comments .comment-list {
    padding: 1em;
  }
  #comments #respond {
    padding: 1em;
  }
}
#comments .reply a {
  color: #555;
  font-size: 0.8em;
  padding-top: 1em;
  text-transform: uppercase;
}
#comments .reply a:before {
  content: " ➥";
  margin: 0 0.5em 0 0;
}
#comments .reply a:hover {
  color: #555;
}
#comments .nav-previous, #comments .nav-next {
  text-transform: uppercase;
  font-size: 0.8em;
}
#comments .nav-previous a, #comments .nav-next a {
  color: #aaa;
}
#comments .nav-previous a:before {
  content: " ◀";
  margin: 0 0.5em 0 0;
  color: #aaa;
}
#comments .nav-next a:after {
  content: " ▶";
  margin: 0 0.5em 0 0;
  color: #aaa;
}
#comments .comments-title {
  text-align: center;
}
#comments .comment {
  padding: 1em;
  margin: 0.5em 0;
}
#comments .comment:first-of-type {
  border-top: none;
}
#comments .comment p {
  font-family: "Lora", Georgia, serif;
}
#comments .comment .comment-meta a {
  color: #555;
}
#comments .depth-2, #comments .depth-3, #comments .depth-4, #comments .depth-5, #comments .depth-6, #comments .depth-7, #comments .depth-8, #comments .depth-9, #comments .depth-10 {
  margin-left: 1em;
  margin-top: 1em;
  border-left: 2px solid #ddd;
  padding-left: 1.5em;
}
#comments .comment-author cite {
  font-style: normal;
  border-bottom: none;
  font-weight: bold;
}
#comments .comment-author a {
  font-style: normal;
  border-bottom: none;
  font-weight: bold;
}
#comments .comment-meta {
  font-size: 0.8em;
  margin-top: -5px;
}
#comments .comment-list {
  margin-left: 0;
  padding: 0;
}
#comments .comment-body {
  margin-bottom: 1.5em;
}
#comments #respond {
  margin: 4em auto 3em;
}
#comments #comment:focus-visible {
  border-color: #aaa;
}
#comments .required {
  color: #4c4ccf;
}

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/
.rp4wp-related-posts {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.rp4wp-related-posts h3 {
  font-size: 1.1em;
  margin-bottom: 0;
}
.rp4wp-related-posts ul {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
  float: left;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.rp4wp-related-posts ul li {
  list-style: none;
  padding: 0;
  margin: 0 0.5em;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.rp4wp-related-posts ul li p {
  margin: 0;
  padding: 0;
}
.rp4wp-related-posts ul .rp4wp-related-post-content {
  width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
}
.rp4wp-related-posts ul .rp4wp-related-post-content a {
  text-decoration: none;
  font-size: 1em;
  border-bottom: none;
  color: #333;
  line-height: 1.2em;
  font-weight: 700;
}
.rp4wp-related-posts ul .rp4wp-related-post-content :hover {
  color: #aaa !important;
}

.rp4wp-related-post-image {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*float:left;*/
  border-bottom: none;
  padding-top: 1em;
}
.rp4wp-related-post-image a {
  border-bottom: none;
}
.rp4wp-related-post-image img {
  margin: 0 auto !important;
}

.et_social_inline {
  max-width: 650px !important;
}

.et_social_inline_bottom {
  margin: 1.5em auto 0 auto !important;
}

.et_social_inline_top {
  margin: 0 auto 1.5em auto !important;
}

.lwp-pinthis a {
  border-bottom: none !important;
}

.essb_displayed_sidebar li a {
  width: auto !important;
}

html {
  overflow-x: hidden;
}

body {
  padding-top: 0;
}

/* ---- Bootstrap overrides ---- */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.site-content {
  margin: 0 auto;
  font-size: 1.1em;
  /*letter-spacing: -0.5px;*/
}

#content, #primary, #main {
  /* Attempt to resolve the no scrolling issue on landscape iPads */
  -webkit-overflow-scrolling: touch;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* centered columns styles */
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

/* ---- Sticky items --- */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.flex-vertical {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* --- Override shiftnav overflow for sticky on non-mobile sizes-- */
@media only screen and (min-width: 861px) {
  .shiftnav-wrap {
    overflow: initial !important;
  }
}
/* ---- Site header ---- */
.header-image {
  background-color: #333;
  /*background: url('') center center no-repeat;*/
  text-align: center;
  padding: 50px;
  padding-top: 75px;
  width: 100%;
  height: 100vh;
  background-size: 100%;
}
@media only screen and (max-width: 600px) {
  .header-image {
    height: 50vh;
    background-size: cover !important;
  }
}
.header-image .header-overlay {
  width: 100%;
  height: 250px;
  background-color: #333;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.header-image a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.5px;
  font-size: 1.5em;
  z-index: 100;
}

/* Get rid of negative side margins on rows */
.no-side-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.et_social_sidebar_networks {
  z-index: 100;
}

.et_social_mobile {
  display: none !important;
}

/* EXTRA SHTUFF */
/* Hidden Pinterest images */
.secret-pin {
  display: none !important;
}

/* Fix for bootstrap modal scrolling back to page top */
.modal-open {
  position: relative;
}

/* Zoom animation */
.lwp-hover-zoom {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.lwp-hover-zoom:hover {
  transform: scale3d(1.03, 1.03, 1.03);
}

/*Parallax*/
.parallax-background {
  /*background-image: url('http://placekitten.com/1000/1000');*/
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  color: #aaa;
  font-size: 0.8em;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Boostrap carousel overrides */
.carousel-control {
  background: transparent !important;
}

.carousel-indicators li {
  border: 2px solid #fff;
}

.carousel-indicators .active {
  background-color: #4c4ccf;
}

.sr-only {
  display: none;
}

/*# sourceMappingURL=style.css.map */