@charset "UTF-8";

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  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: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

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

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

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

.glyphicon-th:before {
  content: "\E011";
}

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

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

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

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

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

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

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

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

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

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

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

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

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

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

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "\E056";
}

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

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

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

.glyphicon-picture:before {
  content: "\E060";
}

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

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

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

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

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

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

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

.glyphicon-eject:before {
  content: "\E078";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "\E087";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

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

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

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

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

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

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

.glyphicon-retweet:before {
  content: "\E115";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

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

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

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

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

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

.glyphicon-flash:before {
  content: "\E162";
}

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

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

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

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

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

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

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

.glyphicon-subtitles:before {
  content: "\E188";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\E201";
}

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

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

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

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

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

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

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

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-btc:before {
  content: "\E227";
}

.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-rub:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

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

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

.glyphicon-education:before {
  content: "\E233";
}

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

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

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

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

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

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

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

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

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

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

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

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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;
}

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

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

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 > 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 {
  min-height: 0.01%;
  overflow-x: auto;
}

@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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700;
}

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

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

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

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: 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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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 {
  background-color: transparent;
  border: 0;
}

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

@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.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.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-right: 0;
  padding-left: 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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.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;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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 {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.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: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

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

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

.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 {
  display: table;
  content: " ";
}

.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  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 {
  display: table;
  content: " ";
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 400;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.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;
  cursor: not-allowed;
  background-color: transparent;
}

.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;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}

.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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

.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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.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;
  padding: 9px 10px;
  margin-right: 15px;
  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 {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-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-right: 15px;
    margin-left: 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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@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-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-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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  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;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

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

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

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

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

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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.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 {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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 {
    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: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.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 {
  right: 5px;
  bottom: 0;
  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;
}

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

.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: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: 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;
  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 > .arrow {
  border-width: 11px;
}

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

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

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

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

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

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

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

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  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 {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    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;
  bottom: 0;
  left: 0;
  width: 15%;
  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);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.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;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
}

/* open-sans-300 - latin-ext_latin */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/open-sans-v26-latin-ext_latin-300.eot?6d85a153431db87e0b4115e210ea61c0);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/open-sans-v26-latin-ext_latin-300.eot?6d85a153431db87e0b4115e210ea61c0) format("embedded-opentype"), url(/fonts/open-sans-v26-latin-ext_latin-300.woff2?ffb07c9c7eee11af33dd5c5f4a909c9e) format("woff2"), url(/fonts/open-sans-v26-latin-ext_latin-300.woff?45b8c37b06a72ab0196e2fbf049ec333) format("woff"), url(/fonts/open-sans-v26-latin-ext_latin-300.ttf?fa4b0acb11a329c435de86f975433c14) format("truetype"), url(/fonts/open-sans-v26-latin-ext_latin-300.svg?78c279629803aac90f690856ce6ad7ed) format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin-ext_latin */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/open-sans-v26-latin-ext_latin-regular.eot?57969cecea2641b74fac10e956b0cac6);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/open-sans-v26-latin-ext_latin-regular.eot?57969cecea2641b74fac10e956b0cac6) format("embedded-opentype"), url(/fonts/open-sans-v26-latin-ext_latin-regular.woff2?ef79539096f122ddb6a8024aa3b9550c) format("woff2"), url(/fonts/open-sans-v26-latin-ext_latin-regular.woff?217fb36188635cadfd7ad6d8893bfaa2) format("woff"), url(/fonts/open-sans-v26-latin-ext_latin-regular.ttf?092a128acd403ee780c416cb9d052936) format("truetype"), url(/fonts/open-sans-v26-latin-ext_latin-regular.svg?ef2d64835bd5d82bb00958df6305c634) format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/open-sans-v26-latin-ext_latin-700.eot?6513a4faae2503dbef43efb57646b3a8);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/open-sans-v26-latin-ext_latin-700.eot?6513a4faae2503dbef43efb57646b3a8) format("embedded-opentype"), url(/fonts/open-sans-v26-latin-ext_latin-700.woff2?e32c49055dd27ebbdde9634005d49fb4) format("woff2"), url(/fonts/open-sans-v26-latin-ext_latin-700.woff?ed2f67459732248ff28c9480a47140c7) format("woff"), url(/fonts/open-sans-v26-latin-ext_latin-700.ttf?b6d0d02852d27ae618d0b31fcf05479b) format("truetype"), url(/fonts/open-sans-v26-latin-ext_latin-700.svg?983dfda94eb1e7dd961f7db2766fe7a6) format("svg");
  /* Legacy iOS */
}

/* open-sans-800 - latin-ext_latin */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/open-sans-v26-latin-ext_latin-800.eot?5629c2846778ecf1ddbfdcd792fab681);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/open-sans-v26-latin-ext_latin-800.eot?5629c2846778ecf1ddbfdcd792fab681) format("embedded-opentype"), url(/fonts/open-sans-v26-latin-ext_latin-800.woff2?f02c5217cf82dbb41b94d50e17ef337e) format("woff2"), url(/fonts/open-sans-v26-latin-ext_latin-800.woff?35b694e97675d2e2b5757be3036604c8) format("woff"), url(/fonts/open-sans-v26-latin-ext_latin-800.ttf?d630a936b4a921beb7326a44d46f5cf1) format("truetype"), url(/fonts/open-sans-v26-latin-ext_latin-800.svg?7293a3b27a0792361d79a6a7497c2ef9) format("svg");
  /* Legacy iOS */
}

/*!
 * Font Awesome Free 5.15.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)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

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

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

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

.fa-ad:before {
  content: "\F641";
}

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

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

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

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

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

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

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

.fa-airbnb:before {
  content: "\F834";
}

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

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

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

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

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

.fa-alipay:before {
  content: "\F642";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ankh:before {
  content: "\F644";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\F77A";
}

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

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

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

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

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

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

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

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

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

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

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

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

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

.fa-baby:before {
  content: "\F77C";
}

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

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

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

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-battle-net:before {
  content: "\F835";
}

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

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

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

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

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

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

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

.fa-bible:before {
  content: "\F647";
}

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

.fa-biking:before {
  content: "\F84A";
}

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

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

.fa-biohazard:before {
  content: "\F780";
}

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

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

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

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

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

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

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

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

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

.fa-blog:before {
  content: "\F781";
}

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

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

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

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

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

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

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

.fa-bone:before {
  content: "\F5D7";
}

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

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

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

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

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

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

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

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

.fa-brain:before {
  content: "\F5DC";
}

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

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

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

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

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

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

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

.fa-buffer:before {
  content: "\F837";
}

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

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

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

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

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

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

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

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

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

.fa-buy-n-large:before {
  content: "\F8A6";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\F6BB";
}

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

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

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

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

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

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

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

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

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

.fa-caravan:before {
  content: "\F8FF";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\F787";
}

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

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

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

.fa-cat:before {
  content: "\F6BE";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-centos:before {
  content: "\F789";
}

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

.fa-chair:before {
  content: "\F6C0";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\F7EF";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\F838";
}

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

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

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

.fa-city:before {
  content: "\F64F";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cloudflare:before {
  content: "\E07D";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-confluence:before {
  content: "\F78D";
}

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

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

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

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

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

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

.fa-cotton-bureau:before {
  content: "\F89E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cross:before {
  content: "\F654";
}

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

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

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

.fa-crutch:before {
  content: "\F7F7";
}

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

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

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

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

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

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

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

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

.fa-dailymotion:before {
  content: "\E052";
}

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

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

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

.fa-deezer:before {
  content: "\E077";
}

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

.fa-democrat:before {
  content: "\F747";
}

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

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

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

.fa-dev:before {
  content: "\F6CC";
}

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

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

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

.fa-diaspora:before {
  content: "\F791";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-directions:before {
  content: "\F5EB";
}

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

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

.fa-disease:before {
  content: "\F7FA";
}

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

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

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

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

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

.fa-dog:before {
  content: "\F6D3";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-dragon:before {
  content: "\F6D5";
}

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

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

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

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

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

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

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

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

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

.fa-dumpster:before {
  content: "\F793";
}

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

.fa-dungeon:before {
  content: "\F6D9";
}

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

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

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

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

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

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

.fa-egg:before {
  content: "\F7FB";
}

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

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

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

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

.fa-ello:before {
  content: "\F5F1";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ethernet:before {
  content: "\F796";
}

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

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

.fa-evernote:before {
  content: "\F839";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fan:before {
  content: "\F863";
}

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

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

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

.fa-faucet:before {
  content: "\E005";
}

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

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

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

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

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

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

.fa-figma:before {
  content: "\F799";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-funnel-dollar:before {
  content: "\F662";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ghost:before {
  content: "\F6E2";
}

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

.fa-gifts:before {
  content: "\F79C";
}

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

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

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

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

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

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

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

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

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

.fa-glass-cheers:before {
  content: "\F79F";
}

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

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

.fa-glass-whiskey:before {
  content: "\F7A0";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\F664";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-grip-lines:before {
  content: "\F7A4";
}

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

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

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

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

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

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

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

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

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

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

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

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

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

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

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

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

.fa-hand-middle-finger:before {
  content: "\F806";
}

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

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

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

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

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

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

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

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

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

.fa-hand-sparkles:before {
  content: "\E05D";
}

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

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

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

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

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

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

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

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

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

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

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

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

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

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

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

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

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

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

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

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

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

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

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

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

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

.fa-hive:before {
  content: "\E07F";
}

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

.fa-holly-berry:before {
  content: "\F7AA";
}

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

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

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

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

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

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

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

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

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

.fa-hotdog:before {
  content: "\F80F";
}

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

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.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)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.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)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?8ac3167427b1d5d2967646bd8f7a0587);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?8ac3167427b1d5d2967646bd8f7a0587) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?8e1ed89b6ccb8ce41faf5cb672677105) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?4451e1d86df7491dd874f2c41eee1053) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?205f07b3883c484f27f40d21a92950d4) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?664de3932dd6291b4b8a8c0ddbcb4c61) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.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)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?e2ca6541bff3a3e9f4799ee327b28c58);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?e2ca6541bff3a3e9f4799ee327b28c58) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?f075c50f89795e4cdb4d45b51f1a6800) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?ad527cc5ec23d6da66e8a1d6772ea6d3) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?8300bd7f30e0a313c1d772b49d96cb8e) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?2f12242375edd68e9013ecfb59c672e9) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}

.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/*
Theme Name: ConferPress
Theme URI: http://leafcolor.com/
Author: LeafColor
Author URI: http://themeforest.net/user/leafcolor
Description: Event, Conference & Ticket WordPress Theme
Version: 2.0
License: GNU General Public License
License URI: license.txt
Text Domain: conferpress
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/**
 * Table of Contents
 *
 * 1.0 - WordPress CSS
        2.1 - Alignments
        2.2 - Captions
        2.3 - Galleries
 * 2.0 - Basic html
 * 3.0 - Basic theme LAYOUT
        3.1 - layout
        3.2 - header
        3.3 - footer
        3.4 - mobile menu
        3.5 - button
 * 4.0 - Event css
 * 5.0 - Shortcode css
 * 6.0 - Widget
 		6.1 - widget text
        6.2 - Widget Style
        6.3 - Tag cloud
        6.4 - Widget post styles
        6.5 - Search
        6.6 - Calendar
        6.7 - Categories, Custom Menu, Page ...
 * 7.0 - Woocommerce
 * 8.0 - Single, Event
 * 9.0 - 404 Page
**/

/* -------------------------
	Wordpress CSS
--------------------------- */

.gallery-caption {
  font-size: 10px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  margin: 0 0 10px 0;
}

.wp-caption-text {
  text-align: center;
}

.text-right {
  text-align: right;
}

.postleft {
  float: left;
  margin: 0 20px 0px 0;
}

.postright {
  float: none;
}

br.nc {
  display: none;
}

/* ---------------------------
	BASIC HTML
------------------------------ */

@font-face {
  font-family: "avenir";
  font-weight: 800;
  src: url(/fonts/Avenir-Heavy.otf?db34e163d405a3684e7f8679e4caed3d) format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "avenir" !important; */
  margin-top: 0;
  line-height: 1.25;
  font-weight: 400;
  color: #333;
}

h1 a,
h2 a,
h3 a {
  color: #333;
}

h1,
.h1 {
  /* font-family: "avenir" !important; */
  font-weight: 100;
  font-size: 60px;
  letter-spacing: 1px;
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 100;
}

h3,
.h3 {
  font-size: 24px;
}

.font-2,
.media-heading,
h2,
.h2 {
  /* font-weight: 800; */
  /* font-family: "avenir" !important; */
  letter-spacing: 1px;
}

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
.font-2 strong {
  font-weight: 800;
}

h5,
h6 {
  font-weight: 600;
}

body {
  overflow-x: hidden;
  font-size: 14px;
  line-height: 2;
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  color: #999;
}

a {
  color: #343434;
  transition: color 0.2s;
}

a:hover,
a:focus {
  color: #e30018;
  text-decoration: none;
}

blockquote {
  padding: inherit;
  margin: inherit;
  font-size: inherit;
  border-left: 0;
}

p {
  margin-bottom: 15px;
}

p:empty {
  margin: 0;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > thead {
  background-color: #e30018;
  color: #fff;
}

.single-content table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]),
.single-page-content table:not(.shop_table):not(.tribe-events-calendar):not([class]) {
  margin-bottom: 30px;
}

table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > thead > tr > th,
table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > tbody > tr > th,
table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > tfoot > tr > th,
table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > thead > tr > td,
table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > tbody > tr > td,
table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > tfoot > tr > td {
  padding: 10px 15px;
  border-top: none;
  border-bottom: 1px solid #ddd;
  transition: all 0.2s;
}

table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > thead > tr > th {
  border-bottom: none;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
}

table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > tbody > tr:nth-child(even) > td,
table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > tbody > tr:nth-child(even) > th {
  background-color: rgba(234, 234, 234, 0.3);
}

table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > tbody > tr:hover > td,
table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > tbody > tr:hover > th {
  background-color: #e30018;
  color: #fff;
}

table:not(.shop_table):not(.tribe-events-calendar):not([class*=tribe-community-event]) > tbody > tr:hover a {
  color: #fff;
}

#wp-calendar > thead > tr > th,
#wp-calendar > tbody > tr > th,
#wp-calendar > tfoot > tr > th,
#wp-calendar > thead > tr > td,
#wp-calendar > tbody > tr > td,
#wp-calendar > tfoot > tr > td {
  padding: 6px 10px;
  border-bottom: none;
}

#wp-calendar > tbody > tr a {
  text-decoration: underline;
}

.fa.lnr {
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*dark div*/

.dark-div {
  color: #eee;
}

.dark-div a {
  color: #fff;
}

.dark-div a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.dark-div h1,
.dark-div h2,
.dark-div h3,
.dark-div h4,
.dark-div h5,
.dark-div h6,
.dark-div .btn-primary,
.dark-div .h1,
.dark-div .h2,
.dark-div .h3,
.dark-div .h4,
.dark-div .h5,
.dark-div .h6 {
  color: #fff;
}

/*button*/

button,
input[type=button],
input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 11px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.2;
  outline: none;
}

button,
input[type=button],
input[type=submit],
.btn {
  font-weight: bold;
  padding: 12px 30px 11px;
  border-radius: 26px;
  transition: all 0.3s;
  border: none;
  outline: none;
  font-family: "Open Sans", Times, serif;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e30018;
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.95);
  backface-visibility: hidden;
  position: relative;
}

.dark-div .btn {
  color: #e30018;
}

.dark-div .btn:hover {
  color: #fff;
}

button.has-icon,
input[type=button].has-icon,
input[type=submit].has-icon,
.btn.has-icon {
  padding-right: 58px;
}

.btn .btn-icon {
  display: block;
  text-align: center;
  background: rgba(15, 15, 15, 0.075);
  color: #e30018;
  padding: 10px 15px 10px 12px;
  backface-visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0px;
  height: 100%;
  min-width: 30px;
  line-height: 22px;
  border-radius: 0 26px 26px 0;
  transition: all 0.3s;
}

.btn .btn-text,
.btn .btn-icon .fa {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.btn .btn-text .lnr {
  font-size: 1.25em;
  line-height: 1.25;
  margin-right: 8px;
  vertical-align: text-top;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 25px;
  font-size: 12px;
  line-height: 15px;
}

.btn-sm .btn-icon,
.btn-group-sm > .btn .btn-icon {
  padding: 9px 11px 8px;
  line-height: 15px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 16px 40px;
  font-size: 14px;
  font-weight: bold;
}

.btn-lg.has-icon,
.btn-group-lg > .btn.has-icon {
  padding-right: 80px;
}

.btn-lg .btn-icon,
.btn-group-lg > .btn .btn-icon {
  padding: 15px 18px 15px 17px;
  line-height: 20px;
}

.btn-primary,
input[type=submit],
.dark-div .btn-primary {
  border: 0px;
  background-color: #e30018;
  color: #fff;
}

.btn-primary .btn-icon {
  color: #fff;
}

.btn-lighter {
  background-color: #e5e5e5;
  color: #999;
}

.btn-lighter .btn-icon {
  color: #666;
  transition: 0.2s;
}

.dark-div .btn-lighter {
  color: #444;
}

.btn-slg,
.btn-primary.btn-slg {
  padding: 20px 50px;
}

.btn:hover {
  transition: all 0.3s;
}

button:hover,
input[type=button]:hover,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn-default,
#main-nav .navbar-nav > li.button > a:hover {
  background: #e30018;
  color: #fff;
  box-shadow: 0 0 10px -3px #e30018;
  transform: translateY(-2px);
}

input[type=submit]:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e30018;
  box-shadow: 0 0 10px -3px #e30018;
  transform: translateY(-2px);
}

.btn:focus,
.btn:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active,
input[type=submit]:focus,
input[type=submit]:active {
  transform: translateY(0);
}

.btn:hover .btn-icon {
  color: #fff;
}

/*.dark-div button:hover, .dark-div input[type=button]:hover, .dark-div input[type=submit]:hover, .dark-div .btn-default:hover, .dark-div .btn-default:focus, .dark-div .btn-default:active, .dark-div .btn-default.active, .dark-div .open .dropdown-toggle.btn-default{
	color: $theme-red;
	background-color: #0f0f0f;
}
.dark-div .btn-primary:hover, .dark-div .btn-primary:focus, .dark-div .btn-primary:active, .dark-div .btn-primary.active, .dark-div .open .dropdown-toggle.btn-primary {
	color: #0f0f0f;
	background-color: $theme-red;
}*/

button .fa-angle-right,
.btn .fa-angle-right {
  margin-left: 4px;
}

/*input*/

input:not([type]),
input[type=color],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
input[type=text],
input[type=search],
select {
  height: 41px;
  padding: 6px 20px;
  color: #555;
  color: rgba(102, 102, 102, 0.75);
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  transition: all 0.2s;
  border-radius: 10px;
  vertical-align: middle;
  max-width: 100%;
  font-weight: normal;
  outline: none;
}

input[type=search] {
  width: 100%;
}

textarea {
  padding: 6px 20px;
  color: #555;
  color: rgba(102, 102, 102, 0.75);
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  border-radius: 10px;
  font-weight: normal;
  transition: background 0.2s, box-shadow 0.2s;
}

.dark-div input:not([type]),
.dark-div input[type=color],
.dark-div input[type=email],
.dark-div input[type=number],
.dark-div input[type=password],
.dark-div input[type=tel],
.dark-div input[type=url],
.dark-div input[type=text],
.dark-div input[type=search],
.dark-div select,
.dark-div textarea {
  color: #ddd;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(234, 234, 234, 0.15);
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
}

.dark-div option {
  color: #999;
}

.form-control,
select.form-control:focus {
  box-shadow: none;
}

input:not([type]):focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=text]:focus,
.form-control:not(select):focus,
textarea:focus {
  border-color: #ddd;
  background: #ddd;
  color: #666;
  outline: none;
  box-shadow: 0 0 24px -3px #ccc;
}

input:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #666;
  opacity: 1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #666;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #666;
}

.form-control:focus:-ms-input-placeholder {
  color: #666;
}

.form-control:focus::-webkit-input-placeholder {
  color: #666;
}

/*main color*/

.main-color-1,
.main-color-1-hover:hover,
.dark-div .main-color-1 {
  color: #e30018;
}

.main-color-1-bg,
.main-color-1-bg-hover:hover {
  background-color: #e30018;
}

.main-color-1-border {
  border-color: #e30018;
}

.main-color-2,
.main-color-2-hover:hover {
  color: #e30018;
}

.main-color-2-bg {
  background-color: #e30018;
}

/* -------------------------
	Wordpress CSS
--------------------------- */

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  margin: 0 0 10px 0;
}

.wp-caption-text {
  text-align: center;
}

.text-right {
  text-align: right;
}

.postleft {
  float: left;
  margin: 0 20px 0px 0;
}

.postright {
  float: none;
}

br.nc {
  display: none;
}

/*search widget*/

.widget_search label,
.widget_search #searchsubmit {
  display: none;
}

.widget_search input#s {
  width: 100%;
  padding-right: 25px;
  backface-visibility: hidden;
}

.widget_search form.searchform {
  position: relative;
}

.widget_search form.searchform:before {
  content: "\F002";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 13px;
  right: 12px;
  color: #999;
}

/* ---------------------------
    BASIC THEME LAYOUT
------------------------------ */

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

@media (min-width: 992px) {
  .revert-layout {
    float: right;
  }
}

a#top {
  height: 0;
  position: absolute;
  top: 0;
}

.content-pad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-pad-4x {
  padding-top: 60px;
  padding-bottom: 60px;
}

.element-pad {
  padding-top: 6px;
  padding-bottom: 6px;
}

.section-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-header h1,
.section-header h2,
.section-header h3 {
  margin-bottom: 0;
  line-height: 1;
}

.inherit-color {
  color: inherit;
}

.small-text {
  font-size: 10px;
  color: #343434;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6:nth-child(odd) {
    clear: both;
  }

  #bottom .widget.col-sm-6:nth-child(odd) {
    clear: none;
  }
}

#wrap {
  overflow-x: hidden;
}

.ia_full_row .wpb_row {
  margin-left: -41%;
  margin-right: -41%;
  padding-left: 40%;
  padding-right: 40%;
  margin-left: -webkit-calc(-40% - 15px);
  margin-right: -webkit-calc(-40% - 15px);
  margin-left: -moz-calc(-40% - 15px);
  margin-right: -moz-calc(-40% - 15px);
  margin-left: calc(-40% - 15px);
  margin-right: calc(-40% - 15px);
  overflow: hidden;
}

.ia_paralax .wpb_row {
  background-attachment: fixed;
  background-repeat: repeat !important;
}

.row-no-padding {
  margin: 0;
}

.row-no-padding .col-xs-1,
.row-no-padding .col-sm-1,
.row-no-padding .col-md-1,
.row-no-padding .col-lg-1,
.row-no-padding .col-xs-2,
.row-no-padding .col-sm-2,
.row-no-padding .col-md-2,
.row-no-padding .col-lg-2,
.row-no-padding .col-xs-3,
.row-no-padding .col-sm-3,
.row-no-padding .col-md-3,
.row-no-padding .col-lg-3,
.row-no-padding .col-xs-4,
.row-no-padding .col-sm-4,
.row-no-padding .col-md-4,
.row-no-padding .col-lg-4,
.row-no-padding .col-xs-5,
.row-no-padding .col-sm-5,
.row-no-padding .col-md-5,
.row-no-padding .col-lg-5,
.row-no-padding .col-xs-6,
.row-no-padding .col-sm-6,
.row-no-padding .col-md-6,
.row-no-padding .col-lg-6,
.row-no-padding .col-xs-7,
.row-no-padding .col-sm-7,
.row-no-padding .col-md-7,
.row-no-padding .col-lg-7,
.row-no-padding .col-xs-8,
.row-no-padding .col-sm-8,
.row-no-padding .col-md-8,
.row-no-padding .col-lg-8,
.row-no-padding .col-xs-9,
.row-no-padding .col-sm-9,
.row-no-padding .col-md-9,
.row-no-padding .col-lg-9,
.row-no-padding .col-xs-10,
.row-no-padding .col-sm-10,
.row-no-padding .col-md-10,
.row-no-padding .col-lg-10,
.row-no-padding .col-xs-11,
.row-no-padding .col-sm-11,
.row-no-padding .col-md-11,
.row-no-padding .col-lg-11,
.row-no-padding .col-xs-12,
.row-no-padding .col-sm-12,
.row-no-padding .col-md-12,
.row-no-padding .col-lg-12 {
  padding: 0;
}

/*HEADER*/

.wrap-nav {
  position: absolute;
  width: 100%;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0.25)), to(rgba(15, 15, 15, 0)));
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.25) 0%, rgba(15, 15, 15, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#00000000",GradientType=0 );
}

.navbar {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}

.navbar a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

#top-nav .navbar {
  min-height: 50px;
  color: #fff;
  background: transparent;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#top-nav .navbar-nav > li > a {
  padding: 10px 20px;
  line-height: 30px;
  vertical-align: middle;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

#top-nav .navbar-nav > li:last-child > a {
  margin-right: -15px;
}

#top-nav .navbar-nav > li > a:hover,
#top-nav .navbar-nav > li > a.active:not(.collapsed) {
  background: #fff;
  color: #444;
  text-shadow: none;
}

#top-nav .navbar-nav > li {
  z-index: 1000;
}

#top-nav .navbar-nav > li > a .fa {
  font-size: 14px;
}

#top-nav .navbar-nav .lnr {
  font-size: 17px;
  line-height: 18px;
  vertical-align: middle;
}

#top-nav .top-info {
  line-height: 50px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

#top-nav .top-info > span {
  padding: 0 30px;
  line-height: 50px;
  display: inline-block;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

#top-nav .top-info > span:first-child {
  padding-left: 15px;
}

#top-nav .top-info > p {
  display: inline-block;
  margin-bottom: 0;
}

#top-nav .top-info .fa {
  color: #fff;
  font-size: 15px;
  margin-right: 8px;
}

#main-nav {
  width: 100%;
  z-index: 99;
  font-family: "Open Sans", Times, serif;
}

#main-nav.affix {
  position: fixed;
  transform-origin: top;
  animation-fill-mode: forwards;
  display: block;
  animation: affixnav 0.3s;
  top: 0;
  box-shadow: 0px 0px 20px -12px #151515;
}

@keyframes affixnav {
  from {
    opacity: 0.2;
    transform: scale(1, 0);
  }

  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.admin-bar #main-nav.affix {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar #main-nav.affix {
    top: 0;
  }
}

#main-nav .navbar {
  min-height: 80px;
  background: transparent;
  z-index: 999;
}

#main-nav .navbar-nav > li > a {
  line-height: 20px;
}

#main-nav .navbar-nav > li > a {
  padding: 35px 15px 35px 25px;
  margin: 0;
}

/*chrome fix*/

#main-nav .navbar-nav li,
#main-nav .navbar-nav li a {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.navbar-inverse .navbar-nav > .current-menu-item > a,
.navbar-inverse .navbar-nav > .current-menu-item > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li:after,
.navbar-inverse .navbar-nav > li:focus:after {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 0;
  max-width: calc(100% - 40px);
  max-width: -webkit-calc(100% - 40px);
  height: 2px;
  content: " ";
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1;
}

.navbar-inverse .navbar-nav > li:after,
.navbar-inverse .navbar-nav > li:focus:after {
  background-color: #e30018;
}

#main-nav .navbar-nav > li:hover:after {
  width: 45px;
  opacity: 1;
}

#main-nav .navbar-nav > li > a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  height: 90px;
  z-index: 2;
}

#main-nav .navbar-nav > .current-menu-item > a,
#main-nav .navbar-nav > .current-menu-item > a:focus,
#main-nav .navbar-nav .current-menu-item > a {
  color: #e30018;
}

#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li:hover > a,
#main-nav .navbar-nav > .current-menu-item > a:hover {
  background-color: transparent;
  color: #e30018;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#main-nav .navbar-nav > li > a .menu-description {
  display: block;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-transform: none;
}

#main-nav .navbar-nav > li > a:hover .menu-description {
  color: #fff;
}

#main-nav.disable-description .navbar-nav li a .menu-description {
  display: none;
}

#main-nav.disable-description .navbar-nav > li > a {
  line-height: 40px;
}

#main-nav .navbar-nav li a .lnr {
  font-size: 18px;
  margin-right: 3px;
  vertical-align: text-bottom;
}

.navbar-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.logo {
  display: block;
  padding: 22px 8px 18px 3px;
  line-height: 60px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.logo #logista_logo {
  max-height: 100%;
}

.logo .logista_badge {
  height: auto;
  position: relative;
  width: 60px;
  width: auto;
  height: 50px;
  height: 100%;
  padding: 0;
}

.logo .logo-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  height: 100%;
}

.logo img.badge {
  max-height: 100%;
}

@media (max-width: 400px) {
  .logo .logo-badges {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo .logo-badges {
    display: none;
  }

  .logo .logista_badge {
    display: none;
  }
}

#main-nav.affix .navbar {
  min-height: 65px;
  padding: 10px;
  background: #fff;
}

#main-nav.affix .navbar-nav > li > a .menu-description {
  display: none;
}

#main-nav.affix .navbar-nav > li > a {
  padding: 5px 15px 5px 25px;
  height: 50px;
  line-height: 40px;
  transition: all 0.3s;
}

#main-nav.affix .logo {
  line-height: 30px;
  height: 50px;
  padding: 7px 0 4px;
  transition: all 0s;
}

#main-nav.affix .logo #logista_logo {
  max-height: 100%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  #main-nav.affix .logo #logista_logo {
    top: 0px;
  }
}

#main-nav.affix .header-badge {
  line-height: 30px;
  height: 50px;
  padding: 0px 0px 0px 10px;
  transition: all 0s;
}

#main-nav.affix .header-badge img {
  max-height: 100%;
}

#main-nav.affix .navbar-inverse .navbar-nav > li > a:after,
#main-nav.affix .navbar-inverse .navbar-nav > li > a:focus:after {
  height: 3px;
}

/*Boxed nav*/

.wrap-nav .nav-layout-boxed {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .wrap-nav .nav-layout-boxed,
  .nav-layout-boxed #main-nav.affix {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .wrap-nav .nav-layout-boxed,
  .nav-layout-boxed #main-nav.affix {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .wrap-nav .nav-layout-boxed,
  .nav-layout-boxed #main-nav.affix {
    width: 1140px;
  }
}

.nav-layout-boxed #top-nav .navbar {
  background: #e30018;
}

.nav-layout-boxed #main-nav .navbar {
  background: rgba(0, 0, 0, 0.6);
}

/*Dropdown*/

header .dropdown-menu {
  transform-origin: top;
  animation-fill-mode: forwards;
  /*-webkit-transform: scale(1, 0);
  transform: scale(1, 0);*/
  transform: translateX(15px);
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.2s ease 0.05s, visibility 0s ease 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.05s, visibility 0s ease 0.3s;
  font-family: "Open Sans", Times, serif;
}

.dropdown-submenu {
  position: relative;
  -o-perspective: 1000;
  perspective: 1000;
}

header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  /*-webkit-transform: scale(1, 1);
  transform: scale(1, 1);*/
  transform: translateX(0);
  visibility: visible;
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}

.dropdown-submenu > a:after {
  display: inline-block;
  content: "\F105";
  margin-top: 3px;
  margin-right: -5px;
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu li:hover > .sub-menu {
  visibility: visible;
}

header .dropdown {
  -o-perspective: 1000;
  perspective: 1000;
}

header .dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  z-index: 1000;
  /*-webkit-transform: scale(1, 1);
  transform: scale(1, 1);*/
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}

.dark-div .navbar-toggle:hover,
.dark-div .topnav-light .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.main-menu li.current-menu-item > a,
.main-menu .nav > li > a:hover {
  color: #fff;
}

header .dropdown-menu {
  min-width: 200px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-color: #fff;
  border: none;
  border-radius: 5px !important;
  box-shadow: none;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  border: 1px solid #eee;
}

.navbar-right .dropdown-menu {
  left: 0px;
  right: auto;
}

header .dropdown-menu > li > a {
  padding: 15px 25px;
  line-height: 1.428571429;
  color: #999;
  white-space: nowrap;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  border-bottom: solid 1px #f3f3f3;
}

header .dropdown-menu > li:last-child > a {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

header .dropdown-menu > li > a:before {
  position: absolute;
  bottom: -1px;
  left: 25px;
  width: 0;
  height: 2px;
  background: transparent;
  content: "";
  transition: all 0.2s 0.1s;
}

header .dropdown-menu > li > a:hover:before,
header .dropdown-menu > li > a:focus:before {
  background-color: #e30018;
  width: 45px;
  transition: all 0.2s;
}

header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus {
  color: #e30018;
  background: transparent !important;
}

header .nav > .sub-menu-left > .dropdown-menu {
  right: 0px;
  left: auto;
}

header .nav > .sub-menu-right > .dropdown-menu {
  left: 0;
  right: auto;
}

header .sub-menu-right .dropdown-menu,
header .sub-menu-left .sub-menu-right .dropdown-menu {
  left: 100%;
  right: auto;
}

header .sub-menu-left .dropdown-menu {
  right: 100%;
  left: auto;
}

header .sub-menu-right .sub-menu-left .dropdown-menu {
  right: 100%;
  left: auto;
}

@media (max-width: 767px) {
  /*keep topnav be normal on mobile*/

  #top-nav .navbar-nav > li {
    display: inline-block;
    margin-right: -4px;
  }

  #top-nav .navbar-nav > li > a {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    margin-top: -1px;
  }

  #top-nav .navbar-nav {
    margin: 0;
  }

  #top-nav .navbar-left {
    text-align: center;
  }

  #top-nav .navbar-right {
    text-align: center;
  }
}

#top-nav .navbar.navbar-inverse {
  min-height: 40px;
}

#top-nav .navbar.navbar-inverse li a {
  padding-top: 11px;
  padding-bottom: 11px;
}

.top-tab-content {
  background: rgba(0, 0, 0, 0.55);
}

.top-tab-content .panel-inner .container {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100%;
}

.time-list {
  margin: 0;
}

.time-list .time-list-item {
  word-spacing: 1px;
  padding: 5px 40px 5px 10px;
}

.time-list-item .item-day {
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}

.time-list-item .item-hour {
  font-size: 10px;
  text-transform: uppercase;
  color: #ccc;
  transition: all 0.2s;
}

.time-list-item a:hover .item-hour {
  color: #fff;
}

/*light nav*/

#main-nav.light-nav .navbar {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#main-nav.light-nav .navbar-nav > li:not(.button) > a {
  color: #666;
}

#main-nav.light-nav .navbar-nav > li > a .menu-description {
  color: rgba(0, 0, 0, 0.4);
}

header #main-nav.light-nav .dropdown-menu {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  color: #666;
}

header #main-nav.light-nav .dropdown-menu > li > a {
  color: #666;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#main-nav.light-nav .dropdown-menu > li > a:hover,
#main-nav.light-nav .dropdown-menu > li > a:focus {
  color: #e30018;
}

header #main-nav.light-nav .mobile-menu-toggle {
  color: #666;
}

header #main-nav.light-nav .mobile-menu-toggle:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

#main-nav .navbar-nav > li.button {
  line-height: 90px;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent !important;
}

#main-nav .navbar-nav > li.button:after {
  display: none;
}

#main-nav .navbar-nav > li.button > a {
  background: #e30018;
  color: #fff;
  font-weight: bold;
  padding: 11px 30px 11px;
  height: 50px;
  border-radius: 26px;
  border: none;
  outline: none;
  line-height: 28px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}

#main-nav.affix .navbar-nav > li.button {
  line-height: 38px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s;
}

#main-nav.affix .navbar-nav > li.button > a {
  padding: 6px 30px 6px;
  height: 40px;
  line-height: 28px;
  transition: all 0.3s;
}

/*mobile menu*/

#main-nav .navbar .container {
  position: relative;
}

header .mobile-menu-toggle {
  color: #000;
  padding: 12px 9px 13px;
  margin: 4px 0px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 20px;
  box-shadow: none;
  transform: none;
}

header .mobile-menu-toggle .fa {
  width: 28px;
  height: 21px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}

header .mobile-menu-toggle .fa:before {
  content: "";
  border-top: solid 1px;
  display: block;
  margin-top: 9px;
  width: 100%;
  transition: width 0.2s;
}

header .mobile-menu-toggle:hover .fa:before {
  width: 60%;
}

@media (max-width: 767px) {
  header .mobile-menu-toggle {
    display: inline-block !important;
    border: none;
  }

  header .search-toggle {
    border: none;
    padding: 11px 10px;
    font-size: 14px;
  }

  .top-menu {
    margin-left: -10px;
    margin-right: -10px;
  }

  .top-menu a {
    color: #fff;
  }

  #top-nav .navbar-nav > li:last-child > a {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }

  #top-nav .top-info > span {
    border: none;
    padding: 0 10px;
  }
}

.mobile-menu-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #fff;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transition: top 0.4s ease 0.4s, transform 0.4s ease, opacity 0.5s ease, visibility 0.1s ease 0.5s;
  -webkit-transition: top 0.4s ease 0.4s, -webkit-transform 0.4s ease, opacity 0.5s ease, visibility 0.1s ease 0.5s;
}

@media (min-width: 992px) {
  .mobile-menu-wrap {
    left: 70%;
  }
}

.mobile .mobile-menu-wrap {
  opacity: 1;
}

.admin-bar .mobile-menu-wrap {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .mobile-menu-wrap {
    top: 46px;
  }
}

.enable-mobile-menu .mobile-menu-wrap {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: top 0.4s, transform 0.4s ease, opacity 0.4s ease, visibility 0s ease;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s ease, opacity 0.4s ease, visibility 0s ease;
}

.mobile-menu {
  margin: 0;
  padding: 18px 30px 20px;
  list-style: none;
  text-transform: uppercase;
  overflow: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.pc .mobile-menu {
  opacity: 0;
  transform: translate3d(30%, 0, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transition: all 0.4s ease 0.25s;
  -webkit-transition: all 0.4s ease 0.25s;
}

.pc.enable-mobile-menu .mobile-menu {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.mobile-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li a,
.mobile-menu-wrap .mobile-menu-toggle {
  display: block;
  padding: 0;
  min-height: 45px;
  line-height: 45px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-bottom: solid 2px rgba(178, 178, 178, 0.08);
  position: relative;
  color: #333;
}

.mobile-menu > li > a {
  font-size: 24px;
  font-family: "Open Sans", Times;
  min-height: 50px;
  line-height: 50px;
  color: #333;
}

.mobile-menu li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #e30018;
  transition: all 0.4s ease;
}

.mobile-menu > li > a:before {
  width: 40px;
}

.mobile-menu li a:hover:before {
  width: 100%;
}

.mobile-menu .sub-menu {
  padding: 0;
}

.mobile-menu .sub-menu ul li a {
  padding: 0 0 0 15px;
}

.mobile-menu li a.search-toggle {
  text-align: center;
}

.mobile-menu li a.search-toggle:before {
  left: 50%;
  width: 0;
}

.mobile-menu li a.search-toggle:hover:before {
  left: 0;
  width: 100%;
}

.mobile-menu-wrap .mobile-menu-toggle {
  text-align: center;
  font-size: 25px;
  background: #262626;
  background: #333;
  padding-top: 2px;
  color: #fff;
}

.mobile-menu-wrap .mobile-menu-toggle:hover {
  background: #444;
  color: #fff;
}

/*off canvas style*/

#main-nav .navbar-nav > li > a.search-toggle {
  padding: 30px 12px;
  line-height: 40px;
  margin: 0 10px;
  overflow: visible;
  -webkit-backface-visibility: visible;
}

#main-nav.affix .navbar-nav > li > a.search-toggle {
  padding: 5px 12px;
}

.style-off-canvas .navbar-header {
  display: block;
  float: none;
}

.style-off-canvas .navbar-header .logo {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  display: block;
}

.style-off-canvas .navbar-header .header-badge {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  display: block;
}

/*@media(min-width:768px){
.pc #body-wrap{
	transition:all .3s;
}
.pc.enable-mobile-menu #body-wrap{
	transform:translate3d(-200px,0,0);
	-webkit-transform:translate3d(-200px,0,0);
	-ms-transform:translate3d(-200px,0,0);
}
}*/

@media (min-width: 768px) {
  .navbar-nav.navbar-right:first-child {
    margin-right: -15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
}

/*search*/

#off-canvas-search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #000;
  background: rgba(0, 0, 0, 0.95);
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transition: top 0.4s ease 0.4s, transform 0.4s ease, opacity 0.5s ease, visibility 0.1s ease 0.5s;
  -webkit-transition: top 0.4s ease 0.4s, -webkit-transform 0.4s ease, opacity 0.5s ease, visibility 0.1s ease 0.5s;
}

.enable-search #off-canvas-search {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: top 0.4s, transform 0.4s ease, opacity 0.4s ease, visibility 0s ease;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s ease, opacity 0.4s ease, visibility 0s ease;
}

#off-canvas-search .search-inner {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  padding: 0 20px;
}

#off-canvas-search .search-inner form {
  position: relative;
}

#off-canvas-search .search-inner form .search-toggle {
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 28px;
  z-index: 99;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s;
}

#off-canvas-search .search-inner form .search-toggle:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #222;
}

#off-canvas-search .search-inner .search-field {
  background: transparent;
  color: #fff;
  font-size: 40px;
  height: 60px;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  #off-canvas-search .search-inner .search-field {
    font-size: 24px;
  }
}

/*WPML*/

#main-nav .wmpl-lang > li > a {
  padding: 30px 12px;
  line-height: 40px;
  margin: 0 10px;
  overflow: visible;
  -webkit-backface-visibility: visible;
}

header .wmpl-lang .main-menu-item.sub-menu-left > .dropdown-menu {
  right: 9px;
  left: auto;
  min-width: 240px;
}

#main-nav .wmpl-lang > li > .dropdown-menu li {
  float: left;
}

/*Footer*/

#footer-sidebar {
  padding: 30px 0 20px;
}

#bottom-nav {
  position: relative;
  background: #1a1a1a;
}

#bottom-nav > .container {
  position: relative;
  z-index: 1;
}

#bottom-nav .footer-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

#bottom-nav .copyright {
  padding: 20px 0;
  color: #999;
  float: left;
}

#bottom-nav .social-list {
  margin: 0 -5px 0;
  padding: 15px 0;
  float: right;
}

#bottom-nav .social-list li {
  padding: 0 5px;
}

#bottom-nav .social-list .social-icon:not(:hover) {
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.15);
  color: #999;
  line-height: 38px;
}

@media (max-width: 767px) {
  #bottom-nav .copyright {
    float: none;
    text-align: center;
  }

  #bottom-nav .social-list {
    float: none;
    text-align: center;
  }

  #bottom-nav .social-list li {
    padding: 0 5px 10px 5px;
  }
}

/* ---------------------------
    Leaf Elements
------------------------------ */

/*Banner*/

.leaf-banner-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  background-size: cover;
  background-color: #000;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s, z-index 0.3s 0s;
}

.leaf-banner-item * {
  transition: all 0.3s ease;
}

.leaf-banner-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, black 100%);
}

.leaf-banner-content:before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #e30018;
  z-index: 9;
  transition: all 0.3s, left 0.2s, width 0.2s, height 0.2s 0.2s;
}

.leaf-banner-content-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 30px 40px;
}

.leaf-banner-content-inner .h5 {
  text-transform: uppercase;
}

.banner-icon {
  font-size: 22px;
  z-index: 9;
  color: #fff;
  margin-bottom: 8px;
}

.leaf-banner-item:hover .leaf-banner-content:before {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.75;
}

.leaf-banner-item:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 35px -1px rgba(15, 15, 15, 0.5);
  z-index: 20;
  border-radius: 8px;
  transition: all 0.3s, z-index 0s 0s;
}

.vc_row-no-padding.vc_row[data-vc-full-width] {
  overflow: visible;
  /*fix overflow*/
}

/*event carousel*/

.event-carousel-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.event-carousel-item {
  margin: 15px 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
  border-radius: 10px;
  transition: all 0.2s;
}

.event-carousel-item:hover {
  box-shadow: 0 0 30px 0px rgba(15, 15, 15, 0.15);
}

.dark-div .event-carousel-item {
  background: rgba(10, 10, 10, 0.85);
  color: #ddd;
}

.dark-div .event-carousel-item .event-title,
.dark-div .event-carousel-item .event-title a {
  color: #fff;
}

.dark-div .event-carousel-item {
  background: rgba(10, 10, 10, 0.85);
}

.event-in-col {
  margin: 0;
}

.event-item-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 69%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  transition: all 0.2s 0.2s;
  border-bottom: 1px solid #f1f1f1;
}

.event-item-thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}

.event-item-thumbnail:hover {
  /*background: $theme-red;*/
  transition: all 0s 0s;
}

.event-item-thumbnail:hover img {
  transform: scale(1.1);
  opacity: 0.4;
}

.event-date-block {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px 12px;
  width: 40px;
  height: 40px;
  line-height: 1.1;
  color: #fff;
  background: #222;
  background: #e30018;
  border-radius: 100px;
  font-size: 11px;
  text-transform: uppercase;
}

.event-date-block .day {
  font-size: 24px;
}

.event-item-content {
  padding: 20px 25px;
}

.small-meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #aaa;
  color: rgba(153, 153, 153, 0.8);
  margin-bottom: 10px;
}

.small-meta a:not(:hover) {
  color: #bbb;
  color: rgba(153, 153, 153, 0.8);
}

.small-meta .fa {
  min-width: 11px;
  margin-right: 6px;
  text-align: center;
}

.small-meta .lnr {
  min-width: 11px;
  margin-right: 6px;
  text-align: center;
  font-size: 12px;
}

.event-carousel-item .event-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-carousel-item .event-excerpt {
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.mobcentar-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.mobtel {
  position: absolute;
  bottom: 0;
}

.header-carousel-item-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 158%;
  background-size: cover;
  background-color: #000;
  background-position: center;
}

.header-carousel-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.75);
  overflow: hidden;
}

.header-carousel-item-content-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.header-carousel-item-content .fa,
.header-carousel-item-content .h2 {
  margin-bottom: 25px;
}

/*post list*/

.post-list-item .event-item {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  color: #999;
  overflow: hidden;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
  transition: all 0.2s;
}

.post-list-item .event-item-thumbnail {
  position: absolute;
  width: 35%;
  left: 0;
  top: 0;
  height: 100%;
  padding-top: 0;
  border-radius: 0;
  backface-visibility: hidden;
}

.post-list-item .event-item-thumbnail img {
  width: auto;
  max-width: none !important;
  height: 100% !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.post-list-item .event-item-thumbnail .placeholder-thumbnail-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.2s;
}

.post-list-item .event-date-block {
  position: absolute;
  top: 15px;
  left: 15px;
  right: auto;
}

.post-list-item .event-item-content {
  padding: 30px;
  min-height: 360px;
  /*
  display: flex;
     justify-content: center;
  flex-direction: column
  */
  padding-top: 65px;
}

.post-list-item .small-meta {
  font-size: 14px;
  text-transform: none;
  margin-bottom: 20px;
}

.post-list-item .small-meta > span:not(:last-child) {
  margin-right: 12px;
}

.post-list-item .small-meta .lnr {
  min-width: 12px;
  margin-right: 3px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  vertical-align: text-top;
}

.post-list-item .event-excerpt {
  /*
  height: 9.7em;
  overflow: hidden;
  text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  */
}

.post-list-item .event-item.leaf-event-featured {
  padding-left: 0;
}

.post-list-item .leaf-event-featured .event-date-block {
  left: auto;
  top: 20px;
  right: 20px;
}

.post-list-item .leaf-event-featured .event-item-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #000;
}

.post-list-item .leaf-event-featured .event-item-thumbnail img {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  margin-left: 0;
  position: static;
  left: 0;
  transform: none;
}

.post-list-item .leaf-event-featured .event-item-thumbnail .placeholder-thumbnail-bg {
  opacity: 0.65;
}

.post-list-item .leaf-event-featured .event-item-content {
  z-index: 1;
  position: relative;
  color: #fff;
  padding-left: 40px;
  padding-right: 80px;
}

.post-list-item .leaf-event-featured .event-excerpt {
  opacity: 0;
  visibility: hidden;
}

.post-list-item .leaf-event-featured .small-meta,
.post-list-item .leaf-event-featured .small-meta span.main-color-1 {
  color: #eee;
  color: rgba(255, 255, 255, 0.65);
}

.social-share-hover {
  white-space: nowrap;
  margin-left: -100%;
  z-index: 5;
  position: relative;
  height: 40px;
}

.post-list-item .leaf-event-featured .social-share-hover {
  margin-right: -40px;
}

.social-share-hover .hover-share-label {
  display: inline-block;
  text-transform: uppercase;
}

.social-share-hover .hover-share-label svg {
  vertical-align: middle;
  margin-left: 5px;
  fill: #999;
}

.dark-div .social-share-hover .hover-share-label svg {
  fill: #fff;
}

.social-share-hover .list-inline {
  display: inline-block;
  padding: 15px 0 15px 0;
  margin: -15px 0 -15px -5px;
  width: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s 0.1s ease;
  vertical-align: middle;
}

.social-share-hover:hover .list-inline {
  padding-left: 13px;
  width: 170px;
  opacity: 1;
}

.social-share-hover:hover + .btn {
  opacity: 0;
}

.post-list-item .event-item .event-item-thumbnail:hover .placeholder-thumbnail-bg {
  transform: scale(1.1);
  opacity: 0.4;
}

.post-list-item .leaf-event-featured:hover .event-item-thumbnail .placeholder-thumbnail-bg {
  transform: scale(1.1);
}

.post-list-item .event-item:hover {
  box-shadow: 0 0 30px 0px rgba(15, 15, 15, 0.15);
}

.post-list-item .leaf-event-featured:hover {
  box-shadow: 0 2px 35px 0px rgba(15, 15, 15, 0.3);
}

.post-list-item.col-md-6:nth-child(2n+1) {
  clear: left;
}

.post-list-item.col-md-4:nth-child(3n+1) {
  /*clear:left;*/
}

/*timeline*/

.leaf-timeline .timeline-item {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .leaf-timeline .timeline-box {
    width: 46%;
    float: left;
    position: relative;
  }

  .leaf-timeline .timeline-meta {
    position: absolute;
    left: 117%;
    top: 15px;
    color: #222;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
  }

  .leaf-timeline .timeline-meta .lnr {
    font-size: 16px;
    line-height: 1.2;
    vertical-align: text-top;
    padding-right: 5px;
  }

  .leaf-timeline .timeline-item:nth-child(2n) .timeline-box {
    float: right;
  }

  .leaf-timeline .timeline-item:nth-child(2n) .timeline-meta {
    left: auto;
    right: 117%;
    text-align: right;
  }
}

.leaf-timeline .timeline-box-title {
  position: absolute;
  z-index: 11;
  bottom: 30px;
  left: 40px;
  right: 40px;
  text-align: left;
  transition: all 0.2s;
}

.leaf-timeline .timeline-box-title h3 {
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}

.leaf-timeline .timeline-box-title .small-meta {
  color: #fff;
  font-size: 14px;
  text-transform: none;
}

.leaf-timeline .timeline-box-title .small-meta > span {
  margin-right: 15px;
}

.leaf-timeline .timeline-box-title .small-meta .lnr {
  font-size: 16px;
  line-height: 18px;
  vertical-align: text-top;
}

.leaf-timeline .timeline-box-content {
  background-size: cover;
  background-color: #222;
  position: relative;
  z-index: 10;
  border-radius: 10px;
}

.leaf-timeline .timeline-box-content-inner {
  padding: 70px 40px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  border-radius: 10px;
}

.leaf-timeline .timeline-box-content-inner .timeline-excerpt {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s;
}

.leaf-timeline .timeline-item-inner {
  position: relative;
}

.leaf-timeline .timeline-item-inner:before {
  content: "";
  background: #b7b7b7;
  background: rgba(34, 34, 34, 0.2);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 50%;
}

.leaf-timeline .timeline-item:last-child .timeline-item-inner:before {
  display: none;
}

.leaf-timeline .timeline-item-inner:after {
  content: "";
  background: #e30018;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 7px #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -15px;
  transition: all 0.2s;
}

.leaf-timeline .timeline-item:hover .timeline-box-content-inner {
  background: rgba(42, 172, 227, 0.85);
  box-shadow: 0 0 25px -3px #e30018;
}

.leaf-timeline .timeline-item:hover .timeline-item-inner:after {
  box-shadow: 0 0 25px -3px #e30018;
}

.leaf-timeline .timeline-item:hover .timeline-box-content-inner .timeline-excerpt {
  opacity: 1;
  transform: translateY(0);
}

.leaf-timeline .timeline-item:hover .timeline-box-title {
  opacity: 0;
  transform: translateY(20px);
}

@media (max-width: 767px) {
  .leaf-timeline .timeline-item-inner:before {
    width: 2px;
    margin-left: -1px;
  }
}

/*icon-box*/

.leaf-icon-box {
  -o-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
  padding-top: 20px;
}

.ia-icon,
.light .ia-icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  line-height: 78px;
  text-align: center;
  color: #e30018;
  border: solid 1px #e30018;
  font-size: 28px;
  display: inline-block;
  transition: all 0.2s;
  font-family: "Lato";
  transition: 0.3s;
  overflow: hidden;
}

.dark-div .ia-icon,
.dark .ia-icon {
  color: #fff;
  border-color: #fff;
}

.ia-icon:hover,
.leaf-icon-box:hover .ia-icon {
  background: #e30018;
  border-color: #e30018;
  color: #fff;
  box-shadow: 0 0 25px -3px #e30018;
}

.ia-icon:hover .fa,
.leaf-icon-box:hover .ia-icon .fa {
  animation: icon_pointing 0.3s ease 0s;
}

.leaf-icon-box .media-body p {
  color: #999;
}

.dark-div .leaf-icon-box .media-body p {
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
}

.leaf-icon-box .media-body .media-heading {
  font-size: 20px;
}

@media (max-width: 520px) {
  .showcase-style-features .feature-col-text {
    margin-bottom: 50px;
  }
}

.features-control-item:after {
  background: #e30018;
}

.features-control-item .media {
  overflow: visible;
}

.dark-div .features-control-item {
  color: #aaa;
}

.features-control-item.active .ia-icon {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: all 0.65s ease;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media > .text-center {
  margin-bottom: 15px;
}

.media-heading {
  text-transform: uppercase;
}

@keyframes icon_pointing {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  49.9% {
    transform: translateX(-18px);
    opacity: 0;
  }

  50% {
    transform: translateX(18px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*blog listing shortcode*/

.item-thumbnail {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 10px;
  transition: all 0.3s;
}

.item-thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s;
}

.item-thumbnail:hover {
  box-shadow: 0 0 25px -3px #e30018;
}

.item-thumbnail:hover img {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -ms-filter: brightness(110%);
  transform: scale(1.1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mobile .item-thumbnail:hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  transform: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.thumbnail-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e30018;
  color: #fff;
  padding: 10px 20px;
  opacity: 0.8;
}

.item-content .item-title {
  position: relative;
  margin-bottom: 38px;
  font-family: "Open Sans", Times, serif;
}

.item-content .item-title:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  height: 2px;
  width: 80px;
  max-width: 90%;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.15);
}

.item-content .meta:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0px;
  height: 3px;
  width: 60px;
  max-width: 90%;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.15);
}

.item-content a {
  transition: all 0.2s;
}

.item-meta {
  font-size: 12px;
  padding-top: 6px;
}

.item-meta a:not(.btn):hover {
  color: #e30018;
  transition: all 0.2s;
}

.item-meta .btn {
  margin-right: 16px;
}

.shortcode-blog-excerpt {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .shortcode-blog-item {
    margin-bottom: 20px;
  }
}

/*Post Grid*/

.post-grid-item {
  margin-bottom: 30px;
}

.leaf-post-grid.leaf-no-padding .row {
  margin: 0;
}

.leaf-post-grid.leaf-no-padding .post-grid-item {
  margin-bottom: 0;
  padding: 0;
}

.post-grid-item-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  z-index: 1;
  transition: all 0.2s, z-index 0.2s 0s;
  background: #ffff;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
}

.post-grid-item-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.2s;
  overflow: hidden;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}

.post-grid-item-thumbnail img {
  width: 100%;
  transition: all 0.2s;
}

.post-grid-item-content {
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  z-index: 5;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s;
}

.show-title .post-grid-item-content {
  opacity: 1;
}

.show-title .post-grid-item-thumbnail img {
  opacity: 0.7;
}

.post-grid-item-content .h3 {
  position: relative;
  margin-bottom: 25px;
  word-wrap: break-word;
}

.post-grid-item-content .h3:before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  height: 1px;
  width: 60px;
  margin-left: -30px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.post-grid-item-content .small-meta {
  color: rgba(255, 255, 255, 0.8);
}

.post-grid-item-inner:hover {
  z-index: 6;
  transition: all 0.2s, z-index 0s 0s;
}

.post-grid-item-inner:hover .post-grid-item-content {
  opacity: 1;
  transition: all 0.3s;
}

/*Post News*/

.post-news-item {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.2s;
}

.post-news-item:hover {
  box-shadow: 0 0 30px 0px rgba(15, 15, 15, 0.15);
}

.dark-div .post-news-item {
  background: rgba(10, 10, 10, 0.85);
  color: #999;
}

.post-news-item-thumbnail {
  position: relative;
  overflow: hidden;
  width: 177px;
  float: left;
  background: #666;
  backface-visibility: hidden;
}

.post-news-big-item .post-news-item-thumbnail {
  width: 100%;
  float: none;
}

.post-news-item-thumbnail img {
  width: 100%;
  transition: all 0.2s;
}

.post-news-item-thumbnail:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.post-news-item .event-date-block {
  top: 10px;
  left: 10px;
  right: auto;
}

.post-news-item-content {
  overflow: hidden;
  padding: 20px;
}

.post-news-big-item .post-news-item-content {
  padding: 30px 30px 15px;
}

.post-news-item-content h3 {
  margin-bottom: 15px;
}

.post-news-item-content h3 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dark-div .post-news-item-content h3 a:not(:hover) {
  color: #fff;
}

.news-meta > span {
  margin-right: 15px;
}

.news-meta > span .fa {
  margin-right: 5px;
}

.news-excerpt {
  height: 3.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-excerpt p {
  margin: 0;
}

@media (max-width: 400px) {
  .post-news-item-thumbnail {
    width: 40%;
  }

  .post-news-item-content {
    padding-bottom: 5px;
  }

  .news-excerpt,
  .btn-news {
    display: none;
  }

  .news-meta {
    margin-bottom: 0;
  }
}

/*Blog*/

.blog-item {
  margin-bottom: 30px;
}

.blog-thumbnail {
  position: relative;
  min-height: 60px;
}

.item-thumbnail,
.item-thumbnail a {
  display: block;
  -o-perspective: 1000;
  perspective: 1000;
}

.thumbnail-hoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
  transform-origin: bottom;
  animation-fill-mode: forwards;
  transform: rotateX(90deg);
}

.thumbnail-hoverlay-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-60px) scale(1.5);
  transition: all 0.45s;
  background: #e30018;
}

.thumbnail-hoverlay-icon .fa,
.thumbnail-hoverlay-icon .lnr {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  font-size: 26px;
  color: #fff;
}

.item-thumbnail:hover .thumbnail-hoverlay-icon {
  opacity: 0.8;
  transform: translateY(0) scale(1);
}

.thumbnail-overflow-2 {
  position: absolute;
  bottom: 10px;
  left: 11px;
}

.btn-date-blog {
  background: rgba(15, 15, 15, 0.6);
  letter-spacing: 0.5px;
  border-radius: 40px;
  padding: 11px 20px 10px;
}

.date-block-2 {
  color: #fff;
}

.date-block-2 .day {
  font-size: 38px;
  line-height: 32px;
  font-weight: 100;
  float: left;
  margin-left: 5px;
  margin-right: 9px;
}

.date-block-2 .month-year {
  font-size: 12px;
  overflow: hidden;
  line-height: 1.4em;
  padding-top: 1px;
  padding-right: 6px;
  text-align: left;
  font-weight: 100;
}

.item-thumbnail-video {
  position: relative;
  height: 0;
  padding-top: 63%;
}

.item-thumbnail-video-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-thumbnail-video-inner * {
  max-width: 100%;
  max-height: 100%;
}

.blog-listing .item-thumbnail-video .item-thumbnail-video-inner * {
  width: 100%;
  height: 100%;
  float: left;
}

.blog-item-excerpt {
  margin-bottom: 18px;
}

.blog-item-meta {
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 0;
  color: #666;
}

.blog-item-meta a {
  color: #666;
}

.blog-item-meta span .fa,
.blog-item-meta span .lnr {
  margin-right: 3px;
  color: #999;
}

.dot {
  font-size: 18px;
  line-height: 1px;
  margin: 0 2px;
}

.sep {
  font-size: 13px;
  line-height: 1px;
  margin: 0 5px;
}

.blog-item-wide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 40px;
}

.blog-item-wide:hover {
  box-shadow: 0 0 30px -3px rgba(15, 15, 15, 0.2);
}

.blog-item-wide .item-thumbnail {
  max-height: 600px;
  border-radius: 10px 10px 0 0;
  box-shadow: none !important;
}

.blog-item-wide .item-thumbnail a {
  max-height: 1700px;
}

.blog-item-wide .thumbnail-overflow-2 {
  top: 12px;
  bottom: auto;
}

.blog-item-wide .item-content {
  padding: 30px 30px 35px;
  /*
  text-align: center;
  */
}

.blog-item-wide .item-content .wide-line .item-title:before {
  bottom: -20px;
  /*
     left: 50%;
  margin-left: -40px;
  */
  width: 100%;
  max-width: 100%;
  background-color: #eee;
  background-color: #e30018;
}

.blog-item-wide .item-content .item-title:before {
  bottom: -20px;
  /*
     left: 50%;
  margin-left: -40px;
  */
  width: 100px;
  background-color: #eee;
  background-color: #e30018;
}

.blog-listing .sticky .item-title {
  font-weight: bold;
}

/*simple navi*/

.default-paging {
  margin-top: 40px;
  margin-bottom: 40px;
}

.default-nav-item {
  width: 50%;
  margin: 0;
  text-transform: uppercase;
}

.default-nav-item.alignright {
  text-align: right;
  border-left: solid 2px #f9f9f9;
}

.default-nav-item a {
  display: block;
  background: #f0f0f0;
  padding: 20px 30px;
  margin: 0;
  transition: 0.2s;
  border-radius: 10px;
}

.default-nav-item a:hover {
  background: #e30018;
  color: #fff;
  box-shadow: 0 0 25px -3px #e30018;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .default-nav-item {
    width: 100%;
    margin-bottom: 1px;
  }

  .default-nav-item.alignright {
    border-left: none;
  }
}

/*page navi*/

.wp-pagenavi {
  text-align: center;
  padding: 5px 0;
  padding-top: 15px;
  margin-bottom: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
  padding: 10px 18px !important;
  margin: 5px !important;
  color: #999;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.075);
  transition: all 0.2s;
  border-radius: 26px;
  line-height: 29px;
  min-height: 49px;
  min-width: 49px;
  border: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #666;
  color: #fff;
}

.wp-pagenavi .nextpostslink {
  padding-top: 7px !important;
  padding-bottom: 9px !important;
}

/*carousel*/

.carousel-has-control .owl-nav {
  position: absolute;
  top: 32%;
  top: -webkit-calc(50% - 45px);
  top: calc(50% - 45px);
  left: 10px;
  right: 10px;
  height: 0;
}

.carousel-has-control.owl-theme .owl-nav .owl-prev,
.carousel-has-control.owl-theme .owl-nav .owl-next {
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: solid 1px rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: 30px;
  opacity: 0;
  position: relative;
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transition: all 0.3s ease;
  font-size: 14px;
}

.carousel-has-control.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
}

.carousel-has-control.owl-theme:hover .owl-nav .owl-next,
.carousel-has-control.owl-theme:hover .owl-nav .owl-prev {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.carousel-has-control.owl-theme .owl-nav .owl-prev,
.carousel-has-control.owl-theme .owl-nav .owl-next {
  margin: 0 20px;
  background: transparent;
  border: solid 1px rgba(215, 215, 215, 0.8);
}

.carousel-has-control.owl-theme .owl-nav .owl-prev:hover,
.carousel-has-control.owl-theme .owl-nav .owl-next:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
  box-shadow: 0 0 10px -1px rgba(15, 15, 15, 0.2);
}

@media (max-width: 767px) {
  .carousel-has-control .owl-buttons {
    display: none;
  }
}

.ia-post-carousel .owl-theme .owl-controls {
  margin-top: 0px;
}

/*testimonials*/

.testimonial-item {
  overflow: hidden;
}

.testimonial-item > .fa {
  font-size: 28px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 54px;
  margin-bottom: 15px;
}

.testimonial-item p {
  font-size: 20px;
  max-width: 82%;
  margin: 0 auto 7px;
}

.testimonial-item .media {
  display: inline-block;
  text-align: left;
  max-width: 82%;
}

.testimonial-item .media-body {
  line-height: 10px;
}

.professor .media-body span {
  font-size: 10px;
  text-transform: uppercase;
}

.testimonial-item .professor {
  transform: translateX(70px);
  -webkit-transform: translateX(70px);
  opacity: 0;
  transition: all 0.45s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.55s;
  -webkit-transition: all 0.45s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.55s;
}

.active .testimonial-item .professor {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.testimonial-item .professor img {
  border-radius: 25px;
}

.professor .media-heading {
  margin-top: 5px;
  margin-bottom: 3px;
}

/*ia woo*/

.dark-div .sc-woo .product-title a {
  color: #343434;
}

.dark-div .sc-woo .product-title a:hover {
  color: #888;
}

.sc-woo.leaf-product-listing .woocommerce ul.products {
  margin-left: -1%;
  margin-right: -1%;
}

.sc-woo .woocommerce ul.products li.product {
  margin: 0 1% 30px 1%;
  width: 23%;
}

.sc-woo .woocommerce.columns-1 ul.products li.product {
  width: 98% !important;
}

.sc-woo .woocommerce.columns-2 ul.products li.product {
  width: 48%;
}

.sc-woo .woocommerce.columns-3 ul.products li.product {
  width: 31.33%;
}

.sc-woo .woocommerce.columns-5 ul.products li.product {
  width: 18%;
}

.sc-woo .woocommerce.columns-6 ul.products li.product {
  width: 14.66%;
}

@media (max-width: 991px) {
  .sc-woo.leaf-product-listing .woocommerce:not(.columns-2) ul.products li.product {
    width: 31.33%;
  }

  .sc-woo.leaf-product-listing .woocommerce ul.products li.first {
    clear: none;
  }

  .sc-woo.leaf-product-listing .woocommerce ul.products li.product:nth-child(3n+1) {
    clear: both;
  }
}

@media (max-width: 768px) {
  .sc-woo.leaf-product-listing .woocommerce:not(.columns-1) ul.products li.product {
    width: 48%;
  }

  .sc-woo.leaf-product-listing .woocommerce ul.products li.first {
    clear: none;
  }

  .sc-woo.leaf-product-listing .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .sc-woo.leaf-product-listing .woocommerce:not(.columns-xx) ul.products li.product {
    width: 98%;
  }
}

@media (min-width: 481px) {
  .sc-woo.leaf-product-listing .woocommerce ul.products .product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sc-woo.leaf-product-listing ul.products li.product > .item-thumbnail {
    margin-right: -1px;
  }
}

/*owl carousel*/

.owl-theme .owl-controls {
  margin-top: 20px;
}

/*shortcode heading*/

.ia-heading h2,
#tribe-events-pg-template .tribe-events-content .ia-heading h2 {
  font-size: 36px;
  position: relative;
  margin-bottom: 70px;
}

.ia-heading h2.h1,
#tribe-events-pg-template .tribe-events-content .ia-heading h2.h1 {
  font-size: 60px;
  margin-bottom: 80px;
}

.ia-heading h2 a {
  color: inherit;
}

.ia-heading h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 4px;
  width: 80px;
  max-width: 90%;
  background-color: #e30018;
}

.ia-heading.heading-align-center h2 {
  text-align: center;
}

.ia-heading.heading-align-center h2:before {
  left: 50%;
  margin-left: -40px;
}

.ia-heading.heading-align-right h2 {
  text-align: right;
}

.ia-heading.heading-align-right h2:before {
  left: auto;
  right: 0;
}

/*social icon*/

.social-icon {
  width: 40px;
  height: 40px;
  font-size: 14px;
  padding: 0;
  line-height: 40px;
}

/*Compare table*/

.single-post-content .body-content div[id^=compare-table-].container {
  margin-left: -40px;
  margin-right: -40px;
}

.body-content div[id^=compare-table-].container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.body-content div[id^=compare-table-].container:first-child {
  margin-top: 0;
}

.body-content div[id^=compare-table-].container:last-child {
  margin-top: 0;
}

div[id^=compare-table-].container {
  line-height: 1.5;
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: auto;
  text-align: center;
}

.compare-table-wrapper {
  line-height: 1.5;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.wpb_wrapper .compare-table-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.compare-table-wrapper > .compare-table {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  color: #999;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
  transition: 0.2s;
}

.compare-table-wrapper .compare-table:hover {
  box-shadow: 0 0 30px 0px rgba(15, 15, 15, 0.15);
  transform: translateY(-5px);
}

.price-has-bg.compare-table-price {
  border-radius: 10px 10px 0 0;
  background-size: cover;
}

.compare-table-price {
  padding: 30px 30px 40px;
  position: relative;
}

.compare-table-price:before {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #e30018;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
}

.compare-table-price .ct-price {
  display: block;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

.compare-table-price .ct-price-title {
  font-style: italic;
  z-index: 2;
  position: relative;
}

.compare-table-price .ct-price-text {
  z-index: 2;
  position: relative;
}

.price-has-bg.compare-table-price .ct-price {
  color: #fff;
}

.price-has-bg.compare-table-price:before {
  background: #fff;
}

.price-has-bg.compare-table-price:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e30018;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}

.compare-table-wrapper .table-options {
  line-height: 1.6;
  border-top: 1px solid #eee;
  padding: 15px 30px 15px 30px;
}

.compare-table-wrapper .table-options .btn {
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

@media (max-width: 991px) {
  .body-content div[id^=compare-table-].container {
    margin-bottom: 0;
  }

  .compare-table-wrapper {
    float: left;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .body-content div[id^=compare-table-].container {
    margin-bottom: 30px;
  }

  .compare-table-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

/*Compare table*/

/* Widget */

.widget-title {
  font-family: "Open Sans", Times, serif;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  margin-bottom: 60px;
}

.widget-title:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 4px;
  width: 80px;
  max-width: 90%;
  background-color: #e30018;
}

.widget-border .widget-inner {
  border: solid 1px rgba(255, 255, 255, 0.25);
  padding: 25px 30px;
}

.boxed.widget .widget-inner {
  background: #fff;
  padding: 27px 30px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
}

.dark-div .boxed.widget .widget-inner {
  background: rgba(102, 102, 102, 0.2);
}

.dark-div .border.widget .widget-inner {
  border: solid 1px rgba(255, 255, 255, 0.25);
  padding: 27px 30px;
  margin-bottom: 30px;
}

.normal-sidebar .widget ul {
  padding-left: 0;
}

.normal-sidebar .widget ul li {
  list-style: none;
  vertical-align: bottom;
}

.normal-sidebar .widget ul li:before {
  content: "\E876";
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 10px;
  margin-right: 9px;
  vertical-align: middle;
}

.dark-div .normal-sidebar .widget ul li:before {
  color: #848484;
}

.normal-sidebar .widget ul li a {
  vertical-align: middle;
}

.normal-sidebar .widget .menu .sub-menu {
  padding-left: 15px;
}

.normal-sidebar a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.widget {
  padding-bottom: 35px;
}

#recentcomments {
  margin-top: 0;
}

.widget_recent_comments ul#recentcomments li {
  background: #f0f0f0;
  padding: 14px 20px;
  margin-bottom: 50px;
  position: relative;
  line-height: 1.6;
  border-radius: 26px;
}

.widget_recent_comments a:not(:hover) {
  color: #777;
}

.widget_recent_comments ul#recentcomments li:before {
  content: "";
  margin: 0;
  position: absolute;
  top: 100%;
  left: 20px;
  border-top: solid 8px #f0f0f0;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}

.widget_recent_comments ul#recentcomments li .comment-author-link {
  position: absolute;
  bottom: -35px;
  left: 20px;
  font-family: "Open Sans", Times, serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

.widget_recent_comments ul#recentcomments li .comment-author-link a:not(:hover) {
  color: #333;
}

.dark-div .widget_recent_comments ul#recentcomments li .comment-author-link {
  color: #fff;
}

.dark-div .widget_recent_comments ul#recentcomments li .comment-author-link a:not(:hover) {
  color: #fff;
}

.tagcloud a {
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 13px !important;
  line-height: 1.2em;
  border-radius: 26px;
}

.dark-div .tagcloud a {
  border-color: #999;
  color: #999;
  background: transparent;
}

.tagcloud a:hover {
  background: #666;
  color: #ffffff !important;
  border-color: #666;
}

.widget_nav_menu ul.menu {
  margin-top: -5px;
}

.widget_nav_menu ul {
  padding-left: 0;
}

.widget_nav_menu ul li {
  list-style: none;
  border-top: 1px solid #eee;
  border-top: 1px solid rgba(120, 120, 120, 0.15);
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget_nav_menu ul li ul li:before,
.normal-sidebar .widget_nav_menu ul li ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0A9";
  font-size: 14px;
  padding-right: 8px;
  margin-left: -10px;
  color: #e30018;
}

.widget_nav_menu ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.widget_nav_menu ul li ul li a {
  font-size: inherit;
  font-weight: 100;
  text-transform: inherit;
}

.widget_nav_menu ul li:first-child {
  border-top: 0;
  padding-top: 0;
}

.widget_nav_menu ul li ul li:first-child {
  border-top: 1px solid #eee;
  border-top: 1px solid rgba(120, 120, 120, 0.15);
  padding-top: 10px;
}

.widget_nav_menu ul li ul {
  margin-top: 10px;
}

.widget_nav_menu ul li ul li {
  padding-left: 10px;
}

.widget_nav_menu ul li ul li:last-child {
  padding-bottom: 0;
}

.normal-sidebar .widget_nav_menu ul li ul li ul li ul li {
  padding-left: 0px;
}

.normal-sidebar .widget .menu .sub-menu .sub-menu .sub-menu .sub-menu {
  padding-left: 2px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.widget_media_gallery .gallery-item {
  margin-top: 0 !important;
  margin-bottom: 0;
  position: relative;
}

.widget_media_gallery .gallery-item img {
  border: solid 1px transparent !important;
  transition: 0.2s;
}

.widget_media_gallery .gallery-item img:hover {
  opacity: 0.75;
}

.widget_media_gallery .gallery-item .gallery-caption {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
}

.widget_media_gallery .gallery-item:hover .gallery-caption {
  opacity: 1;
}

.widget_text p > .lnr {
  font-size: 1.25em;
  margin-right: 5px;
  vertical-align: text-top;
}

.leaf-lastest .item {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.leaf-lastest .item:last-child {
  margin-bottom: 0;
}

.leaf-details.item-content span {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}

.leaf-details.item-content span > i {
  font-size: 14px;
  margin-right: 3px;
}

.leaf-details.item-content {
  border-top: 0;
  padding-top: 0;
}

.leaf-widget-meta {
  padding-top: 8px;
  display: block;
}

.leaf-details.item-content h5 {
  margin-bottom: 0;
  line-height: 1.5;
}

.leaf-lastest .item .thumb {
  float: left;
  margin-right: 15px;
}

.leaf-lastest .item .thumb .item-thumbnail {
  border-radius: 5px;
}

/*page heading*/

.page-heading {
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-heading:before {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgba(15, 15, 15, 0.4);
}

.page-heading h1 {
  position: relative;
  display: inline-block;
}

.page-heading h1:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  height: 2px;
  width: 80px;
  margin-left: -40px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .page-heading h1 {
    font-size: 28px;
  }

  .page-heading {
    text-align: center;
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

.pathway {
  margin-bottom: 10px;
  font-size: 10.4px;
  text-transform: uppercase;
}

.pathway a .fa {
  font-size: 12px;
}

.pathway a {
  color: inherit;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0;
}

.woocommerce-breadcrumb > .woo-breadcrumb-item:first-child a:before {
  content: "\E800";
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}

.woocommerce-breadcrumb > i {
  font-style: normal;
}

.single-product .woocommerce-breadcrumb > .woo-breadcrumb-item:last-child,
.single-product .woocommerce-breadcrumb > i:last-of-type {
  display: none;
}

/*dropcap*/

.content-dropcap p:first-child:first-letter,
.dropcap {
  font-size: 42px;
  background: #f0f0f0;
  border-radius: 5px;
  float: left;
  margin: 8px 20px 8px 0;
  width: 65px;
  text-align: center;
  line-height: 65px;
  padding-top: 1px;
  padding-right: 1px;
  color: #222;
  font-weight: 100;
}

body.mac .content-dropcap p:first-child:first-letter,
body.mac .dropcap {
  line-height: 58px;
  padding-top: 2px;
}

/*404*/

.banner-404 {
  line-height: 200px;
  text-align: center;
  font-size: 160px;
  font-weight: 100;
  display: inline-block;
  margin: 10px 0 30px;
  position: relative;
}

.banner-404 .lnr {
  font-size: 140px;
}

.banner-404:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.form-404.search-form {
  margin-bottom: 40px;
}

/*single post*/

.content-image {
  text-align: center;
  margin-bottom: 30px;
}

.content-image img {
  border-radius: 10px;
}

#content img {
  max-width: 100%;
  height: auto;
}

.single-post-meta {
  background: #fff;
  padding: 17px 20px 11px 90px;
  margin-bottom: 50px;
  margin-top: 45px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
  border-radius: 10px;
}

.single-post-meta:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 66px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #e30018;
  backface-visibility: hidden;
}

.single-post-meta:after {
  content: "\F0F6";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 29px;
  left: 25px;
  color: #fff;
}

.single-post-meta-inner {
  white-space: nowrap;
  overflow: auto;
  padding-right: 30px;
}

.single-post-meta-inner::-webkit-scrollbar {
  height: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: transparent;
}

.single-post-meta-inner::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.single-post-meta-inner::-webkit-scrollbar-track {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: transparent;
}

.single-post-meta-inner:hover::-webkit-scrollbar-track {
  background: #efefef;
}

.single-post-meta-inner:hover::-webkit-scrollbar-thumb {
  background: #ccc;
}

.single-post-meta-inner::-webkit-scrollbar:hover {
  cursor: pointer;
}

.inner-gradient {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}

.single-post-meta a {
  color: inherit;
}

.single-post-meta .media {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-right: 25px;
  margin-left: 5px;
}

.single-post-meta .media:last-child {
  margin-right: 0;
}

.single-post-meta .media > .pull-left {
  margin-right: 8px;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  padding-left: 1px;
}

@media (max-width: 768px) {
  .single-post-meta .media-body {
    overflow: visible;
  }
}

.single-post-share {
  border-bottom: solid 1px #f0f0f0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.about-author {
  border-bottom: solid 1px #f0f0f0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.author-avatar {
  width: 100px;
  height: 100px;
  float: left;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.avatar,
.author-current .avatar,
.author-avatar .avatar,
.avatar-wrap .avatar,
.avatar.photo {
  margin-left: 0;
}

.author-info {
  margin-left: 130px;
}

.author-info h4 a {
  color: inherit;
  font-size: 20px;
}

.single-post-navigation {
  padding: 0 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}

.single-post-navigation-item {
  padding: 15px 0;
}

.single-post-navigation-item a.pull-right {
  text-align: right;
}

.single-post-navigation-item h4 {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-post-navigation-item .single-post-navigation-item-content {
  float: none;
  margin: 0;
}

.single-post-navigation-item i {
  font-size: 16px;
}

.single-post-navigation-item .fa-angle-left {
  margin-right: 5px;
}

.single-post-navigation-item .fa-angle-right {
  margin-left: 5px;
}

.single-post-navigation-item a,
.single-post-navigation-item a:hover span {
  color: inherit;
}

.single-post-navigation-item a:hover {
  text-decoration: none;
}

.single-post-navigation-item a:hover h4,
.single-post-navigation-item a:hover i {
  color: #e30018;
}

@media (max-width: 767px) {
  .single-post-navigation .row {
    margin: 0;
  }

  .single-post-navigation-item {
    width: 100%;
    padding: 20px 0 20px;
  }

  .single-post-navigation-item:first-child {
    border-right: none;
    border-bottom: solid 1px #e7e7e7;
  }

  .single-post-navigation-item:last-child {
    border-left: none;
  }
}

.single-post-navigation-item.no-border {
  border: none;
}

.single-post-pagi {
  margin: 30px 0 10px 0;
}

.single-post-pagi .btn {
  padding: 12px 17px;
  margin-left: 5px;
  min-width: 42px;
}

.single-post-pagi *:not(a) .btn {
  background: #444;
  color: #fff;
}

/*single attachment*/

.attachment-content h2 {
  word-break: break-all;
}

.attachment-content .simple-navigation-item i {
  font-size: 14px;
  margin-top: 6px;
}

.attachment-content .simple-navigation-item {
  padding-top: 10px;
  padding-bottom: 5px;
}

.attachment-content .simple-navigation-item h4 {
  font-size: 10px;
  margin-top: 4px;
}

.attachment-content .simple-navigation-item .simple-navigation-item-content {
  margin: 0 12px;
}

/*comment form*/

.author-current {
  float: left;
  display: table-cell;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0px 20px 0 0;
  border-radius: 10px;
}

.comment-respond .comment-form {
  margin-left: 101px;
}

.comment-respond textarea {
  width: 100%;
  height: 80px;
  transition: background 0.2s;
}

.cm-form-info.cm_show {
  height: auto;
  transition: all ease 0.1s;
}

.comment-respond p.form-submit {
  height: 50px;
  transition: all ease 0.1s;
}

.comment-respond .form-submit #comment-submit {
  float: right;
}

.commentlist,
.comment-list {
  list-style: none;
  padding: 0;
  border-bottom: solid 1px #f0f0f0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}

.commentlist > li,
.comment-list > li,
li.comment {
  padding-left: 0;
  list-style: none;
}

.commentlist > li.pingback {
  margin-bottom: 15px;
}

.commentlist > li.pingback + li.comment {
  margin-top: 25px;
}

article.comment,
li.comment .comment-body {
  display: block;
  width: 100%;
}

article.comment .avatar-wrap {
  width: 80px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}

.comment-content {
  border-radius: 3px;
  padding: 0 20px;
  min-height: 50px;
}

.comment-content p {
  margin-bottom: 0;
  line-height: 1.8;
}

.commentlist .comment-respond .comment-form {
  margin-left: 100px;
}

article.comment .comment-meta {
  display: block;
  max-width: 100%;
  padding-bottom: 40px;
  padding-left: 80px;
}

article.comment .comment-edit {
  display: block;
  width: 100%;
  padding: 0 0 10px 20px;
  font-size: 10px;
}

article.comment .edit-link {
  margin: 0 0 0 10px;
  display: inline;
}

article.comment .comment-reply-link {
  float: right;
  margin-left: 20px;
  text-transform: uppercase;
}

.comment-edit time {
  float: right;
  text-transform: uppercase;
}

.comment-edit cite {
  text-transform: uppercase;
}

.bypostauthor .comment-edit cite {
  font-weight: bold;
}

.comments-area .count-title {
  padding-top: 0;
  margin-bottom: 26px;
}

.comments-area .count-title:empty {
  margin-bottom: 15px;
}

.comment-author-field input {
  width: 100%;
}

.comment-form-comment {
  margin-bottom: 15px;
}

.comment-author-field p {
  margin-bottom: 20px;
}

.commentlist ul.children {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .author-current {
    width: 50px;
    height: 50px;
  }

  .comment-respond .comment-form,
  .commentlist .comment-respond .comment-form {
    margin-left: 71px;
  }

  article.comment .avatar-wrap {
    width: 50px;
  }

  .commentlist ul.children {
    padding-left: 30px;
  }

  .commentlist ul.children ul.children {
    padding-left: 15px;
  }

  .comment-edit time {
    float: left;
    width: 100%;
  }
}

.comment-nav-below {
  margin-top: -20px;
  margin-bottom: 40px;
}

.page-comment #comments {
  margin-top: 40px;
}

/*facebook old comment list*/

ol li.comment {
  margin-bottom: 20px;
}

ol li.comment .comment-author {
  width: 70px;
  float: left;
  font-size: 10px;
  line-height: 1.5;
  word-break: break-word;
}

ol li.comment .says {
  display: none;
}

ol li.comment .comment-body > p {
  margin-left: 80px;
  padding: 10px 15px;
  background: #f6f6f6;
}

ol li.comment .comment-body .comment-meta {
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  float: right;
  background: #f6f6f6;
  padding: 12px 15px 5px 20px;
}

ol li.comment .comment-body .comment-meta a {
  color: inherit;
}

/*member shortcode*/

.leaf-member {
  padding: 0 10px;
  max-width: 260px;
  margin: 0 auto 30px;
}

.leaf-member-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  background-color: #222;
  background-size: cover;
  background-position: center;
  text-indent: -9999px;
  margin-bottom: 25px;
  border-radius: 50%;
  box-shadow: 0 1px 12px -1px rgba(15, 15, 15, 0.1);
  transition: 0.2s;
}

.leaf-member-info {
  padding-bottom: 10px;
  position: relative;
}

.leaf-member-info-inner {
  width: 100%;
  text-align: center;
  transition: all 0.2s;
}

.leaf-member-info .small-meta {
  margin-bottom: 15px;
}

.leaf-member-info ul {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s;
}

.leaf-member .leaf-member-info .h3 {
  transition: 0.2s;
}

.leaf-member:hover .leaf-member-info .h3 {
  color: #e30018;
}

.leaf-member:hover .leaf-member-info ul,
.leaf-member.leaf-show-icon .leaf-member-info ul {
  opacity: 1;
  transform: translateY(0);
}

.leaf-member:hover .leaf-member-image {
  box-shadow: 0 6px 30px 0px rgba(15, 15, 15, 0.16);
  filter: contrast(1.15);
}

/*post slider*/

.slider-item-content {
  position: relative;
  max-height: 98vh;
  overflow: hidden;
}

.slider-thumbnail {
  position: relative;
}

.slider-thumbnail img {
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
}

@media (min-width: 768px) {
  .pc .kenburns-on .owl-item.active .slider-thumbnail img {
    animation: leaf-kenburn 85s linear infinite;
    -ms-animation: leaf-kenburn 85s linear infinite;
    -webkit-animation: leaf-kenburn 85s linear infinite;
    -o-animation: leaf-kenburn 85s linear infinite;
    -moz-animation: leaf-kenburn 85s linear infinite;
  }
}

@keyframes leaf-kenburn {
  0% {
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }

  45% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }

  55% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
}

.slider-thumbnail a:before {
  content: "";
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.post-slider-overlay {
  position: absolute;
  top: 45%;
  left: 10px;
  right: 10px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9;
  padding: 60px 0 10px;
  /* 10% */
  max-height: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.owl-item.active .post-slider-overlay {
  opacity: 1;
}

.post-slider-title {
  margin-bottom: 25px;
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.4s 0.4s;
}

.post-slider-overlay .small,
.post-slider-overlay .small .price {
  font-size: 14px;
}

.post-slider-overlay .small {
  opacity: 0;
  transform: translateY(60px);
  transition: 0.4s 0.9s;
}

.slider-cats,
.slider-cats-meta {
  margin-bottom: 35px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.4s 0.6s;
}

.slider-cats > span:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}

.slider-cats-meta > div {
  display: inline-block;
  margin: 0 10px;
  color: #ddd;
}

.slider-cats-meta > div .lnr,
.slider-cats .lnr {
  font-size: 1.25em;
  line-height: 1.25;
  vertical-align: text-top;
  margin-right: 5px;
}

.post-slider-overlay-buttons {
  padding-top: 6px;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.4s 0.8s;
  text-shadow: none;
}

.post-slider-overlay-buttons .btn {
  margin: 0 5px 6px;
}

.post-slider-overlay-buttons .btn .lnr {
  font-size: 20px;
  line-height: 16px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.slider-event-meta.heading-event-meta {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 0 10%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.4s 0.9s;
}

.post-slider-carousel {
  position: relative;
}

.post-slider-carousel .owl-controls {
  margin: 0;
}

.owl-item.active .post-slider-title,
.owl-item.active .slider-cats,
.owl-item.active .slider-cats-meta,
.owl-item.active .slider-event-meta.heading-event-meta,
.owl-item.active .post-slider-overlay .small,
.owl-item.active .post-slider-overlay-buttons {
  transform: translate(0, 0);
  opacity: 1;
}

.owl-item.active .post-slider-title:before {
  transform: translateX(-50%);
  opacity: 1;
}

/*slider left & right*/

.slider-style-left .post-slider-overlay {
  text-align: left;
}

.slider-style-right .post-slider-overlay {
  text-align: right;
}

.slider-style-left .post-slider-title,
.slider-style-right .post-slider-title {
  /*font-size: 100px;
  line-height: 95px;
  font-weight: bold;*/
  letter-spacing: -1px;
  max-width: 740px;
  margin-bottom: 36px;
  margin-left: -3px;
  display: inline-block;
  clear: both;
}

.slider-style-left .post-slider-overlay-buttons .btn {
  margin: 0 10px 6px 0px;
}

.slider-style-right .post-slider-overlay-buttons .btn {
  margin: 0 0 6px 10px;
}

.slider-style-left .slider-cats-meta,
.slider-style-right .slider-cats-meta {
  margin-left: -7px;
  margin-right: -5px;
}

.slider-style-left .slider-thumbnail a:before {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8) 0%, Transparent 70%);
}

.slider-style-right .slider-thumbnail a:before {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-120deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
}

@media (max-width: 767px) {
  .post-slider-title {
    font-size: 28px !important;
    line-height: 1.6 !important;
    font-weight: bold;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .slider-cats,
  .slider-cats-meta {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .single-page-content .leaf_row:first-child .leaf-post-slider .slider-thumbnail {
    overflow: hidden;
  }

  .single-page-content .leaf_row:first-child .leaf-post-slider .slider-thumbnail a {
    display: block;
    margin-left: -25%;
    margin-right: -25%;
  }

  .single-page-content .leaf_row:first-child .leaf-post-slider .post-slider-overlay {
    transform: translateY(-38%);
    -webkit-transform: translateY(-38%);
  }
}

/*shortcode from visual composer*/

/*accordion*/

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 10px;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
  color: #999;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #e30018;
  background-color: #e30018;
  color: #fff;
}

body.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-radius: 26px;
  transition: 0.2s;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #fff;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title .vc_tta-controls-icon::before {
  border-color: #fff;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border-color: transparent;
  background: transparent;
}

/*toggles*/

body .vc_toggle {
  margin-bottom: 10px;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  background: #e5e5e5;
  border-radius: 26px;
  padding: 10px 20px 10px 46px;
  color: #666;
  transition: 0.2s;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title h4 {
  color: inherit;
}

body .vc_toggle_size_md.vc_toggle_default:hover .vc_toggle_title,
body .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title {
  background: #e30018;
  color: #fff;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  margin-left: 22px;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  height: 0px;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
  width: 0px;
}

/*tab*/

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tabs-list {
  border-radius: 26px;
  background: #e5e5e5;
  margin: 0;
  padding: 0;
}

body.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab {
  margin: 0;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab > a {
  color: #777;
  padding: 10px 30px;
  border-radius: 0;
  border: none;
  transition: 0.2s;
  background: transparent;
  transform: skew(-15deg);
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab:first-child > a {
  margin-left: -1px;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab:not(.vc_active) > a:hover {
  background: #eee;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab > a .vc_tta-title-text {
  text-transform: uppercase;
  display: inline-block;
  transform: skew(15deg);
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab > a .vc_tta-icon {
  display: inline-block;
  transform: skew(15deg);
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: #e30018;
  color: #fff;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab.vc_active > a::after,
body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab.vc_active > a::before {
  display: none !important;
}

@media (min-width: 768px) {
  body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
    border-color: transparent;
    padding: 0 10px;
  }
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

/*coundown clock*/

.sc_countdown {
  display: inline-block;
}

.countdown-block {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}

.sc_countdown span {
  border-radius: 5px;
}

.countdown-number {
  display: block;
  height: 80px;
  min-width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 0 25px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.countdown-label {
  text-transform: uppercase;
  font-size: 11px;
}

@media (max-width: 767px) {
  .countdown-number {
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 10px;
  }
}

.btn.back-to-top {
  border-radius: 0;
  border: solid 1px #eaeaea;
}

.box-small a {
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0.25);
}

#body .text-center.box-small,
.top-sidebar .text-center.box-small,
#bottom-sidebar .text-center.box-small {
  border-bottom: solid 1px #eaeaea;
}

#body .text-center.box-small a,
.top-sidebar .text-center.box-small a,
#bottom-sidebar .text-center.box-small a {
  color: #17376e;
  background-color: #fff;
  border: solid 1px #eaeaea;
}

#body .text-center.box-small a:hover,
.top-sidebar .text-center.box-small a:hover,
#bottom-sidebar .text-center.box-small a:hover {
  color: #fff;
  background-color: #17376e;
}

/*facebook comment*/

.comment-respond .fb-comments {
  margin-left: 0px;
  width: 100%;
}

.comment-respond .fb-comments > span,
.comment-respond .fb-comments iframe {
  width: 100%;
  min-width: 100%;
}

/*------------
    Woocommerce
   --------------*/

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #f0f0f0;
  color: #0f0f0f;
  border-top: none;
  margin-bottom: 50px !important;
  border-radius: 10px;
  box-shadow: none;
  padding: 15px 15px 15px 90px !important;
  line-height: 38px;
  text-shadow: none;
  position: relative;
  overflow: hidden;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 62px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e30018;
  color: #fff;
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
  content: "\E87F";
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  top: 24px;
  left: 23px;
  color: #fff;
}

.woocommerce-error:after {
  content: "\E87C";
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-message .button {
  font-weight: bold;
  padding: 12px 30px 11px;
  border-radius: 26px;
  transition: all 0.3s;
  border: none;
  outline: none;
  font-family: "Open Sans", Times, serif;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e5e5e5;
  color: #999;
  backface-visibility: hidden;
  position: relative;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #e30018;
  color: #fff;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover,
.woocommerce-message .button:hover {
  background: #e30018;
  color: #fff;
  box-shadow: 0 0 25px -3px #e30018;
  transform: translateY(-2px);
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 12px 30px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #aaa;
  color: #fff;
}

/* woocomerce single */

.woocommerce div.product .product_title {
  font-size: 28px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 40px;
}

.woocommerce div.product div.summary .price {
  font-size: 24px;
  font-weight: normal;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 5px;
}

.woocommerce div.product form.cart .variations {
  margin-top: 15px;
}

.woocommerce .reset_variations {
  display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #e30018;
}

.woocommerce #content .quantity,
.woocommerce .quantity {
  width: 140px;
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty {
  float: left;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .quantity input[type=number],
.woocommerce-page .quantity input[type=number],
.quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus {
  width: 42px;
  height: auto;
  padding: 15px 15px;
  border-radius: 26px;
  outline: none;
  font-size: 18px;
  line-height: 12px;
  font-weight: 100;
  font-style: normal;
  background: #eaeaea;
  color: inherit;
  position: relative;
  float: left;
  border: 0;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  text-shadow: none !important;
  font-family: "Open Sans", Times, serif;
}

.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover {
  background: #666;
  color: #fff;
}

.single-product #content div.product form.cart .variations td.label,
.single-product div.product form.cart .variations td.label,
.single-product #content div.product form.cart .variations td.label,
.single-product div.product form.cart .variations td.label {
  display: block;
  color: #666666;
  line-height: 3.8em;
  text-align: left;
  border-bottom: 0;
}

.variations_form .choose-item {
  margin-bottom: -5px;
  text-transform: uppercase;
  font-size: 10px;
}

.variations .value {
  padding-right: 0 !important;
  border-bottom: 0;
}

.single_variation {
  margin-bottom: 20px;
}

.woocommerce div.product form.cart:not(.variations_form) {
  margin-top: 25px;
}

.woocommerce div.product form.cart .button {
  padding-right: 60px;
}

.woocommerce div.product form.cart .button:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 42px;
  line-height: 22px;
  border-radius: 0 26px 26px 0;
  background: rgba(15, 15, 15, 0.05);
  z-index: 1;
}

.woocommerce div.product form.cart .button:after {
  content: "\E82E";
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 42px;
  padding: 0 4px;
  z-index: 2;
  transition: all 0.2s;
}

.entry-summary .product_meta {
  font-size: 10px;
  text-transform: uppercase;
}

.product_meta .tagged_as,
.product_meta .posted_in,
.product_meta .sku_wrapper {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #666666;
}

.product_meta .tagged_as a,
.product_meta .posted_in a,
.product_meta .sku_wrapper a {
  color: #666666;
}

table.variations:not(.shop_table) > tbody > tr:hover > td {
  background-color: transparent !important;
}

table.variations:not(.shop_table) > tbody > tr:hover > td,
table.variations:not(.shop_table) > tbody > tr:hover > th {
  background-color: transparent !important;
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  font-weight: normal;
}

/*woo single tabs*/

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  background: #e2e2e2;
  overflow: hidden;
  line-height: 0;
  border-radius: 30px;
  backface-visibility: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #e2e2e2;
  box-shadow: none;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 0 30px 0 30px;
  margin: 0 -4px 0 0;
  vertical-align: top;
  line-height: 2;
  transform: skew(-15deg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: " ";
  display: block !important;
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  z-index: 5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: -20px;
  padding-left: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 12px 0 11px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #777;
  transform: skew(15deg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover {
  color: #222;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
  background: #e30018;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border: none;
  padding: 25px 30px !important;
  margin-bottom: 40px;
  border-radius: 0;
}

@media (max-width: 720px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.woocommerce div.product .woocommerce-tabs .panel > h2 {
  display: none;
}

.woocommerce .woocommerce-tabs table.shop_attributes {
  border-top: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.woocommerce #reviews h2 {
  font-family: "Open Sans", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 400;
}

.product .entry-content .comment-form {
  margin-left: 0;
}

#review_form #commentform input[type=text],
#review_form #commentform input[type=email] {
  width: 100%;
}

#review_form #commentform label {
  font-weight: normal;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews #reply-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-top: 0;
  margin-bottom: 20px !important;
}

.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 30px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  border: 0;
  padding: 0;
  border-radius: 10px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 0 60px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  line-height: 1.2;
  margin-bottom: 8px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 14px;
  font-weight: normal;
  color: #222;
}

.woocommerce .comment-form-rating p.stars a {
  height: 2em;
  width: 2em;
}

.woocommerce .comment-form-rating p.stars a::before {
  height: 2em;
  width: 2em;
  font-size: 2em;
}

.woocommerce div.product .products > h2 {
  /*related, upsell title*/
  position: relative;
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 400;
}

.woocommerce div.product .products > h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 2px;
  width: 80px;
  max-width: 90%;
  background-color: #e30018;
}

.related.products .star-rating,
.upsells.products .star-rating {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    text-align: center;
  }
}

/*woocommerce shop*/

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 40px;
}

.woocommerce .woocommerce-result-count {
  margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  color: inherit;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  /*margin: 0 4% 2.992em 0;
  width: 30.6666666666%;*/
  padding: 0 20px 0px;
  background-color: #fff;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
  border-radius: 10px;
  transition: all 0.2s;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0 30px 0px rgba(15, 15, 15, 0.15);
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}

@media (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48%;
  }

  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n),
  .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
  .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    float: right;
    clear: none !important;
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
}

.woocommerce ul.products li.product a img {
  max-width: none !important;
  width: 120%;
  width: calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  margin: 0 -20px 25px -20px;
  transition: 0.2s;
  border-radius: 10px 10px 0 0;
}

.woocommerce ul.products li.product a:hover img {
  opacity: 0.8;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
  margin-bottom: 10px;
  font-family: "Open Sans", Times, serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 18px;
  transition: 0.2s;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  margin-bottom: 30px;
}

.woocommerce ul.products li.product h3:hover {
  color: #e30018;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 11px;
  margin: 0 auto 4px;
}

.woocommerce .star-rating span:before {
  color: #aaa;
}

.woocommerce ul.products li.product .price {
  color: #e30018;
  font-size: 16px;
  margin-bottom: 5px;
}

.woocommerce ul.products li.product .button {
  padding-right: 60px;
  line-height: 20px;
  display: block;
  text-align: center;
  margin: 20px -20px 0 -20px;
  border-radius: 0 0 10px 10px;
  background: transparent;
  border-top: solid 1px rgba(0, 0, 0, 0.075);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #e30018;
  transform: none;
}

.woocommerce ul.products li.product .button:after {
  content: "\E82E";
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  color: #444;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 43px;
  padding: 0 4px;
  z-index: 2;
  transition: all 0.2s;
}

.woocommerce ul.products li.product .button:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44px;
  line-height: 22px;
  background-color: transparent;
  z-index: 1;
  border-left: solid 1px rgba(0, 0, 0, 0.075);
}

.woocommerce ul.products li.product .button.added {
  border-radius: 0;
}

.woocommerce ul.products li.product .button.added:after {
  font-family: WooCommerce;
  content: "\E017";
  margin-left: 0;
  padding: 0 2px;
}

.woocommerce ul.products li.product .button.loading:after {
  content: "\E862";
  top: 0;
  right: 10px;
  text-align: center;
}

.woocommerce ul.products li.product .button:hover:after {
  color: #fff;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.8;
}

.woocommerce a.added_to_cart {
  display: block;
  text-align: center;
  background-color: transparent;
  border-top: solid 1px rgba(0, 0, 0, 0.075);
  color: #888;
  transition: all 0.2s;
  margin: 0 -20px 0;
  padding: 5px;
}

.woocommerce a.added_to_cart:before {
  content: "\E82E";
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-right: 8px;
}

.woocommerce ul.products li.product .price del {
  display: inline;
}

.woocommerce span.onsale {
  background: #e30018;
  z-index: 2;
  min-height: 54px;
  min-width: 54px;
  line-height: 46px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(225, 225, 225, 0.6);
}

.woocommerce ul.products li.product .onsale {
  background: #e30018;
  border-radius: 0;
  box-shadow: none;
  line-height: 53px;
  transform: rotate(45deg);
  transform-origin: bottom;
  width: 100px;
  height: 42px;
  z-index: 2;
  left: auto;
  top: -6px;
  right: -17px;
  min-height: inherit;
  min-width: inherit;
}

.woocommerce ul.products li.product.product-category img {
  margin-bottom: 30px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.woocommerce ul.products li.product.product-category img:hover {
  opacity: 0.75;
}

.woocommerce ul.products li.product.product-category h3 {
  padding: 12px 20px;
  text-align: center;
  color: #888;
  transition: 0.2s;
}

.woocommerce ul.products li.product.product-category h3:hover {
  color: #fff;
  background-color: #e30018;
}

.woocommerce ul.products li.product.product-category mark {
  background: transparent;
  color: inherit;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
  padding: 14px 10px !important;
  margin: 5px !important;
  color: #999;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.075);
  transition: all 0.2s;
  border-radius: 26px;
  border: none;
  line-height: 1.5;
  min-width: 49px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #666;
  color: #fff;
}

/*woocommecre checkout*/

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  display: none;
}

.woocommerce-page form.checkout_coupon {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.chosen-container-single .chosen-single {
  border-radius: 0;
  background: -webkit-linear-gradient(top, transparent 20%, transparent 50%, transparent 52%, transparent 100%);
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  height: 34px;
  border: 0;
  box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(80%, transparent));
  background-image: linear-gradient(transparent 20%, transparent 80%);
}

.woocommerce-checkout .form-row .chosen-container .chosen-drop {
  border: 0;
  background-color: #eaeaea;
}

.chosen-container-single .chosen-single span {
  margin-top: 2px;
  text-transform: uppercase;
}

.chosen-container .chosen-results li.active-result {
  text-transform: uppercase;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background-image: none !important;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b:before {
  content: "\F107";
  position: absolute;
  top: 11px;
  color: #000;
  font-size: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}

.chosen-container-single .chosen-drop {
  border-radius: 0;
}

.woocommerce-checkout .form-row .chosen-container {
  border: 0;
  background-color: #eaeaea;
}

.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
  border: 0;
}

.woocommerce table.shop_table {
  border: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce table.shop_table tfoot,
.woocommerce .product-total,
.woocommerce table.shop_table tfoot th {
  text-align: right;
}

.woocommerce table.shop_table td a {
  float: left;
  margin-right: 10px;
}

.woocommerce .cart_item .product-name {
  padding: 20px 0;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-bottom: 1px dashed #eaeaea;
  position: relative;
  padding-right: 0;
}

.woocommerce #order_review table.shop_table td {
  border-bottom: none;
}

.woocommerce #order_review table.shop_table .cart_item:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.input-radio {
  background: none;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
}

.woocommerce table.shop_table tfoot tr td,
.woocommerce table.shop_table tfoot tr td span,
.woocommerce table.shop_table tfoot tr th {
  font-weight: normal;
}

.woocommerce table.shop_table tfoot .cart-subtotal td,
.woocommerce table.shop_table tfoot .cart-subtotal th {
  padding-top: 25px;
}

.woocommerce-billing-fields p.form-row {
  width: 100%;
  padding-bottom: 14px;
}

.product-name h5 {
  margin-top: 6px;
}

.product-total h4,
.product-name h4 {
  margin-bottom: 7px;
  margin-top: 16px;
}

.payment_methods.methods label {
  color: #343434;
  margin-bottom: 0;
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  padding: 0;
  padding-bottom: 22px;
  margin-bottom: 30px;
}

.woocommerce #payment div.form-row.place-order {
  padding: 0;
  margin-bottom: 30px;
  border: 0;
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0;
}

.woocommerce #payment .terms label.checkbox {
  padding: 0;
}

.woocommerce-shipping-fields .checkbox {
  padding-left: 0;
  margin-left: 0;
  float: left;
  margin: 0;
}

.woocommerce-shipping-fields .input-checkbox {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}

.woocommerce-shipping-fields #ship-to-different-address {
  border-bottom: solid 1px #eaeaea;
  border-top: solid 1px #eaeaea;
  padding-top: 26px;
  padding-bottom: 26px;
}

.woocommerce .btn-continue {
  margin-top: 30px;
  margin-bottom: 30px;
}

p.form-row.form-row-wide.create-account {
  padding-bottom: 22px;
  margin-top: 10px;
}

p.form-row.form-row-wide.create-account .checkbox {
  padding-left: 0;
}

p.form-row.form-row-wide.create-account .createaccount {
  margin-left: 6px;
}

.woocommerce-billing-fields #billing_address_1_field {
  padding-bottom: 20px;
}

.woocommerce-billing-fields p label {
  margin-bottom: 13px;
}

.checkout-detail {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce #payment,
.woocommerce-page #payment {
  background-color: transparent;
}

.woocommerce-billing-fields h2 {
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.btn-continue.billing {
  border-top: solid 1px #eaeaea;
  margin-top: 0;
  padding-top: 30px;
}

.woocommerce #customer_details {
  margin-bottom: 20px;
}

/* woo cart */

.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
  background-color: transparent;
  /*for show tr bg*/
}

.woocommerce-cart .shop_table.cart thead tr {
  background-color: #e30018;
  border: 0;
  color: #fff;
}

.woocommerce-cart #content table.cart .coupon input.button,
.woocommerce-cart #content table.cart input[name=update_cart] {
  background: #eaeaea;
  color: #666666;
}

.woocommerce-cart #content table.cart .coupon input.button:hover,
.woocommerce-cart #content table.cart input[name=update_cart]:hover {
  color: #fff;
  background: #e30018;
  border-color: #e30018;
}

.woocommerce-cart #content table.cart td.actions .coupon input[name=coupon_code] {
  width: 150px;
  height: 37px;
  padding-left: 15px;
  margin-right: 10px;
  box-shadow: none;
  border: 0;
  background: #eaeaea;
}

.woocommerce-cart #content table.cart td.actions,
.woocommerce-cart table.cart td.actions,
.woocommerce-cart #content table.cart td.actions,
.woocommerce-cart table.cart td.actions {
  padding: 20px;
  border-bottom: 0;
}

.woocommerce-cart #content table.cart td.actions .coupon input[name=coupon_code]::-webkit-input-placeholder {
  color: #666666;
  text-transform: uppercase;
}

.woocommerce-cart #content table.cart td.actions .coupon input[name=coupon_code]::-moz-placeholder {
  color: #666666;
  text-transform: uppercase;
}

.woocommerce-cart #content table.cart td.actions .coupon input[name=coupon_code]:-ms-input-placeholder {
  color: #666666;
  text-transform: uppercase;
}

.woocommerce-cart table.cart img,
.woocommerce-cart #content table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-cart #content table.cart img {
  width: 75px;
}

.woocommerce-cart table.shop_table td.product-remove {
  width: 35px;
  padding-left: 15px;
  padding-right: 0;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: 100;
  text-transform: uppercase;
}

.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-cart #content table.cart .product-thumbnail {
  width: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table td {
  border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 70%;
  padding: 10px 20px;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  text-align: left;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 1px dashed #eaeaea;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  padding-top: 10px;
}

.cross-sells > h2,
.cart_totals h2 {
  /*upsell title*/
  position: relative;
  margin-bottom: 70px;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 400;
}

.cross-sells > h2:before,
.cart_totals h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 2px;
  width: 80px;
  max-width: 90%;
  background-color: #e30018;
}

.woocommerce-cart .shipping_calculator h2 a {
  font-size: 13px;
  padding-left: 20px;
}

.shop_table.cart tbody tr.cart_item:nth-child(even) td {
  background: rgba(234, 234, 234, 0.25);
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
  text-shadow: none;
}

/*Checkout Page*/

#order_review_heading {
  background-color: #e2e2e2;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
  border-radius: 5px;
}

#order_review .shop_table {
  padding: 0 20px 0 20px;
  background: #f9f9f9;
  color: #666;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.woocommerce-shipping-fields,
.woocommerce-billing-fields {
  position: relative;
}

.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
  margin-bottom: 40px;
  width: 100%;
}

.woocommerce-shipping-fields h3:before,
.woocommerce-billing-fields h3:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  height: 3px;
  width: 60px;
  max-width: 90%;
  background-color: #e30018;
}

#order_review_heading:before {
  left: 20px;
  top: 55px;
  z-index: 999;
}

.woocommerce-shipping-fields p label {
  margin-bottom: 13px;
}

.woocommerce-shipping-fields h3 label {
  font-weight: normal;
}

.woocommerce-billing-fields p {
  padding-left: 0 !important;
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  background: #fff;
  padding: 20px;
  padding-top: 15px;
  border-radius: 5px;
  border: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  padding: 15px 0;
}

.shop_table.order_details {
  padding: 0 20px;
}

.shop_table.order_details .order_item .product-name {
  padding-left: 0;
}

.shipping_address p.form-row {
  padding-bottom: 14px !important;
}

.select2-container--default .select2-selection--single {
  height: 41px;
  border-radius: 22px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 41px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  width: 40px;
}

.select2-dropdown {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}

@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 15px;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    background: rgba(234, 234, 234, 0.25);
    padding: 10px !important;
  }

  .woocommerce-cart table.shop_table_responsive td.product-remove {
    width: auto;
  }

  .woocommerce table.shop_table_responsive td a {
    float: none;
  }

  .woocommerce-page table.shop_table_responsive .quantity {
    width: auto !important;
  }

  .woocommerce-page table.shop_table_responsive .quantity input {
    float: none !important;
    display: inline-block;
  }
}

/*woo widget*/

.widget_product_search .screen-reader-text,
.widget_product_search input[type=submit],
.widget_product_search button[type=submit] {
  display: none;
}

.widget_product_search #woocommerce-product-search-field {
  width: 100%;
  outline: none !important;
}

.widget_product_search form {
  position: relative;
}

.widget_product_search form:before {
  content: "\F002";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 13px;
  right: 12px;
  color: #999;
}

.woocommerce ul.product_list_widget li img {
  float: left;
  width: 80px;
  margin-left: 0;
  margin-right: 15px;
  box-shadow: none;
  transition: all 0.2s;
  border-radius: 5px;
}

.woocommerce ul.product_list_widget li a:hover img {
  opacity: 0.6;
}

.woocommerce ul.product_list_widget li {
  margin-bottom: 30px;
  padding: 0;
}

.widget ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.woocommerce ul.product_list_widget li:before,
.woocommerce ul li.wc-layered-nav-rating:before {
  display: none;
}

ul.product_list_widget li .star-rating {
  margin-top: 5px;
  margin-bottom: 5px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  line-height: 1.6;
  font-weight: 600;
}

.woocommerce ul.cart_list a.remove {
  line-height: 1;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  display: block;
  overflow: hidden;
  margin-top: 3px;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 2px solid #ebe9eb;
  margin-top: 25px;
  padding: 8px 0 0;
}

.widget_shopping_cart .buttons a {
  width: 100%;
}

.widget_shopping_cart .buttons {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0;
}

.widget_shopping_cart .buttons a:first-child {
  margin-bottom: 20px;
}

.woocommerce ul li.wc-layered-nav-rating .star-rating {
  margin-bottom: 0;
}

.widget.woocommerce.widget_price_filter .price_slider {
  margin-bottom: 25px;
  margin-top: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  background: #e30018;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border-radius: 8px;
  width: 15px;
  height: 15px;
  box-shadow: none;
  transition: all 0.05s;
  border: solid 1px #fff;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover {
  box-shadow: 0 0 15px 0 #e30018;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #e5e5e5;
}

.woocommerce .widget_layered_nav ul li a {
  float: none;
}

.woocommerce .widget_layered_nav_filters ul li:before,
.woocommerce-page .widget_layered_nav_filters ul li:before {
  content: "";
  display: none;
}

.woocommerce .widget_layered_nav_filters ul li {
  line-height: 1;
}

.woocommerce .widget_layered_nav_filters ul li a {
  display: block;
  background: #e5e5e5;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 25px;
}

.woocommerce .widget_layered_nav_filters ul li a:hover {
  background: #666;
  color: #fff;
}

.woocommerce .widget_layered_nav_filters ul li a:hover:before {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 5px 10px;
  text-transform: uppercase;
  line-height: 2.2;
}

/*spinner*/

.loader {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -16px;
  animation: rotate 2000ms infinite;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes loader21 {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }

  50% {
    transform: translate(-10px, -10px) rotateZ(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotateZ(180deg);
  }
}

@keyframes loader22 {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }

  50% {
    transform: translate(10px, -10px) rotateZ(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotateZ(180deg);
  }
}

@keyframes loader23 {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }

  50% {
    transform: translate(10px, 10px) rotateZ(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotateZ(180deg);
  }
}

@keyframes loader24 {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }

  50% {
    transform: translate(-10px, 10px) rotateZ(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotateZ(180deg);
  }
}

.loader-2 {
  transform: rotateZ(45deg);
}

.loader-2 i {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #e30018;
  animation: loader21 1000ms infinite ease-in-out;
  border-radius: 50%;
}

.loader-2 i + i {
  left: 15px;
  animation-name: loader22;
}

.loader-2 i + i + i {
  top: 15px;
  animation-name: loader23;
}

.loader-2 i + i + i + i {
  top: 15px;
  left: 0;
  animation-name: loader24;
}

.btn-store {
  text-align: left;
  padding: 8px 24px;
  margin: 20px 10px 0px 1px;
}

.btn-store i.fa {
  float: left;
  display: block;
  font-size: 30px;
  line-height: 38px;
  margin-right: 10px;
}

.btn-store .btn-store-text {
  overflow: hidden;
  line-height: 1.3;
  float: left;
}

.btn-store-text span {
  font-size: 11px;
}

.btn-store-apple {
  -background-color: #666;
}

.icon-appport {
  height: auto;
  max-width: 100%;
}

.wpcf7-form label {
  display: block;
}

.wpcf7-form p textarea,
.wpcf7-form p input[type=email],
.wpcf7-form p input[type=text] {
  width: 100%;
  margin-top: 10px;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.u-underline {
  border-bottom: 1px solid #eaeaea;
}

.portfolio .images-scr {
  float: left;
  width: 48%;
}

.portfolio .images-scr.landscape-screenshot {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}

.portfolio .portfolio-content {
  display: inline-block;
  margin-top: 40px;
}

.info-app {
  float: right;
  width: 48%;
}

.info-app.landscape-screenshot {
  width: 100%;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .portfolio .images-scr {
    float: none;
    width: 100%;
    text-align: center;
  }

  .info-app {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

.flickr-badge-wrapper {
  padding-top: 0px;
}

/*quick ajax*/

.wp-ajax-query-shortcode .ajax-item-thumb {
  margin-right: 18px;
}

.wp-ajax-query-shortcode.timeline .wp-ajax-query-content {
  border-left-color: #ddd;
}

.wp-ajax-query-shortcode.timeline .ajax-item {
  background: rgba(255, 255, 255, 0.9);
}

/*<!--WC vendors-->*/

.woocommerce ul.products li.product > small,
.woocommerce ul.products li.product > br {
  display: none;
}

.breadcrumbs .pv_shop_description {
  display: none;
}

.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
  float: left;
  padding-top: 17px;
  padding-left: 25px;
}

.woocommerce form .form-row label.inline input,
.woocommerce-page form .form-row label.inline input {
  margin-right: 8px;
  display: inline;
  vertical-align: text-top;
}

.woocommerce-account #customer_login .login input.button {
  margin-top: 10px;
  float: left;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  padding-left: 0;
}

#pv_shop_description_container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-switch-editor {
  height: 30px !important;
}

.html-active .switch-html,
.tmce-active .switch-tmce {
  height: 30px !important;
}

.pv_shop_name_container input,
.pv_paypal_container input {
  margin-top: 10px;
  margin-bottom: 5px;
}

table.table-vendor-sales-report:last-child > thead > tr > th:empty {
  display: none;
}

label[for=apply_for_vendor] {
  display: inline-block;
  line-height: 20px;
  margin-top: 0;
  vertical-align: middle;
}

input[type=url] {
  width: 100%;
}

/*event*/

#tribe-events .tribe-events-button,
.tribe-events-button {
  background-color: #e30018;
  background-image: none;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px 11px;
  border-radius: 26px;
  transition: all 0.3s;
  border: none;
  outline: none;
  font-family: "Open Sans", Times, serif;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-button:hover {
  background-color: #e30018;
  color: #fff;
  box-shadow: 0 0 25px -3px #e30018;
  transform: translateY(-2px);
}

/*single event*/

.event-heading {
  padding-top: 280px;
  padding-bottom: 200px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .event-heading {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.event-heading:before {
  bottom: 0;
  background: rgba(15, 15, 15, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0.3)), to(rgba(15, 15, 15, 0.6)));
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.3) 0%, rgba(15, 15, 15, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#bf000000",GradientType=0 );
}

.event-heading .container {
  z-index: 5;
  position: relative;
}

.heading-event-cats {
  font-size: 10.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.heading-event-cats .lnr {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.heading-event-meta {
  width: 100%;
  overflow: hidden;
  margin-bottom: -200px;
  margin-top: 40px;
  min-height: 150px;
}

.heading-meta-col {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
  vertical-align: bottom;
  height: 100%;
  transform: translateY(100%) translateY(-75px);
  transform: translateY(-webkit-calc(100% - 75px));
  transform: translateY(calc(100% - 75px));
  transition: 0.4s;
}

.heading-meta-col:hover {
  transform: translateY(0);
}

.heading-event-meta-title {
  font-size: 20px;
  line-height: 75px;
  position: relative;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  transition: 0.2s;
}

.dark-div .heading-event-meta-title {
  color: rgba(255, 255, 255, 0.6);
}

.heading-meta-col:hover .heading-event-meta-title {
  color: #fff;
}

.heading-event-meta-title:before {
  width: 200px;
  max-width: 100%;
  height: 2px;
  background: #e30018;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  content: "";
}

.heading-event-meta-title .fa {
  font-size: 30px;
}

.heading-event-meta-content {
  padding: 25px;
  line-height: 2;
}

.heading-event-meta-content address,
.heading-event-meta-content dl,
.heading-event-meta-content dd {
  margin-bottom: 0;
  line-height: 2;
}

.heading-event-meta-content .tribe-events-cost a {
  color: #e30018;
  font-size: 10px;
  font-family: "Open Sans", Times, serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 1px;
}

.heading-event-meta-content a.tribe-events-gmap {
  display: inline-block;
  color: #e30018;
  font-size: 10px;
  font-family: "Open Sans", Times, serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 1px;
}

.heading-meta-col .tribe-events-tooltip {
  /* display: none; */
  color: #eee;
  font-size: 10px;
  line-height: 1.4;
  padding: 10px 10px 5px;
  background: rgba(0, 0, 0, 0.2);
  max-width: 100%;
  border: solid 1px #eee;
  border-radius: 3px;
  box-shadow: none;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  line-height: inherit;
}

.tribe-events-calendar td .tribe-events-viewmore a {
  white-space: normal;
}

.tribe-events-event-image + div.tribe-events-content {
  float: none;
  width: 100%;
  clear: both;
}

/*event meta*/

.sc-single-event-meta {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
}

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: none;
  margin: 0;
  overflow: hidden;
}

.tribe-events-event-meta.primary {
  border-bottom: solid 1px #f0f0f0;
}

.tribe-events-event-meta .tribe-events-meta-group {
  margin: 0;
  padding: 0 30px 20px;
}

@media (min-width: 768px) {
  .tribe-events-event-meta .tribe-events-meta-group {
    width: 50%;
  }

  .single-tribe_events .tribe-events-meta-group-organizer {
    border-left: solid 1px #f0f0f0;
    padding-bottom: 900px;
    margin-bottom: -870px;
  }
}

.single-tribe_events .tribe-events-meta-group-venue {
  width: 100%;
}

.single-tribe_events .tribe-events-venue-map {
  background: none;
  border: none;
  border-radius: 0;
  float: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
}

.single-tribe_events .tribe-events-event-meta dl {
  padding-left: 30px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 20px;
  margin: 24px 0 24px;
  font-family: "Open Sans", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
}

.tribe-events-meta-group-details .tribe-events-single-section-title:before,
.tribe-events-meta-group-organizer .tribe-events-single-section-title:before,
.tribe-events-meta-group-venue .tribe-events-single-section-title:before {
  content: "\E836";
  min-width: 25px;
  display: inline-block;
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e30018;
}

.tribe-events-meta-group-organizer .tribe-events-single-section-title:before {
  content: "\E82B";
}

.tribe-events-meta-group-venue .tribe-events-single-section-title:before {
  content: "\E833";
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  display: inline-block;
  float: left;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #0f0f0f;
  font-weight: normal;
  margin-right: 4px;
  clear: left;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  display: inline-block;
  float: left;
  clear: right;
  line-height: 1.5;
  margin-bottom: 10px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt[style="display:none;"] {
  clear: both;
  float: none;
  display: block !important;
  margin-bottom: 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd + dd {
  clear: both;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue {
  color: #0f0f0f;
}

.single-tribe_events .tribe-events-back {
  float: right;
  margin: 0 0 25px 10px;
}

.single-tribe_events .tribe-events-back a {
  font-weight: normal;
  font-size: 12px;
}

.single-tribe_events .tribe-events-schedule {
  margin: 10px 0 35px;
}

.single-tribe_events .tribe-events-event-image {
  margin-bottom: 40px;
  margin-right: 0;
}

.single-tribe_events .tribe-events-event-image img {
  border-radius: 10px;
}

.single-tribe_events .tribe-events-content {
  margin-bottom: 40px !important;
}

.sc-single-event-social {
  border-bottom: solid 1px #f0f0f0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}

.single-event-share {
  float: left;
  margin-bottom: 50px;
}

.single-tribe_events .tribe-events-cal-links {
  margin-bottom: 40px;
  float: right;
  clear: right;
}

.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  margin-top: 0;
  margin-bottom: 10px;
}

.sc-single-event-add-to-cart {
  background: #222;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
}

#tribe-events .sc-single-event-add-to-cart .single_add_to_cart_button,
.sc-single-event-add-to-cart .single_add_to_cart_button {
  color: #fff;
  background: #e30018;
  font-size: 18px;
  padding: 26px 45px 26px 26px;
  margin-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  width: 85%;
  border-radius: 40px;
}

#tribe-events .sc-single-event-add-to-cart .single_add_to_cart_button:hover,
.sc-single-event-add-to-cart .single_add_to_cart_button:hover {
  color: #fff;
  background: #e30018;
}

#tribe-events .sc-single-event-add-to-cart .single_add_to_cart_button:before,
.sc-single-event-add-to-cart .single_add_to_cart_button:before {
  content: "\E876";
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  display: block;
  padding: 26px 20px 24px 22px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.sc-single-event-add-to-cart .single_add_to_cart_button:after {
  content: "";
  display: block;
  width: 55px;
  background: rgba(15, 15, 15, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 640px) {
  .sc-single-event-add-to-cart form {
    width: 48%;
    min-height: 40px;
    margin-bottom: 0 !important;
  }

  #tribe-events .sc-single-event-add-to-cart .single_add_to_cart_button,
  .sc-single-event-add-to-cart .single_add_to_cart_button {
    position: absolute;
    right: 0;
    top: 30px;
    width: 38%;
  }

  .sc-single-event-add-to-cart table.variations td.label {
    padding: 15px 0px 0 0 !important;
  }
}

.sc-single-event-add-to-cart .quantity input {
  vertical-align: top;
  font-style: normal;
  float: left;
  margin-right: 1px;
  max-width: 188px;
  height: 40px;
}

.sc-single-event-add-to-cart .quantity .minus,
.sc-single-event-add-to-cart .quantity .plus {
  background: #333;
  color: #525252;
  font-size: 18px;
  padding: 11px;
  width: 40px;
}

.sc-single-event-add-to-cart .quantity .minus:hover,
.sc-single-event-add-to-cart .quantity .plus:hover {
  color: #fff;
  background: #e30018;
}

.sc-single-event-add-to-cart .quantity .plus {
  margin-right: 0;
}

@media (max-width: 767px) {
  .sc-single-event-add-to-cart .quantity .qty {
    width: 35%;
  }
}

@media (max-width: 639px) {
  .sc-single-event-add-to-cart .quantity {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .sc-single-event-add-to-cart .quantity .qty {
    width: 55%;
  }
}

table.variations {
  width: 100%;
}

table.variations tr > td {
  border: none !important;
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}

table.variations td.label {
  display: table-cell;
  font-size: 1em;
  font-weight: normal;
  padding: 15px 15px 0 0 !important;
  text-transform: uppercase;
  font-size: 11px;
  text-align: left;
}

table.variations td label {
  font-weight: normal !important;
  line-height: 1;
  vertical-align: top;
}

table.variations select {
  width: 100%;
}

.sc-single-event-add-to-cart table.variations select {
  float: right;
}

@media (min-width: 1200px) {
  .sc-single-event-add-to-cart table.variations select {
    width: 270px;
  }
}

table.variations .reset_variations {
  display: none !important;
}

.sc-single-event-add-to-cart .woocommerce-variation-add-to-cart .quantity {
  float: right;
}

.sc-single-event-add-to-cart .woocommerce-variation-price {
  text-align: right;
}

@media (min-width: 640px) {
  .sc-simple-product-price {
    width: 48%;
    margin-top: -7px;
  }
}

.sc-simple-product-price {
  color: #999;
}

.sc-simple-product-price-price {
  margin-left: 10px;
  color: #fff;
}

.sc-single-event-trainer {
  border-bottom: solid 1px #f0f0f0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.sc-single-event-nav {
  border-bottom: solid 1px #f0f0f0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.post-nav-item {
  position: relative;
  display: block;
  padding-top: 30%;
  overflow: hidden;
  background: #222;
  border-radius: 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.post-nav-item:after {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #0f0f0f;
  transition: all 0.3s;
  opacity: 0.6;
  border-radius: 9px;
}

.post-nav-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  transition: 0.3s ease;
}

.post-nav-item .post-nav-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.post-nav-item-content .small {
  font-size: 11px;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 8px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.post-nav-item .font-2 {
  transition: 0.3s;
  margin-bottom: 0;
}

.post-nav-item:hover {
  box-shadow: 0 0 25px -3px #e30018;
}

.post-nav-item:hover .small {
  color: #fff;
}

.post-nav-item:hover .font-2 {
  color: #fff;
}

.post-nav-item:hover:after {
  opacity: 0.8;
  background: #e30018;
}

.post-nav-item:hover img {
  transform: translateY(-10%);
}

.col-nav-next {
  float: right;
  text-align: right;
}

@media (max-width: 767px) {
  .post-nav-item {
    margin-bottom: 5px;
  }

  .col-nav-next {
    float: none;
  }

  #tribe-events-pg-template {
    padding: 0;
  }
}

#tribe-events-content {
  padding-top: 0;
}

.tribe-events-notices {
  background: #f0f0f0;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  color: #0f0f0f;
  margin: 0 0 35px;
  padding: 15px 35px 15px 90px;
  text-shadow: none;
  position: relative;
  overflow: hidden;
}

.tribe-events-notices:before {
  content: "";
  display: inline-block;
  height: 195px;
  width: 85px;
  position: absolute;
  top: -22px;
  left: -26px;
  background: #e30018;
  /*box-shadow: 0px 0px 0px 3px $theme-red;*/
  color: #fff;
}

.tribe-events-notices:after {
  content: "\F05A";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 19px;
  left: 22px;
  color: #fff;
}

/*Related - update*/

h3.tribe-events-related-events-title,
h2.tribe-attendees-list-title {
  font-size: 20px;
  margin: 24px 30px 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
  font-size: 14px;
  text-transform: uppercase;
}

.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail img {
  border-radius: 5px;
}

.tribe-events-single ul.tribe-related-events {
  margin: 0 30px;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  line-height: 1.5;
  font-size: 11px;
}

@media (min-width: 769px) {
  .tribe-events-single ul.tribe-related-events {
    margin: 0 15px;
  }

  .tribe-events-single ul.tribe-related-events li {
    margin: 0 0 30px;
    padding: 0 15px;
    width: 33.3333%;
  }
}

/*Event calendar & listing*/

#tribe-geo-results h2.tribe-events-page-title,
h2.tribe-events-page-title {
  font-weight: 100;
  margin-bottom: 20px;
}

#tribe-events-bar {
  margin-bottom: 40px;
}

#tribe-bar-form {
  background: #e5e5e5;
  border-radius: 5px;
}

#tribe-bar-views:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 85px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e30018;
  -webkit-backface-visibility: hidden;
  transform: skew(-15deg);
  transform-origin: top;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  z-index: 0;
}

.tribe-bar-views-inner {
  background: #e30018;
  color: #fff;
  z-index: 1;
  position: relative;
  border-radius: 5px;
}

#tribe-bar-form label {
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
}

#tribe-bar-form .tribe-bar-views-inner label {
  padding: 0 20px;
  color: #fff;
  line-height: 14px;
}

#tribe-bar-views .tribe-bar-views-list,
#tribe-bar-views .tribe-bar-views-option:last-child a {
  border-radius: 0 !important;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: #e30018;
  color: #fff;
  padding: 10px 15px;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
  background: #e30018;
  color: #fff;
  box-shadow: inset 200px 0 0 0 rgba(0, 0, 0, 0.1);
}

.tribe-bar-views-list span[class^=tribe-icon-],
.tribe-select2-results-views span[class^=tribe-icon-] {
  background-image: none !important;
  position: relative;
}

.tribe-bar-views-list span[class^=tribe-icon-]:before,
.tribe-select2-results-views span[class^=tribe-icon-]:before {
  font-family: "Linearicons-Free";
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 18px;
  text-align: center;
}

.tribe-bar-views-list span.tribe-icon-day:before,
.tribe-select2-results-views span.tribe-icon-day:before {
  content: "\E864";
}

.tribe-bar-views-list span.tribe-icon-list:before,
.tribe-select2-results-views span.tribe-icon-list:before {
  content: "\E872";
}

.tribe-bar-view-list a.tribe-icon-month:before,
.tribe-bar-views-list span.tribe-icon-month:before,
.tribe-select2-results-views .tribe-icon-month:before {
  content: "\E836";
}

.tribe-bar-views-list span.tribe-icon-week:before,
.tribe-select2-results-views span.tribe-icon-week:before {
  content: "\E898";
}

.tribe-bar-views-list span.tribe-icon-map:before,
.tribe-select2-results-views span.tribe-icon-map:before {
  content: "\E834";
}

.tribe-bar-views-list span.tribe-icon-photo:before,
.tribe-select2-results-views span.tribe-icon-photo:before {
  content: "\E826";
}

@media (min-width: 769px) {
  #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
    padding-right: 40px;
  }
}

#tribe-bar-collapse-toggle {
  padding-right: 35px;
  background-color: transparent;
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
  right: 25px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #e30018;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 26px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background: #e30018;
  color: #fff;
}

#tribe-bar-form input[type=text] {
  font-weight: normal;
  font-style: normal;
  padding: 4px 5px 5px 0;
}

#tribe-bar-form input[type=text]:focus {
  border-bottom: 1px solid #e30018;
  outline: none;
}

input[name*=tribe-bar-]::-webkit-input-placeholder {
  color: #999;
  font-style: normal;
}

input[name*=tribe-bar-]:-moz-placeholder {
  color: #999;
  font-style: normal;
}

.datepicker.dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  color: #333333;
  font-family: inherit;
  padding: 0;
  margin-top: 12px;
}

.datepicker-dropdown:before {
  border-bottom-color: #e30018;
}

.datepicker-dropdown:after {
  border-bottom-color: #e30018;
}

.datepicker table > tbody > tr:hover > td,
.datepicker table > tbody > tr:hover > th {
  background-color: transparent !important;
  color: inherit !important;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 10px 15px;
  border-radius: 0;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #0f0f0f;
}

#tribe-events-content table.tribe-events-calendar {
  margin: 12px 0 30px;
  border: none;
}

table.tribe-events-calendar > thead > tr > th {
  font-family: "Open Sans", Times, serif;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  padding: 20px 5px;
  background-color: #e30018;
  color: #fff;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

#tribe-events-content .tribe-events-calendar td {
  border: 1px solid #e5e5e5;
  border-top: 0;
  background: transparent;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present {
  background: #f0f0f0;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-past {
  background: #fff;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #fff;
}

#tribe-events-content .tribe-events-calendar td:hover {
  background: #fff;
  box-shadow: 0 0 35px -1px rgba(0, 0, 0, 0.2);
}

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  padding: 10px 7px 8px 18px;
  display: inline-block;
  min-width: 34px;
  text-align: center;
}

.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a {
  background-color: transparent;
}

@media (max-width: 767px) {
  .tribe-events-calendar td div[id*=tribe-events-daynum-] {
    padding: 7px 7px 8px 7px;
  }
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: transparent;
  color: #222;
  font-size: 32px;
  line-height: 1;
  font-family: "Open Sans", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  background-color: transparent;
  color: #aaa;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: transparent;
  color: #e30018;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: inherit;
}

.tribe-events-month-event-title a:not(:hover) {
  color: #666;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-bottom: 1px solid #eee;
  margin: 0 15px;
  padding: 6px 0px;
}

.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
  border-bottom: none;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background: transparent;
  color: #999;
}

.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  margin: 0 15px;
  padding: 6px 0px;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
  color: #666;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:active,
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:hover {
  color: #e30018;
}

@media (max-width: 768px) {
  .tribe-events-calendar td div[id*=tribe-events-daynum-],
  .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
    font-size: 16px;
    padding-top: 4px;
  }

  #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
  .tribe-events-calendar td.tribe-events-present.mobile-active,
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,
  #tribe-events-content td.tribe-events-present {
    background-color: transparent;
    color: #e30018;
  }

  #tribe-events-content .tribe-events-calendar .mobile-active:hover,
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-],
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a,
  .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
  .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,
  #tribe-events-content .tribe-events-calendar .mobile-active {
    background-color: #222 !important;
    color: #fff;
  }

  .tribe-events-calendar .tribe-events-has-events:after {
    height: 7px;
    width: 7px;
    background-color: #666;
    margin: 5px auto 10px;
  }
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  background-color: #fff;
  color: #666;
  padding: 20px 25px 25px;
  width: 380px;
  box-shadow: 0px 3px 38px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

#tribe-events-content .tribe-events-tooltip h4 {
  font-family: "Open Sans", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin: -20px -25px 15px;
  padding: 12px 25px 11px;
  background: #e30018;
  border-radius: 5px 5px 0 0;
}

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 13px;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-event-description {
  overflow: hidden;
}

.tribe-events-tooltip .tribe-events-event-thumb {
  padding: 1px 20px 5px 0 !important;
  width: 35%;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
  font-size: 12px;
  margin-bottom: 10px;
  color: #999;
}

.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
  border-top: solid 3px #f0f0f0;
}

/*event list*/

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: none;
  margin: 0 -15px;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: none;
}

.tribe-events-list .type-tribe_events {
  padding: 0 0 35px;
  width: 33.333333%;
  display: inline-block;
  margin: 0 -4px 0 0 !important;
  vertical-align: top;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: transparent;
  margin: 0 -4px 0 0 !important;
  padding: 0 0 35px;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured a {
  color: #111;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured a:active,
.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover {
  color: #666;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured a.btn-primary {
  color: #fff;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured a.btn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .tribe-events-list .type-tribe_events {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .tribe-events-list .type-tribe_events {
    width: 100%;
    display: block;
    margin: 0;
  }
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.tribe-events-list-separator-month:after {
  display: none;
}

.tribe-events-list-separator-month {
  margin: 0;
  padding: 0;
}

body.tribe-events-day {
  padding: 0;
}

.tribe-events-list-separator-month span,
.tribe-events-day .tribe-events-day-time-slot h5 {
  display: block;
  clear: both;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 20px 15px 40px;
  padding: 10px 20px;
  background: #e5e5e5;
  border-radius: 5px;
  color: #444;
  line-height: 2;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tribe-events-list-separator-month span,
  .tribe-events-day .tribe-events-day-time-slot h5 {
    padding: 10px 10px 10px 80px;
    text-align: left;
  }
}

.tribe-events-list-separator-month span:before,
.tribe-events-day .tribe-events-day-time-slot h5:before {
  content: "";
  display: inline-block;
  height: 195px;
  width: 85px;
  position: absolute;
  top: -22px;
  left: -36px;
  background: #e30018;
  color: #fff;
  transform: rotate(15deg);
}

.tribe-events-list-separator-month span:after,
.tribe-events-day .tribe-events-day-time-slot h5:after {
  content: "\E864";
  font-family: "Linearicons-Free";
  font-size: 20px;
  line-height: 23px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 19px;
  left: 22px;
  color: #fff;
}

.tribe-events-list-separator-month span:after {
  content: "\E836";
}

#tribe-events-day {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

#tribe-events-photo-events .tribe-events-photo-event .event-carousel-item {
  margin: 0 0 30px;
}

#tribe-geo-results .tribe-event-featured,
#tribe-geo-results .tribe-event-featured a {
  color: inherit;
}

#tribe-geo-results .tribe-event-featured a:hover {
  color: #000;
}

#tribe-geo-results .tribe-event-featured a.btn {
  color: #fff;
}

.tribe-events-grid {
  margin: 12px auto 30px;
  border-radius: 5px;
  overflow: hidden;
}

.tribe-grid-header .column {
  padding: 20px 0;
}

.tribe-events-grid .tribe-grid-header .tribe-week-today {
  background-color: #e30018;
}

.tribe-grid-allday .tribe-event-featured.tribe-events-week-allday-single,
.tribe-grid-allday .tribe-event-featured.tribe-events-week-hourly-single,
.tribe-grid-body .tribe-event-featured.tribe-events-week-allday-single,
.tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single {
  background-color: #e30018;
  background-color: rgba(8, 145, 31, 0.75);
  border-color: #e30018;
}

.tribe-grid-allday .tribe-event-featured.tribe-events-week-allday-single:hover,
.tribe-grid-allday .tribe-event-featured.tribe-events-week-hourly-single:hover,
.tribe-grid-body .tribe-event-featured.tribe-events-week-allday-single:hover,
.tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single:hover {
  background-color: #e30018;
}

/*calendar mobile*/

.tribe-mobile-day-heading {
  font-family: "Open Sans", Times, serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
  position: relative;
}

.tribe-mobile-day-heading:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 1px;
  height: 4px;
  width: 80px;
  max-width: 95%;
  background-color: #e30018;
}

#tribe-mobile-container .type-tribe_events {
  padding: 10px 0 25px;
}

#tribe-mobile-container .type-tribe_events ~ .type-tribe_events {
  border-top: 2px solid #f0f0f0;
  padding: 25px 0;
}

#tribe-mobile-container .type-tribe_events h4 {
  font-family: "Open Sans", Times, serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 16px;
  margin: 0 0 2px;
}

#tribe-mobile-container .type-tribe_events .tribe-events-event-image {
  width: 100%;
  margin: 10px 0;
}

#tribe-mobile-container .type-tribe_events .tribe-events-event-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .events-list #tribe-events-footer,
  .single-tribe_events #tribe-events-footer,
  .tribe-events-day #tribe-events-footer,
  .tribe-events-map #tribe-events-footer,
  .tribe-events-photo #tribe-events-footer {
    border-top: none;
  }

  .tribe-events-sub-nav li a {
    background: #e5e5e5;
    color: #444 !important;
  }

  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a {
    border-radius: 25px 0 0 25px;
  }

  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
    border-radius: 0 25px 25px 0;
  }

  #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
    border-radius: 26px;
  }

  .tribe-events-sub-nav li a span {
    font-family: inherit;
    font-style: normal;
  }
}

/*Member post*/

.member-heading-thumb {
  float: left;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
}

.member-heading-info {
  overflow: hidden;
}

.page-heading .member-heading-info h1:before {
  display: none;
}

.member-heading-info .pathway {
  margin-bottom: 3px;
  padding-left: 1px;
}

.member-heading-info .list-inline {
  margin-left: -8px;
  margin-top: 2px;
}

.member-heading-info .list-inline li {
  padding: 0 8px;
}

@media (max-width: 767px) {
  .member-heading-thumb {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.member-event-list {
  margin: 30px 0;
}

.member-event-list .event-carousel-item {
  margin-bottom: 30px;
}

.member-event-list .col-md-4:nth-child(3n+1) {
  clear: left;
}

/*event widget*/

.tribe-events-list-widget,
.tribe-events-adv-list-widget {
  color: #999;
}

.tribe-events-list-widget .widget-title,
.tribe-events-adv-list-widget .widget-title {
  padding: 20px 20px 19px;
  font-size: 18px;
  background: #e30018;
  color: #fff;
  margin-bottom: 0;
  border-bottom: solid 1px #eee;
  position: static;
}

.tribe-events-list-widget .widget-title:before,
.tribe-events-adv-list-widget .widget-title:before {
  display: none;
}

.tribe-list-widget {
  padding-left: 0;
}

.tribe-events-list-widget .widget-inner,
.tribe-events-adv-list-widget .widget-inner {
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  color: #999;
}

.tribe-events-list-widget ol {
  counter-reset: leaf-event-counter;
  margin-bottom: 0px;
}

.dark-div .tribe-events-list-widget a,
.dark-div .tribe-events-adv-list-widget a {
  color: #343434;
}

.tribe-events-list-widget ol li {
  position: relative;
  background: #fff;
  padding: 18px 18px 16px 70px !important;
  margin-bottom: 0 !important;
  border-bottom: solid 1px #f5f5f5;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
}

.tribe-events-adv-list-widget .type-tribe_events {
  background: #fff;
  padding: 13px 18px !important;
  margin-bottom: 0 !important;
  border-bottom: solid 1px #f5f5f5;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
}

.tribe-mini-calendar-event .list-info h2 {
  margin-bottom: 6px;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.tribe-mini-calendar-event .list-date {
  border-radius: 5px;
}

.tribe-mini-calendar-event .list-date .list-dayname {
  border-radius: 4px;
}

.tribe-events-adv-list-widget .tribe-events-duration {
  font-size: 11px;
}

/*.tribe-events-list-widget ol li:nth-child(2n+1){
	background:#171717;
}*/

.tribe-events-list-widget .tribe-event-featured {
  background: #f5f5f5 !important;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-title a {
  color: #343434;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
  color: #999 !important;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
  margin: 0 0 5px !important;
  border-radius: 5px;
  overflow: hidden;
}

.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event {
  border-radius: 5px;
}

.tribe-events-list-widget ol li:before {
  content: counter(leaf-event-counter);
  counter-increment: leaf-event-counter;
  position: absolute;
  top: 36px;
  left: 30px;
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  color: #e30018;
  z-index: 2;
  background: #fff;
  border-radius: 0;
}

.tribe-events-list-widget ol li:after {
  content: "\E836";
  font-family: "Linearicons-Free";
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 22px;
  left: 20px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #e30018;
  z-index: 1;
}

.tribe-events-list-widget ol li .tribe-event-title {
  font-family: "Open Sans", Times, serif;
  font-size: 14px;
  font-weight: 600;
}

.tribe-events-list-widget ol li .tribe-event-duration {
  font-size: 12px;
  line-height: 1.6;
}

.tribe-events-list-widget .tribe-events-widget-link,
.tribe-events-adv-list-widget .tribe-events-widget-link {
  margin: 0;
}

.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a {
  background: #fff;
  padding: 12px 20px;
  display: block;
  font-weight: normal;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
}

.tribe-events-list-widget .tribe-events-widget-link a:after {
  content: "\F101";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 6px;
}

.tribe-events-list-widget .tribe-events-widget-link a:hover {
  background: #eee;
}

.tribe-mini-calendar td,
.tribe-mini-calendar th {
  padding: 5px 0px !important;
}

.tribe-mini-calendar td.tribe-events-has-events {
  background: #666 !important;
}

.normal-sidebar .widget .tribe-venue-widget-list li:before {
  display: none;
}

/*event community*/

#tribe-community-events {
  background: #f1f1f1;
  border: none;
  color: #888;
  padding: 40px;
  border-radius: 10px;
}

#tribe-community-events .my-events-header {
  border-bottom: 1px solid #d8d8d8;
}

#tribe-community-events .tribe-section {
  border-radius: 10px;
  border: none;
}

#tribe-community-events .tribe-section .tribe-section-header {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}

#tribe-community-events table.tribe-section-content > tbody > tr:nth-child(even) > td {
  background: transparent;
}

#tribe-community-events input,
#tribe-community-events .events-community-post-content > input,
#tribe-community-events .events-community-post-title > input {
  padding: 3px 20px;
}

.tribe_community_edit #tribe-add-exclusion,
.tribe_community_edit .button:not(.menu-item):not(.ed_button),
.tribe_community_edit .button-primary,
.tribe_community_edit .button-secondary,
.tribe_community_edit .tribe-add-recurrence.tribe-button,
.tribe_community_edit .tribe-button,
.tribe_community_list #tribe-add-exclusion,
.tribe_community_list .button:not(.menu-item),
.tribe_community_list .button-primary,
.tribe_community_list .button-secondary,
.tribe_community_list .tribe-add-recurrence.tribe-button,
.tribe_community_list .tribe-button {
  border-radius: 30px !important;
  padding: 15px 30px !important;
}

.tribe_community_edit .tribe-button.submit,
.tribe_community_list .tribe-button.submit,
.tribe_community_edit .button-primary,
.tribe_community_edit .tribe-button.tribe-button-primary,
.tribe_community_list .button-primary,
.tribe_community_list .tribe-button.tribe-button-primary {
  background: #e30018 !important;
}

#tribe-community-events .events-community-post-content > input,
#tribe-community-events .events-community-post-content > textarea,
#tribe-community-events .events-community-post-title > input,
#tribe-community-events .events-community-post-title > textarea {
  border: none;
  box-shadow: none;
}

.eventForm .tribe_sectionheader h4,
.tribe-community-event-info h4 {
  padding-bottom: 10px;
  padding-top: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #e5e5e5;
}

.tribe-community-event-info {
  width: 100%;
  margin: 10px 0;
}

.tribe-community-events form .label {
  color: #888;
}

#tribe-community-events .eventForm .tribe-datetime-block .tribe-field-end_date,
#tribe-community-events .eventForm .tribe-datetime-block .tribe-field-start_date,
#tribe-community-events .eventForm .tribe-datetime-block .tribe-field-end_time,
#tribe-community-events .eventForm .tribe-datetime-block .tribe-field-start_time {
  padding: 5px;
}

table.ui-datepicker-calendar > thead > tr > th,
table.ui-datepicker-calendar > tbody > tr > td,
table.ui-datepicker-calendar > tfoot > tr > td {
  padding: 5px 0px !important;
}

table#event_tickets.eventtable tbody > tr > td,
table#event_tickets.eventtable tbody > tr > th,
table#organizer tbody > tr > td,
table#organizer tbody > tr > th {
  border: none;
  background: #fff;
}

table#event_tickets.eventtable tbody > tr:hover > td,
table#event_tickets.eventtable tbody > tr:hover > th,
table#organizer tbody > tr:hover > td,
table#organizer tbody > tr:hover > th {
  background-color: #fff;
  color: #888;
}

table#event_tickets.eventtable tbody > tr:hover a,
table#organizer tbody > tr:hover a {
  color: #0369ab;
}

@media (max-width: 480px) {
  .tribe-community-events table,
  .tribe-community-events table tbody,
  .tribe-community-events table tr {
    display: block;
  }

  .tribe-community-events table tr td {
    display: block;
    width: 100% !important;
    min-width: none !important;
    max-width: none !important;
    padding: 5px 0 !important;
  }
}

.tribe-community-events.form table tbody tr:hover td {
  background-color: #fff !important;
  color: #555 !important;
}

.tribe-community-events.form table tbody tr:hover td a {
  color: inherit !important;
}

.tribe-community-events-content .tribe-nav .tribe-pagination .current,
.tribe-community-events-content .tribe-nav .tribe-pagination a {
  border-radius: 25px !important;
  font-size: 12px !important;
  line-height: 33px !important;
  height: 35px !important;
  width: 35px !important;
}

.tribe-community-events-content #loginform {
  max-width: 500px;
  margin: 10px auto 50px;
}

.tribe-community-events-content #loginform label {
  min-width: 220px;
}

/*tribe ticket*/

/*ticket plus*/

.single-tribe_events #tribe-events-content form#buy-tickets {
  margin-bottom: 0;
}

span.tribe-tickets-remaining {
  line-height: 42px;
  padding-left: 4px;
  float: right;
}

.tribe-link-tickets-message,
.sc-single-event-meta form.cart,
.tribe-events-style-full .sc-single-event-meta .tribe-events-tickets {
  background: #222;
  color: #999;
}

.tribe-link-tickets-message {
  border: none !important;
  border-bottom: solid 1px #333 !important;
  background: #141414;
  margin-top: 50px;
}

.sc-single-event-meta form.cart h2.tribe-events-tickets-title {
  color: #fff;
  margin-top: 0;
  padding: 20px;
  background: #141414;
}

.sc-single-event-meta form.cart table.tribe-events-tickets tbody tr td {
  background: none !important;
  padding: 15px 10px 15px 15px !important;
}

.sc-single-event-meta form.cart table.tribe-events-tickets tbody tr td {
  border-bottom: 1px solid #333 !important;
}

.sc-single-event-meta form.cart .tribe-events-tickets .minus,
.sc-single-event-meta form.cart .tribe-events-tickets .plus {
  background: #333;
  color: #525252;
  font-size: 18px;
  font-style: normal;
  padding: 15px;
  line-height: 12px;
  width: 40px;
  border-radius: 25px;
}

.sc-single-event-meta form.cart .tribe-events-tickets input.tribe-ticket-quantity,
.tribe-events-style-full .sc-single-event-meta .woocommerce .quantity input.qty {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 0;
  margin: 0 -5px;
  text-align: center;
}

.sc-single-event-meta .tribe-events-tickets .tickets_description,
.sc-single-event-meta .tribe-events-tickets .tickets_name,
.sc-single-event-meta .tribe-events-tickets .tickets_name p {
  color: #999;
}

.sc-single-event-meta .tribe-events-tickets .tickets_price {
  color: #fff;
}

.sc-single-event-meta form.cart .tribe-events-tickets button.button,
table.tribe-events-tickets .add-to-cart .tribe-button {
  color: #fff;
  background: #e30018;
  font-size: 18px;
  padding: 26px 85px 26px 45px;
  margin-right: 0px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  border-radius: 40px;
  text-shadow: none;
}

.sc-single-event-meta form.cart .tribe-events-tickets button.button:hover,
table.tribe-events-tickets .add-to-cart .tribe-button:hover {
  color: #fff;
  background: #e30018;
}

.sc-single-event-meta form.cart .tribe-events-tickets button.button:before,
table.tribe-events-tickets .add-to-cart .tribe-button:before {
  content: "\E876";
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  display: block;
  padding: 26px 20px 24px 22px;
  color: #fff !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.sc-single-event-meta form.cart .tribe-events-tickets button.button:after,
table.tribe-events-tickets .add-to-cart .tribe-button:after {
  content: "";
  display: block;
  width: 55px;
  background: rgba(15, 15, 15, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 600px) {
  span.tribe-tickets-remaining {
    float: none;
    clear: both;
  }

  .tribe-events-style-full .tribe-events-tickets td,
  .tribe-events-tickets td {
    border: 0 !important;
    display: block !important;
  }

  .tribe-events-tickets tr {
    border-top: 3px solid #444 !important;
    padding: 5px 0 0 !important;
    margin: 0 15px;
  }

  .sc-single-event-meta form.cart table.tribe-events-tickets tbody tr td {
    border-bottom: 1px dotted #333 !important;
    padding: 10px 20px !important;
  }

  table.tribe-events-tickets .tickets_description {
    font-size: 0.8em;
  }
}

.mail-container {
  margin-top: -130px;
}

.margin-fix {
  margin-top: -80px;
}

@media (max-width: 1199px) {
  .mail-container {
    margin-top: -200px;
  }
}

.zatrazi-ponudu-a1 {
  margin-top: 143px;
}

.mail-size {
  font-size: 11px;
}

.zatrazi-ponudu-eon {
  margin-top: 608px;
}

@media (max-width: 991px) {
  .mail-container {
    margin-top: 0;
  }

  .zatrazi-ponudu-a1 {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .zatrazi-ponudu-eon {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .head {
    height: 440px !important;
  }
}

@media (max-width: 768px) {
  .margin-fix {
    margin-top: 0;
  }
}

.small-event-item-content {
  padding: 20px 25px;
}

.post-list-item .small-event-item-content {
  padding: 30px;
  min-height: 360px;
  /*
  display: flex;
     justify-content: center;
  flex-direction: column
  */
  padding-top: 65px;
}

input[type=file]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.75);
  transition: background-color 200ms;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.bottom-line-red {
  border-bottom: 3px solid #e30018;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
}

.text-red {
  color: #e30018;
}

.text-white {
  color: #ffffff;
}

.red-background {
  background-color: #e30018;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.card-content {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5%;
}

.icon {
  height: 80;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

#carousel-team {
  overflow: hidden;
}

@media (min-width: 300px) {
  #carousel-team {
    max-height: 150px;
  }
}

@media (min-width: 340px) {
  #carousel-team {
    max-height: 180px;
  }
}

@media (min-width: 411px) {
  #carousel-team {
    max-height: 210px;
  }
}

@media (min-width: 530px) {
  #carousel-team {
    max-height: 270px;
  }
}

@media (min-width: 606px) {
  #carousel-team {
    max-height: 310px;
  }
}

@media (min-width: 700px) {
  #carousel-team {
    max-height: 360px;
  }
}

@media (min-width: 768px) {
  #omt-header {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  #carousel-team {
    max-height: 430px;
  }
}

.mobteh-team {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  .container.footer {
    width: 1300px;
  }
}

@media (max-width: 768px) {
  .business-card {
    max-width: unset !important;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .sponsors-center-md-10 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1000px) {
  .sponsors-center {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  .about-img .col-sm-6.about {
    height: 400px;
    text-align: left;
  }
}

body {
  font-size: 14px;
}

::-moz-selection {
  background-color: #e30018;
  color: #fff;
}

::selection {
  background-color: #e30018;
  color: #fff;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

h2 {
  font-size: 50px;
}

.mt-15 {
  margin-top: 15px;
}

.w-100 {
  width: 100%;
}

.flex-row-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}

h2 strong {
  font-weight: 700 !important;
}

#bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  z-index: -99;
  background: url(/images/bg.jpg?c83dcb471b5b288c74e6ddd4ff673a90) 50% 0 no-repeat;
  transform: translate3d(0, 0, 0);
}

.header-bg {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  margin-bottom: -30px;
  position: relative;
  box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.1);
}

.header-bg h1,
.home-carousel h2 {
  top: 50%;
  position: absolute;
  text-align: center;
  left: 0;
  line-height: 140%;
  padding: 10px 0 15px;
  background: -webkit-gradient(linear, left top, right top, from(Transparent), color-stop(rgba(255, 255, 255, 0.9)), color-stop(rgba(255, 255, 255, 0.9)), color-stop(rgba(255, 255, 255, 0.9)), to(Transparent));
  background: linear-gradient(to right, Transparent, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), Transparent);
  right: 0;
  font-size: 70px;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}

.cc-banner {
  box-shadow: 0px 0px 20px -12px #151515;
}

.owl-carousel {
  z-index: 0;
}

.hero-text {
  padding-top: 120px;
}

.hero-text h2 {
  font-size: 40px;
}

.sticky-sider {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 29px;
}

.hash {
  position: relative;
  top: -100px;
}

#main-nav {
  background: #fff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: Transparent;
}

.page-h1 {
  margin-bottom: 40px !important;
}

.page-h1:before {
  bottom: -15px !important;
}

#mail-field {
  display: none;
}

/* home */

.home-section {
  margin-bottom: 0px !important;
  padding-top: 80px !important;
  padding-bottom: 70px !important;
}

.services {
  margin-top: -35px;
}

.services p {
  margin-top: 10px;
  color: #8b8b8b !important;
  min-height: 84px;
}

.services .fa {
  font-size: 40px;
}

.services .event-item:hover .fa {
  font-size: 180px !important;
  color: #999;
}

.services .fa {
  position: absolute;
  right: -5px;
  bottom: -5px;
  font-size: 150px !important;
  opacity: 0.04;
  transform: rotate(14deg);
  transition: 1000ms;
}

.services .font-2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.media {
  margin-top: 18px !important;
}

.post-grid-item-inner:hover .post-grid-item-thumbnail {
  transform: scale(1.1);
  box-shadow: 0 0 28px -3px rgba(15, 15, 15, 0.5);
}

/*
.partners .post-grid-item-thumbnail {
    filter: grayscale(100%) brightness(0%);
    opacity: 0.7
}
*/

.partners .post-grid-item-inner:hover .post-grid-item-thumbnail img {
  opacity: 0.5;
}

.gallery .post-grid-item-inner,
.mobteh .post-grid-item-inner {
  overflow: hidden;
}

.gallery .post-grid-item-inner .post-grid-item-thumbnail {
  background-size: 100% !important;
}

.google-map {
  border-top: 40px solid #e30018;
  box-shadow: 0px 0px 20px -12px #151515;
}

.google-map iframe {
  /*background: rgba(0, 0, 0, 0.75);*/
  margin-bottom: -10px;
  /*opacity: .75;*/
  filter: grayscale(100%);
}

/* scroll to top */

#topcontrol img {
  opacity: 0.3;
}

#topcontrol img:hover {
  opacity: 1;
}

/* header */

.lang-ul {
  width: 104px;
  min-width: auto !important;
}

.lang-mobile-header a {
  display: inline-block !important;
  padding-right: 20px !important;
  padding-top: 55px !important;
  text-align: center;
  border: 0 !important;
}

.lang-mobile-header a:before {
  display: none;
}

.lang-mobile-header img {
  display: block;
}

/* carousel */

/*
.slider-cats-meta div {
    margin: 4px 0 4px 7px
}

.slider-cats-meta i {
    width: 13px;
    text-align: center;
    margin-right: 2px
}

.promo .slider-thumbnail {
    overflow: hidden
}
*/

/*
.promo .owl-item {
    min-height: 568px;
    position: relative;
}
*/

.home-carousel {
  box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.2);
}

.home-carousel .slider-thumbnail div {
  /*
  width: 100vw !important;
  height: 100vh;
  */
  min-height: 568px;
  background-size: cover;
  background-position: center center;
}

.home-carousel h2 span {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 10px;
  font-weight: 500;
}

/*
.promo .overlay {
    position: absolute;
    top: 0;
    //background: linear-gradient(to bottom, rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.05))
}

.promo video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0
}
*/

/*
.owl-theme .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    width: 181px;
    margin: 0 auto
}

.owl-theme .owl-dot {
    width: 30px;
    box-shadow: none
}

.owl-theme .owl-dot span{
    border-radius: 50%;
    padding: 0px 10px;
    background: #fff;
    border:none;
}

.owl-theme .owl-dot.active span,
.owl-theme .owl-dot:hover span {
  background: $theme-red
}
*/

/* companies */

.companies a {
  display: inline-block;
  margin: 25px 35px;
  width: 13%;
  height: 68px;
  filter: grayscale(1) brightness(95%);
  transition: 150ms;
}

.companies a:hover {
  filter: grayscale(0) brightness(100%);
}

.companies img {
  margin: 0 auto;
  display: inline-block;
}

/* about */

.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  box-shadow: 0px -10px 30px -10px rgba(51, 51, 51, 0.3);
}

.about-us .content {
  padding: 50px 5% 60px;
  font-size: 16px;
  background: #fff;
}

.about-us .grayscale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.about-us .grayscale div {
  justify-content: center;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.about-img:nth-child(2) {
  border-top: 1px solid #f1f1f1;
}

.about-img h3:before {
  right: 0;
  margin: 0 auto;
}

.about-img .col-sm-6,
.b2b-about .col-sm-6 {
  height: 400px;
  background-position: 0% center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding: 30px;
  text-align: center;
  order: 2;
}

.b2b-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .b2b-about {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .b2b-about__text {
    order: 1;
  }
}

.item-content {
  color: #8c8c8c;
}

.history .line {
  background: #f3f3f3;
  width: 6px;
  margin-left: 3px;
  margin-top: 14px;
  height: 100%;
  bottom: -10px;
  position: absolute;
  border-radius: 5px;
}

.history {
  margin-top: 30px;
  position: relative;
}

.history h3 {
  padding-left: 35px;
  margin-bottom: 20px;
}

.history b::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  margin-top: 8px;
  background-color: #e30018;
}

.history small {
  vertical-align: middle;
  padding-left: 15px;
}

/* poslovni korisnici */

.business-card .event-date-block {
  bottom: 10px;
  top: auto;
}

.business-card .event-item-thumbnail {
  width: 30%;
}

.business-card .event-item-content {
  color: #000;
}

.business-card p {
  line-height: 1.3;
  margin-top: 5px;
}

/*
.business-card .event-item-thumbnail {
    height: auto;
    padding-top: 35% !important;
    border-bottom-right-radius: 66.66% !important
}
*/

.business-card .post-list-item .event-item {
  border-radius: 10px;
}

.business-card .event-item-content {
  padding-left: 30% !important;
  padding: 15px;
  min-height: 190px;
}

.business-card-a1 .event-item-content {
  padding-left: 0% !important;
  min-height: 130px;
}

.business-card-a1 p {
  margin-bottom: 5px !important;
}

/* numbers */

.numbers {
  background: #333;
  padding: 40px 0 65px;
  border-top: 40px solid #e30018;
  box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.2);
  position: relative;
  overflow: hidden;
}

.numbers .fa {
  position: absolute;
  color: #3a3a3a;
}

.numbers .fa-chevron-right {
  font-size: 720px;
  left: 10%;
  top: -200px;
}

.numbers .fa-circle {
  right: 0;
  font-size: 500px;
  top: 15%;
}

.numbers .ia-icon {
  color: #fff;
  border-color: #fff;
}

.numbers h4 {
  color: #fff;
}

.numbers .ia-icon,
.light .ia-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 35px;
}

.numbers p {
  font-size: 18px;
}

/* cookies */

.cookies td {
  background: transparent !important;
}

.cookies tbody > tr:hover > td,
.cookies tbody > tr:hover a {
  color: #333 !important;
}

/* sider */

#sidebar .widget {
  padding-bottom: 10px;
}

.contact-sider .contact-details {
  margin: -15px 0 -10px 0;
}

.contact-sider .media {
  padding: 0 !important;
}

/* footer */

footer.main-color-2-bg,
.main-color-2-bg.back-to-top {
  background-color: #333;
}

.footer-links a {
  display: block;
}

footer img {
  margin-bottom: 39px;
}

/* col 5ths */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }

  .contact-sider {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  .flex-row-center .post-list-item:last-child h3,
  .post-list-item .event-item .event-title.one-line-margin {
    margin-top: 24px;
    margin-bottom: 44px;
  }
}

/* col 5ths */

@media (max-width: 1200px) {
  .flex-row-center .post-list-item .event-item-content {
    min-height: auto;
  }

  .post-list-item .event-item-content {
    padding-top: 55px;
  }

  .business-card-a1 .post-list-item .event-item-content {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .page-h1 {
    font-size: 40px;
  }

  .carousel-has-control .owl-nav {
    display: none;
  }

  .sticky-sider {
    position: static;
  }

  .footer-links {
    text-align: center;
    margin-bottom: 70px;
  }

  footer .widget-title:before {
    right: 0px;
    margin: 0 auto;
    width: 120px;
  }

  footer .widget-title {
    text-align: center;
  }

  .sticky-sider {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }

  .sticky-sider .tribe-mini-calendar-event {
    padding: 15px 0;
  }

  .header-bg h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .flex-row-center {
    width: auto;
    display: table;
  }

  .flex-row-center .post-list-item:nth-child(2) {
    margin-left: -50%;
  }

  .services .post-list-item .event-item-content {
    min-height: 323px;
  }
}

@media (min-width: 1500px) {
  .header-bg {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .header-bg {
    height: 370px;
  }

  .blog-item {
    margin: 0 -15px 15px -15px;
  }

  .cookies {
    margin-top: -55px;
  }

  .cookies tr:first-child {
    display: none;
  }

  .cookies tr td:first-child {
    display: none;
  }

  .cookies td {
    border-bottom: 0;
  }

  .about-img {
    border-top: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  .about-img .col-sm-6 {
    height: auto;
    text-align: left;
  }

  .about-img h3:before {
    margin: 0;
  }

  .flex-row-center {
    display: unset;
  }

  .flex-img-xs {
    padding-top: 100% !important;
    order: 1 !important;
  }

  .partners span {
    font-size: 12px;
  }

  .about-us {
    display: block;
  }

  .about-us .grayscale:nth-child(1) {
    padding-top: 100%;
  }

  .about-us .grayscale:nth-child(4) {
    display: none;
  }

  .about-us .content {
    padding: 50px 30px 60px;
    border-top: 1px solid #eee;
  }

  .business-card {
    max-width: 450px;
    margin: 0 auto;
  }

  .e-partners {
    margin-top: 30px;
  }

  .e-partners .post-grid-item {
    margin-bottom: 30px;
  }

  .post-list-item .event-item-content {
    min-height: auto;
  }
}

@media (max-width: 650px) {
  .home-carousel h2 {
    font-size: 40px;
  }

  .home-carousel h2 span {
    font-size: 16px;
  }

  .history small {
    width: 100%;
    display: inline-block;
    line-height: 1.6;
    padding: 5px 0;
  }
}

@media (max-width: 575px) {
  .centers .col-xs-6 {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .partners .col-xs-6 {
    width: 100%;
  }

  .partners .col-xs-3 {
    width: 50%;
  }

  .partners .col-xs-3 .post-grid-item-thumbnail {
    background-size: 65%;
  }

  .partners span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .offer .col-xs-6 {
    width: 100%;
  }

  .offer {
    text-align: center;
  }

  .offer .item-title:before {
    right: 0px;
    margin: 0 auto;
    width: 120px;
  }

  .e-partners .col-xs-6 {
    width: 100%;
  }

  .e-partners .col-xs-3 {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .header-bg h2,
  .home-carousel h2 {
    font-size: 32px;
  }
}

.slideshow {
  background-position: center;
  background-size: cover;
  transition: visibility 150ms;
  width: 100%;
  height: 100%;
}

.slideshow-container {
  height: 260px !important;
  padding: 0px;
  background-position: top center;
}

.slideshow-btn {
  position: absolute;
  top: 5%;
  right: 5%;
  padding: 10px 20px 10px 20px;
}

.left-container {
  max-height: 320px;
  padding: 40px 45px 40px 45px;
  text-align: center;
  height: 260px;
}

.text-vac-energy {
  font-size: 19px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.6;
}

.container-energy {
  margin-bottom: 30px !important;
}

@media (max-width: 768px) {
  .flex-img-xs {
    padding-top: 0% !important;
    order: 1 !important;
  }

  .about-img h3:before {
    margin: 0 auto !important;
  }

  .left-container {
    max-height: 320px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
  }

  .container-energy {
    margin-bottom: 60px !important;
    margin-left: 70px;
    margin-right: 70px;
  }

  .text-vac-energy {
    line-height: 1.4 !important;
    margin-top: 10px !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 615px) {
  .container-energy {
    margin-top: 20px;
    margin-bottom: 20px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.text-vac {
  height: 100%;
  line-height: 140px;
  text-align: center;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.slideshow-btn:focus {
  background-color: rgba(238, 238, 238, 0.42);
  color: #e30018;
  box-shadow: none;
  transform: translateY(-2px);
}

.slideshow-btn:hover {
  background: #e30018;
  color: #eee;
  box-shadow: 0 0 25px -3px #e30018;
  transform: translateY(-2px);
}

.slideshow-btn {
  background-color: rgba(238, 238, 238, 0.42);
}

@media (max-width: 768px) {
  .flex-img-xs.energy {
    padding-top: 0% !important;
    order: 1 !important;
    margin-top: -30px;
  }

  .left-container {
    max-height: 230px;
    padding-bottom: 0px !important;
    padding: 40px 45px;
    text-align: center;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .text-vac-energy {
    line-height: 3;
    padding-top: 0px !important;
  }

  .left-container {
    max-height: 300px !important;
    height: 300px;
  }
}

.widget-title-sm {
  font-size: 14px !important;
}

.text-white {
  color: #FFFFFF;
}

#main-nav.affix .navbar-nav > li.button > a.lanLink {
  background: white;
  color: #e30018;
  border: 2px solid #e30018;
  padding: 4px 30px 6px;
}

#main-nav .navbar-nav > li.button > a.lanLink {
  background: white;
  color: #e30018;
  border: 2px solid #e30018;
  padding: 10px 30px 11px;
}

#lanLink {
  width: 85.87px;
  max-width: 85.97px;
  min-width: 85.97px;
}

.btn-logista-red {
  color: #fff;
  height: 40px;
  height: 50px;
  border: none;
  outline: none;
  font-weight: 700;
  line-height: 28px;
  padding: 11px 30px;
  background: #e30018;
  transition: all 0.3s;
  border-radius: 26px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.btn-logista-red:hover,
.btn-logista-red:focus,
.btn-logista-red:active {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 0 10px -3px #e30018;
  -webkit-transform: translateY(-2px);
}

.container-padding {
  padding-top: 60px;
}

.row.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row.d-flex > [class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.h-100 {
  height: 100%;
}

.header-span {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 10px;
}

.logista-red {
  color: #e30018;
}

.logista-red-background {
  background-color: #e30018;
}

.logista-black-background {
  background-color: black;
}

.team-green-background {
  background-color: #68a357;
}

.ia-heading h2.team-green:before {
  background-color: #68a357;
}

.blog-item-wide .item-content .item-title.team-green::before {
  background-color: #68a357;
}

.team-green::-moz-selection {
  background-color: #68a357;
}

.team-green::selection {
  background-color: #68a357;
}

.mail-size.team-green:hover {
  color: #68a357;
}

.about-team-green:hover {
  color: #68a357;
}

.color-white {
  color: white;
}

.pb-0 {
  padding-bottom: 0;
}

.privacy-container .link {
  color: #337ab7;
}

.privacy-container .privacy-text {
  font-size: 11pt;
}

.privacy-container .privacy-heading {
  margin-bottom: 25px;
}

.privacy-container .privacy-section {
  margin-bottom: 35px;
}

.privacy-container .inner-container-margin {
  margin-bottom: 15px;
}

.privacy-container .inner-list-container {
  padding-left: 40px;
}

.promo-offer-container {
  margin-top: 25px;
}

footer address {
  margin-bottom: 10px;
}

footer .watermark img {
  width: 75px;
  margin: 0 0 10px auto;
}

#landing-promo-modal .modal-content {
  overflow: hidden;
  background-clip: unset;
}

#landing-promo-modal .modal-content .modal-header button.close {
  opacity: 0.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 0 4px;
  line-height: 1;
  transform: unset;
  box-shadow: none;
  letter-spacing: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
}

#landing-promo-modal .modal-content .modal-header button.close:hover {
  opacity: 0.9;
}

#landing-promo-modal .modal-content .modal-body {
  padding: 0;
}

#landing-promo-modal .modal-content .modal-body a.anchor-img img {
  transition: all 0.2s linear;
}

#landing-promo-modal .modal-content .modal-body a.anchor-img:hover img {
  opacity: 0.8;
  filter: blur(0.33px);
  webkit-filter: blur(0.33px);
}

.logista-promo-box {
  border-radius: 10px;
  padding: 12px 12px 14px;
}

.logista-promo-box .title,
.logista-promo-box .subtitle {
  margin: 0;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 1px;
}

.logista-promo-box .title {
  font-size: 32px;
}

.logista-promo-box .subtitle {
  font-size: 16px;
}

.blog-item-wide .logista-promo-box {
  padding: 12px;
}

.sidebar-widget .widget-header {
  padding-bottom: 5px;
}

.sidebar-widget .widget-header .widget-title {
  border: 0;
}

.sidebar-widget .widget-header .widget-image {
  margin: 0 auto;
  padding: 5px 0 15px;
  max-height: 155px;
  border-radius: 50%;
}

.sidebar-widget .widget-header .widget-subtitle {
  letter-spacing: 0.5px;
}

.sidebar-widget .widget-header.logista-dark {
  background: #333333;
}

.sidebar-widget .widget-header.logista-dark .widget-title {
  background: #333333;
}

.sidebar-widget ul.half-padding {
  padding-left: 20px;
}

.sidebar-widget address {
  margin-bottom: 5px;
}

.alertPulse-css {
  opacity: 1;
  animation: alertPulse 1s ease-out;
  animation-iteration-count: infinite;
}

@media (max-width: 991px) {
  footer .watermark img {
    margin: 0 auto;
  }

  #main-nav .navbar-nav > li > a {
    padding: 37px 7px 35px 10px;
  }

  #main-nav.affix .navbar-nav > li > a {
    padding: 5px 11px 5px 21px;
  }

  #main-nav.affix {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .about-img .col-sm-6.flex-img-xs {
    height: 250px;
  }

  #main-nav.affix-top {
    font-size: 14px;
  }
}

.heartbeat {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  animation: heartbeat 2.4s linear 2s infinite;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-11-3 21:36:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }

  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }

  33% {
    transform: scale(0.93);
    animation-timing-function: ease-in;
  }

  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

/** OVERRIDES **/

@media (max-width: 1200px) {
  #main-nav .navbar .container {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  #main-nav .navbar-nav > li > a {
    padding: 37px 7px 35px 7px;
  }
}

.navbar .container {
  padding-top: inherit;
}

